Train ninjitsu to legendary very easy -- no mana required.

Share your guides, how-tos, FAQs, and so forth. This is not for support -- post questions in General Discussion.
Post Reply
suiris
Posts: 150

Train ninjitsu to legendary very easy -- no mana required.

Post by suiris »

Training nijitsu is considered pain in the ass by most people, however there is a really easy method.
Using fukyia or shuriken makes a check on your skill and thus you can gain using it. Using this method you can get from 30 to 120 with a single macro. All you need is one fukyia, lots of darts and a target dummy, preferably a greater dragon. Darts are crafted by fletchers, they cannot be stacked but can be crafted many at once. You don't need to poison them to gain skill, and you will do only 1 dmg per hit so no need to heal the dragon either.
At 720 skill it took me ~4500 darts, i guess it will be around half that amount with fresh char.
If you are not in the same guild with the char who is owning the dragon you should go to felluca (make sure you say all stay :D )

Fukyia macro:
Change 'ninjitsu' ==100 to 120 if you want to train it to legendary.

Code: Select all

if not findalias 'fukyia'
  promptalias 'fukyia'
endif
if not findalias 'dragon'
  promptalias 'dragon' 
endif
if property 'Uses Remaining' 'fukyia' == 0
  waitforcontext 'fukyia' 0 1500
  waitfortarget 15000
  targettype 0x2806 0
  pause 250
endif
useobject 'fukyia'
waitingfortarget 1000
target 'dragon'
pause 3000
if skill 'ninjitsu' == 100
  sysmsg 'Congrats'
  stop
endif
The other char can run this macro to feed the dragon:

Code: Select all

if not findalias 'dragon'
  promptalias 'dragon'
endif
if not timerexists 'feeddragon'
  createtimer 'feeddragon'
endif
if timer 'feeddragon' >= 3600000
  feed 'dragon' 'Meat' 'any' 1
  pause 500
  if injournal 'happier'
    settimer 'feeddragon' 0
    sysmsg 'dragon Fed' 33
    clearjournal
  else
    sysmsg 'Out of Meat!' 33
  endif
endif
User avatar
Silent Shadow
Posts: 334

Re: Train ninjitsu to legendary very easy -- no mana required.

Post by Silent Shadow »

1)50 ninjitsu for start not 30...fukiya needs 50
2)fresh made 2nd char with 50 ninjitsu for dog form instead dragon
or put platform house get inside and launch in your friends Cu outside
3)more weapon skill will be on your dummy - faster gain
4)remove all HCI items for faster gain
5)from 50 to 65 take fukiya in your hand, after - put it in backpack
WTB Ring 50 EP HCI DCI (up to 20kk)
User avatar
Kush Tailored
Posts: 335

Re: Train ninjitsu to legendary very easy -- no mana required.

Post by Kush Tailored »

Ninja was stuck at 87.5... it went to gm in hour. thanks
Discord: Kain#3638
suiris
Posts: 150

Re: Train ninjitsu to legendary very easy -- no mana required.

Post by suiris »

I don't know about the 50 skill requirement, but i am pretty sure that i bought the skill at 40 from new heaven and was able to successfully train it to GM with this macro.
On all of the other points i agree.
User avatar
Silent Shadow
Posts: 334

Re: Train ninjitsu to legendary very easy -- no mana required.

Post by Silent Shadow »

suiris wrote:I don't know about the 50 skill requirement, but i am pretty sure that i bought the skill at 40 from new heaven and was able to successfully train it to GM with this macro.
On all of the other points i agree.
i checked that 0_o you are right!
here on Demise its bugged and you could use it from 0.00 Ninjitsu
WTB Ring 50 EP HCI DCI (up to 20kk)
Post Reply