BeWan Posted February 2, 2020 Posted February 2, 2020 View File Euphy's WoE Controller + @woe command Report all error/bugs in the forum post not in the PM for faster fix, Thanks! By downloading this file, you agree with my Terms of Service: • You are not allowed remove my signature from any of the included files. • You are not allowed claim my work as yours. • I can give you support, but please, do not message me.If you like it, give me a Submitter BeWan Submitted 02/02/2020 Category PvP, GvG, WoE, Battleground Video Content Author Euphy, BeWan 2 2 1 Quote
ScarrFace Posted February 6, 2020 Posted February 6, 2020 easy to use than talking in the npc. i love it thank you for this release Quote
Han25 Posted March 5, 2020 Posted March 5, 2020 (edited) Nice one thank you! Edited March 5, 2020 by Han25 Quote
nitruder Posted March 28, 2020 Posted March 28, 2020 Hi, Newbie here, I've been using this script but no rewards given after woe ended. here's my reward option. // Combine values as needed (e.g. 1|8 = 1+8 = 9). set .Options, 1|8; // Rewards per castle. // setarray .reward_id[0], <itemID>{,<itemID>,...} // setarray .reward_amount[0], <amount>{,<amount>,...} setarray .reward_id[0],14003; setarray .reward_amount[0],10; // Zeny reward: .reward_zeny = 1000000; Also, when I use the below default woe_controller, with the same reward options, reward after woe is working properly. https://github.com/rathena/rathena/blob/master/npc/custom/woe_controller.txt Quote
Gidz Cross Posted April 14, 2020 Posted April 14, 2020 Hi @BeWan. Can you update this to the current one that comes in the latest git? Thanks much! Quote
Sergardo Posted April 25, 2020 Posted April 25, 2020 can we add with waiting room pub "WOE STARTS in " something like that Quote
Loke Posted April 26, 2020 Posted April 26, 2020 Why no prize for winning guild? // Combine values as needed (e.g. 1|8 = 1+8 = 9). set .Options, 1|2; // Rewards per castle. // setarray .reward_id[0], <itemID>{,<itemID>,...} // setarray .reward_amount[0], <amount>{,<amount>,...} setarray .reward_id[0],14003; setarray .reward_amount[0],1; It should be all players of the winning guild will get 1x of ESB via RoDex right? but no prize given after WOE. Quote
BeWan Posted April 29, 2020 Author Posted April 29, 2020 @Sergardo you can add any pub you want in the script. @gidzdlcrz @Loke wait for the admin to accept the new update. Quote
Sergardo Posted April 30, 2020 Posted April 30, 2020 On 4/29/2020 at 1:03 PM, BeWan said: @Sergardo you can add any pub you want in the script. can u give me script hehe Quote
Loke Posted May 6, 2020 Posted May 6, 2020 The latest update @woe is bug when woe is active. please check Quote
biali Posted May 15, 2020 Posted May 15, 2020 Do you use it for WoE TE too? for me it shows only the first two castles in Gloria 1 and Gloria 2. I can include the others when building up a session but in the schedule screen it wont show any of them. Any help would be really welcome. thank you in advance Quote
Forshaken Posted August 13, 2020 Posted August 13, 2020 On 5/6/2020 at 12:38 PM, Loke said: The latest update @woe is bug when woe is active. please check what kind of bug? Quote
Sikdope Posted September 29, 2020 Posted September 29, 2020 [Error]: Loading NPC file: npc/custom/test.txt script error on npc/custom/test.txt line 317 parse_line: expect command, missing function name or calling undeclared function 312 : getguildmember( .@gid, 1, .@cid ); 313 : .@size_guild = getguildmember( .@gid, 2, .@aid ); 314 : 315 : if( .Options&4 ){ 316 : .@master_cid = getguildmasterid( .@gid ); * 317 : .@index = inarray('.'@cid, .@master_cid); 318 : .@master_aid = .@aid[.@index]; 319 : 320 : cleararray( .@cid, 0, .@size_guild ); 321 : cleararray( .@aid, 0, .@size_guild ); 322 : [Info]: Done loading '11023' NPCs: -'3090' Warps -'223' Shops -'7709' Scripts -'4014' Spawn sets -'40697' Mobs Cached -'0' Mobs Not Cached [Status]: Event 'OnInit' executed with '1400' NPCs. [Status]: Event 'OnInterIfInit' executed with '0' NPCs. [Error]: npc_event: event not found [WOE_CONTROL::OnMenu] [Error]: npc_event: event not found [WOE_CONTROL::OnMenu] Quote
BeWan Posted September 29, 2020 Author Posted September 29, 2020 1 hour ago, Sikdope said: [Error]: Loading NPC file: npc/custom/test.txt script error on npc/custom/test.txt line 317 parse_line: expect command, missing function name or calling undeclared function 312 : getguildmember( .@gid, 1, .@cid ); 313 : .@size_guild = getguildmember( .@gid, 2, .@aid ); 314 : 315 : if( .Options&4 ){ 316 : .@master_cid = getguildmasterid( .@gid ); * 317 : .@index = inarray('.'@cid, .@master_cid); 318 : .@master_aid = .@aid[.@index]; 319 : 320 : cleararray( .@cid, 0, .@size_guild ); 321 : cleararray( .@aid, 0, .@size_guild ); 322 : [Info]: Done loading '11023' NPCs: -'3090' Warps -'223' Shops -'7709' Scripts -'4014' Spawn sets -'40697' Mobs Cached -'0' Mobs Not Cached [Status]: Event 'OnInit' executed with '1400' NPCs. [Status]: Event 'OnInterIfInit' executed with '0' NPCs. [Error]: npc_event: event not found [WOE_CONTROL::OnMenu] [Error]: npc_event: event not found [WOE_CONTROL::OnMenu] this is not part of my custom mod on this script. but anyway what git version you using? Quote
Erebos Posted November 27, 2020 Posted November 27, 2020 On 5/6/2020 at 4:38 AM, Loke said: The latest update @woe is bug when woe is active. please check @BeWan I also have this bug when using @woe while is active, an empty menu will appear. Quote
BeWan Posted November 28, 2020 Author Posted November 28, 2020 On 11/27/2020 at 1:24 PM, Brizyous said: @BeWan I also have this bug when using @woe while is active, an empty menu will appear. did you try the other version file? Quote
Erebos Posted November 28, 2020 Posted November 28, 2020 4 hours ago, BeWan said: did you try the other version file? Yes, v1.2 works, but 1.3 has that problem. Quote
BeWan Posted February 21, 2021 Author Posted February 21, 2021 (edited) script update. don't forget to react on the file Edited February 21, 2021 by BeWan Quote
Gantz_ Posted June 12, 2021 Posted June 12, 2021 Hello, I got this error in my console, any idea?? and the @woe doesn't work I'm using the latest version February 21 Quote
powkda Posted May 28, 2023 Posted May 28, 2023 How do I check the player that is in the clan is not open for sale? There are players drilling leaving the character on @autotrade Quote
kalabasa Posted July 9, 2023 Posted July 9, 2023 It would be much faster if getting rid of the first menu and straight to the castle how to do that? Quote
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.