Jump to content

PVP, WoE, GVG: [PVP] Rotative PVP


Recommended Posts


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   2
  • Joined:  04/07/12
  • Last Seen:  

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

Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  1302
  • Reputation:   77
  • Joined:  12/04/12
  • Last Seen:  

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

Link to comment
Share on other sites

  • 4 weeks later...

  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  1302
  • Reputation:   77
  • Joined:  12/04/12
  • Last Seen:  

bump post !!!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  

@mrlongshen : What are you talking about? /hmm

 

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.                                           |
// |--------------------------------------------------------|
Link to comment
Share on other sites

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.

×
×
  • Create New...