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

Spell Totem Broken

benkoren

New Member
Joined
Jan 18, 2011
Messages
356
Reaction score
28
I've got Incinerate hooked up to a Spell Totem and the bot ignores the spell. Is Spell Totem just not implemented yet?
 
You just have to add the skill in your Exile routine.

Go to the "RegisterTotems" function and at the bottom add:

RegisterTotem("Incinerate");

Then, the bot should use it.

Exile needs a better way to auto-register all the skills, since there's a lot of different combinations of things.
 
Back
Top