Jump to content

Moh

Administrators
  • Content Count

    1064
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Moh

  1. commit cdb05e126157651c6e5d34b013bdfa5caa460566 Author: Moh360 <[email protected]> Core: - ClientThread saving is set to every 15 minutes. - Attack/Spelll(s) are offloaded to ThreadPool for now.
  2. commit 522ebbd6049cb8deb065e5871d7eca6095a5a72f Author: Moh360 <[email protected]> Core: - DiscordBot fixups and improvements. - DiscordBot will currently listen to all users with elevated staff roles. Attack/Spell: - Agility now contributes slightly towards AttackSpeed. BotAI: - Bots will now be able to see dynamic maps and teleport to them.
  3. commit c1b9a0d05ce20ddfc83c2cd58b90608ffc18549a Author: Moh360 <[email protected]> Core: - Render distance put back to 18 for the time being as we debug an issue. - WorldThread improved.
  4. commit 3604f4144482e62fe2e93316cec30d56605939a0 Author: Moh360 <[email protected]> Misc: - Repo fix and conflict resolve.
  5. commit 990ddb537c3e56e80c0c062bdd1f19d102a55b27 Author: Moh360 <[email protected]> Core: - Reverting DB upgrade until a solution is found.
  6. commit 020bb3f0208fde9d38c33b0423a675986dff23de Author: Moh360 <[email protected]> Core: - Config updates. - FloodProtection improvements.
  7. commit 621634a86794d865e939516b598c152020301fdd Author: Moh360 <[email protected]> Core: - More updates to FloodProtection.
  8. commit eeb4a7039b62ed63141be8427f8a8f6c304a5fd4 Author: Moh360 <[email protected]> Core: - Improvements to FloodProtection and correction in some areas.
  9. commit 1399d5610ff9af7758406fda59d37baa14575f64 Author: Moh360 <[email protected]> Core: - Implemented FloodProtection. - Configuration updates.
  10. commit 8803c10e27f642714cd390cdb800e4759e6bd317 Author: Moh360 <[email protected]> Core: - Database upgraded to be fluently configured and mapped.
  11. commit 069d74a76c6c26c29b9036130d72ece487d13c1d Author: Moh360 <[email protected]> Core: - Removed old configuration XML files from all projects. - Json configuration file is used for both servers Logon & World. - Database configuration is no longer in it's separate file, instead it will be loaded from the Json file. - Corrected all scripts to read from the configuration instance that's loaded on startup and deleted unused/redundant variables. - Logon Server will now automatically fetch the required World Server data on startup. - Updated all packets that read configurations and server settings to use the new Json file. - Corrected a typo that allowed classes other than Taoists to take double benefit from Spirit in terms of MAttack. Misc: - Code cleanups and optimizations.
  12. commit 875f81cb2d704a52e1a6e6ee924a41b16c2cc8c2 Author: Moh360 <[email protected]> Core: - Config updates. - Logon Server updates. - Bots now will properly update surroundings. Attack/Spell: - Improvements to MagicHandler. - Duels now keep track of Current Chain and Max Chain. - Current Chain is now displayed instead of Damage in duels. - XPStart wont trigger during events/duels.
  13. commit 5dfab0a3bbd0498f86d7d8237621cef68bda5685 Author: Moh360 <[email protected]> Core: - Config updates. - Fixed a NRE in MagicHandler.
  14. commit 18a8af2d93fa4b0beda86fc97d492815c85a900b Author: Moh360 <[email protected]> Core: - Removed all Performance Counters. - LogonServer filtering re-enabled. Misc: - Solution wide Optimizations and clean ups.
  15. commit 030690cb6cd8979208f6063cee7afdfde8f8eaa5 Author: Moh360 <[email protected]> Core: - Config updates.
  16. commit 75d80bc09681bc06f22e5fdff7c5e4b8b7b5b129 Author: Moh360 <[email protected]> Core: - Improvements to socket class and packet handling.
  17. commit 9395c1dd68103c56be5f6ce202e82a8cab371173 Author: Moh360 <[email protected]> Core: - Removed a diagnostic line from the code that caused the server to hang on release builds. Attack/Spell: - MeleeHandler improvements. - MagicHandler will no longer allow Main spells to continue casting if a RebornEffect was triggered.
  18. commit fd94e5561f8284f87414a931c1a55bd4bf71fe4e Author: Moh360 <[email protected]> Core: - Fixed an issue with ADVZones. - Tiny optimizations to Kernel.
  19. Server maintenance will happen 6 AM server time today and downtime should be ~3 minute(s), This update brings some new features along with bug fixes, to learn more please refer to our patch notes.
  20. commit ca31867670aeaf4a0c6dc2973d17b441211e6b12 (HEAD -> master, origin/master, origin/HEAD) Author: Moh360 <[email protected]> Core: - Tiny update to Task class. NPC: - Fixed an issue with Market - MysticMerchant not stacking bonuses correctly.
  21. commit b3fee1679d9615efde3174d338dec06bec05bf08 Author: Moh360 <[email protected]> Core: - Fixed an issue with realloting attribute points not setting correct Life/Mana/MaxLife/MaxMana values, this also prevented players from being able to use potions to heal up. - MsgItem-> MeteorUpgrade/DragonBallUpgrade optimized. - Implemented a way for players to purchase a limited time of CW bonus (even if they didn't win) for gold. - VIP improvements to give the players a choice of what drops to be notified of (Disabled). - Portals are now loaded on startup instead of overtime. - Portals rewritten to improve performance and fix a potential breach. - DropHandler optimized. - LogonHandler optimized. - WorldThread will now clear old tasks when they expire. - WorldClient class cleaned up and optimized some code. - Fixed a tiny issue with Experience loss/gain on death. - New TaskType(s) to accommodate for new systems. - Disabled Day/Night cycle, whoever still wants night can type /forcenight in-game. Event: - WeeklyPK: Corrected a typo that awarded the winner MonthlyPK halo instead, Also corrected the values in the DB. Creature: - Updates to Creature class to accommodate for the bonus rate option. NPC: - Market - MysticMerchant script updated to support the new bonus rate feature. - Market - WeaponMaster script updated. - Market - MagicArtisan script updated. Item: - Fixed a typo that caused scrolls to drop in invalid areas in ADVZone. Misc: - Fixed a NRE that occurred in the Event System.
  22. commit 94897c46b194857691bc41790a58cf6bc4cae98c Author: Moh360 <[email protected]> Core: - Fixed an issue with PvP duels. NPC: - More functionality added to base NPC class. - Fixed an issue that broke TwinCity - Lantern and the dueling function. Event: - PassTheBomb score adjustments.
  23. commit 3dabb274d87ce8713241ba9b6077ad886749b15a Author: Moh360 <[email protected]> Core: - Tiny fixups to warehouses.
  24. commit c7ec35f41273d643db45d459a792aa8295f81581 Author: Moh360 <[email protected]> NPC: - Tiny fixup to VIP menu.
  25. commit b1706ea32fbcd72e0ebacd37aa48ed87a8d407bf Author: Moh360 <[email protected]> Core: - Improved the way UniqueUsers are handled. - Major improvements to ClientThread. Creature: - Improvements to Ancient Devil. - Preparations for Ancient Devil phase 2. - Boss drops will now be locked to their killer for 20 seconds. Event: - PvP Events will no longer spam Kill Streak messages, it's now only audio. Item: - Tiny fix to Dance8.
×
×
  • Create New...