I was looking for this script, and I think i cannot find one here in hercules, can you make one for me guys please?
Its only like when someone enters in the PVP like "Karazu Enters in the PVP blahh balhhh.."
Thank you!
EDIT: Sorry I did just found 1, I will just try this one 1st.
http://herc.ws/board/topic/905-can-i-have-pvp-warper-that-disable-in-woe/
prontera,165,177,3 script PVP Warper 106,{if (!(agitcheck() || agitcheck2())){ if (select("Yes!","No thanks.") == 2) close; warp "guild_vs5",0,0; announce strcharinfo(0) + " has entered the PVP Room.",0; } end;}
How to Insert this script so that It be showed also how many players are in the map?
Its only like when someone enters in the PVP like "Karazu Enters in the PVP blahh balhhh.."
Thank you!
EDIT: Sorry I did just found 1, I will just try this one 1st.
http://herc.ws/board/topic/905-can-i-have-pvp-warper-that-disable-in-woe/
prontera,165,177,3 script PVP Warper 106,{if (!(agitcheck() || agitcheck2())){ if (select("Yes!","No thanks.") == 2) close; warp "guild_vs5",0,0; announce strcharinfo(0) + " has entered the PVP Room.",0; } end;}
How to Insert this script so that It be showed also how many players are in the map?
Code:
"There are ["+getmapusers("guild_vs5")+"/30] players inside.";
Last edited by a moderator: