ddon-server/Arrowgene.Ddon.Scripts/scripts/mixins
Paul Campbell 937b2e04ce feat: Official Pawns
- Added support for server admin to define offical pawns.
- Added support for dynamically defined official pawns which change
  based on the hiring player level.
- Added a new settings file official_pawns.csx
- Added new official pawns
  - Annuate, Puala, Rumi and WhiteKnight
2026-05-31 08:31:27 -04:00
..
bitterblack_earring.csx feat: Official Pawns 2026-05-31 08:31:27 -04:00
default_gathering.csx update: Update default gathering 2025-08-04 08:04:42 -04:00
enemy_exp.csx fix: Fix issue due to quest schedule changes 2025-06-07 16:26:43 -04:00
equipment_recycle.csx code review changes 2025-03-25 01:32:03 -04:00
light_delivery_quest_reward.csx Fix display bug for clan quests. Reduce rewards for high end board quests, increase required number of kills for boss-type quests. 2025-06-12 00:23:09 -07:00
light_hunt_quest_reward.csx Fix display bug for clan quests. Reduce rewards for high end board quests, increase required number of kills for boss-type quests. 2025-06-12 00:23:09 -07:00
README.md feat: Implement the EXM "Recurrence of Darkness" 2025-02-26 10:28:00 -05:00
rental_cost.csx Fix: Bugfix Stack 08-21 ~ 09-02 (#958) 2025-09-17 02:17:30 -07:00
rental_point.csx Migrate DB -> v49. Remove GameStructure.cs and distribute its functionality. Refactor TimerManager and PartnerPawnManager. Implement proper persistence for rental pawns and pawn profile functionality. Implement rental points. Implement additional handling for support pawns losing their anchoring main pawn. 2025-07-20 19:31:51 -07:00

Mixins

Mixins are a collection of configurable functionality which can be shared across various server components and scripts, but is not tied to a particular feature.