[DiscordArchive] would i do it by making the game create a reference of a player's gear/inventory before death?
[DiscordArchive] would i do it by making the game create a reference of a player's gear/inventory before death?
Archived author: Definit • Posted: 2024-01-13T14:47:51.908000+00:00
Original source
would i do it by making the game create a reference of a player's gear/inventory before death?
Archived author: Revision • Posted: 2024-01-13T20:33:21.339000+00:00
Original source
If you want say a crate (an item that holds loot) you would need to create an item that is set as such (I don't know what class/subclass is needed but the wiki knows), add items it will hold to item_loot_template and then you add that loot crate as a possible lootable item to player_loot_template (all in the DB) (if you make a completely new item the client would need a patch of course, personally I choose to use one of those not-in-use items and just change that instead)