Werdio Posted July 29, 2012 Group: Members Topic Count: 83 Topics Per Day: 0.02 Content Count: 248 Reputation: 1 Joined: 06/27/12 Last Seen: May 9, 2016 Share 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 Link to comment Share on other sites More sharing options...
Jezu Posted July 29, 2012 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 566 Reputation: 34 Joined: 11/17/11 Last Seen: January 24 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted July 29, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: 21 hours ago Share Posted July 29, 2012 http://rathena.org/board/topic/66739-dispell-all-buffs-on-entering-pvp-room/#entry116574 Quote Link to comment Share on other sites More sharing options...
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:
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.