Commit Graph

556 Commits

Author SHA1 Message Date
MobiusDevelopment
48da0f4f2d Fixed wrong case at EventEngineData. 2019-07-16 10:49:24 +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
75a040641d More appropriate name for translation parameter. 2019-07-14 18:53:20 +00:00
MobiusDevelopment
ea4a96abe8 Load all localisations together at server start. 2019-07-14 18:02:00 +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
6d4d57cf6c Handle localisations with null parameters. 2019-07-13 08:29:27 +00:00
MobiusDevelopment
9c27bf30d6 Spear weapon enchant stats according to Wiki.
Contributed by npocToz.
2019-07-13 06:51:18 +00:00
MobiusDevelopment
a42be21a1c Use Enhanced For loop for SystemMessage parameter iteration. 2019-07-13 06:33:08 +00:00
MobiusDevelopment
0be93db17c Reworked the custom localisation system. 2019-07-13 06:07:59 +00:00
MobiusDevelopment
5fa60b02dc Addition of Plains of Dion AI. 2019-07-12 17:15:32 +00:00
MobiusDevelopment
ca0f25e532 In case localisation does not exist try the default path. 2019-07-12 11:19:29 +00:00
MobiusDevelopment
9cbca783d6 English htmls are considered to use the default path. 2019-07-12 08:07:40 +00:00
MobiusDevelopment
9a8db7c814 New client logic for RelationChanged attackable information. 2019-07-10 05:20:18 +00:00
MobiusDevelopment
54ca76668d Proper single quote character. 2019-07-09 18:20:34 +00:00
MobiusDevelopment
4162b88923 Skill changes based on client data. 2019-07-09 18:18:06 +00:00
MobiusDevelopment
fcf378e880 Fixed ShapeShiftingItemRequest NPE. 2019-07-05 00:35:11 +00:00
MobiusDevelopment
35e41c7989 Code cleanup after latest PlayerInstance changes. 2019-07-02 13:41:38 +00:00
MobiusDevelopment
79258dfa15 Necessary check for RecipeController. 2019-06-30 23:21:00 +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
4e8077aa37 Level 40 to 80 raidboss adjustments.
Contributed by quangnguyen.
2019-06-25 03:29:41 +00:00
MobiusDevelopment
fd9f8794ef Configurations for using vampiric effects on PvP. 2019-06-22 11:46:01 +00:00
MobiusDevelopment
2a5c8246fa Additional checks for passive skill conditions. 2019-06-22 10:41:12 +00:00
MobiusDevelopment
50694c2121 Balance mod for critical chance and damage. 2019-06-22 00:40:35 +00:00
MobiusDevelopment
feff5456aa Concurrent list use and proper update SQL order for PremiumManager class. 2019-06-18 02:57:40 +00:00
MobiusDevelopment
8b996720a5 Damage bonus should not be negative. 2019-06-16 11:24:18 +00:00
MobiusDevelopment
38b7674feb Add trait bonus instead of multiplying. 2019-06-13 20:11:48 +00:00
MobiusDevelopment
badd7c95b2 Multiply symbol is considered as special regex character. 2019-06-13 16:44:27 +00:00
MobiusDevelopment
a9a9afadbe Changed class balance config separator to multiply symbol. 2019-06-13 11:14:18 +00:00
MobiusDevelopment
cbf630302e Addition of blow skill damage and heal balance configurations. 2019-06-13 10:54:55 +00:00
MobiusDevelopment
3cd882c007 Remove active skill effects if monster set to respawn. 2019-06-13 07:59:03 +00:00
MobiusDevelopment
5ef2e55ede Accept class id or enum parameters for balance configurations. 2019-06-12 02:09:44 +00:00
MobiusDevelopment
a704be69a5 Correction of multipliers spelling. 2019-06-11 23:57:01 +00:00
MobiusDevelopment
99383e1fdf Proper target checks for balance configurations. 2019-06-11 23:35:33 +00:00
MobiusDevelopment
918b45db8a Addition of custom class balance configurations. 2019-06-11 23:22:54 +00:00
MobiusDevelopment
95a184b927 Use 77 instead of INT for magic damage calculation. 2019-06-11 09:18:09 +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
a64034de2e RandomAnimationTaskManager simplifications. 2019-06-10 10:19:16 +00:00
MobiusDevelopment
a80a494e6a Fixed champion related issues. 2019-06-10 05:17:10 +00:00
MobiusDevelopment
c3000044e5 Implemented skill Siege Punch (14767).
Contributed by Iris.
2019-06-10 01:11:15 +00:00
MobiusDevelopment
d54498e3e2 Check when walking manager tasks already run. 2019-06-10 00:34:18 +00:00
MobiusDevelopment
58d30b63a6 Adjustments for random animation configurations. 2019-06-09 21:57:10 +00:00
MobiusDevelopment
7676ab9825 Matching random animation task manager name. 2019-06-09 12:50:46 +00:00
MobiusDevelopment
c2b4c718dc Send HP StatusUpdate when join a party. 2019-06-09 12:08:24 +00:00
MobiusDevelopment
415667cbaa Addition of RandomAnimationManager. 2019-06-09 12:03:03 +00:00
MobiusDevelopment
b0f6f357fd Removed schedule lists from respawn task manager. 2019-06-09 06:01:25 +00:00
MobiusDevelopment
51d45f8261 Adjustments for level 30-39 raidbosses.
Contributed by Minzee.
2019-06-09 05:14:33 +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
a939517fe1 Retail town teleport prices.
Contributed by Mantra.
2019-06-07 21:07:17 +00:00
MobiusDevelopment
25d199e044 Fixed HealEffect bonuses. 2019-06-07 10:34:22 +00:00
MobiusDevelopment
479b69ddb2 Olympiad rework.
Contributed by facab.
2019-06-07 10:02:50 +00:00
MobiusDevelopment
a0a9880858 Proper ItemInfo soulCrystalSpecialOptions assignment. 2019-06-07 09:29:14 +00:00
MobiusDevelopment
6ec0258dba Adjustments for level 20-29 raidbosses.
Contributed by Minzee.
2019-06-06 22:14:02 +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
3dc1961a66 Olympiad rework.
Contributed by facab.
2019-06-03 21:22:46 +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
1b31d4763c Retail order and item prices for castle chamberlains.
Contributed by Iris.
2019-06-01 17:33:16 +00:00
MobiusDevelopment
269bcc3b15 Increased amount of hotkey bars to 20. 2019-05-31 12:00:29 +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
4983b26eff Necropolis spawn rework.
Contributed by Mantra.
2019-05-25 22:09:54 +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
052fb44456 Addition of Catacomb of Dark Omens spawns.
Contributed by Mantra.
2019-05-24 09:30:17 +00:00
MobiusDevelopment
2c0933d2dc Use skill power bonuses for ranged bonus calculation. 2019-05-24 09:13:46 +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
e990711b53 Correct values for residence functions.
Contributed by Iris.
2019-05-21 18:57:31 +00:00
MobiusDevelopment
4eb6343526 Teleporter XML file name corrections. 2019-05-21 18:34:50 +00:00
MobiusDevelopment
6af2be0409 Addition of Garden of Eva teleporter. 2019-05-21 18:18:16 +00:00
MobiusDevelopment
8644567542 Addition of new territory admin teleports. 2019-05-21 17:53:30 +00:00
MobiusDevelopment
8e8f06f95e Addition of Garden of Eva spawns.
Contributed by Mantra.
2019-05-21 17:50:52 +00:00
MobiusDevelopment
1d752ae767 Removed Garden of Eva unsuitable doors.
Contributed by Mantra.
2019-05-21 17:20:43 +00:00
MobiusDevelopment
5251668d2f Changed daily reset time for attendance rewards.
Contributed by facab.
2019-05-20 00:30:56 +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