lolmin21 Posted February 7, 2014 Posted February 7, 2014 (edited) Need help to make it normal back. Problem in Warper.Cannot warp into "PVP Map" prontera,152,191,4 script PvP Warper 628,{ mes "[ ^0065DFPvp Warper^000000 ]"; mes "I am the first Keeper, are you ready?."; if (select("Yes!","Urrr No.") == 2) close; mes "[ ^0065DFPvp Warper^000000 ]"; mes "Which Arena you want to go to??"; menu "Solo PVP [" + getmapusers("prt_pvp") + " / 50]",Larena1, "Normal PVP [" + getmapusers("arena_vs1") + " / 50]",Larena2, "1 VS 1 [" + getmapusers("guild_vs4") + " / 2]",Larena3, "Quit",Lcancel; Lcancel: close; Larena1: if (getmapusers("prt_pvp") > 49) goto Lsorry; callfunc "Ramvp_1"; warp "prt_pvp",0,0; close; Larena2: if (getmapusers("arena_vs1") > 49) goto Lsorry; callfunc "Ramvp_1"; warp "arena_vs1",0,0; close; Larena3: if (getmapusers("guild_vs4") > 1) goto Lsorry; callfunc "Ramvp_1"; warp "guild_vs4",50,45; close; Lsorry: mes "[ ^0065DFPvp Warper^000000 ]"; mes "Sorry but this Arena is already full, maybe you can try another one!"; close; OnInit: waitingroom "Battle PVP",0; end; } prt_pvp mapflag pvp arena_vs1 mapflag pvp guild_vs4 mapflag pvp prt_pvp mapflag nocommand 50 arena_vs1 mapflag nocommand 50 guild_vs4 mapflag nocommand 50 arena_vs1 mapflag nosave SavePoint prt_pvp mapflag nosave SavePoint arena_vs1 mapflag pvp_noparty arena_vs1 mapflag partylock arena_vs1 mapflag pvp_noguild Edited February 7, 2014 by lolmin21 Quote
StarGateRo Posted February 8, 2014 Posted February 8, 2014 prontera,152,191,5 script PVP Warpers 628,{ mes "[PVP Warpers]"; mes "Where would you like to be warped to?"; next; mes "[PVP Warpers]"; mes "Where would you like to be warped to?"; next; menu "Solo PVP [" + getmapusers("prt_pvp") + " / 50]",wprt_pvp, "Normal PVP [" + getmapusers("artz_pvp") + " / 50]",wartz_pvp, "1 VS 1 PVP [" + getmapusers("06guild_02") + " / 2]",w06guild_02; //------------------------------- // Warps //------------------------------- wprt_pvp: warp "prt_pvp.gat",0,0; end; wartz_pvp: warp "artz_pvp.gat",0,0; end; w06guild_02: warp "06guild_02.gat",0,0; end; OnInit: waitingroom "Battle PVP",0; end; } Already fix problem... hope it work on you.... Quote
Patskie Posted February 7, 2014 Posted February 7, 2014 mes "Which Arena you want to go to??"; + next; Quote
Question
lolmin21
Need help to make it normal back.

Edited by lolmin21Problem in Warper.
Cannot warp into "PVP Map"
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.