Commit Graph

578 Commits

Author SHA1 Message Date
MobiusDevelopment
dbe4f6596a Fixed Beleth instant respawn after server restart.
Contributed by Sahar.
2019-09-28 09:43:37 +00:00
MobiusDevelopment
1ed370c81a Fixed Antharas visual movement issues.
Contributed by Sahar.
2019-09-27 21:50:53 +00:00
MobiusDevelopment
532202c8ed Valakas AI improvements.
Contributed by Sahar.
2019-09-27 21:03:54 +00:00
MobiusDevelopment
74a3092169 Proper id for Bloody Armor Enhancement Stone (35569).
Contributed by bctey.
2019-09-22 15:46:06 +00:00
MobiusDevelopment
340338d820 Fixed GardenWatchman AI spawn NPE. 2019-09-21 08:25:44 +00:00
MobiusDevelopment
a0de6a5d7c Improved RestorationRandom effect inventory update. 2019-09-18 05:47:07 +00:00
MobiusDevelopment
895f3b56c7 Better getter and setter naming for player sex. 2019-08-23 08:15:23 +00:00
MobiusDevelopment
d59f75b7fa Fixed quest The Name of Evil - 1 (125).
Author: Avanael92
Source: https://bitbucket.org/l2jserver
2019-08-23 07:43:08 +00:00
MobiusDevelopment
cb360813e2 Prevent compelling raids and town NPCs. 2019-08-23 07:10:52 +00:00
MobiusDevelopment
ca21735a9d Addition of ServerMode enum. 2019-08-22 10:27:06 +00:00
MobiusDevelopment
efbbe7a3b7 Reverted accidental change for quest 420. 2019-08-09 08:51:40 +00:00
MobiusDevelopment
62712c1f71 Skills for High-grade Elixir items.
Contributed by GMavenging.
2019-08-09 08:07:17 +00:00
MobiusDevelopment
9048735b73 Replaced several CopyOnWriteArrayList occurrences with ConcurrentHashMap.newKeySet(). 2019-08-07 01:57:06 +00:00
MobiusDevelopment
35ff7f04de Fisherman extends Merchant instance. 2019-08-05 13:35:35 +00:00
MobiusDevelopment
df87bd930e Addition of missing Gludio clanhall manager id. 2019-08-05 13:13:00 +00:00
MobiusDevelopment
13c6c9cc8d Use SkillCaster to trigger Arena Manager buffs. 2019-08-05 10:47:09 +00:00
MobiusDevelopment
7930aa0f0c Include unique instance type on missing html search. 2019-08-05 10:35:22 +00:00
MobiusDevelopment
b7b714ebd8 Exclude FlyTerrainObjectInstance from html search commands. 2019-08-04 11:47:22 +00:00
MobiusDevelopment
8a78985cd5 Addition of next_missing_html command. 2019-08-02 10:21:22 +00:00
MobiusDevelopment
565933653d More final and static cleanups. 2019-08-01 09:43:44 +00:00
MobiusDevelopment
d302902d9d Removed unnecessary final modifiers from classes, methods and fields. 2019-07-31 16:00:52 +00:00
MobiusDevelopment
5af706ba62 XML whitespace format. 2019-07-24 22:48:17 +00:00
MobiusDevelopment
cdd8e40052 Stop movement when trying to talk to a moving NPC. 2019-07-23 12:50:34 +00:00
MobiusDevelopment
fb055ec714 Addition of OpCheckSkillList skill condition. 2019-07-17 11:59:06 +00:00
MobiusDevelopment
6ad50ede46 Addition of any type for ReduceDropPenalty effect. 2019-07-16 21:10:22 +00:00
MobiusDevelopment
96573ffe7e Addition of FishingExpSpBonus effect. 2019-07-16 21:06:58 +00:00
MobiusDevelopment
967476c7b3 Proceeding with DefenceTrait adjustments. 2019-07-14 22:14:43 +00:00
MobiusDevelopment
c248b6ff85 Fixed AttackTrait reducing damage. 2019-07-14 20:44:46 +00:00
MobiusDevelopment
064d0324e8 Ability to use NpcString localisations for quest links. 2019-07-14 17:37:28 +00:00
MobiusDevelopment
aa201e6cae Addition of localisations for NPC name and titles. 2019-07-14 13:03:02 +00:00
MobiusDevelopment
95ba581cf5 Addition of localisations for custom player messages. 2019-07-13 10:26:43 +00:00
MobiusDevelopment
0be93db17c Reworked the custom localisation system. 2019-07-13 06:07:59 +00:00
MobiusDevelopment
1eff3299d8 Use Ertheia Awakened class condition for quest 10472.
Contributed by SmiDmi.
2019-07-04 13:22:55 +00:00
MobiusDevelopment
a0fe112150 Removed several synchronized locks. 2019-06-30 23:11:52 +00:00
MobiusDevelopment
ff0b12f059 Fixed cubic removal array index out of bounds exception. 2019-06-30 14:27:23 +00:00
MobiusDevelopment
97a686a23e Fixed summon cubic effect current cubic count. 2019-06-28 04:07:26 +00:00
MobiusDevelopment
38b7674feb Add trait bonus instead of multiplying. 2019-06-13 20:11:48 +00:00
MobiusDevelopment
cbf630302e Addition of blow skill damage and heal balance configurations. 2019-06-13 10:54:55 +00:00
MobiusDevelopment
1cd1c00b9c Changed weapon grade bonus heal calculation. 2019-06-11 09:28:44 +00:00
MobiusDevelopment
0038104d78 Additional weakness calculations. 2019-06-11 09:11:03 +00:00
MobiusDevelopment
9b37677bd4 Use EnumSet instead or Arrays for traits.
Adapted from: L2jUnity free files.
2019-06-11 03:16:24 +00:00
MobiusDevelopment
c271f6b31b Use PlayerInstance method for removing player skills. 2019-06-10 10:45:32 +00:00
MobiusDevelopment
0850599fec Wharf patrols should attack closest Zealot of Shilen. 2019-06-10 01:41:35 +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
550b29b4f3 Fixed Party Solidarity and Aura Force skills.
Contributed by facab.
2019-06-07 21:54:15 +00:00
MobiusDevelopment
25d199e044 Fixed HealEffect bonuses. 2019-06-07 10:34:22 +00:00
MobiusDevelopment
0e258a7266 Fixed probable AbstractConditionalHpEffect NPE. 2019-06-05 05:57:39 +00:00
MobiusDevelopment
90329e7fd0 Fixed PartyPledge affect scope including non clan members. 2019-06-03 21:29:13 +00:00
MobiusDevelopment
242b6fe756 Use one quest timer for siege guard aggro. 2019-06-02 21:11:42 +00:00