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

Support for GF shift guard

ksmaze

Member
Joined
Sep 4, 2012
Messages
239
Reaction score
1
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