Jump to content

Neko

Members
  • Posts

    15
  • Joined

  • Last visited

1 Follower

Profile Information

  • Gender
    Male
  • Location
    Brasil

Recent Profile Visitors

2584 profile views

Neko's Achievements

Poring

Poring (1/15)

2

Reputation

  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. Hi Darkpurple, You posted on the wrong topic, here is the one you are looking for: http://rathena.org/board/topic/88075-utility-admin-quest-creator/ And yes we can arrange that, I'll contact you through PM.
  3. 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
  4. 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
  5. 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
  6. Version 1.0

    439 downloads

    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.
    Free
  7. Hahaha, the trees move! That's awesome. Keep up the good work. I'll have to agree with some people though, I think summer is too dry, the trees are nice, but the grass is weird.
  8. Maybe you're talking about @createquest? I didn't quite understand what did you want. Here you can find my @createquest command. http://forum.brathena.org/index.php/topic/17475-admin-quest-creator-createquest/
×
×
  • Create New...