Commit Graph

1131 Commits

Author SHA1 Message Date
MobiusDev
f61d7bd3e0 Removed double range check from general chat handler. 2018-04-10 16:11:36 +00:00
MobiusDev
fe9d119101 Minor fix for Compelling effect.
Contributed by Ofelin.
2018-04-10 15:27:46 +00:00
MobiusDev
d464c9bbe7 Minor fix for decrease skill level.
Contributed by facab.
2018-04-10 15:14:11 +00:00
MobiusDev
4b01a96675 Fixed class change NPE. 2018-04-07 18:10:37 +00:00
MobiusDev
ecfee7dd5f Improved admin setclass sex check. 2018-04-07 17:40:15 +00:00
MobiusDev
0d3fa9f075 Moved some common utils to gameserver. 2018-04-07 00:03:03 +00:00
MobiusDev
f013b5d027 Dropped alt game tiredness config. 2018-04-06 23:49:44 +00:00
MobiusDev
8bb27a96f5 Reduced matk speed bonus after some retail tests. 2018-04-06 22:50:16 +00:00
MobiusDev
e48846703e Robe casting speed addition to skill Spellcraft (163).
Contributed by quangnguyen.
2018-04-06 22:08:08 +00:00
MobiusDev
46306d91c9 Addition of missing handlers for some boxes.
Contributed by Liamxroy.
2018-04-06 21:25:42 +00:00
MobiusDev
69422f8a23 Apply premium exp rates in addExpAndSp method. 2018-04-06 21:16:11 +00:00
MobiusDev
9b8b1a0020 Minor value addition at CategoryData. 2018-04-06 16:25:53 +00:00
MobiusDev
2cb098caba Continue trait checks instead of return. 2018-04-06 02:58:28 +00:00
MobiusDev
e6eb02a63e Fixed traits exit called more than once.
Contributed by Sahar.
2018-04-06 02:52:31 +00:00
MobiusDev
8fcb49c449 Fix for pomanders on profession cancel. 2018-04-06 02:36:17 +00:00
MobiusDev
b224d80373 Summons should run after spawn. 2018-04-06 02:10:10 +00:00
MobiusDev
d9986d1196 Unit monsters should be aggressive.
Contributed by Liamxroy.
2018-04-06 01:42:56 +00:00
MobiusDev
26c61b855f Removed unused PlayerSpawnProtectionAllowedItems config. 2018-04-05 16:37:06 +00:00
MobiusDev
46f7e4b7fa Force updating multisell items to database. 2018-04-05 04:13:34 +00:00
MobiusDev
565e8f2621 Some logger constants to uppercase. 2018-04-05 04:09:46 +00:00
MobiusDev
c0b724cb17 Option to force delete spawned minions upon master death. 2018-04-05 03:45:54 +00:00
MobiusDev
35e97edbba Improved quest Audience with the Land Dragon (337).
Contributed by Iris.
2018-04-05 03:01:44 +00:00
MobiusDev
b5a8fae87a Fix for offline traders after server restart. 2018-04-05 02:51:19 +00:00
MobiusDev
ea8ee773c4 NPE fix for captives. 2018-04-03 17:26:35 +00:00
MobiusDev
435beb5dfe Updated readme.txt file. 2018-04-03 16:54:54 +00:00
MobiusDev
2a19ba41fc Updated missing quests. 2018-04-03 16:46:13 +00:00
MobiusDev
90584ad186 Ashen Shadow Revolutionaries instance.
Contributed by Liamxroy.
2018-04-03 16:44:01 +00:00
MobiusDev
90114e2e19 Base packets moved to commons network. 2018-04-03 14:55:07 +00:00
MobiusDev
5ac249ed61 Ability to use specific NpcStringId for quest name. 2018-04-03 13:48:00 +00:00
MobiusDev
105776621a Try to fix region related log spam. 2018-04-02 23:23:53 +00:00
MobiusDev
ca8ac1fb29 Disabled spawn protection messages in peace zones. 2018-04-02 18:24:38 +00:00
MobiusDev
e70ce64574 Minor spelling improvements. 2018-04-02 16:16:57 +00:00
MobiusDev
9f16536250 Dropped useless IThreadPoolInitializer. 2018-04-02 16:06:00 +00:00
MobiusDev
0d3a422ee3 Addition of missing DatabaseFactory initialization message. 2018-04-02 15:51:12 +00:00
MobiusDev
c071f2a1bc Better L2jFree based ThreadPool.
Adapted from: L2jUnity free files.
2018-04-02 15:45:38 +00:00
MobiusDev
0c201f75e7 Threadpool refactoring. 2018-04-02 14:50:53 +00:00
MobiusDev
317478a66d Restoring servitor must remove database record at all times. 2018-04-02 13:47:29 +00:00
MobiusDev
40558fe87b Fixed restoring summons on login. 2018-04-02 13:44:23 +00:00
MobiusDev
711581a2bc Fixed spawn protection. 2018-04-02 13:43:29 +00:00
MobiusDev
e1734d9970 Fourth class olympiad matches according to player category. 2018-04-02 11:56:26 +00:00
MobiusDev
cbc117b371 Keep skill sublevel in case of level increase. 2018-04-02 11:53:34 +00:00
MobiusDev
0cac159279 Addition of some Kamael weapon item conditions. 2018-04-02 11:51:26 +00:00
MobiusDev
8b5f046d73 Timer improvements.
Contributed by Liamxroy.
2018-04-02 11:47:45 +00:00
MobiusDev
5f6f504fde Minor correction for some global values. 2018-04-01 23:50:09 +00:00
MobiusDev
0b7f8131b8 Addition of True Hero. 2018-04-01 23:41:52 +00:00
MobiusDev
99ce23eeef Kelbim status timer does not need to repeat. 2018-04-01 19:48:55 +00:00
MobiusDev
494b3444ce Minor script improvement for Gate of Unlimited Summoning. 2018-04-01 17:30:28 +00:00
MobiusDev
c5b6a0d7c9 Addition of Disconnection class.
Adapted from: L2jUnity free files.
2018-04-01 17:23:59 +00:00
MobiusDev
a117a04126 Fixed quest The Name of Evil Part 1 (125). 2018-04-01 10:27:53 +00:00
MobiusDev
4ca501b0e5 Disabled stakato mob zone. 2018-03-31 20:12:36 +00:00
MobiusDev
809dc770a8 Fixed wrong zone check html break position. 2018-03-31 18:44:27 +00:00
MobiusDev
10b722829a Respawn rework and various changes. 2018-03-31 16:36:49 +00:00
MobiusDev
1db5262d58 Multisell enchanted items support. 2018-03-29 14:43:23 +00:00
MobiusDev
984ef74bf5 Correction for AltOlyPeriod config value. 2018-03-27 21:37:50 +00:00
MobiusDev
1d11e95d62 Return zero as nonexistent skill level. 2018-03-27 01:39:11 +00:00
MobiusDev
30ce5ece22 Popup damage can increase the system message param length. 2018-03-27 00:19:33 +00:00
MobiusDev
5987d6f8e5 Fixed exiting Dimensional Crack. 2018-03-26 23:20:14 +00:00
MobiusDev
c2fd26f718 Do not log nonexistent skill if id equals zero. 2018-03-26 20:49:51 +00:00
MobiusDev
2b22f885fb Commented region debug messages. 2018-03-26 20:47:45 +00:00
MobiusDev
eabec1b3e4 Custom specific Olympiad competition days. 2018-03-25 13:51:07 +00:00
MobiusDev
f0076797fa Fixed Spheric Barrier effect. 2018-03-24 15:41:33 +00:00
MobiusDev
71780660a8 Proper shortcut update after enchant skill attempt. 2018-03-24 12:03:26 +00:00
MobiusDev
653c7e8276 Custom olympiad period config. 2018-03-24 02:49:13 +00:00
MobiusDev
84bd9378fa Updated readme.txt file. 2018-03-24 02:13:53 +00:00
MobiusDev
e6847a5303 Fixed enchant fail sublevel NPE. 2018-03-24 02:06:04 +00:00
MobiusDev
c57028ed46 Removed warning when replacing skill by enchant. 2018-03-24 01:18:28 +00:00
MobiusDev
3d7959d9fe Exclude Orbis Temple monsters from random spawns. 2018-03-23 17:54:30 +00:00
MobiusDev
ac14db4653 Minor auto potions config typo correction. 2018-03-23 14:47:26 +00:00
MobiusDev
5b36c274cd Adapted random spawn system to newer branches. 2018-03-23 14:37:35 +00:00
MobiusDev
f48a7f1e51 Custom auto potion system.
Contributed by gigilo1968.
2018-03-22 14:06:56 +00:00
MobiusDev
62af8eeac1 Minor change related to previous commit. 2018-03-21 15:24:34 +00:00
MobiusDev
0257ad4433 Use geoengine for target LoS. 2018-03-21 14:48:07 +00:00
MobiusDev
444b35aef5 Removed quest item parameter from usable SSQ items. 2018-03-16 10:52:49 +00:00
MobiusDev
5ccf1d455c Set additional CoC rewards count to one. 2018-03-15 06:39:29 +00:00
MobiusDev
30513cfc99 Addition of Ceremony of Chaos rewards. 2018-03-15 06:34:03 +00:00
MobiusDev
03a1492260 Removed BOM causing compile issues. 2018-03-13 20:51:58 +00:00
MobiusDev
55dfe422e2 Updated system messages and NPC strings. 2018-03-13 16:07:06 +00:00
MobiusDev
cdbbd6dd18 Enabled double check for doors before normal checkMove. 2018-03-11 23:28:26 +00:00
MobiusDev
67cff0a256 Update last player server position upon teleport. 2018-03-11 14:17:44 +00:00
MobiusDev
b6f09dba3a Making Olympiad participants invulnerable at match end. 2018-03-11 12:23:52 +00:00
MobiusDev
f747e61acc Item log formatter NPE fix. 2018-03-10 10:57:44 +00:00
MobiusDev
154f33ef4a Try to reduce door checks. 2018-03-08 20:14:46 +00:00
MobiusDev
1a13176a33 GeoEngine possible NPE checks. 2018-03-08 12:34:53 +00:00
MobiusDev
44f924c2ae Try to prevent possible door exploits. 2018-03-08 12:33:06 +00:00
MobiusDev
b27f27a6d2 Daily Mission packet related improvements. 2018-03-07 12:55:16 +00:00
MobiusDev
b7d6ffe17c Double check for doors before normal checkMove to avoid exploiting key movement. 2018-03-05 16:19:06 +00:00
MobiusDev
6242181e3f Addition of attendance system. 2018-03-05 16:01:14 +00:00
MobiusDev
87bfa503fb Block actions effect auto attack fix. 2018-02-28 21:30:51 +00:00
MobiusDev
c3dffce514 Increased blow damage formula. 2018-02-21 08:16:05 +00:00
MobiusDev
08e4c8f50a Fake player aggression checks. 2018-02-21 08:15:34 +00:00
MobiusDev
055da88da9 Dropped addCharName message parameter. 2018-02-20 18:44:52 +00:00
MobiusDev
cfff2e2fc3 Tempfix for untransform not showing stats. 2018-02-19 13:19:45 +00:00
MobiusDev
4ebdc09474 Olympiad daily mission handler NPE fix. 2018-02-19 12:35:59 +00:00
MobiusDev
e73aa43b3d Replaced Trait id with ordinal. 2018-02-19 10:58:11 +00:00
MobiusDev
5bf0ad1f67 Fixed Pailaka - Devil's Legacy quest. 2018-02-19 09:12:20 +00:00
MobiusDev
662dcd3249 Fixed negative transformation stats.
Contributed by Iris.
2018-02-19 09:00:26 +00:00
MobiusDev
24dbe34180 Fixed skill abort casting. 2018-02-19 07:42:18 +00:00
MobiusDev
9bac3a6a40 Added missing L2LoginClient override. 2018-02-19 06:55:49 +00:00
MobiusDev
ff7006dbc2 Addition of %npcname% replaceable npc html string. 2018-02-19 06:52:09 +00:00
MobiusDev
76d2a58fe8 Fixed pet inventory NPE. 2018-02-18 13:41:17 +00:00
MobiusDev
a67591284a Blow damage formula power increasing gradually by level. 2018-02-17 19:28:55 +00:00
MobiusDev
c459395968 Combination item rework.
Adapted from: L2jUnity free files.
2018-02-17 14:58:09 +00:00
MobiusDev
fab58a3d3d Wind Talisman item update.
Contributed by Liamxroy.
2018-02-17 13:47:55 +00:00
MobiusDev
c112d243be Replaced Augmentation with Variation data.
Adapted from: L2jUnity free files.
2018-02-17 13:39:22 +00:00
MobiusDev
df78ad9aea More minor duel related changes. 2018-02-17 11:15:44 +00:00
MobiusDev
785c5caa83 Increased duel countdown by 1. 2018-02-17 11:05:59 +00:00
MobiusDev
e1a534e2bd DuelResult enum to uppercase. 2018-02-17 10:45:35 +00:00
MobiusDev
529470c1e7 Use proper load method for InstanceManager. 2018-02-17 10:30:51 +00:00
MobiusDev
3a23cf96f4 Tempfix for way too low blow damage. 2018-02-16 19:52:29 +00:00
MobiusDev
c839674fe9 Updated physical skill effects to use formulas calcCrit function. 2018-02-16 17:33:09 +00:00
MobiusDev
6857c290c0 Reuse of rear damage rate effect. 2018-02-16 16:50:23 +00:00
MobiusDev
2392b60087 Position class rework.
Adapted from: L2jUnity free files.
2018-02-16 16:38:58 +00:00
MobiusDev
7adffcbc46 Attempt to fix water task not stopping. 2018-02-15 22:09:37 +00:00
MobiusDev
c56603b7e3 Various stat tweaks. 2018-02-15 20:22:57 +00:00
MobiusDev
74abc9ebec Fixed wrong special Ensoul check at MultiSellChoose. 2018-02-15 17:39:15 +00:00
MobiusDev
39515ed2fc Fixed maxAttackerLevel issue.
Contributed by Liamxroy.
2018-02-15 09:27:09 +00:00
MobiusDev
5a7821a129 Correction for Einhasad's Salvation (13566) skill abnormal time.
Contributed by Liamxroy.
2018-02-15 09:19:45 +00:00
MobiusDev
f9f2ecd166 Power of Love event items.
Contributed by Liamxroy.
2018-02-14 12:47:46 +00:00
MobiusDev
61441706e6 Custom event schedule managers. 2018-02-14 11:19:09 +00:00
MobiusDev
34d78c5f3c Fixed skill Einhasad's Salvation (13566).
Contributed by Liamxroy.
2018-02-14 11:06:53 +00:00
MobiusDev
8ce7e99ab3 Increased and merged NPC interaction distances. 2018-01-29 16:44:25 +00:00
MobiusDev
dd8bfd30d1 Improvement for quest 10742 pet despawn. 2018-01-29 16:38:05 +00:00
MobiusDev
4597d64b3d Possible fix for duplicated drop lists issue. 2018-01-29 16:35:21 +00:00
MobiusDev
b5e821c313 Shadai's Jewelry Box.
Contributed by Hope.
2018-01-26 17:42:30 +00:00
MobiusDev
ad7fef7d49 Smoother movement when exiting vehicle. 2018-01-23 09:36:38 +00:00
MobiusDev
48bd6b84c8 Prevent automatic creation of lamdas. 2018-01-22 11:49:19 +00:00
MobiusDev
3e102f5e7f Learn SP correction for Soul of Pain skill.
Contributed by Darkloud.
2018-01-21 05:13:37 +00:00
MobiusDev
8076954b22 Config to make all items destroyable. 2018-01-19 13:34:23 +00:00
MobiusDev
e91682043c Magic casting speed rework. 2018-01-19 12:44:53 +00:00
MobiusDev
4bfd174acb Fixed some extractable items.
Contributed by Stayway.
2018-01-19 06:49:50 +00:00
MobiusDev
078a59d2c4 Dropped reused minion references. 2018-01-19 06:46:02 +00:00
MobiusDev
28a5320943 Fixed geodata converter .sh file. 2018-01-18 13:03:21 +00:00
MobiusDev
e03e23b80f Various skill level updates.
Contributed by gamelike85.
2018-01-18 10:22:39 +00:00
MobiusDev
6907135544 Clan names should not have spaces. 2018-01-18 06:24:32 +00:00
MobiusDev
be6b0566ee Probable fix for concurrent droplist shuffle. 2018-01-15 09:05:59 +00:00
MobiusDev
4a287a282d Proper class checks for Harnak Underground instance. 2018-01-15 08:57:33 +00:00
MobiusDev
abdc1239b1 Updated hero skills.
Contributed by gamelike85.
2018-01-11 01:01:06 +00:00
MobiusDev
1c5aa14d87 Various fixes.
Contributed by gamelike85.
2018-01-07 00:04:08 +00:00
MobiusDev
737b45e86e Chaos essence pack fixes.
Contributed by tbr.
2018-01-06 03:39:44 +00:00
MobiusDev
d4a1e65c40 Minor update for Kartia.
Contributed by flanagan.
2017-12-31 02:54:11 +00:00
MobiusDev
70ef34bd40 Destruction scroll fixes.
Contributed by gamelike85.
2017-12-31 02:52:42 +00:00
MobiusDev
41af500be8 Enchant fixes.
Contributed by gamelike85.
2017-12-29 16:39:59 +00:00
MobiusDev
d1e2e9f345 Prevent teleport in instance with admin teleport. 2017-12-28 18:27:19 +00:00
MobiusDev
b6506f4486 Item improvements.
Contributed by gamelike85.
2017-12-28 03:46:07 +00:00
MobiusDev
74051ee271 Fix for quest Control Device of the Giants (307). 2017-12-28 00:15:05 +00:00
MobiusDev
412b406777 Shirt fixes.
Contributed by gamelike85.
2017-12-28 00:12:22 +00:00
MobiusDev
9ce7b930e4 Some skill adjustments.
Contributed by gamelike85.
2017-12-28 00:03:08 +00:00
MobiusDev
0a67610966 Kartia rework.
Contributed by flanagan.
2017-12-27 23:54:11 +00:00
MobiusDev
2a26123a8d Updated Kartia NPC XMLs.
Contributed by gamelike85.
2017-12-23 20:29:35 +00:00
MobiusDev
661ac22cae In case of cursor movement, avoid moving through obstacles. 2017-12-20 23:58:28 +00:00
MobiusDev
1a23dd2da8 Weapon improvements.
Contributed by gamelike85.
2017-12-20 14:31:00 +00:00
MobiusDev
97f5b6ce23 Cloak fixes.
Contributed by gamelike85.
2017-12-19 23:08:14 +00:00
MobiusDev
7497fba7e7 Loginserver improvements. 2017-12-19 22:05:35 +00:00
MobiusDev
a121bb8ce3 Wind Blend and Sayha's Blessing skill improvements.
Contributed by gamelike85.
2017-12-19 21:37:43 +00:00
MobiusDev
00fc352835 Updated Crystallizable item data.
Adapted from: L2jUnity free files.
2017-12-19 21:12:43 +00:00
MobiusDev
3f9c0c6696 Dropped mmocore from login.
Thanks Liamxroy.
2017-12-19 19:50:01 +00:00
MobiusDev
2f91782574 Updated Atelia Trial Guardian Captain.
Contributed by gamelike85.
2017-12-19 15:03:35 +00:00
MobiusDev
75e152e63c Updated geodata block 24_13. 2017-12-19 14:43:47 +00:00
MobiusDev
d183021a9d Kartia bosses and Sayha talisman improvements.
Contributed by gamelike85.
2017-12-19 05:25:56 +00:00
MobiusDev
8cc7d65d9d Added TvT to readme.txt file. 2017-12-19 01:47:48 +00:00
MobiusDev
7f8a736aba Attempt to fix revelation skill list issue. 2017-12-17 06:21:02 +00:00
MobiusDev
42b76f1adc Fix for L2Store XP Runes I, II and III effects not stacking.
Contributed by flanagak.
2017-12-17 04:25:32 +00:00
MobiusDev
4cdd336cdb Fixed item shortcuts removed during player login.
Contributed by flanagak.
2017-12-17 04:20:44 +00:00
MobiusDev
acaf4ed7f0 Weapon improvements.
Contributed by gamelike85.
2017-12-16 17:11:57 +00:00
MobiusDev
b005217031 Removed Sealed Visitation Scroll Hellbound from Mammon mulltisell. 2017-12-15 17:26:51 +00:00
MobiusDev
2f4fa5211c Fixed wrong ItemAuction ids.
Contributed by gamelike85.
2017-12-15 17:22:07 +00:00
MobiusDev
fad5572a78 Fortune Pocket Stage 4 item SP fix.
Contributed by gamelike85.
2017-12-14 23:21:21 +00:00
MobiusDev
296bfdfe01 Pre Grand Crusade branches do not have "ro ghost effect". 2017-12-14 16:10:09 +00:00
MobiusDev
ead5f1515e Item attribute improvements.
Contributed by gamelike85.
2017-12-14 16:06:17 +00:00
MobiusDev
e2d5950726 Smaller comment for bbs_favorites table. 2017-12-13 19:43:54 +00:00
MobiusDev
62717c9c0d Summon adjustments.
Contributed by gamelike85.
2017-12-12 05:54:47 +00:00
MobiusDev
8f2b258395 Custom Ghost Walking buff when TvT member resurrects. 2017-12-12 00:02:16 +00:00
MobiusDev
682ddff43c Polearm rework.
Contributed by gamelike85.
2017-12-11 18:56:36 +00:00
MobiusDev
58317b41b0 Red Thread of Fate fix.
Contributed by flanagak.
2017-12-11 16:17:56 +00:00
MobiusDev
896924ce4b Made a TvT method to send player messages. 2017-12-11 16:06:36 +00:00
MobiusDev
6093d89fe7 Manage TvT team forfeit. 2017-12-11 15:56:27 +00:00
MobiusDev
e38944e9d5 TvT inactivity warning. 2017-12-11 07:02:01 +00:00
MobiusDev
7d96db7462 Removed redundant null check. 2017-12-11 06:46:58 +00:00
MobiusDev
3b188fd6e1 Fixed skill Critical Tactics.
Contributed by Liamxroy.
2017-12-11 06:34:13 +00:00
MobiusDev
e6df9587fd Fixed Dimensional Cloak.
Contributed by gamelike85.
2017-12-11 06:31:36 +00:00
MobiusDev
0d0d884c8c Fixed Cloak of the Chosen.
Contributed by gamelike85.
2017-12-11 06:29:58 +00:00
MobiusDev
2747c3fa29 Addition of Team vs Team event. 2017-12-11 06:15:57 +00:00
MobiusDev
35301659a9 Art of Seduction skill fix.
Contributed by gamelike85.
2017-12-10 18:37:29 +00:00
MobiusDev
0a03d1adb1 Enabled out of region tempfix. 2017-12-10 18:34:33 +00:00
MobiusDev
21f59016e4 Fixed tutorial item NPE. 2017-12-09 21:33:45 +00:00
MobiusDev
e7ab6986cf Removed main server debug config. 2017-12-09 21:24:30 +00:00
MobiusDev
5b8e5b462d Removed admin mods menu. 2017-12-09 20:44:53 +00:00
MobiusDev
8346d8cfa0 Minor Formulas improvements. 2017-12-09 20:13:28 +00:00
MobiusDev
10233624cf Do not send vitality message when quiet. 2017-12-09 19:48:20 +00:00
MobiusDev
f5cb5fbf53 Community board preset buff groups.
Contributed by flanagak.
2017-12-09 19:18:15 +00:00
MobiusDev
1c974fcc9b Skill usage of RearDamage effect.
Contributed by gamelike85.
2017-12-09 18:54:15 +00:00
MobiusDev
9069b49156 Addition of RearDamage effect. 2017-12-09 18:49:57 +00:00
MobiusDev
683ae0ef52 Fixed blow rate chances. 2017-12-09 18:47:45 +00:00
MobiusDev
247a5bc9f5 Removed BuffInfo from effect handlers. 2017-12-09 07:32:32 +00:00
MobiusDev
584bc234f7 Skill Power Bluff (10554) improvement.
Contributed by gamelike85.
2017-12-09 06:15:31 +00:00
MobiusDev
fbc5947568 Improvements for Life Stone 36731.
Contributed by gamelike85.
2017-12-09 06:12:42 +00:00
MobiusDev
a081a47f16 Removed AttackDamagePosition effect. 2017-12-09 02:48:40 +00:00
MobiusDev
10780eaa7c Removed isChance from Mammon Amaranthine/Eternal switch multisell. 2017-12-08 21:27:01 +00:00
MobiusDev
2d833aef38 Passive champion fix.
Contributed by flanagak.
2017-12-08 21:07:27 +00:00
MobiusDev
588b104d60 Continue with previous commit. 2017-12-08 21:03:47 +00:00
MobiusDev
bdba87dec2 Removed admin debug command. 2017-12-08 20:54:24 +00:00
MobiusDev
7f03ec8d94 Use DamageByAttack effect when possible.
Contributed by gamelike85.
2017-12-08 19:58:23 +00:00
MobiusDev
dd255a3e3c Item use improvements. 2017-12-08 03:09:12 +00:00
MobiusDev
1c002703c7 Excluded some skill from checks. 2017-12-07 23:51:20 +00:00
MobiusDev
d4187ff765 Addition of WorldChat and DamageByAttack effect handlers.
Adapted from: L2jUnity free files.
2017-12-07 22:57:14 +00:00
MobiusDev
b04890d93c Noelle's gift item.
Contributed by gamelike85.
2017-12-07 22:44:26 +00:00
MobiusDev
c2a1646032 Addition of RecoverVitalityInPeaceZone effect handler. 2017-12-07 22:43:31 +00:00
MobiusDev
ee948410b4 Prohibit chat in jail. 2017-12-07 18:56:33 +00:00
MobiusDev
00a11c037e Fixed Revelation skill removal. 2017-12-07 18:26:09 +00:00
MobiusDev
c373bc6f68 Added missing Fortune Pocket immediate_effect and default_action. 2017-12-07 17:35:51 +00:00
MobiusDev
eef1d38776 Reverted critical calculation changes. 2017-12-07 13:18:42 +00:00
MobiusDev
9cc06d8a4b Improved admin teleport town areas html. 2017-12-07 04:15:37 +00:00
MobiusDev
e93e8ec46c Removed double skill damage messages. 2017-12-07 03:16:11 +00:00
MobiusDev
a3d34fc282 Fixed on screen damage text not showing. 2017-12-07 01:30:48 +00:00
MobiusDev
d5c7a92b95 Fixed Class Change skill not been able to cast. 2017-12-07 00:59:44 +00:00
MobiusDev
ce761fbc1c Fixed Talking Island event zone. 2017-12-06 21:48:50 +00:00
MobiusDev
709a2ed320 Prevent augment option NPE. 2017-12-06 18:36:01 +00:00
MobiusDev
86b76fd312 L2Character attack rework.
Adapted from: L2jUnity free files.
2017-12-06 18:29:40 +00:00
MobiusDev
52e54b75ce Fixed zodiac agathion skills.
Contributed by gamelike85.
2017-12-06 14:09:11 +00:00
MobiusDev
1692f55e22 Removed subclass change skilltree and skilllearn data. 2017-12-06 13:23:08 +00:00
MobiusDev
b36b94b128 Enchant item updates.
Contributed by gamelike85.
2017-12-06 11:17:27 +00:00
MobiusDev
2919ff4a8c Improvement for previous commit. 2017-12-05 22:11:45 +00:00
MobiusDev
7414483959 Extra check for instance re-enter time. 2017-12-05 22:10:02 +00:00
MobiusDev
b33352abb5 Fixing xml typos for previous commit. 2017-12-05 20:34:42 +00:00
MobiusDev
58abbcf6ec Fixed stacking same type buffs.
Adapted from: L2jUnity free files.
2017-12-05 19:35:57 +00:00
MobiusDev
2c6ca7591c Tempfix for saving item reward on exit effect. 2017-12-04 20:56:06 +00:00
MobiusDev
21ebfbf35d Tauti entry condition corrections.
Contributed by gamelike85.
2017-12-04 11:10:08 +00:00
MobiusDev
f208218b7c Siege guards AI improvement. 2017-12-04 11:06:31 +00:00
MobiusDev
49c0634086 Prevent vitality moving out of proper range. 2017-12-03 19:45:55 +00:00
MobiusDev
98a1a39156 Remove primeshop request if transaction canceled. 2017-12-03 09:36:31 +00:00
MobiusDev
c1d931342c Various item and skill improvements.
Contributed by gamelike85.
2017-12-03 09:19:10 +00:00
MobiusDev
3c6fd6e6d9 Update player position when following a walking fake player. 2017-12-02 14:11:08 +00:00
MobiusDev
e71a0c7df5 Fixed rabbits event. 2017-12-02 03:33:56 +00:00
MobiusDev
015a8e6be1 Various fixes.
Contributed by gamelike85.
2017-12-02 02:07:28 +00:00
MobiusDev
49376c2ce2 Custom town zones for events. 2017-12-02 01:43:04 +00:00
MobiusDev
54d68b6515 Route improvement for Giran FPC Evi. 2017-12-02 01:11:54 +00:00
MobiusDev
4c75bd316a Prevent vitality points exceeding max value. 2017-12-02 00:13:59 +00:00
MobiusDev
643d9c2d10 Auto pickup for specific items. 2017-12-01 23:46:55 +00:00
MobiusDev
c360ac1e9c Addition of some missing lifestones.
Contributed by gamelike85.
2017-12-01 16:28:09 +00:00
MobiusDev
e58ff05d16 Various teleport and weapon hit number skill updates.
Contributed by gamelike85.
2017-12-01 05:47:39 +00:00
MobiusDev
c4d0af1a7b Removed AltOlyMaxBuffs config. 2017-12-01 05:30:57 +00:00
MobiusDev
1bf4ffab7e Removed olympiad buffer check from L2Npc class. 2017-12-01 05:05:27 +00:00
MobiusDev
ca45dfa9f7 Updated Olympiad buffer.
Adapted from: L2jUnity free files.
2017-12-01 05:04:39 +00:00
MobiusDev
825f9d8036 Prevent SendSkillList packet spam with a task. 2017-12-01 04:26:53 +00:00
MobiusDev
0c22bb6ac8 Letter Collector html improvement.
Contributed by Liamxroy.
2017-11-30 22:33:07 +00:00
MobiusDev
b713dbce2f Leona's SP scrolls consumption fixed.
Contributed by gamelike85.
2017-11-30 20:21:17 +00:00
MobiusDev
a76cf0ad7c Removed AbnormalType check at stopSkillEffects. 2017-11-30 20:01:55 +00:00
MobiusDev
b06d94eda9 Exalted Blessing fixes.
Contributed by gamelike85.
2017-11-30 15:17:46 +00:00
MobiusDev
cc5398d7bd Stop effects of replaced passive skills. 2017-11-30 14:48:46 +00:00
MobiusDev
026b55c102 Improved olympiad game start. 2017-11-29 19:45:07 +00:00
MobiusDev
9591df7c0b Addition of community board bbsexcmultisell bypass. 2017-11-29 19:05:55 +00:00
MobiusDev
e06653cd84 Permitting the usage of community board multisells. 2017-11-29 18:47:31 +00:00
MobiusDev
66679bcae8 Skill Party Solidarity (1955) changes.
Contributed by gamelike85.
2017-11-29 02:09:59 +00:00
MobiusDev
bf15acc493 Protection Stone and Surrender to the Elemental fixes.
Contributed by gamelike85.
2017-11-28 18:55:18 +00:00
MobiusDev
9a727f7ccf Blazing swamp skill and hp adjustments.
Contributed by gamelike85.
2017-11-28 18:50:31 +00:00
MobiusDev
fda2d82b22 Usage for RebalanceHPSummon effect.
Contributed by gamelike85.
2017-11-28 18:49:01 +00:00
MobiusDev
fd43297a14 Separated RebalanceHP effect for summons. 2017-11-28 18:30:40 +00:00
MobiusDev
0c828bea2f Multisell, augment and tax zone rework.
Adapted from: L2jUnity free files.
2017-11-28 18:21:28 +00:00
MobiusDev
ac2884ae70 Prohibit admin spawning fake players when disabled. 2017-11-26 15:29:27 +00:00
MobiusDev
99a12fbde0 Added url to server welcome message. 2017-11-26 15:12:22 +00:00
MobiusDev
67c073b42e Changed L2Character setIsRunning visibility to private. 2017-11-26 14:31:26 +00:00
MobiusDev
e016154fef Notification message when fakechat command was successful. 2017-11-26 02:54:40 +00:00
MobiusDev
724d81b57f Fixed Hero's Weapon: Crossbow item bodypart.
Contributed by gamelike85.
2017-11-26 02:37:37 +00:00
MobiusDev
749b2775a8 Addition of fake player system. 2017-11-26 02:33:09 +00:00
MobiusDev
fffb78c071 Fixed clan and party summon.
Contributed by gamelike85.
2017-11-25 22:07:38 +00:00
MobiusDev
c2fb380886 Fixed multisell 3007.
Contributed by Liamxroy.
2017-11-25 21:55:56 +00:00
MobiusDev
76e27eb09a Minor steel armor improvements.
Contributed by gamelike85.
2017-11-25 04:23:33 +00:00
MobiusDev
2b8e09dc6f Fixed problem with SP reward calculation. 2017-11-25 01:30:41 +00:00
MobiusDev
bcbb99fed2 Updated some appearance stones.
Contributed by gamelike85.
2017-11-24 06:51:58 +00:00
MobiusDev
6eb5847f92 Fixed shots for today's pack.
Contributed by gamelike85.
2017-11-23 22:38:39 +00:00
MobiusDev
e9e7dbca85 Fixed Raina buypasses. 2017-11-23 16:47:20 +00:00
MobiusDev
9cad7b3d20 Fixed Hero's Weapon: Spear (13575) multi hit issue.
Contributed by Liamxroy.
2017-11-22 23:43:12 +00:00
MobiusDev
93ff81fb35 Fixed wrong mammon npc id in multisell 3007.
Contributed by Liamxroy.
2017-11-22 23:38:07 +00:00
MobiusDev
dcd51a210a Added a missing value at NpcData. 2017-11-22 01:56:38 +00:00
MobiusDev
82b53f595f Fixed Ultimate Servitor Share skill.
Contributed by gamelike85.
2017-11-21 23:28:24 +00:00
MobiusDev
4200061c83 Skill sublevel added to system message. 2017-11-21 23:08:36 +00:00
MobiusDev
b047e2efbb Fix for black enchant route at max enchant level. 2017-11-21 22:58:18 +00:00
MobiusDev
70f2db33f9 Small improvements for Tauti. 2017-11-21 22:44:08 +00:00
MobiusDev
b8c5f90abb Lucky chance calculation improvement. 2017-11-21 18:02:21 +00:00
MobiusDev
3bd4e7d4e3 Forgotten test double constant changed back to long. 2017-11-21 15:55:04 +00:00
MobiusDev
b6d36e36be Fixed gaining big amounts of exp on high rates. 2017-11-21 15:22:11 +00:00
MobiusDev
701a762570 Updated extended drop XML file. 2017-11-21 05:12:34 +00:00
MobiusDev
0ae242266f More blessed/giant lucky stones.
Contributed by Ofelin.
2017-11-21 04:51:56 +00:00
MobiusDev
6ccc5c8938 Added missing multisell part for previous commit. 2017-11-20 23:38:51 +00:00
MobiusDev
5d75ddc762 Updated category data XML file.
Adapted from: L2jUnity free files.
2017-11-20 23:01:06 +00:00
MobiusDev
fa13672236 Skill Thunder Spear (10321) fix.
Contributed by gamelike85.
2017-11-20 20:52:53 +00:00
MobiusDev
0b19acea70 Try to figure some messy stuff. 2017-11-20 20:50:12 +00:00
MobiusDev
58b3358a11 Fixed some village master htmls. 2017-11-20 20:22:03 +00:00
MobiusDev
2f33491be0 Added some bikini appearance stones.
Contributed by gamelike85.
2017-11-20 19:56:00 +00:00
MobiusDev
3b3ba7946d Enchant hair scrolls.
Contributed by gamelike85.
2017-11-20 15:31:13 +00:00
MobiusDev
22819d176c Enchant bonus for hair accessories. 2017-11-20 15:22:08 +00:00
MobiusDev
cbd721420b Art of Seduction items.
Contributed by gamelike85.
2017-11-20 13:43:21 +00:00
MobiusDev
32ce8fc211 Blessed Lucky Enchant Stone items.
Contributed by Ofelin.
2017-11-20 02:45:07 +00:00
MobiusDev
5f2824b7aa Anakim agathion.
Contributed by gamelike85.
2017-11-20 02:26:33 +00:00
MobiusDev
d4b385cffb Adapted appearance stone rework to all branches. 2017-11-20 02:22:09 +00:00
MobiusDev
ec99f95b1f Added missing instance conditions.
Contributed by gamelike85.
2017-11-19 22:52:18 +00:00
MobiusDev
5119bcc836 Eve the Fortune Teller item packs.
Contributed by gamelike85.
2017-11-19 21:57:31 +00:00
MobiusDev
271008b260 Item Carrot Pouch (40364).
Contributed by Liamxroy.
2017-11-19 21:04:50 +00:00
MobiusDev
24046a3a75 Simplify Tauti finishInstance. 2017-11-19 11:40:48 +00:00
MobiusDev
9fdb1cd2cc More changes related to previous commit. 2017-11-19 11:37:45 +00:00