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

Kupo - Ninja

Seirt

New Member
Joined
Sep 29, 2014
Messages
11
Reaction score
0
Hey there!
I customized the routine from kupo for the ninja and it works pretty well so far, but it won't use "Ten" and "Ninjustu"...maybe someone got an idea:
Code:
Spell.Cast("Ninjutsu", r => Actionmanager.LastSpell.Name == "Ten"),
Spell.Apply("Ten", r => true),
 
Hey there!
I customized the routine from kupo for the ninja and it works pretty well so far, but it won't use "Ten" and "Ninjustu"...maybe someone got an idea:
Code:
Spell.Cast("Ninjutsu", r => Actionmanager.LastSpell.Name == "Ten"),
Spell.Apply("Ten", r => true),

I'm not a develepor, so this is just my own thoughts, but i was under the impression that spell.apply was mainly used to apply dots/buffs etc. Does spell.cast work?
 
i used all kind of different combinations (apply, other parameters, etc)
 
LastSpell doesn't work with mudras or ninjutsu. Also you have to specify Core.Player for mudras to cast.
 
Back
Top