• Visit Rebornbuddy
  • Kupo - Ninja

    Discussion in 'Combat Routines' started by Seirt, Nov 2, 2014.

    1. Seirt

      Seirt New Member

      Joined:
      Sep 29, 2014
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      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),
       
    2. exaccuss

      exaccuss Active Member

      Joined:
      Nov 10, 2013
      Messages:
      1,021
      Likes Received:
      6
      Trophy Points:
      38
      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?
       
    3. Seirt

      Seirt New Member

      Joined:
      Sep 29, 2014
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      i used all kind of different combinations (apply, other parameters, etc)
       
    4. Ichiba

      Ichiba New Member

      Joined:
      Jun 14, 2014
      Messages:
      258
      Likes Received:
      8
      Trophy Points:
      0
      LastSpell doesn't work with mudras or ninjutsu. Also you have to specify Core.Player for mudras to cast.
       
    5. Xotrem

      Xotrem Member

      Joined:
      May 20, 2014
      Messages:
      78
      Likes Received:
      1
      Trophy Points:
      8

    Share This Page