DarkflameServer/dGame
cooltrain7 579cf590b4
Implement CDZoneTable PlayerLoseCoinsOnDeath (#251)
* Implement ZoneTable PlayerLoseCoinsOnDeath

- Adds a check on death if the character should drop coins in the current zone

* Refactored PlayerLoseCoinOnDeath into dZoneManager

* Coin death drops use LootGenerator

* Refactored again with use of CDZoneTableTable

* Remove duplicate CDZone call during initialization
2022-02-05 13:27:24 +01:00
..
dBehaviors implement jetpack behavior and remove hardcoded jetpacks (#411) 2022-01-24 14:02:56 -08:00
dComponents Implement CDZoneTable PlayerLoseCoinsOnDeath (#251) 2022-02-05 13:27:24 +01:00
dEntity Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
dGameMessages Added logic to Convert UScore to Coins for Level 45 Characters (#348) 2022-02-03 07:50:02 +01:00
dInventory Added Bat Lord Full Set Bonus (#375) 2022-01-14 13:46:41 +01:00
dMission Implemented Model Pickup and Reputation achievements (#413) 2022-02-05 13:08:40 +01:00
dUtilities Fixed an issue where leave-zone was working outside of instanced zones (#431) 2022-02-04 07:32:45 +01:00
Character.cpp Moved retroactive flag check to Character.cpp 2022-01-19 17:34:53 -08:00
Character.h Moved retroactive flag check to Character.cpp 2022-01-19 17:34:53 -08:00
Entity.cpp Implementing and Fixing All Racing Achievements (#366) 2022-02-05 12:28:17 +01:00
Entity.h Changes asked for by Wincent 2021-12-11 13:57:15 +00:00
EntityManager.cpp Implementing and Fixing All Racing Achievements (#366) 2022-02-05 12:28:17 +01:00
EntityManager.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
LeaderboardManager.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
LeaderboardManager.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
Player.cpp patched coin exploit 2021-12-11 13:21:00 +00:00
Player.h patched coin exploit 2021-12-11 13:21:00 +00:00
TeamManager.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
TeamManager.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
TradingManager.cpp Updated variable names 2021-12-23 18:48:08 -08:00
TradingManager.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
User.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
User.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
UserManager.cpp Merge pull request #293 from Racater/main 2022-01-11 23:48:58 +01:00
UserManager.h simplify shirt code in character creation 2021-12-26 14:45:21 +01:00