Jump to content
  • 0

Problem in PVP Warper


Question

Posted (edited)

Need help to make it normal back.
 
pyok.jpg
 
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 by lolmin21

2 answers to this question

Recommended Posts

Posted

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;
}

/ic  Already fix problem... 

hope it work on you....  /no1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...