VladimirCastro Posted July 28, 2014 Posted July 28, 2014 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 Quote
Skorm Posted August 1, 2014 Posted August 1, 2014 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. Quote
1 Capuche Posted July 31, 2014 Posted July 31, 2014 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.. 1 Quote
0 Normynator Posted July 29, 2014 Posted July 29, 2014 (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 July 29, 2014 by Normynator Quote
Capuche Posted July 30, 2014 Posted July 30, 2014 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; } Quote
VladimirCastro Posted July 31, 2014 Author Posted July 31, 2014 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 Quote
VladimirCastro Posted August 1, 2014 Author Posted August 1, 2014 dunno i tried it still not counting Quote
Question
VladimirCastro
no pub opened after clicking
6 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.