Jump to content
  • 0

pvp warper getmapuser


VladimirCastro

Question


  • Group:  Members
  • Topic Count:  114
  • Topics Per Day:  0.03
  • Content Count:  298
  • Reputation:   4
  • Joined:  03/13/12
  • Last Seen:  

 

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

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  1268
  • Reputation:   382
  • Joined:  02/03/12
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 1

  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

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
Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  292
  • Reputation:   199
  • Joined:  05/03/13
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

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;
}
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  114
  • Topics Per Day:  0.03
  • Content Count:  298
  • Reputation:   4
  • Joined:  03/13/12
  • Last Seen:  

 

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  114
  • Topics Per Day:  0.03
  • Content Count:  298
  • Reputation:   4
  • Joined:  03/13/12
  • Last Seen:  

dunno i tried it still not counting

Link to comment
Share on other sites

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.

×
×
  • Create New...