Commit Graph

161 Commits

Author SHA1 Message Date
FatBoy 2de240dd60 resource merchant work 2024-02-18 18:28:36 -06:00
FatBoy 8e8876587c resource merchant work 2024-02-18 18:25:26 -06:00
FatBoy 9e7a8bef4a resource merchant work 2024-02-18 17:38:57 -06:00
FatBoy 149630ef5a resource merchant work 2024-02-18 17:20:49 -06:00
FatBoy 257d864132 resource merchant work 2024-02-18 16:58:45 -06:00
FatBoy 6247332f83 resource merchant work 2024-02-18 16:46:28 -06:00
FatBoy e5d606fe8a resource merchant work 2024-02-18 16:41:54 -06:00
FatBoy dc1720b38b resource merchant added 2024-02-18 16:29:40 -06:00
FatBoy 7b5de5f3f5 runey work > profit slider 2024-02-18 16:15:24 -06:00
FatBoy 88123ad99a runey work > profit slider 2024-02-18 16:07:46 -06:00
FatBoy 0437f10bf9 runey work > profit slider 2024-02-18 16:06:09 -06:00
FatBoy e93f09c184 runey work > profit slider 2024-02-18 16:04:50 -06:00
FatBoy ee60f88e62 add UUID to slottest hireling list 2024-02-18 16:00:16 -06:00
FatBoy 664eb04658 adjust "runey" location 2024-02-18 15:56:14 -06:00
FatBoy 1fc9e6251e adjust "runey" location 2024-02-18 15:52:10 -06:00
FatBoy 7eba9501a6 adjust "runey" location 2024-02-18 15:39:23 -06:00
FatBoy 76b89d898a added rune merchant 2024-02-18 15:21:16 -06:00
FatBoy b583034b4e hotzone removed from game 2024-02-11 17:01:42 -06:00
MagicBot 3392ec463d Removed unused methods. 2023-08-27 23:29:45 -04:00
MagicBot 400dd6aa5e More granular error reporting. 2023-08-25 14:08:43 -04:00
MagicBot 14af2f6efd Minion spawning re-enabled for refactoring. 2023-08-25 14:01:47 -04:00
MagicBot f283e50018 Disabled minions for now. 2023-08-25 12:18:36 -04:00
MagicBot 7aa63a65b6 Petition db update including table creation. 2023-08-14 13:40:27 -04:00
MagicBot 1ee80f9697 Bugfix in console port output. 2023-08-11 09:44:16 -04:00
MagicBot 9a12c9b044 Bugfix in character deletion. 2023-08-11 08:20:01 -04:00
MagicBot b96b222327 Booty moved to LootManager 2023-08-08 18:30:21 -04:00
MagicBot 0b1df09f3a Refactor of mob powers loading for efficiency. 2023-08-08 10:30:20 -04:00
MagicBot 2e6ebbb9c3 Refactor of mob powers loading for efficiency. 2023-08-08 10:29:01 -04:00
MagicBot b84be6eea8 Last vestiges of old loot system removed. 2023-08-07 12:12:52 -04:00
MagicBot efe7784a3f _itemTableEntry created.
Class init cleaned up.
2023-08-07 08:22:37 -04:00
MagicBot a3a2b01ec4 Method moved to manager class. 2023-08-06 08:36:16 -04:00
MagicBot 0bb756521b Update console Lootmanager bootstrap message. 2023-08-03 09:09:23 -04:00
MagicBot 95a9e45391 Caching of drop rates within LootManager 2023-08-03 09:04:20 -04:00
MagicBot 4e01c8e794 Moved manager class to manager package 2023-08-03 08:27:08 -04:00
FatBoy b8cb90cdd0 mob pulse delay added to mobAI 2023-08-01 21:26:14 -05:00
FatBoy 140a9bd084 mob AI new thread 2023-08-01 20:13:23 -05:00
FatBoy 50cd9b32db rename comment in WorldServer for mob respawn thread 2023-08-01 19:21:11 -05:00
FatBoy 7f1e537975 mob respawning handled in its own thread 2023-08-01 19:19:39 -05:00
MagicBot 43090a9bd1 Support for the widest array of network configurations. Auto-configure as best we can. 2023-07-23 12:58:40 -04:00
MagicBot f9870d45fc Merge remote-tracking branch 'origin/magicbot-reg-update' into magicbox1.5
# Conflicts:
#	src/engine/ai/MobileFSM.java
#	src/engine/ai/MobileFSMManager.java
#	src/engine/devcmd/cmds/SetAICmd.java
#	src/engine/gameManager/DevCmdManager.java
2023-07-15 09:27:57 -04:00
MagicBot 9bbdef224d Project cleanup pre merge. 2023-07-15 09:23:48 -04:00
FatBoy 9f162e9ed0 last minute cleanup, added cast chance to mobs 2023-07-15 07:59:07 -05:00
FatBoy ef0e277f46 refactored AI variables from MBServerStatics 2023-06-26 20:21:10 -05:00
MagicBot 764beb33bd Dispatcher moved to early in bootstrap. 2023-06-07 15:31:07 -04:00
MagicBot f8c8d7244e Moved member to ConfigManager. 2023-06-07 14:53:15 -04:00
MagicBot b6ce3b7ee9 Already logged when connection manager is created. 2023-06-07 14:32:01 -04:00
MagicBot 48aef2ef01 Network autoconfig now uses eth0 or default outgoing ip route. 2023-06-07 14:11:54 -04:00
MagicBot 61e4a4aed4 Realmmap loaded from config to assist with custom maps. 2023-06-07 13:47:25 -04:00
MagicBot b9db6e8dc6 Members moved to WorldServer.
Root object no longer read from config.
2023-06-07 13:37:43 -04:00
FatBoy bee3a9b376 Merge remote-tracking branch 'origin/magicbox1.5' into magicbox1.5
# Conflicts:
#	src/engine/ai/MobileFSM.java
2023-05-28 09:18:09 -05:00