Eros Posted January 29, 2014 Posted January 29, 2014 A private pvp room that will ask first a password before entering the battle field thx in advance. Quote
Capuche Posted February 6, 2014 Posted February 6, 2014 For a password in a chatroom you need source mod but in a npc prontera,180,180,5 script name 74,{ .@passwrod$ = "ojinioj"; input .@test$; if ( .@test$ != .@password$ ) end; warp "inhuionh",0,0; } Quote
Missingno Posted February 6, 2014 Posted February 6, 2014 For a password in a chatroom you need source mod but in a npc prontera,180,180,5 script name 74,{ .@passwrod$ = "ojinioj"; input .@test$; if ( .@test$ != .@password$ ) end; warp "inhuionh",0,0; } Typo D: *fixes* prontera,180,180,5 script name 74,{ .@password$ = "ojinioj"; input .@test$; if ( .@test$ != .@password$ ) end; warp "inhuionh",0,0; } 1 Quote
Question
Eros
A private pvp room that will ask first a password before entering the battle field
thx in advance.
3 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.