Neko Posted September 29, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 15 Reputation: 2 Joined: 04/07/12 Last Seen: May 31, 2018 Share Posted September 29, 2013 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 Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted October 17, 2013 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 1302 Reputation: 79 Joined: 12/04/12 Last Seen: September 26, 2019 Share Posted October 17, 2013 [Error]: npc_parsesrcfile: Unknown syntax in file 'npc/pornro/pvp_rotative.txt', line '91'. Stopping... * w1=OnPCKillEvent: * w2= * w3= * w4= i got this error. im using hercules. how to fix it ? Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted November 12, 2013 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 1302 Reputation: 79 Joined: 12/04/12 Last Seen: September 26, 2019 Share Posted November 12, 2013 bump post !!! Quote Link to comment Share on other sites More sharing options...
Patskie Posted November 12, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 3 hours ago Share Posted November 12, 2013 @mrlongshen : What are you talking about? In the script : 1. There is no OnPCKillEvent event 2. Line 91 stopping and the file only have 87 lines including the header 3. The description says that the script will alternate the current pvp map to another from time to time // |--------------------------------------------------------| // | Description: PVP NPC | // | - 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. | // |--------------------------------------------------------| Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.