Commit Graph

792 Commits

Author SHA1 Message Date
MobiusDev
624e75d6c3 Fixed border patrol guard spawns. 2018-09-05 19:06:28 +00:00
MobiusDev
735d2f6384 Channeling skills rework.
Adapted from: L2jUnity free files.
2018-09-05 16:01:11 +00:00
MobiusDev
b4be2cc560 Distance checking methods rework. 2018-09-05 01:50:44 +00:00
MobiusDev
484ec7823d L2World related rework. 2018-09-04 19:27:09 +00:00
MobiusDev
5967cd7be1 Fixed PointBlank handler targeting dead characters. 2018-09-04 03:33:48 +00:00
MobiusDev
f5e4c94194 Expand Warehouse items and skills.
Contributed by Liamxroy.
2018-09-04 03:29:46 +00:00
MobiusDev
0802b1d821 Expand Inventory items and skills.
Contributed by Liamxroy.
2018-09-04 03:17:15 +00:00
MobiusDev
8aae4f640d Removed duplicate Core door (20210003). 2018-09-04 02:55:03 +00:00
MobiusDev
908705a276 Proper summon intention after stun. 2018-09-04 02:26:48 +00:00
MobiusDev
28f671d250 Addition of missing Angelic Vortex (31862) spawn. 2018-09-03 22:23:49 +00:00
MobiusDev
7bb0152c38 Clan Advent skill improvements. 2018-09-03 21:38:01 +00:00
MobiusDev
a9045910af Fixed OpCheckClassList condition. 2018-09-03 20:49:44 +00:00
MobiusDev
71f0b628c9 Proper Mental Recharge (11856) targetType.
Contributed by kabivel.
2018-09-03 18:18:50 +00:00
MobiusDev
288c1cf4ad Freya AI improvements. 2018-09-03 15:26:13 +00:00
MobiusDev
91a0b8afec Reduced Octavis beasts regeneration. 2018-09-03 06:04:38 +00:00
MobiusDev
9fda26b387 Prevent forcing Freya movement while in combat. 2018-09-03 02:23:48 +00:00
MobiusDev
645a2983cc Changed Adena count for Elcyum Crystal production. 2018-09-02 00:54:04 +00:00
MobiusDev
fe5fa51654 Reuse of cumulative chance for CreateItemRandom. 2018-09-01 18:22:50 +00:00
MobiusDev
771f40bd3b CreateItemRandom cleanup. 2018-09-01 18:07:03 +00:00
MobiusDev
03da47d5c6 Fixed CreateItemRandom handler consuming more than one reagent. 2018-09-01 17:38:57 +00:00
MobiusDev
38deda618f Improved Fortuna re-entry check. 2018-09-01 13:29:29 +00:00
MobiusDev
74f491d654 Changed misleading NPC distance information. 2018-08-31 09:34:55 +00:00
MobiusDev
9af5336ce2 Prevent quest timer start when NPC is dead. 2018-08-30 19:06:45 +00:00
MobiusDev
8769eb4926 Improvements for Talking Island aggro soldier AIs. 2018-08-30 19:02:53 +00:00
MobiusDev
2dbfdef0a8 Fixed training soldier AI. 2018-08-30 18:53:14 +00:00
MobiusDev
abf8333e89 Addition of proper is_freightable values. 2018-08-29 13:14:33 +00:00
MobiusDev
3d37fa96a3 Removed all is_freightable values. 2018-08-29 09:29:40 +00:00
MobiusDev
c22248648c Garden Watchman AI.
Contributed by gigilo1968.
2018-08-26 15:26:35 +00:00
MobiusDev
bb816ba617 Update to Java 10. 2018-08-07 13:40:25 +00:00
MobiusDev
7cbd09ae2e Changes based on Java 10 recommendations. 2018-08-05 19:38:51 +00:00
MobiusDev
29eb40b3fa Fixed MinimumVitalityPoints wrong letter case. 2018-08-05 18:13:54 +00:00
MobiusDev
466510e098 Addition of items that use minimumVitalityPoints condition.
Contributed by gigilo1968.
2018-07-29 10:37:22 +00:00
MobiusDev
3c67b04817 Decreased thread and connection configs to prevent VPS issues. 2018-07-23 14:39:34 +00:00
MobiusDev
418b558abc Fury Kiku AI.
Contributed by gigilo1968.
2018-07-23 14:27:37 +00:00
MobiusDev
8cfdffdc25 OpCheckCastRangeSkillCondition should not multiply distance value.
Contributed by gigilo1968.
2018-07-19 21:04:18 +00:00
MobiusDev
1ed862ed35 Addition of Cemetery Monsters AI.
Contributed by gigilo1968.
2018-07-13 09:54:17 +00:00
MobiusDev
d710208ef4 Created L2PcInstance updatePvpTitleAndColor method. 2018-07-09 09:20:08 +00:00
MobiusDev
7b31dfcf9f Minor improvements for quest Sakums Impact (10337).
Contributed by facab.
2018-07-09 09:05:06 +00:00
MobiusDev
4cae5898ba ChamberOfProphecies timers should always check for npc value. 2018-07-07 18:59:19 +00:00
MobiusDev
11760710ee Replaced instanceof L2DoorInstance with isDoor method. 2018-07-02 01:36:25 +00:00
MobiusDev
bd285c1368 Replaced instanceof L2MonsterInstance with isMonster method. 2018-07-02 01:32:38 +00:00
MobiusDev
5f62a4c740 Replaced instanceof L2NpcInstance with isNpc method. 2018-07-02 01:27:50 +00:00
MobiusDev
e9e7d40628 Replaced instanceof L2PetInstance with isPet method. 2018-07-02 01:12:00 +00:00
MobiusDev
856ff5ebdc Replaced instanceof L2Summon with isSummon method. 2018-07-02 01:03:46 +00:00
MobiusDev
0b09d49f8d Replaced instanceof L2Attackable with isAttackable method. 2018-07-02 00:55:13 +00:00
MobiusDev
6c1d37f4ae Replaced instanceof L2Playable with isPlayable method. 2018-07-02 00:39:38 +00:00
MobiusDev
5934fac571 Replaced instanceof L2PcInstance with isPlayer method. 2018-07-01 00:13:23 +00:00
MobiusDev
049a9b02aa Replaced instanceof L2Character with isCharacter method. 2018-06-30 16:42:41 +00:00
MobiusDev
0ae00a3cd5 Disable random scarecrow spawns. 2018-06-30 02:02:24 +00:00
MobiusDev
8a25f48d7b Removed log folders. 2018-06-26 15:08:04 +00:00