MusiLiciouS Posted February 20, 2016 Posted February 20, 2016 (edited) How to combine this script to Euphy's Woe Controller? Having a problem coz it overlaps my woe controller https://rathena.org/board/topic/91454-rauto-kick/?p=240025 Or can anyone give me a script where a player cant go inside the castle when they dont have guild Edited February 20, 2016 by MusiLiciouS Quote
0 Neffletics Posted February 20, 2016 Posted February 20, 2016 Have you tried nanakiwurtz's script? I believe that's what you need. - script CastleBlocker -1,{ OnInit: // Add more castle maps here: setarray .map$,"prtg_cas01","prtg_cas02","prtg_cas03","prtg_cas04","prtg_cas05"; set .map_size,getarraysize(.map$); for (.@i = 0; .@i < .map_size; .@i++) setmapflag .map$[.@i],mf_loadevent; end; OnPCLoadMapEvent: for (.@i = 0; .@i < .map_size; .@i++) if (strcharinfo(3) == .map$[.@i]) { if(!getcharid(2)) { mes "Sorry, you are not in a guild!"; close2; warp "prontera",155,180; } break; } end; } Quote
0 MusiLiciouS Posted February 21, 2016 Author Posted February 21, 2016 Have you tried nanakiwurtz's script? I believe that's what you need. - script CastleBlocker -1,{ OnInit: // Add more castle maps here: setarray .map$,"prtg_cas01","prtg_cas02","prtg_cas03","prtg_cas04","prtg_cas05"; set .map_size,getarraysize(.map$); for (.@i = 0; .@i < .map_size; .@i++) setmapflag .map$[.@i],mf_loadevent; end; OnPCLoadMapEvent: for (.@i = 0; .@i < .map_size; .@i++) if (strcharinfo(3) == .map$[.@i]) { if(!getcharid(2)) { mes "Sorry, you are not in a guild!"; close2; warp "prontera",155,180; } break; } end; } Yes.. I tried it but it affects euphys controller.. when i used that script, its says the war of emperium is inactive and players with guild will be warped back to their Savepoint.. then i have to reconfig again euphys woe controller so that the castle will be active.. when i do that, that kicker is not working.. i dunno what seems to be the problem Quote
0 PandaLovesHamster Posted February 22, 2016 Posted February 22, 2016 Solution: Turn off Euphy's WoE Controller set up that says you can't warp to inactive castles. Quote
Question
MusiLiciouS
How to combine this script to Euphy's Woe Controller? Having a problem coz it overlaps my woe controller
https://rathena.org/board/topic/91454-rauto-kick/?p=240025
Or can anyone give me a script where a player cant go inside the castle when they dont have guild
Edited by MusiLiciouS3 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.