c.d.t.
anche da 50pt in su...
anche da 50pt in su...

;-----------------------------------------------------------
; Script Name: Script King's Fast Ninjitsu Trainer
; Author: Script King
; Version: 2.0
; Client Tested with: 6.0.1.2
; EUO version tested with: 1.6
; Shard OSI / FS: OSI
; Revision Date:
; Public Release: 05/09/07
; Purpose: Trains Ninjitsu 50 - 120 as fast as possible
;-------------------------------------------------------------
;*********************************************
;*********************************************
Display ok Stay mounted amd be away from any creature when using mirror image.
chooseskill ninj
finditem OF_SG_SF_MG G_10
if #findkind -1
{
display ok You will need a horse.
halt
}
msg all follow me$
msg all guard me$
msg all follow me$
mainloop:
gosub whichspell
gosub gain
goto mainloop
sub whichspell
if #skill = #skillcap
halt
if #skill >= 850
set %spell DS
if #skill < 850 && #skill >= 750
set %spell F
if #skill < 750 && #skill > 50
set %spell MI
return
sub gain
if %spell = DS
{
cast:
finditem OF_SG_SF_MG
set #ltargetid #findid
set %mana #mana
event macro 15 246
wait 10
event macro 27
if %mana >= #mana
goto cast
if #mana < 30
gosub managain
}
if %spell = F
{
cast1:
finditem OF_SG_SF_MG
set #ltargetid #findid
set %mana #mana
event macro 15 245
wait 10
event macro 27
if %mana >= #mana
goto cast1
if #mana < 20
gosub managain
}
if %spell = MI
(
event macro 15 252
wait 2s
killcheck:
if #followers > 0
{
wait 1s
KEY F11
wait 10
event macro 27 0
}
if #mana < 10
gosub managain
}
return
sub managain
if %spell = DS
set %requiredmana 30
if %spell = F
set %requiredmana 20
if %spell = MI
set %requiredmana 10
manacheck:
if #mana >= %requiredmana
return
{
else
wait 1
goto manacheck
}
return

Commenta