Jump to content
  • 0

Help Battleground Single Queue NPC


zmref

Question


  • Group:  Members
  • Topic Count:  148
  • Topics Per Day:  0.03
  • Content Count:  299
  • Reputation:   6
  • Joined:  06/14/12
  • Last Seen:  

Hi. Can some clever one able to do this kind of NPC? I don't know how to do this. It just came up on my mind.

1. Single Battlegrounds Queue NPC

- players enter on a single NPC then the official battleground starts.

2. Rewards player/s on 10th battleground games

- when the player/s finishes the 10th round of battleground the winning players will be rewarded with some item.

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  2044
  • Reputation:   682
  • Joined:  10/09/12
  • Last Seen:  

1. you mean the queue system as if register on just the npc, without using waitingroom ?

2. you mean the player who completed his own 10th winning round of battleground event,

or you mean the server hosting every 10th round of battleground event, automatically reward on the winning team ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  148
  • Topics Per Day:  0.03
  • Content Count:  299
  • Reputation:   6
  • Joined:  06/14/12
  • Last Seen:  

1. you mean the queue system as if register on just the npc, without using waitingroom ?

2. you mean the player who completed his own 10th winning round of battleground event,

or you mean the server hosting every 10th round of battleground event, automatically reward on the winning team ?

1. It's like the official waiting rooms but I want it to be a single room (the official has 2 rooms)

2. when players win the 10th round then resets then need to play 10 rounds again for the prize, automatic reward on winning team.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  2044
  • Reputation:   682
  • Joined:  10/09/12
  • Last Seen:  

since you asked in support section, so I assumed you know how to write battleground scripts

1.

by official battleground system, 1 waitingroom = 1 battleground team only

if you want to bypass this limit in any ways, source modification is the only way

2.

you can just save the variables every time the player win the match

if team A wins, loop every team A party members,

if ( battleground_win_count++ % 10 ) end;

getitem prize ID, amount;

... as simple as that

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  148
  • Topics Per Day:  0.03
  • Content Count:  299
  • Reputation:   6
  • Joined:  06/14/12
  • Last Seen:  

since you asked in support section, so I assumed you know how to write battleground scripts

1.

by official battleground system, 1 waitingroom = 1 battleground team only

if you want to bypass this limit in any ways, source modification is the only way

2.

you can just save the variables every time the player win the match

if team A wins, loop every team A party members,

if ( battleground_win_count++ % 10 ) end;

getitem prize ID, amount;

... as simple as that

it's only a .diff? what about the npc script for the waiting room

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  2044
  • Reputation:   682
  • Joined:  10/09/12
  • Last Seen:  

search setbgid in this forum, you'll find some script example

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
Answer this question...

×   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...