Jump to content

Neko

Members
  • Posts

    15
  • Joined

  • Last visited

Posts posted by Neko

  1. Put the join chat with capacity for only 1 player.
     
    waitingroom "MyChatTitle", 2, "SomeNPC::OnSomeoneEnteredChat",1;
    
     
    OnSomeoneEnteredChat:
    set .team, (!.team);
    if(.team){
    set $@Team1, waitingroom2bg("<mapname>",x,y,"SomeNPC2::OnLogout","SomeNPC2::OnDie");
    warpwaitingpc "<team1reagrouplocation>", x,y;
    }else{
    set $@Team2, waitingroom2bg("<mapname>",x,y,"SomeNPC2::OnLogout","SomeNPC2::OnDie");
    warpwaitingpc "<team2reagrouplocation>", x,y;
    }
    end;
    
    

    btw, you said randomly and I didn't pay too much attention to that, sorry. The code above is not entirely random, since it will warp 1 person to each team so the teams keep the same amount of players when the event starts.

  2. File Name: [Admin] Castle Transference

    File Submitter: Neko

    File Submitted: 27 Sep 2013

    File Category: Utilities

    Content Author: Neko

    Administrative NPC that transfers all data from one castle to another and erases the preview castle data. This means Kafra Status, Guardians, Economy, Defense, Number of times invested in Economy that day, Number of times invested in Defense that day, everything that concerns castle data will be transfered to the castle you want. So if you need to change your current castle in WOE you won't be needing to do it manually anymore with the chance of forgetting something or do it wrongly. Now you'll do it all automatically through this NPC, only typing the name of the castle map.

    Click here to download this file

  3. File Name: [Admin] Quest Creator

    File Submitter: Neko

    File Submitted: 26 Sep 2013

    File Category: Utilities

    Content Author: Neko

    Command @createquest <reward> <req1> <amnt1> <req2> <amnt2> <req3> <amnt3> <req4> <amnt4> <req5> <amnt5>

    Automatic quest creation. Arguments passed through the @createquest command will be insert at the `custom_quest_db` and will be available automatically at the 'Custom Quests' NPC.

    Example:

    If we'd like to add to the 'Custom Quests' NPC a quest that gives the item Alice Doll and requires 1x Alice Card and 5x Platinum Coins we would just type:

    @createquest 5137 4253 1 677 5 0 0 0 0 0 0

    That will create the quest automatically on the NPC. ^^

    ----------------------

    Added @delquest command that allows the admin to delete quests in-game. You can check the Quest ID looking at the NPCs Menu. Quest ID will not appear for non-admins.

    Click here to download this file

  4. File Name: [PVP] Rotative PVP

    File Submitter: Neko

    File Submitted: 27 Sep 2013

    File Category: PvP, GvG, WoE, Battleground

    Content Author: Neko

    An NPC that alternates the current PVP map from time to time, the chosen map for rotation are configured by the administrator in the script. The idea is to have multiple pvp rooms, without having to divide the players of your server among them, this way pvps are more crowded and funnier and you can use a lot of different pvp maps.

    Configuration:

    // ======================================// Configurations ***********************// ======================================// Which map will be on the rotation?   setarray .lista$[0],"pvp_y_1-1","pvp_y_1-2","pvp_y_1-3";// From how much time to time will the maps change? (Standard value 30 minutes/18000000)// WARNING, DO NOT SET VALUES HERE SMALLER THAN 60000 (1 Minute).   set .rotatetime, 18000000;// ======================================

    ** WARNING ** There is a temporary global variable named $@lista$ in this NPC, watch out for global variables with the same name in other NPCs of yours!

    *This NPC will be a free release for a limited time, I intend to do some improvements on him, then it will be a paid release.

    Click here to download this file

×
×
  • Create New...