What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

CastSpellOn

Cava

Well-Known Member
Joined
Aug 15, 2012
Messages
3,133
Reaction score
46
how to use the new CastSpellOn ?
the old codes isnt working

just to check, tested kick's profiles and they arent working too

the code

<CustomBehavior File="CastSpellOn" SpellId="spellid" MobId="mobid" NumOfTimes="1" MobHpPercentLeft="100" MinRange="5" X="mobx" Y="moby" Z="mobx" /> -->

isnt working now to me
 
mine works fine, but sometimes the cc kicks in like a retard

give the log and exactly what you need
 
mine works fine, but sometimes the cc kicks in like a retard

give the log and exactly what you need


ok i made a new char just to explain

mage need cast 2 spells at dummy for class quest
and like me, you use the CastSpekkOn (TBH its more im copy you loll)
as you can see in log he only cast the first one, (i think bot dint get he suceffuly cast it and keep spaming the same spell over and over and over)

i can bypass the problem with

<CustomBehavior File="RunMacro" Macro="/target Training Dummy" NumOfTimes="1" WaitTime="1000" />
<CustomBehavior File="RunMacro" Macro="/cast Fireball" NumOfTimes="1" WaitTime="1000" />
<CustomBehavior File="RunMacro" Macro="/cast Arcane Missiles" NumOfTimes="1" WaitTime="1000" />

but after that will only work with english versions
 

Attachments

hello again

please give some info about how to work with this behavior now

notice you changed it

Quest Behaviors
----------------
* CastSpellOn : Added new functions to allow input of multiple spells
* CastSpellOn : Few movement tweaks
* CastSpellOn : Can now cast spells on self such as Cooking or Auras

what's the new formula to work with this new CastSpellOn ?
or point the direction where can i get that info?
 
Back
Top