Commit Graph

1757 Commits

Author SHA1 Message Date
MobiusDevelopment b0f6f357fd Removed schedule lists from respawn task manager. 2019-06-09 06:01:25 +00:00
MobiusDevelopment 7911fe332f Fixed Sel Mahum training groups. 2019-06-09 05:01:07 +00:00
MobiusDevelopment 14e229033b Script adjustments. 2019-06-09 03:53:07 +00:00
MobiusDevelopment ea06ddbade Reuse dead NPC objects. 2019-06-09 03:14:29 +00:00
MobiusDevelopment 6514604c4a Clear lists only when not empty. 2019-06-09 02:21:09 +00:00
MobiusDevelopment 439da1c31d Store minion list tasks for instant disposal. 2019-06-09 02:15:36 +00:00
MobiusDevelopment 87d7a61fc6 Dropped threadpool arrays. 2019-06-09 02:07:13 +00:00
MobiusDevelopment f07e87d3df Adjustments for previous commit. 2019-06-08 00:48:03 +00:00
MobiusDevelopment 6de4ae247c Addition of RespawnTaskManager. 2019-06-08 00:24:13 +00:00
MobiusDevelopment dd6da7e385 Dinosaur eggs should not move. 2019-06-08 00:08:40 +00:00
MobiusDevelopment 550b29b4f3 Fixed Party Solidarity and Aura Force skills.
Contributed by facab.
2019-06-07 21:54:15 +00:00
MobiusDevelopment 2b3db165b2 Changed some ancient scroll etc item types.
Contributed by Darkbash.
2019-06-07 21:27:43 +00:00
MobiusDevelopment 25d199e044 Fixed HealEffect bonuses. 2019-06-07 10:34:22 +00:00
MobiusDevelopment 04e300a4fa Stop AI task on decay. 2019-06-06 09:57:45 +00:00
MobiusDevelopment 8b34c14e88 Addition of stopAllEffectsWithoutExclusions method. 2019-06-06 05:15:05 +00:00
MobiusDevelopment 16c80a88d6 Dropped DecayTask from DecayTaskManager. 2019-06-05 21:04:42 +00:00
MobiusDevelopment 33c731ee3f Addition of BuffFinishTask. 2019-06-05 11:42:14 +00:00
MobiusDevelopment d61f6f5f08 Cancel and remove running henna tasks before restoring hennas. 2019-06-05 06:18:07 +00:00
MobiusDevelopment 0e258a7266 Fixed probable AbstractConditionalHpEffect NPE. 2019-06-05 05:57:39 +00:00
MobiusDevelopment 0d4a181380 Fixed probable PlayerInstance getAllyCrestId method NPE. 2019-06-05 05:41:36 +00:00
MobiusDevelopment 403106efdc Fixed probable PlayerAppearance getVisibleAllyCrestId method NPE. 2019-06-05 05:36:41 +00:00
MobiusDevelopment 90329e7fd0 Fixed PartyPledge affect scope including non clan members. 2019-06-03 21:29:13 +00:00
MobiusDevelopment 4851af4561 Synchronized threadpool arrays. 2019-06-02 21:17:19 +00:00
MobiusDevelopment 242b6fe756 Use one quest timer for siege guard aggro. 2019-06-02 21:11:42 +00:00
MobiusDevelopment 276888201e Extra check for prohibiting entering siegable zones. 2019-06-02 19:04:53 +00:00
MobiusDevelopment c25f5b2612 Seraph Armor Crafting Pack (39330) extractable item.
Contributed by Darkbash.
2019-05-31 11:37:07 +00:00
MobiusDevelopment b09156e943 Addition of OpNotInPeaceZone skill condition.
Contributed by Liamxroy.
2019-05-30 20:14:57 +00:00
MobiusDevelopment b07ed23778 TimerHolder cancel task NPE check. 2019-05-28 22:52:44 +00:00
MobiusDevelopment e5b9a0b64d BuffInfo cancel task NPE check. 2019-05-28 22:51:12 +00:00
MobiusDevelopment 22bef12067 Eva's Rune item adjustments.
Contributed by Darkbash.
2019-05-26 19:38:50 +00:00
MobiusDevelopment 18e6a01d28 Skill power multiplier is related to final damage. 2019-05-25 01:13:25 +00:00
MobiusDevelopment f6c31de65f DamageByAttack effect should use DIFF mode by default. 2019-05-25 00:06:11 +00:00
MobiusDevelopment 2c0933d2dc Use skill power bonuses for ranged bonus calculation. 2019-05-24 09:13:46 +00:00
MobiusDevelopment 80ea69c1ac NPE checks for Ceremony of Chaos. 2019-05-24 08:40:58 +00:00
MobiusDevelopment 8f1c260c79 Check effect mode where possible. 2019-05-23 11:52:10 +00:00
MobiusDevelopment 12a8e6ab99 Precaution for adding skill power via mul effect. 2019-05-23 08:57:33 +00:00
MobiusDevelopment e4475af103 Addition of SkillPowerAdd effect. 2019-05-23 06:30:47 +00:00
MobiusDevelopment 4efd70f807 Infinity Strike is not magic.
Contributed by Darkbash.
2019-05-20 14:29:17 +00:00
MobiusDevelopment 519c35006c Changed some dark items that was requesting bloody stones.
Contributed by Darkbash.
2019-05-19 19:19:09 +00:00
MobiusDevelopment 4d94d0e7a9 Addition of mapregion file for Hellbound area. 2019-05-19 19:05:52 +00:00
MobiusDevelopment e8fab4e24e Reverted last ThreadPool change. 2019-05-18 07:00:37 +00:00
MobiusDevelopment 1bd5c3c49a Fixed admins never added to AdminData when using builder hide.
Contributed by Sahar.
2019-05-17 13:30:23 +00:00
MobiusDevelopment db741867a4 CheckPaymentTask should set owner to null after broadcast. 2019-05-17 13:18:46 +00:00
MobiusDevelopment 6ec34f6f79 Use ILocational parameter for onIntentionMoveTo method. 2019-05-17 13:14:05 +00:00
MobiusDevelopment 2b5c29815e Evenly distributed tasks among scheduled threadpools. 2019-05-17 01:49:37 +00:00
MobiusDevelopment 71568c1a02 Canceled tasks should be immediately removed from the work queue at time of cancellation. 2019-05-17 00:20:38 +00:00
MobiusDevelopment 77e5379d97 Probable getBlock array index out of bounds NPE fix. 2019-05-16 23:44:03 +00:00
MobiusDevelopment 68307ca8f2 Proper CanUseInBattlefield skill condition. 2019-05-16 00:02:04 +00:00
MobiusDevelopment afd4d268b6 Hated creatures should run to you. 2019-05-15 18:54:34 +00:00
MobiusDevelopment 1677a641d1 Send UI requests on both entering and ingame states. 2019-05-15 17:31:16 +00:00