the spirit healer

Break San

New member
Messages
240
Points
0
Location
França
I made this script to the spirit in the class because some skill needs of the famous link, more is not working in taekwon master, the link else but acting ability.

Code:
switch ( BaseJob ) {                case 8:						set .@spirit, 454; break;                case 4047:					set .@spirit, 448; break;                case 7:						set .@spirit, 452; break;                case 10:					set .@spirit, 458; break;                        }        if ( .@spirit ) {                sc_start2 SC_SOULLINK, .@time, 5, .@spirit;                skilleffect .@spirit, 5;        }            if (.@Delay) set @HD, gettimetick(2)+.@Delay;            end;    }
 
Back
Top