yep Raise Skeletons wont work right now i heard about that. will be fixed with new Update, today oder tomorrow
Tenshi, you seriously need to update your template file... as many of the comands there are not compatible with latest version aka OnlyBosses for instance.
I need some help with my Marauder. I would like for it to use Leap Slam as a gap closer. And then use Ground Slam if 3 or more enemies close together. And to kill bosses use Dual Strike. And if there is 5 or more mobs around it should cast Rejuvenation Totem. And as the normal attack it should use Dual Strike. But right now all it does is the first spell i put in (Leap Slam) all the time. Code: #Basic Settings FightDistance = 50 PotHealth = 75 PotMana = 40 UseQuicksilverFlask_EnemyDistance = 80 UseQuicksilverFlask = true //gap closer Name = Leap Slam EnemyDistance = 80 CastEnd //aoe attack Name = Ground Slam EnemyDistance = 15 Mobsarround_Distance = 10 Mobsarround_Count = 3 Mobsarround_Target = 0 CheckForMobsarround = true CastEnd //bossattack Name = Dual Strike OnlyBosses = true CastEnd //Rejuvenation Totem Name = Rejuvenation Totem EnemyDistance = 10 Mobsarround_Distance = 10 Mobsarround_Count = 5 CheckForMobsarround = true IsTotem = true MaxCount = 1 CastEnd //Unlimited Attack Name = Dual Strike CastEnd In the EB log I can see it tries to cast other spells Code: Allrounder(Cast): Dual Strike Allrounder(Cast): Casted Dual Strike CanCast(Dual Strike) Check for Cast Allrounder(Cast): Dual Strike Allrounder(Cast): Casted Rejuvenation Totem CanCast(Dual Strike) Check for Cast Allrounder(Cast): Dual Strike Allrounder(Cast): Casted Dual Strike But all is do is spam the first skill Code: //gap closer Name = Leap Slam EnemyDistance = 80 CastEnd
Yeah, I'm getting the following error when trying to open the CR Config in the latest beta build: You need to register and have one post to see spoilers!
Cant replicate the error right now.. I am on another project now. will update it in ca 1 hour so that this evening will be a new update stay tuned and thanks for your patience
how could i add enduring cry ? thanks #Basic Settings FightDistance = 70 PotHealth = 60 PotMana = 0 UseQuicksilverFlask_EnemyDistance = 80 UseQuicksilverFlask = true Name = Warlord's Mark MinManaPercent = 60 Mobsarround_Distance = 20 Mobsarround_Count = 3 Mobsarround_Target = 1 CheckForMobsarround = true IsCurse = true CastEnd Name = Leap Slam EnemyDistance = 40 #Mobsarround_Distance = 10 #Mobsarround_Count = 1 #Mobsarround_Target = 0 #CheckForMobsarround = true CastEnd Name = Ground Slam Mobsarround_Distance = 15 Mobsarround_Count = 2 Mobsarround_Target = 0 CheckForMobsarround = True CastEnd Name = Heavy Strike CastEnd
Just updated and started receiving the following error: You need to register and have one post to see spoilers!
I tried that also, but no luck. It seems that it is trying to create a cfg file in the Exilebuddy root folder, maybe.. You need to register and have one post to see spoilers!
I've restarted both EB and my computer and I'm still running into the crash while EB loads up the routine
CanCast(Enduring Cry) Check for Cast This Skill is on Cooldown. Timeleft 00:00:03.7239842 Allrounder(Cast): Trying to Cast Enduring Cry Truechecks 1:1 But he did it was never to cast, no cooldown Name = Enduring Cry KeepChargesUp = True ChargeType = Endurance MobsAroundTarget = Me MobsAroundCount = 2 MobsAroundDistance = 200 CastEnd