Phriya Posted August 24, 2014 Share Posted August 24, 2014 Hi i made a map for newbies and i want a npc to work like this checks the player job if it was a novice with job 10 , he warp to main town "fenix" if not then he stays and gets full heal + bless and agi buffs. dont mind the mes massages , ill do it my self i just need the commands Thanks in advance Quote Link to comment Share on other sites More sharing options...
eKoh Posted August 25, 2014 Share Posted August 25, 2014 (edited) actually, it is a very simple script: prontera,150,150,5 script 117,{ set .map$,"Your warp map"; if ( JobLevel >= 10 ) { warp .map$,150,150; end; } else { specialeffect2 313; percentheal 100,100; sleep2 200; specialeffect2 37; sc_start SC_INCREASEAGI,240000,10; sleep2 200; specialeffect2 42; sc_start SC_BLESSING,240000,10; } } Copy it from there --> PasteBin I've added 2 "sleep2" instructions, because looks ugly when all the buffs are applied at once Edited August 25, 2014 by eKoh 1 Quote Link to comment Share on other sites More sharing options...
Phriya Posted August 25, 2014 Author Share Posted August 25, 2014 Thanks a lot <3 Quote Link to comment Share on other sites More sharing options...
Hi
i made a map for newbies and i want a npc to work like this
checks the player job if it was a novice with job 10 , he warp to main town "fenix"
if not then he stays and gets full heal + bless and agi buffs. dont mind the mes massages , ill do it my self i just need the commands
Thanks in advance
Link to comment
Share on other sites