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!

Kupo - Ninja

Seirt

New Member
Joined
Sep 29, 2014
Messages
11
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