Commit Graph

691 Commits

Author SHA1 Message Date
MobiusDevelopment
4ed4990c99 Stop skill effect check for TriggerSkillByHpPercent.
Contributed by petryxa.
2022-10-02 06:00:27 +00:00
MobiusDevelopment
9532fd2d1a Prohibit ResurrectionSpecial triggering in olympiad. 2022-10-02 05:55:18 +00:00
MobiusDevelopment
581800ad57 Do not kill player with RealDamage in olympiad.
Thanks to Fakee.
2022-10-02 05:25:56 +00:00
MobiusDevelopment
27f19f4e0b Removed unnecessary DrChaos npc null check. 2022-10-01 10:21:55 +00:00
MobiusDevelopment
961a2f88c1 ChatWorld should check if receiving player is blocking.
Thanks to Enryu.
2022-10-01 09:56:08 +00:00
MobiusDevelopment
5b28074cc2 Removal of withoutAction parameter from Fast Moving (9206) skill. 2022-09-25 23:17:02 +00:00
MobiusDevelopment
6021d7348c Removal of unused Allowed Player Races configuration. 2022-09-25 23:09:46 +00:00
MobiusDevelopment
629cfae635 Addition of OlympiadEnabled configuration. 2022-09-25 12:04:21 +00:00
MobiusDevelopment
9b7781344b Exclude olympiad observers from not friend affect object types. 2022-09-24 10:23:05 +00:00
MobiusDevelopment
6c703e1fa2 Proper ItemId requested by Birthday event. 2022-09-19 23:27:11 +00:00
MobiusDevelopment
e38c50ed2e Directly show quest dialog when a single quest is started. 2022-09-18 21:58:35 +00:00
MobiusDevelopment
dc6ee5ad05 Directly show quest dialog when a single quest is available. 2022-09-16 23:42:35 +00:00
MobiusDevelopment
c47b581096 ImmobilePetBuff effect could be self cast. 2022-09-11 21:16:06 +00:00
MobiusDevelopment
7837d15d0a Fixed passive skill condition warnings. 2022-09-10 21:18:58 +00:00
MobiusDevelopment
aab13005e1 Improvements for Compelling skill effect.
Contributed by Fakee.
2022-09-08 11:33:44 +00:00
MobiusDevelopment
1719227825 Support for OpEquipItem multiple item ids. 2022-09-08 11:14:44 +00:00
MobiusDevelopment
2658e15425 Skill isDebuff level parameter is an unsignedByte. 2022-09-06 21:26:23 +00:00
MobiusDevelopment
4abd746d9b Spawn duration abbreviations should be lowercase. 2022-09-03 21:44:20 +00:00
MobiusDevelopment
ed9095b11a OpEquipItem skill condition cleanup. 2022-09-03 01:40:30 +00:00
MobiusDevelopment
40ebd82319 CallPc effect with ENEMY target type now uses FlyToLocation.
Thanks to kamikadzz.
2022-09-03 01:27:50 +00:00
MobiusDevelopment
88c8aa38a0 Follow project coding style for event void methods. 2022-09-03 00:50:02 +00:00
MobiusDevelopment
9639d3b368 Skill isDebuff values are boolean. 2022-09-01 21:49:22 +00:00
MobiusDevelopment
e3f9c52e05 Addition of debug packet configurations. 2022-08-31 22:25:21 +00:00
MobiusDevelopment
ed5b923658 Updated gremlin spawns. 2022-08-30 21:34:29 +00:00
MobiusDevelopment
d0fae0be8f Minor AdminEnchant cleanup. 2022-08-28 16:26:18 +00:00
MobiusDevelopment
fb2dd98a38 Fake Petrification (4616) should not be dispelled.
Thanks to kamikadzz.
2022-08-27 00:33:57 +00:00
MobiusDevelopment
a038d7bf4f GeoEngine CellPathFinding recommendation. 2022-08-26 00:29:36 +00:00
MobiusDevelopment
c82add27e5 Addition of configurable drops for bosses.
Contributed by MrNiceGuy.
2022-08-24 23:24:12 +00:00
MobiusDevelopment
e9b5d1101c Addition of BlowRateChanceLimit configuration. 2022-08-23 22:25:14 +00:00
MobiusDevelopment
7765b83c16 Addition of .online voiced command. 2022-08-22 21:39:24 +00:00
MobiusDevelopment
f9cad86ed8 Addition of OfflineAbnormalEffect configuration. 2022-08-21 21:32:28 +00:00
MobiusDevelopment
19241a0080 Addition of .offline voiced command. 2022-08-21 21:18:06 +00:00
MobiusDevelopment
2a4a17b73f Addition of OfflineDisconnectSameAccount configuration. 2022-08-21 21:01:31 +00:00
MobiusDevelopment
394d9d9a4e VampiricDefence formula adjustments.
Contributed by nasseka.
2022-08-20 21:44:57 +00:00
MobiusDevelopment
fdb7fdbe3b Addition of EventDispatcher hasListener methods. 2022-08-20 21:34:27 +00:00
MobiusDevelopment
58f30044d5 Dropped ForceInventoryUpdate configuration. 2022-08-19 22:31:14 +00:00
MobiusDevelopment
7abf85efd6 Fixed inconsistency between max pet level and summon exp. 2022-08-18 21:13:38 +00:00
MobiusDevelopment
79a629c9ca Fixed TriggerSkillByDamage effect handler.
Contributed by nasseka.
2022-08-17 06:32:12 +00:00
MobiusDevelopment
b3c92bebee Implemented admin delete_group command. 2022-08-16 21:02:41 +00:00
MobiusDevelopment
8e85def892 More generic spawn file path info. 2022-08-15 21:42:33 +00:00
MobiusDevelopment
f8133c727c Updated admin NPC info html and handler.
Contributed by CostyKiller.
2022-08-15 10:38:12 +00:00
MobiusDevelopment
bdbc7cb8a8 Changed instance hour and minute parameters to nonNegativeInteger.
Contributed by kamikadzz.
2022-08-13 15:05:16 +00:00
MobiusDevelopment
b97904d662 Addition of SchedulingPattern support for DBSpawnManager.
Contributed by kamikadzz.
2022-08-12 23:21:24 +00:00
MobiusDevelopment
569faf521d Make use of original spawn location for deletion and info. 2022-08-12 23:03:47 +00:00
MobiusDevelopment
384886dc85 Tower of Insolence spawns by zone. 2022-08-12 00:21:17 +00:00
MobiusDevelopment
e473ef6eee Removed Rnd dependency from PaganKeys AI. 2022-08-09 23:01:35 +00:00
MobiusDevelopment
39984548fe Addition of CraftingCritical effect handler. 2022-08-09 11:41:34 +00:00
MobiusDevelopment
0eebada4bd Implemented Spawn chaseRange parameter. 2022-08-07 21:05:53 +00:00
MobiusDevelopment
44af95d071 Siege skill related additions.
Thanks to dontknowdontcare.
2022-08-07 00:49:34 +00:00
MobiusDevelopment
3225d46fe0 Addition of skillLevelScaleTo parameter to some TriggerSkill effects.
Thanks to fruit.
2022-08-05 10:03:27 +00:00