Jump to content

Moh

Administrators
  • Content Count

    1064
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Moh

  1. commit fdfc54ee8c11e0b59b22e708961356a7f9841a1f Author: Yupmoh <[email protected]> Jar Quest Changes, PvP Event AntiAfk changes Event: - AntiAfk will now only flag people once for the same Afk incident. - Changed around disconnection logic. (Might fix KTC captain dc issue). Script/Npc: - Jar Quest no longer has meteor rewards.
  2. commit 906c751c965b716167abd44a057bef51272132f8 Author: Yupmoh <[email protected]> Such Commands, much wow! Cmd: - Fixed Freeze, Unfreeze commands. - Added a ResetCounter command.
  3. commit f08731532c3a47cc8ee5031228604dca9451b81e Author: Yupmoh <[email protected]> CityWar Captain fixups. Script/Npc: - Fixups to CityWar Captain scripts to properly display city owners if one of the city wars wasn't played.
  4. commit e2700f03f55df8da4712449665c8184fcb4dcfe2 Author: Yupmoh <[email protected]> PvPEvent Improvements & Bug fixes Quest: - Tiny bug fix for Demon Exterminator quest. Event: - Anti-AFK enabled for events, resulting in event bans for those that go AFK. - Durability no longer drops during a PvPEvent.
  5. commit fa34f27cb15c4b12e8af34de2bd31947398cd95c Author: Yupmoh <[email protected]> Item Level Cap raised, Retuning of drop rates, Configuration extensions. Core: - Configuration file now includes base rates. GamePlay: - Retuning of drop rates of all types. (Might be low initially).
  6. commit eeee1361029a14248fb5a593c4be1d8c84d597f0 Author: Yupmoh <[email protected]> AcceptedBounties, Bounties, Sunfer (Still not active yet). Core: - Bounty System extensions. - Accepted Bounty implementation. Attack/Spell: - AcceptedBounty handling on death. Script/Npc: - More work done on Sunfer.
  7. commit e690ff732f7050ad2b012ef3fe0dbf1fbd9628c1 Author: Yupmoh <[email protected]> Guards, Revivers and Patrols immunities. Attack/Spell: - Guards, Revivers and Patrols are now excluded from AttackType: Collide
  8. commit fcaa44c8ec5d2208e206c97eb4a52ab32c1bff9e Author: Yupmoh <[email protected]> Demon Exterminator quest changes Quest: - Retune of Demon Exterminator quest rewards, now gives half reward as base and a chance to get full reward.
  9. commit cd3281dc17cc0ffa36408ff3edb7eb2fe236a378 Author: Yupmoh <[email protected]> Re-enabled GW Prize, Bounty underlying system. Core: - Implemented a bounty system and db table to support our beloved Sunfer. (Not active yet) Script/Npc: - Fixed GW reward.
  10. commit a74f247f650eea6018cd0c8c89ac67abab73c996 Author: Yupmoh <[email protected]> StorageNpc extensions Script/Npc: - Added Cap storage to the list.
  11. commit 56e6b2158126e4210d6ad7868d29f4e6e486af6c Author: Yupmoh <[email protected]> Storage Npc extensions Script/Npc: - Storage Npc storage display.
  12. commit b9384eb4b6283bd82ebb94b417b3154dc4673c16 Author: Yupmoh <[email protected]> Award ExpBall will no longer be pushing levels and experience beyond their limits. Core: - Fixed GainExpBall interactiont to respect Global MaxLevel setting.
  13. commit 9472217296d150594f287fc8cd7cfd04ff04dff2 Author: Yupmoh <[email protected]> Demon Exterminator reset timer update and notification Core: - Implemented Quest Resets on the World Task instead of Client Task and notification. - Scripting engine doesn't like overloaded methods? kekw.
  14. commit 50685795d8c7855ba9543e12bee53af7e73dbd3d Author: Yupmoh <[email protected]> Fixups to ThreadSafeRandom implementation & Demon Exterminator. Core: - Random implementation now includes the option to either include or exclude the upper bound, since it's implemented differently through out the project, default is false. - Adjusted equipment selection for durability loss to use the new randomizer option. Quest: - Small attempt to fix current DemonExterminator quest bugging out in a team (fingers crossed?). - DemonExterminator quest now resets at 00:00 every day (Ok Ely?). Solution: - Code cleanups.
  15. commit b9b1487e6d57d16ec592a4a4cd3c068425a75278 Author: Yupmoh <[email protected]> Creature AI tuning Creature: - Creatures now use TQ ViewRange values. - Creatures now use TQ AttackSpeed values.
  16. commit c8bd77a990659da952c125be3dfb47154be801ef Author: Yupmoh <[email protected]> Item sell value increased. Core: - Increased item gold sell values.
  17. commit 20e3371fc593789cf38af9480a6ffa7afe10ea50 Author: Yupmoh <[email protected]> CityCaptain improvements Script/Npc: - TC, PC, AC, BI & DC Captains now show which guild controls the city for both EU and US CityWars. - TC, PC, AC, BI & DC Captains now show the option for Demon Exterminator quest even during CityWar.
  18. commit e66d4a8dbc40b45df1a6cb4fcd8d401e03c50efc Author: Yupmoh <[email protected]> Idiot proofing for StorageNpc Script/Npc: - Idiot proofing for StorageNpc so players don't deposit socketed items :kekw:
  19. commit 20ae9e83a6a51fbde156a8280cb9043ee87309cd Author: Yupmoh <[email protected]> PassTheBomb Event: - PassTheBomb will now award points based on how long a player survived in the event and not by passing it.
  20. commit 0f8180245ab76be96da725dffc60374c20971f20 Author: Yupmoh <[email protected]> Spell fixups in TG Attack/Spell: - Fixed IntoneDelay for spells in Training Grounds. (This should fix Intensify).
  21. commit 6bd261f7151d9ce30c13f0e47eb03ca77da247e1 Author: Yupmoh <[email protected]> Another Bot fixup Bot: - Fixed an issue with randomly generated Lookface values due to a change in RNG implementation.
  22. commit d74783a8961bad00050038e032e17d3ef288ae1d Author: Yupmoh <[email protected]> Disabled an item deleveling mechanism Core: - ItemDeleveling disabled.
  23. commit 61b80d0c3e83e2c3aa3cc094028f3685c8a72fa8 Author: Yupmoh <[email protected]> An attempt to fix MarketBots for SafeHaven Bot: - Fixed a TargetParameterCountException when invoking a script that refills items.
  24. commit dd68c11291d5902f0143952d34c9aed0b27c62d0 Author: Yupmoh <[email protected]> Storage extensions, Warehouse sanity checks. Core: - City Warehouses are no longer triggable from a distance if you had VIP. Script/Npc: - Storage Npc now has the ability to store consumables such as ExpPot, CleanWater, CelestialStone & MoonBox.
  25. commit 7d8a1564f392c09bd99726b691f03e89fc223338 Author: Yupmoh <[email protected]> Sob issues resolved Event: - Since we have 2 CityWars now, GuildWar start time was pushed back from Thursday 22:00 UTC to Friday 10:00 UTC so there won't be any overlap. Sob: - CityWar & GuildWar Poles should no longer have issues displaying the name of the guild that owns it.
×
×
  • Create New...