Full Version : XML Points CTF and other Games
xmlspawner >>XMLPoint's Troubleshooting >>XML Points CTF and other Games


<< Prev | Next >>

StarRyder- 10-03-2007
Installed everything all ok upto the challange where i get , i dont understand is at the games with CTF MOTH ect
players can call the games (start it ) and u see at bottom left
Setting up a CTF but where ?? what happens once thats done ?
i mean we dont need to setup arenas and make gates for ppl to join the events ??
i think id prefere for a Gm or higher staf be there to start games xmlspawner/off2.gif

ArteGordon- 10-05-2007
Take a look here.
http://www.runuo.com/forums/custom-script-...html#post600700

Whoever starts the CTF game has to assign players to teams, and then once the teams are set, they have to place the home bases.

StarRyder- 10-05-2007
Awsome Arty
Ok u get a Pair of glove to add ppl and all ,how u set the arena ? i wanted to custum my areneas , i sorry if i ask this but i have to ,or are there predifiend bases in script ?


and yea the duel will be for players but all other games will be form GM ,s

ArteGordon- 10-05-2007
you can define challengegame regions using the ChallengeRegionStone. You can then require that the games be held in them by changing this setting in the individual challenge game scripts such as CTF.cs

CODE

       public static bool OnlyInChallengeGameRegion = false;           // if this is true, then the game can only be set up in a challenge game region


You can optionally hardcode the base locations.
http://www.runuo.com/forums/custom-script-...html#post697928

Otherwise you place them by hand before starting the game.