Thanks for the debugging, guys. Will be posting a new version within the hour. He wasn't cannibalizing because I missied an "=" in the caster.inc, and the bug only occured if CanniStartPct was set to 100(default). The update fixes the way buffs are checked, also. Now the bot will check all buffs instead of the first 15, and the buff check is now a nice /for loop rather than a long nasty /if statement. Also fixed the buff range check in sorbuff.inc. Sorry, no autoassist yet. If you guys have a good suggestion about how to implement autoassist let me know. Maybe something as simple as an
Code: Select all
/if (${NearestSpawn[1, npc radius ${SomeRange}].ID}) {
/assist and stuff
}
would do, however I'd be scarred that people's shamans would be attacking the wrong mobs. The above snippet would need to be used with caution. Anyway, try out the new code!