Jump to content

Question

Posted

 

prontera,151,190,5 script PvP Warper 843,{

mes "[ ^ff0000PVP Warper^000000 ]";
announce ""+strcharinfo(0)+" has entered PvP Arena [Ancient - Nightmare ]", bc_all;
warp "guild_vs2.gat",0,0;
close;
 
OnInit:
waitingroom "PvP Warper ["+getmapusers("guild_vs2")+"]",0;
end;
}

no pub opened after clicking

6 answers to this question

Recommended Posts

Posted

Try this...

prontera,151,190,5	script	PvP Warper	843,{
	mes "[ ^ff0000PVP Warper^000000 ]";
	announce ""+strcharinfo(0)+" has entered PvP Arena [ Ancient - Nightmare ]", bc_all;
	warp "guild_vs2.gat",0,0;
	close2;
	delwaitingroom;
	
OnInit:
	waitingroom "PvP Warper [ "+getmapusers("guild_vs2")+" ]",1;
	end;
}

The npc probably just needs to enter the room etc.

  • 1
Posted
prontera,151,190,5	script	PvP Warper	843,{
	announce ""+strcharinfo(0)+" has entered PvP Arena [Ancient - Nightmare ]", bc_all;
	warp "guild_vs2.gat",0,0;
	delwaitingroom;
	waitingroom "PvP Warper ["+getmapusers("guild_vs2")+"]",0;
	end;
OnInit:
	while(1) {
		waitingroom "PvP Warper ["+getmapusers("guild_vs2")+"]",0;
		sleep 10000;
		delwaitingroom;
	}
	end;
}

I was asleep yesterday..

  • Upvote 1
  • 0
Posted (edited)

the tabs ^^

 

prontera,151,190,5    script    PvP Warper    843,{

 

or what does "pub" mean? sry i dont get it

 

there are also some "useless" lines

prontera,151,190,5	script	PvP Warper	843,{
announce ""+strcharinfo(0)+" has entered PvP Arena [Ancient - Nightmare ]", bc_all;
warp "guild_vs2.gat",0,0;
 
OnInit:
waitingroom "PvP Warper ["+getmapusers("guild_vs2")+"]",0;
end;
}
Edited by Normynator
Posted

you must update your waitingroom to display the current number of player in the map X

prontera,151,190,5	script	PvP Warper	843,{
	mes "[ ^ff0000PVP Warper^000000 ]";
	announce ""+strcharinfo(0)+" has entered PvP Arena [Ancient - Nightmare ]", bc_all;
	warp "guild_vs2.gat",0,0;
	close2;
	delwaitingroom;
OnInit:
	waitingroom "PvP Warper ["+getmapusers("guild_vs2")+"]",0;
	end;
}
Posted

 

you must update your waitingroom to display the current number of player in the map X

prontera,151,190,5	script	PvP Warper	843,{
	mes "[ ^ff0000PVP Warper^000000 ]";
	announce ""+strcharinfo(0)+" has entered PvP Arena [Ancient - Nightmare ]", bc_all;
	warp "guild_vs2.gat",0,0;
	close2;
	delwaitingroom;
OnInit:
	waitingroom "PvP Warper ["+getmapusers("guild_vs2")+"]",0;
	end;
}

pub is not showing im using eathena

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...