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

Dual Flame totem

eroticpastry

New Member
Joined
Oct 1, 2012
Messages
37
Reaction score
0
I am trying to run a culling dual flame totem build but am running into some troubles. The bot works flawlessly with the ranger cr except for one huge detail. It will not cast another totem if two are already up, even if they are 50 feet back. The bot will run up aggro the mobs then wait till one of the totems expire. Is there anyway to bypass this? Say put a 5 second cool down on flame totem instead of waiting for it to expire.
 
The ranger CR is pretty dated now, and even in Exile the totem logic isn't that advanced.

Basically, you'd just want to check the distance from the current target to see if any totems are near, and if there aren't, cast the totem.

Right now, in the Ranger CR, SpellTotem checks for a totem being spawned, and assumes only one totem. It can handle two totems being casted, but the logic doesn't.

So the CR needs to be updated to handle the 2 totem builds, as it's a Ranger CR, not a totem CR.

We can put it on the todo list, but basically most of the issues with CRs come down to people needing specific changes for their builds, so that's more on them to do. We can try to write some reusable logic for CR writers, but there's some other bot stuff we need to take care of first.
 
Hi there,

you may want to give this a try :) goes into the routines Folder, use TotemLogic as CR.

lmk,

regards
 

Attachments

Back
Top