Jump to content
BeWan

PVP, WoE, GVG: Euphy's WoE Controller + @woe command

Recommended Posts

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 💟


 

  • Upvote 2
  • Love 2
  • Like 1
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

[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( [email protected], 1, [email protected] );
   313 :                        [email protected]_guild = getguildmember( [email protected], 2, [email protected] );
   314 :
   315 :                        if( .Options&4 ){
   316 :                                [email protected]_cid = getguildmasterid( [email protected] );
*  317 :                                [email protected] = inarray('.'@cid, [email protected]_cid);
   318 :                                [email protected]_aid = [email protected][[email protected]];
   319 :
   320 :                                cleararray( [email protected], 0, [email protected]_guild );
   321 :                                cleararray( [email protected], 0, [email protected]_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]

Link to comment
Share on other sites

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( [email protected], 1, [email protected] );
   313 :                        [email protected]_guild = getguildmember( [email protected], 2, [email protected] );
   314 :
   315 :                        if( .Options&4 ){
   316 :                                [email protected]_cid = getguildmasterid( [email protected] );
*  317 :                                [email protected] = inarray('.'@cid, [email protected]_cid);
   318 :                                [email protected]_aid = [email protected][[email protected]];
   319 :
   320 :                                cleararray( [email protected], 0, [email protected]_guild );
   321 :                                cleararray( [email protected], 0, [email protected]_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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.