Cid Kagenou Posted August 24, 2014 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 107 Reputation: 5 Joined: 07/01/14 Last Seen: March 28 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 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 206 Reputation: 13 Joined: 01/07/12 Last Seen: July 12, 2020 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...
Cid Kagenou Posted August 25, 2014 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 107 Reputation: 5 Joined: 07/01/14 Last Seen: March 28 Author Share Posted August 25, 2014 Thanks a lot <3 Quote Link to comment Share on other sites More sharing options...
Question
Cid Kagenou
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
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.