Dvrstle Posted October 27, 2012 Posted October 27, 2012 i want to request a script for a npc which will restrict all GMs except the administrator on entering woe castles during woe time(8:00pm = 9:00pm) Thanks! Quote
AnnieRuru Posted October 27, 2012 Posted October 27, 2012 - script aaa -1,{ OnPCLoadMapEvent: if ( getgmlevel() < 20 || getgmlevel() == 99 || !agitcheck() ) end; if ( compare( strcharinfo(3), "_cas0" ) && !compare( strcharinfo(3), "gl_cas0" ) ) warp "Save", 0,0; } prtg_cas01 mapflag loadevent prtg_cas02 mapflag loadevent prtg_cas03 mapflag loadevent .... put loadevent mapflag on all those castle maps that you can find 1 Quote
Question
Dvrstle
i want to request a script for a npc which will restrict all GMs except the administrator on entering woe castles during woe time(8:00pm = 9:00pm)
Thanks!
1 answer 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.