Jump to content

Modification to allow 1 player in BG


Guest falcon_24m1

Recommended Posts

Here is the code to allow a single player on the realm to access the battle grounds:

Battleground.h

//Set the minimum number of players to 0 to allow 1 player into the battle ground

void SetMinPlayers(uint32 MinPlayers) { m_MinPlayers = MinPlayers=0;}//; }

Modify the SetMinPlayers in Battleground.h file as shown above and a single player can enter all of the battle grounds.

Admiditlly there is little to gain from this other than getting the credits for the BG but it is kind of fun.

Link to comment
Share on other sites

Here is the code to allow a single player on the realm to access the battle grounds:

Battleground.h

//Set the minimum number of players to 0 to allow 1 player into the battle ground

void SetMinPlayers(uint32 MinPlayers) { m_MinPlayers = MinPlayers=0;}//; }

Modify the SetMinPlayers in Battleground.h file as shown above and a single player can enter all of the battle grounds.

Admiditlly there is little to gain from this other than getting the credits for the BG but it is kind of fun.

There is allready a command

.debug bg

Toggle debug mode for battlegrounds. In debug mode GM can start battleground with single player.

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use