Werdio Posted July 29, 2012 Posted July 29, 2012 I woul'd like add Dispell in my script, when I speak with this NPC x') I tried it, it did'nt work ~ Script: newjersey,32,56,6 script PvP Warper 413,{ setarray .@SC[0],289; //I tried 235 too sc_start .@SC[.@i],760000,5; } //PvP Warper mes "[ ^000088PvP Arena Warper^000000 ]"; mes "blabla"; next; switch(select("Hardcore PvP [^000088"+getmapusers("hard_pvp")+"^000000]","Normal PvP [^000088"+getmapusers("n_pvp")+"^000000]","Abort")) { case 1: warp "hard_pvp",0,0; close; case 2: warp "n_pvp",0,0; close; mes "[ ^000088PvP Arena Warper^000000 ]"; mes "blaa."; case 3: close; } } Quote
Jezu Posted July 29, 2012 Posted July 29, 2012 (edited) Add on your code: warp "hard_pvp",0,0; sc_end sc_ALL; Edited July 29, 2012 by Jezu Quote
Emistry Posted July 29, 2012 Posted July 29, 2012 http://rathena.org/board/topic/66739-dispell-all-buffs-on-entering-pvp-room/#entry116574 Quote
Question
Werdio
I woul'd like add Dispell in my script, when I speak with this NPC x')
I tried it, it did'nt work ~
Script:
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.