skuray Posted December 16, 2018 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 29 Reputation: 1 Joined: 07/16/18 Last Seen: February 25, 2022 Share Posted December 16, 2018 I needed a script that only the clan members who managed to conquer the castle could access. it's possible? Thank you Quote Link to comment Share on other sites More sharing options...
0 skuray Posted December 17, 2018 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 29 Reputation: 1 Joined: 07/16/18 Last Seen: February 25, 2022 Author Share Posted December 17, 2018 (edited) script of warp... cri cri cri Edited December 17, 2018 by skuray Quote Link to comment Share on other sites More sharing options...
0 n0tttt Posted December 20, 2018 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 303 Reputation: 118 Joined: 12/10/16 Last Seen: Friday at 02:39 AM Share Posted December 20, 2018 prontera,100,100,4 script VIP Room Winners 100,{ setarray .@castles$[0], "prtg_cas01","prtg_cas02","prtg_cas03","prtg_cas04","prtg_cas05", "payg_cas01","payg_cas02","payg_cas03","payg_cas04","payg_cas05", "gefg_cas01","gefg_cas02","gefg_cas03","gefg_cas04","gefg_cas05", "aldeg_cas01","aldeg_cas02","aldeg_cas03","aldeg_cas04","aldeg_cas05", "arug_cas01","arug_cas02","arug_cas03","arug_cas04","arug_cas05", "schg_cas01","schg_cas02","schg_cas03","schg_cas04","schg_cas05"; .@guild = getcharid(2); for(.@size = getarraysize(.@castles$);.@i < .@size;.@i++) { .@winner = getcastledata(.@castles$[.@i],CD_GUILD_ID); if(.@winner && .@winner == .@guild) { warp "viproom",0,0; end; } } mes "This room is only for winners."; close; } Quote Link to comment Share on other sites More sharing options...
Question
skuray
I needed a script that only the clan members who managed to conquer the castle could access.
it's possible?
Thank you
Link to comment
Share on other sites
2 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.