feat: add despawn command (#1847)

This commit is contained in:
David Markowitz
2025-07-19 16:25:14 -07:00
committed by GitHub
parent 6b52cf67a0
commit 4c42eea819
4 changed files with 35 additions and 0 deletions

View File

@@ -115,6 +115,7 @@ These commands are primarily for development and testing. The usage of many of t
|getfactions|`/getfactions`|Shows the player's factions|8|
|setrewardcode|`/setrewardcode <code>`|Sets the rewardcode for the account you are logged into if it's a valid rewardcode, See cdclient table `RewardCodes`|8|
|barfight|`/barfight start`|Starts a barfight (turns everyones pvp on)|8|
|despawn|`/despawn <objectID>`|Despawns the entity objectID IF it was spawned in through a slash command.|8|
|crash|`/crash`|Crashes the server.|9|
|rollloot|`/rollloot <loot matrix index> <item id> <amount>`|Given a `loot matrix index`, look for `item id` in that matrix `amount` times and print to the chat box statistics of rolling that loot matrix.|9|
|castskill|`/castskill <skill id>`|Casts the skill as the player|9|