Commit Graph

12 Commits

Author SHA1 Message Date
79ece13420 fix: resolve durability and combat issues with stackable items
- Updated database schema to set stackable items as non-stackable.
- Implemented migration script to convert existing stackable items to instances with durability.
- Fixed combat logic to ensure players lose if no weapon is equipped.
- Added admin commands for inventory debugging and resetting.
- Enhanced item display to show durability instead of quantity.
- Conducted thorough testing and validation of changes.
2025-10-09 02:47:29 -05:00
8afd897087 feat(economy): update database configuration to use Xata for primary and shadow databases 2025-10-05 04:43:46 -05:00
d448357369 feat(economy): add database schema for game areas, player states, and jobs 2025-10-05 00:51:39 -05:00
aa1e667a72 feat(database): add economy-related tables and relationships; implement wallet, shop, and item management structures 2025-10-05 00:04:08 -05:00
c407c61cdd feat: add Discord Rich Presence configuration and update database schema for AI role prompt 2025-10-04 17:47:11 -05:00
312ccc7b2a feat: implement permission checks for ManageGuild and staff roles across commands 2025-10-04 01:10:02 -05:00
eb74cbd86d feat: update DATABASE_URL in .env to use new Supabase connection string 2025-09-21 03:04:46 -05:00
6334cc70db feat: update database configuration to use PostgreSQL 2025-09-21 01:08:19 -05:00
340287a703 feat: update database configuration to use PostgreSQL 2025-09-21 01:08:08 -05:00
6707760e83 Arreglando errores garrafales como bugs a la hora de crear la alianza o errores del displayComponent. 2025-09-19 21:56:39 -05:00
58bb3844ad Elimino los embedBuilder y los cambio por Components Message V2, algo tardado. 2025-09-18 11:43:47 -05:00
bf6a7e3024 Version Estable 2025-09-17 13:33:10 -05:00