Jump to content

Recommended Posts

Posted

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
  • 4 weeks later...
  • 4 weeks later...
Posted

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

  • 3 weeks later...
  • 2 weeks later...
Posted

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.

  • 2 weeks later...
Posted

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

  • 2 months later...
  • 1 month later...
Posted

[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]

Posted
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?

  • 1 month later...
Posted
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?

  • 4 weeks later...
  • 1 month later...
  • 3 months later...
  • 1 year later...
  • 1 month later...

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...