Spawn Loot¶
Spawn items and vehicles at any location on the map for specific players.
What It Does¶
The spawn loot feature lets admins deliver custom loot to players at a location of their choice. A player drops a Fireplace object wherever they want their loot to appear, and the admin uses the /spawn commands to build and deliver an order.
How It Works¶
- A player drops a Fireplace object at the desired spawn location
- An admin runs
/spawn startand selects the fireplace from a dropdown - Items are added with
/spawn add(autocomplete from types.xml) /spawn finishschedules the loot for delivery at the next server restart
Commands¶
/spawn start¶
Start a new spawn session. Shows a dropdown of recent fireplace drops (within the last 45 minutes) with player name and coordinates.
A player must drop a Fireplace object in-game before this command can be used. Press the Reload button to refresh the location list if no fireplaces appear initially.
/spawn add <item> <quantity>¶
Add an item to the current spawn order.
| Parameter | Description |
|---|---|
| item | Item name from types.xml. Start typing to see autocomplete suggestions |
| quantity | Number of items to spawn (default: 1) |
Adding an item that is already in the cart increases its quantity.
/spawn del <item>¶
Remove an item from the current spawn order. The item name field has autocomplete showing items in the cart.
/spawn finish¶
Complete the spawn order. The items will be delivered to the server at the next restart. A confirmation message shows the spawn location and item list.
/spawn cancel¶
Cancel the current spawn order and discard all added items.
Important Notes¶
Limits
- Only one spawn session can be active at a time. Finish or cancel the current spawn before starting a new one.
- Fireplace drops are only visible for 45 minutes after they are placed.
- Loot is delivered at the next server restart, not immediately.
- Vehicles (cars, trucks) are spawned as XML events rather than regular objects
- Item names are validated against types.xml with case-insensitive autocomplete
Related Features¶
- Trader Shops — Shop configuration and CSV import
- Killfeed & Rewards — Currency and reward configuration