Commit Graph

415 Commits

Author SHA1 Message Date
MobiusDev
b95e96b216 Proper naming for kill count variable. 2019-01-22 22:11:42 +00:00
MobiusDev
8fdd568087 Addition of Dimensional Warp quests (2 to 7). 2019-01-22 21:53:50 +00:00
MobiusDev
e2461174d7 Fixed OpCheckAbnormalSkillCondition target NPE. 2019-01-21 02:24:54 +00:00
MobiusDev
899c47daaf Fixed Refined Ring of Core usage. 2019-01-16 06:32:13 +00:00
MobiusDev
25bb3582e8 Prevent removal of primary target for the Range affect scope. 2019-01-16 01:37:25 +00:00
MobiusDev
aa222abbbc Fixed admin untransform command NPE. 2019-01-14 22:03:28 +00:00
MobiusDev
4d484dadac Additional fix for Female Soulhounds awakening.
Contributed by champzix1.
2019-01-14 02:02:48 +00:00
MobiusDev
7cb742db48 Fixed summon attacking after BlockActions effect. 2019-01-11 23:57:41 +00:00
MobiusDev
81b13c3c97 Hate effects should not count as damage done. 2019-01-11 19:39:54 +00:00
MobiusDev
fe42dfc29b Proper custom Dimensional Warp NPC replacement. 2019-01-11 08:09:08 +00:00
MobiusDev
7377b67b70 Addition of quest The Dimensional Warp, Part 1 (10801).
Contributed by gigilo1968.
2019-01-11 08:03:07 +00:00
MobiusDev
6c38b88b42 Addition of Dimensional Warp instance.
Contributed by gigilo1968.
2019-01-10 20:39:52 +00:00
MobiusDev
fdf51df12a Addition of topspawncount admin command. 2019-01-10 17:49:26 +00:00
MobiusDev
d9890b875d Fixed quest Secret Buried in the Swamp (31) unable to start. 2019-01-09 07:59:06 +00:00
MobiusDev
592399f5c0 Despawn precautions. 2019-01-09 07:20:24 +00:00
MobiusDev
e5446917e7 Effect trait bonus calculation should ignore resistances. 2019-01-08 18:35:17 +00:00
MobiusDev
27322e4e87 Fixed inability to calculate olympiad rewards. 2019-01-08 01:41:33 +00:00
MobiusDev
37c751fbd1 PcCafe packet improvements.
Contributed by darkillust.
2019-01-08 00:24:18 +00:00
MobiusDev
f8780f97ba Tooltips for NpcViewMod item images.
Contributed by MrNiceGuy.
2019-01-05 06:02:38 +00:00
MobiusDev
08294a16cf Summons cast skills on non flagged players. 2018-12-29 06:41:10 +00:00
MobiusDev
503ffe3d3e Prevent PullBack effect used on NPCs. 2018-12-21 04:08:44 +00:00
MobiusDev
4c592c1707 Fixed PhysicalAttackHpLink effect. 2018-12-16 22:07:34 +00:00
MobiusDev
09cfaab4f2 Addition of HitAtNight effect. 2018-12-15 20:42:26 +00:00
MobiusDev
d646a55ef7 Fixed Red Thread of Fate (10385) item consumption.
Contributed by champzix1.
2018-11-30 20:09:58 +00:00
MobiusDev
b51139a4a2 Fixed SkillTurning effect. 2018-11-30 10:59:14 +00:00
MobiusDev
cccaa62d6e More ConsumeBody effect changes. 2018-11-28 10:25:52 +00:00
MobiusDev
3e0b281e89 ConsumeBody effect related changes. 2018-11-27 18:03:49 +00:00
MobiusDev
51205e38a1 Use a Map to store AbstractConditionalHpEffect character updates. 2018-11-26 14:46:41 +00:00
MobiusDev
2dfdcef574 Minor typo correction at AbstractConditionalHpEffect class. 2018-11-26 01:16:13 +00:00
MobiusDev
16ac14976f Use listeners for abstract conditional hp effect. 2018-11-25 22:07:51 +00:00
MobiusDev
4c2171eb5f Fixed castle functions. 2018-11-24 21:51:53 +00:00
MobiusDev
6e1df5b92c Check visibility for skill range condition. 2018-11-23 22:36:01 +00:00
MobiusDev
2db48f060d Core AI improvements. 2018-11-22 01:31:46 +00:00
MobiusDev
d35a9d46ec Abnormal improvements. 2018-11-01 16:51:03 +00:00
MobiusDev
b87d0427a3 Removed known command. Also NPC abnormal broadcast fix. 2018-09-23 18:50:42 +00:00
MobiusDev
34f61012cf Improved GetAgro effect according to retail observations. 2018-09-20 11:36:28 +00:00
MobiusDev
a674523af5 Addition of new AI for Eilhalder von Hellmann. 2018-09-15 08:31:51 +00:00
MobiusDev
c56baf703a Changed ConsumeBody condition to work on summons. 2018-09-15 07:55:41 +00:00
MobiusDev
a2604e2048 Minor Rnd method usage corrections. 2018-09-14 01:42:50 +00:00
MobiusDev
b4e8040541 Prohibit the use of duplicate Rnd methods. 2018-09-14 01:17:54 +00:00
MobiusDev
f26d8708a9 Summoning should be possible even with an active summon. 2018-09-12 21:05:18 +00:00
MobiusDev
222b1d1136 Pet owner target type skills should not need target. 2018-09-11 01:36:44 +00:00
MobiusDev
73f4812951 Addition of target type for pet owners. 2018-09-10 21:23:59 +00:00
MobiusDev
776162c7ec Fixed dice rolling. 2018-09-10 04:04:19 +00:00
MobiusDev
0f430720db Separated multiple variable declarations. 2018-09-09 23:01:15 +00:00
MobiusDev
dce4f54d60 Replaced equals() on enum constants. 2018-09-09 18:41:22 +00:00
MobiusDev
31dadef4b8 Replaced for loops with enhanced for loops. 2018-09-09 17:56:05 +00:00
MobiusDev
10be587e80 Replaced zero equality checks with isEmpty() method. 2018-09-09 17:26:21 +00:00
MobiusDev
96a39e7b73 Replaced assignments with compound operators. 2018-09-09 16:47:22 +00:00
MobiusDev
b50b43a1f9 Removed explicit type arguments. 2018-09-09 15:59:32 +00:00