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

Lightning Warp Totem not getting recognized

randomstraw

Community Developer
Joined
Jul 17, 2012
Messages
1,611
Reaction score
10
Code:
RegisterTotem("Lightning Warp");
within exile.cs will not register any lightning warp totems, yes they are on the bar.

Code:
CombatComposite.AddChild(CreateCastTotemComposite("Lightning Warp", 0.75f, ret => true, ret => BestTarget.Position));
as a try to manually add the totem also fails, seems like lightning warp is hated by EB?

anyone has a solution for that?
 
Moving this to support, since it's an issue with our code.

There's an astonishing number of issues going on here that we'll need to fix, but a work around has been added to address this issue as well as any others that are being caused by the same thing.

Please retest this in #721.
 
Back
Top