dubstep Posted June 2, 2017 Posted June 2, 2017 Hi there! May I request for a WoE Controller, same as Euphy's? I can't find any scripts that will trigger the Novice Castle's Guild War. I've been looking for this for almost 3 years Thank you in advance! Quote
0 crazyarashi Posted June 2, 2017 Posted June 2, 2017 1 hour ago, dubstep said: Hi there! May I request for a WoE Controller, same as Euphy's? I can't find any scripts that will trigger the Novice Castle's Guild War. I've been looking for this for almost 3 years Thank you in advance! Have you tried adding your castles in the array of castle in the woe controller? :)) Quote
0 crazyarashi Posted June 2, 2017 Posted June 2, 2017 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", "your_cas01"; <- setarray .EndLabel$[0],"ar01","ar02","ar03","ar04","ar05","sc01","sc02","sc03","sc04","sc05"; setarray .Days$[0],"Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"; setarray .Regions$[0],"Prontera","Payon","Geffen","Aldebaran","Arunafeltz","Schwaltzvalt","Your Castle Area Name"; <- setarray .Map$[0],"prt_gld","pay_gld","gef_fild13","alde_gld","aru_gld","sch_gld","castle_map_name"; <- setarray .MapX[0],134,240,153,111,208,121,295,317,140,204,214,308,143,193,305,48, 95,142,239,264,158,83, 68,299,292,293,288, 97,137, 71,2000(X Coords); <- setarray .MapY[0], 65,128,137,240,240,233,116,293,160,266, 75,240,240,278, 87,83,249, 85,242, 90,272,47,155,345,107,100,252,196, 90,315,2000(Y Coords); <- Check the parts that i have edited :)) Quote
0 dubstep Posted June 3, 2017 Author Posted June 3, 2017 I will try this sir and will report if any bugs occurred. Thank you very much! Quote
0 dubstep Posted June 3, 2017 Author Posted June 3, 2017 Hi Sir, I already edited it and no errors occurred. But there is no option to enable the WoE on Novice Castle. Quote
0 dubstep Posted June 3, 2017 Author Posted June 3, 2017 I've read that the WoE Controller can only handle 34 Castles and it is already 32 Castles included in the controller. I responded to Brynner somewhere else about this, but here it is again. I can't include Novice castles in my script due to the way I wrote it - I used a bit integer to hold all the castle values (so the max would be 32) and I'd have 34 castles if I included Novice castles~ Also, you can probably just cut and paste Toasty's chatroom if you really want it, but it's not needed imo. e.e Link: https://rathena.org/board/topic/67001-novice-castle-woe/ Quote
0 crazyarashi Posted June 3, 2017 Posted June 3, 2017 1 hour ago, dubstep said: I've read that the WoE Controller can only handle 34 Castles and it is already 32 Castles included in the controller. Try using toasty woe controller for your novice castles and other castles :))Toasty WOE Controller Quote
0 dubstep Posted June 3, 2017 Author Posted June 3, 2017 Hi Sir, I have fixed Euphy's Woe Controller but my problem now is how to make the NPC only 1st job can enter the castle? Cause I already tried many times but still, I can't make it that only 1st jobs can enter if ((eaclass()&(EAJL_2|EAJL_UPPER)) || BaseLevel>=60) { mes "I'm sorry, you can't enter the sacred Novice Castles place."; emotion e_sry; } else if (select("Warp me to Novice Castles","Cancel") == 1) I think the problem is in if function. Already tried various function but still failed. Can you fix that for me, sir? Sorry for bad english Quote
Question
dubstep
Hi there!
May I request for a WoE Controller, same as Euphy's? I can't find any scripts that will trigger the Novice Castle's Guild War. I've been looking for this for almost 3 years
Thank you in advance!
8 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.