kasim03 Posted May 19, 2018 Posted May 19, 2018 i hope someone can help me make script pvp with auto and random buff... my plan with small map pvp this, those who stay longer in pvp can get random buff like give stat buff... example: Quote sc_start SC_AGIFOOD,180000,3; sc_start SC_VITFOOD,180000,3; sc_start SC_VITFOOD,180000,3; and more.... sry my bad english and thx for help... Quote
0 AnnieRuru Posted May 19, 2018 Posted May 19, 2018 (edited) guild_vs5 mapflag pvp prontera,155,185,5 script skfdhsjf 1_F_MARIA,{ select "GO PVP"; warp "guild_vs5", 0,0; attachnpctimer; initnpctimer; end; OnTimer5000: callsub L_checkmap; sc_start SC_AGIFOOD,180000,3; end; OnTimer10000: callsub L_checkmap; sc_start SC_VITFOOD,180000,3; end; OnTimer15000: callsub L_checkmap; sc_start SC_VITFOOD,180000,3; end; L_checkmap: if ( strcharinfo(3) != "guild_vs5" ) { stopnpctimer; detachnpctimer; end; } return; } urgh .... do the rest yourself unfortunately rathena don't have something like hercules' QUEUEOPT_MAPCHANGE so nah ... the buff will stay on changing map EDIT: or unless making another OnPCQuitMapEvent: .... Edited May 20, 2018 by AnnieRuru Quote
Question
kasim03
i hope someone can help me make script pvp with auto and random buff...
my plan with small map pvp this, those who stay longer in pvp can get random buff like give stat buff...
example:
sry my bad english and thx for help...
1 answer 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.