HI guys,
I got this script from Emistry and it worked very fine. restricting trans job in WoE Castle.
However, can we do like Trans class cannot enter the castle During WoE times only and during NoN woe they can enter the castle.
Appreciate your help on this, thanks!!
I got this script from Emistry and it worked very fine. restricting trans job in WoE Castle.
However, can we do like Trans class cannot enter the castle During WoE times only and during NoN woe they can enter the castle.
Appreciate your help on this, thanks!!
Code:
- script trans_restrict -1,{OnPCLoadMapEvent: if(strcharinfo(3)!="prtg_cas01") end; if(Class>=4001 && Class<=4049 ){ mes "[ ^0000FF Castle Guardian's^000000 ]"; mes "Hello "+strcharinfo(0)+", "; mes "You are not Allowed to Join this WOE."; close2; warp "Save",0,0; } end;}prtg_cas01 mapflag loadevent