• Due to recent spam attacks that heavily used compormised accounts we did reset all user passwords, AGAIN, if it happens and your account got compromised again due to re-used passwords your account will be perma-banned.

Error on PVP NPC

Find:

OnInit: waitingroom "[ PVP ROOM ]",0; end;

Add:

delwaitingroom;

Before:

Code:
	waitingroom "[ PVP ROOM ]",0;
 
Back
Top