Jump to content

Joseph

Members
  • Posts

    341
  • Joined

  • Last visited

Posts posted by Joseph

  1. case 1:

    setarray .@r$[0],"Disguise as all monsters.","Disguise as MVPs only.";

    mes .@n$;

    mes "Choose a disguise rule.";

    next;

    set $Rule, select(implode(.@r$,":"));

    mes .@n$;

    mes "The Disguise Rule has been set:";

    mes " > ^0055FF"+.@r$[$Rule-1]+"^000000";

    close;

    case 2:

    not clickable sir.

    I guess you're not using rAthena.

  2. Saturday and sunday woe is on different castle

    I mean the script renew the variable for checking if taken or not by depending on agitstart and agitend right?

    For example, if the winning guild claimed the reward for saturday(prontera castle) win and when sunday(payon castle) woe start and ended, the saturday winner will be able to claim prize again, hence making saturday woe winner be able to claim twice instead of once.

    This applies to the sunday winner as well

    how can I prevent that?

    Fixed @ http://mysterious-pr...GuildPrizer.txt

    Note: You must be using Euphy's controller to use this script.

  3. Since r15503, rAthena no longer supports TXT save engine, which I think trunk\logs is no longer needed as well. Logs (picklog/atcommandlog/etc...) that generated into the logs folder is in a huge huge mess (so-not-organized). You'd spend hours and days searching for something in those files, especially when you're using it in your productive servers (test server doesn't seems to be easy also).

    • Upvote 2
×
×
  • Create New...