rayleigh Posted April 15, 2016 Posted April 15, 2016 prontera,150,190,4 script PVP Warper 105,{ mes "Hello I can warp you inside the PvP Arena!"; next; mes "Where do you want to go?"; menu "Normal PvP [" + getmapusers("pvp_y_1-2") + " / 40]",normal, "No Party PvP [" + getmapusers("pvp_y_2-2") + " / 40]",np; normal: if (getmapusers("pvp_y_1-2") > 39) { mes "The PvP Arena is full"; close; } warp "pvp_y_1-2",0,0; end; np: if (getmapusers("pvp_y_2-2") > 39) { mes "The PvP Arena is full"; close; } warp "pvp_y_2-2",0,0; end; } OnInit: waitingroom "PvP Arena",0; end; } // Duplicates //============================================================ //alberta,25,240,6 duplicate(Healer) Healer#alb 909 //geffen,136,56,3 duplicate(WOE Information) woe#gef 835 geffen,101,71,5 duplicate(PVP Warper) PVP Warper#gef 105 hugel,88,147,5 duplicate(PVP Warper) PVP Warper#hug 105 can anyone help me? This is the pvp that im using my question is it cannot show a waiting room and the duplicate do not appear on the coordinates. Why is that? Thanks in advance. Quote
0 Secrets Posted April 15, 2016 Posted April 15, 2016 (edited) prontera,150,190,4 script PVP Warper 105,{ mes "Hello I can warp you inside the PvP Arena!"; next; mes "Where do you want to go?"; menu "Normal PvP [" + getmapusers("pvp_y_1-2") + " / 40]",normal, "No Party PvP [" + getmapusers("pvp_y_2-2") + " / 40]",np; normal: if (getmapusers("pvp_y_1-2") > 39) { mes "The PvP Arena is full"; close; } warp "pvp_y_1-2",0,0; end; np: if (getmapusers("pvp_y_2-2") > 39) { mes "The PvP Arena is full"; close; } warp "pvp_y_2-2",0,0; end; OnInit: waitingroom "PvP Arena",0; end; } geffen,101,71,5 duplicate(PVP Warper) PVP Warper#gef 105 hugel,88,147,5 duplicate(PVP Warper) PVP Warper#hug 105 Edited April 15, 2016 by secretdataz Quote
0 rayleigh Posted April 16, 2016 Author Posted April 16, 2016 can u tell which are the wrong one so that i can know? Quote
0 Secrets Posted April 16, 2016 Posted April 16, 2016 You put OnInit label outside the script block. That broke the script. Quote
Question
rayleigh
can anyone help me?
This is the pvp that im using my question is it cannot show a waiting room
and the duplicate do not appear on the coordinates.
Why is that?
Thanks in advance.
3 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.