primeRO Posted October 8, 2012 Posted October 8, 2012 Can I ask for gm zone room?..which all gm (admin, event) are authorized to enter the room.. if any normal players attempt to enter the room..they will @nuke and announce like this: "player_name" attempt to enter the gm zone..this will be your last warning..something like that.. thx Quote
Bin4ry Posted October 8, 2012 Posted October 8, 2012 (edited) You can learn to script by find right commands in /doc/script_commands.txt if (getgmlevel < 1) { dispbottom "You are not authorised!"; atcommand "@die"; announce strcharinfo(0)+" attempted to enter the GM room!"; end; } Edited October 8, 2012 by darristan Quote
primeRO Posted October 8, 2012 Author Posted October 8, 2012 You can learn to script by find right commands in /doc/script_commands.txt if (getgmlevel < 1) { dispbottom "You are not authorised!"; atcommand "@die"; announce strcharinfo(0)+" attempted to enter the GM room!"; end; } Sir can I ask for the full script?.. here's the map I want to be my gm zone.. job3_sha01,72,25 thanks Quote
PHiLiP Posted October 8, 2012 Posted October 8, 2012 prontera,155,185,5 script GM Room 998,{ if (getgmlevel() >= 1){ mes "Hello there GM " + strcharinfo(0) + " !"; mes "Would you like to warp you in your room?"; switch(select("YES:NO")) { case 1: next; warp "job3_sha01",72,25; end; case 2: mes "Ok..."; mes "Have a Nice Day!!!"; close; } } } Quote
Question
primeRO
Can I ask for gm zone room?..which all gm (admin, event) are authorized to enter the room..
if any normal players attempt to enter the room..they will @nuke and announce like this:
"player_name" attempt to enter the gm zone..this will be your last warning..something like that..
thx
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.