Jump to content

Custom spell


hrt

Recommended Posts

Hellp i start playing in Turtle WOW "Vanilla " they are using 1.12 cleint but they have some custom items and sepll.. for paladin they add new spell call Hoily strike ... my question how can i add this spell to my fight class profile am not able to see the spell when i try to add it from the drop down spell menu 

Link to comment
Share on other sites

Hello, 

If you use fightclass editor (xml fightclass) use spell setting "Not spell is lua script" and in spell name put code like:

CastSpellByName("Hoily strike");

https://wowwiki-archive.fandom.com/wiki/API_CastSpellByName

(you need to check distance, maybe timer (if you can't check if spell is usable), ... manually in conditions)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...