What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Support for GF shift guard

ksmaze

Member
Joined
Sep 4, 2012
Messages
239
I found GF's guard power's string is Guardian_Shift_Block.

So I tried following code, neither of them works. Is class shift power not supported at all?

Code:
Spell.Cast("Guardian_Shift_Block", null, ent => true, ent => NyxNW.Me.Position),
Spell.Cast("Guardian_Shift_Block", ent => (ent as NWUnit).Position, ent => true),
 
There is no meaning of log file for this....

I am writing my own routine, and modifying Action in
Code:
\Routines\Anemoi\Routines\GuardianFighter.cs
It will not be executed at all.

If you think this should be put in Dev forum, please move it. Just found no one ever responded there....
 
Back
Top