Quote:
Originally Posted by Caryatis
Spell IDs are restricted by the clients, so a titanium client can only access spells with ID under 10000, SoF is like 20K, SoD is around 24k, Underfoot is 28k and HoT is 32k. This is a client side limitation so there is nothing you can do server side to fix that(also you need to change the targettype to change a spells target requirements, just changing the range doesnt make a self only spell, single target).
The thing is though, you dont need the bot to cast a spell at all. You just need the bot to allow you to cast it, ie do all your enchanter bot checks but instead of having the bot cast the enchant metal spell, have it like:
Code:
client->CastSpell(args);
That way it would easily allow you to implement all the single target enchants as well as the mass enchants.
|
Yea I was looking at target type, but was confused as the drop down menu in Nulls Editor was empty. Thought maybe it was a relic or unimplimented setting.
But I like your last suggestion. I will look into doing it that way.
Thank you for the info
Criimson