- Mar 16, 2006
- 621
- 3
- 53
- 165
I have been tying to make a Event Command for a 2.3 DM2 server using TDs files.
I have got the command working ingame, all i need help with is the spawning of the ArcherGuards.
I need them to spawn in a square of 4x4, but they spawn in random places within theboundried of 4 up, down, left and right of the specified param's.
Would really appeiciate help, my current code for the command in QFunction is:
Thanks in advance,
/Revolver
I have got the command working ingame, all i need help with is the spawning of the ArcherGuards.
I need them to spawn in a square of 4x4, but they spawn in random places within theboundried of 4 up, down, left and right of the specified param's.
Would really appeiciate help, my current code for the command in QFunction is:
Code:
[@event0001]
#ACT
param1 0
param2 318
param3 249
CHECKLEVEL 19999
MONGEN ArcherGuard 12 4
#SAY
Event 0001 - PK Ring
Spawns 8 archerguards in BW in a square
Thanks in advance,
/Revolver
Last edited:
