Commit Graph

836 Commits

Author SHA1 Message Date
MobiusDev
1489c950c1 Prevent wall collision issues. 2018-04-18 23:17:26 +00:00
MobiusDev
a60d504ad1 Fixed monsters getting stuck to obstacles. 2018-04-18 19:20:52 +00:00
MobiusDev
30bb3a55b5 Monsters teleport back to spawn. 2018-04-18 18:16:14 +00:00
MobiusDev
c47ca71364 Do not use character super to get player invul status. 2018-04-18 02:23:23 +00:00
MobiusDev
a05027021a Dropped the use of GameTimeController for spawn protection. 2018-04-18 01:54:52 +00:00
MobiusDev
64177f7413 AntiFeedManager related improvements. 2018-04-17 17:45:54 +00:00
MobiusDev
a1bb79942d Prevent moving to nonexistent regions. 2018-04-15 21:07:58 +00:00
MobiusDev
eef3b64cf9 Replaced ThreadPool with an improved old version. 2018-04-15 20:27:27 +00:00
MobiusDev
b07192e91a Organized skill trees. 2018-04-15 19:07:10 +00:00
MobiusDev
4463c98783 Moved options in augmentation folder. 2018-04-15 16:38:24 +00:00
MobiusDev
238c4661e5 Removed unused stat XML files. 2018-04-15 16:29:11 +00:00
MobiusDev
5ce63ba5b2 Fixed broken admin events menu. 2018-04-14 10:34:58 +00:00
MobiusDev
597a61be00 Minor logger changes. 2018-04-14 07:45:05 +00:00
MobiusDev
c953762eb9 Initialize default item enchant level. 2018-04-13 18:02:50 +00:00
MobiusDev
302842ff69 Probable NPE fix for FourSepulchersManager. 2018-04-13 15:23:34 +00:00
MobiusDev
badc4d0186 Better logs for null region check. 2018-04-13 14:45:30 +00:00
MobiusDev
0807932e6d Fake players for HighFive. 2018-04-13 14:03:39 +00:00
MobiusDev
198f42c0a7 Improved checkIfPvP method. 2018-04-12 16:30:25 +00:00
MobiusDev
7c9ca42499 Deletion must handle instances as well. 2018-04-12 12:00:55 +00:00
MobiusDev
80103efae2 Better handling for NPC removal. 2018-04-12 11:43:06 +00:00
MobiusDev
dec98c7049 Solution for revalidateZone NPE. 2018-04-12 11:02:25 +00:00
MobiusDev
2da9634c37 Sync with L2jserver to improve archer AI.
Source: https://bitbucket.org/l2jserver/l2j_server/commits/161a74f23f7d
2018-04-11 18:28:58 +00:00
MobiusDev
cf9ed62b59 BlockList message does not need name parameter.
Contributed by gigilo1968.
2018-04-11 16:36:16 +00:00
MobiusDev
184f2d4f32 Prevent null elements in GameTimeController list. 2018-04-11 16:28:11 +00:00
MobiusDev
400467ca8c Fixed admin spawn command hanging client. 2018-04-11 14:54:44 +00:00
MobiusDev
484f2e9897 Prevent the respawning of deleted NPCs. 2018-04-11 14:34:02 +00:00
MobiusDev
b5901b178d Vote system configs. 2018-04-11 13:53:01 +00:00
MobiusDev
c604eb6223 PvP reward item and title color configs. 2018-04-11 13:40:39 +00:00
MobiusDev
cf835b71f1 Configurable NPC stat multipliers. 2018-04-11 13:28:53 +00:00
MobiusDev
994f80890c Zone related changes. 2018-04-11 12:57:58 +00:00
MobiusDev
f6ee0584bf Refactored logger variables to caps. 2018-04-11 12:23:51 +00:00
MobiusDev
847ff1fa4f Various code changes. 2018-04-11 11:25:53 +00:00
MobiusDev
db9a123081 Updated zone check method. 2018-04-11 08:56:04 +00:00
MobiusDev
0da0ddbb8a Prevent client SP value overflow. 2018-04-11 07:55:02 +00:00
MobiusDev
769df7057a Fix for big door targeting. 2018-04-11 07:27:36 +00:00
MobiusDev
0c333b65a3 Admin command ExpSp should handle long values. 2018-04-11 07:25:10 +00:00
MobiusDev
f96eacc903 Changed bonus exp/sp calculations. 2018-04-11 07:18:25 +00:00
MobiusDev
677d4b027a Addition of isTalkable NPC template parameter. 2018-04-10 21:13:58 +00:00
MobiusDev
dd2b50f1c7 Disable faction system by default config. 2018-04-10 18:31:35 +00:00
MobiusDev
76abf2d6b2 Faction System (Good vs Evil). 2018-04-10 18:21:54 +00:00
MobiusDev
2acda288f6 Correct opcode for AcquireSkillInfo.
Contributed by facab.
2018-04-10 15:22:43 +00:00
MobiusDev
d464c9bbe7 Minor fix for decrease skill level.
Contributed by facab.
2018-04-10 15:14:11 +00:00
MobiusDev
0523e00bf5 Config path needs to be in lowercase.
Contributed by facab.
2018-04-10 07:03:40 +00:00
MobiusDev
6cc4654832 Minor typo fix at readme.txt file. 2018-04-10 06:52:29 +00:00
MobiusDev
ebcea6647f Support for separate zones in instances. 2018-04-10 06:50:38 +00:00
MobiusDev
9889144248 Fixed instance loading. 2018-04-10 06:27:36 +00:00
MobiusDev
5fd99e5454 Proper updating for ZoneManager. 2018-04-09 15:44:59 +00:00
MobiusDev
b1fc2fa47d Dropped knownlists. 2018-04-09 08:32:40 +00:00
MobiusDev
dea8ec6cf0 ClanHallSiegeEngine must extend quest. 2018-04-07 18:34:41 +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
c3aa7cda5f Refactored scripts to match newer branches. 2018-04-07 17:28:45 +00:00
MobiusDev
e3929f2cfb Removed krateisCube html folder. 2018-04-07 01:35:38 +00:00
MobiusDev
4030e2cbbc Addition of over enchanting prohibition config. 2018-04-07 01:19:35 +00:00
MobiusDev
49770b1c19 Adapted sellbuffs command for HighFive. 2018-04-07 00:42:28 +00:00
MobiusDev
a9c55029f1 EnumIntBitmask moved to gameserver utils as well. 2018-04-07 00:05:03 +00:00
MobiusDev
0d3fa9f075 Moved some common utils to gameserver. 2018-04-07 00:03:03 +00:00
MobiusDev
7fcc48a051 IdFactory cleanup. 2018-04-06 23:55:40 +00:00
MobiusDev
4584db6d19 More config changes to match newer branches. 2018-04-06 23:46:55 +00:00
MobiusDev
69422f8a23 Apply premium exp rates in addExpAndSp method. 2018-04-06 21:16:11 +00:00
MobiusDev
3fc4d018ea Addition of missing telnet shutdown. 2018-04-06 20:38:34 +00:00
MobiusDev
7647bfd74a Item mall renamed to prime shop to match newer branches. 2018-04-06 20:34:06 +00:00
MobiusDev
5ad5c31753 Config refactorings to match newer branches. 2018-04-06 18:08:42 +00:00
MobiusDev
6ca1e72d5d Updated ClassId and ClassLevel emums to match newer branches. 2018-04-06 17:34:17 +00:00
MobiusDev
165840dd77 Addition of more CategoryData. 2018-04-06 16:27:03 +00:00
MobiusDev
1b148e89e5 Use server id config where possible. 2018-04-06 13:47:54 +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
34f65304b0 Use lottery config.
Contributed by Sahar.
2018-04-06 02:42:45 +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
3b22c6321f Dropped SQL spawnlist. 2018-04-06 01:12:11 +00:00
MobiusDev
aa520ca56a Organized spawn folders to match newer branches. 2018-04-05 22:01:33 +00:00
MobiusDev
deaefac8ce Fixed character creation hang the client. 2018-04-05 20:00:45 +00:00
MobiusDev
26c61b855f Removed unused PlayerSpawnProtectionAllowedItems config. 2018-04-05 16:37:06 +00:00
MobiusDev
d21bdcbcea Fixed usage of items. 2018-04-05 16:28:20 +00:00
MobiusDev
7dbfed0d62 Stop giving infinite tutorial books. 2018-04-05 16:01:49 +00:00
MobiusDev
e4f099e441 Updated readme.txt file. 2018-04-05 04:36:12 +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
abf364f1d0 Disconnection class for HighFive. 2018-04-05 02:46:01 +00:00
MobiusDev
100c30c653 Dropped MMOCore. 2018-04-04 22:55:11 +00:00
MobiusDev
f2cf96c6c8 Separated custom configs to match newer branches. 2018-04-03 21:04:42 +00:00
MobiusDev
52dc86e25d Updated scripting engine to match newer branches. 2018-04-03 19:14:20 +00:00
MobiusDev
81d82a90ac Updated IXmlReader to match newer branches. 2018-04-03 18:15:04 +00:00
MobiusDev
9f35fd7fe6 Refactored loginserver packet paths to match newer branches. 2018-04-03 17:53:30 +00:00
MobiusDev
f54b892ebc Refactored utils to match newer branches. 2018-04-03 14:28:28 +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
f4cc2527e3 Try to fix OfflineTradesTable issue on HighFive. 2018-04-01 17:26:43 +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
cae3f4984f HighFive multisell enchanted items support. 2018-03-29 14:55:59 +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
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
653c7e8276 Custom olympiad period config. 2018-03-24 02:49:13 +00:00
MobiusDev
c57028ed46 Removed warning when replacing skill by enchant. 2018-03-24 01:18:28 +00:00
MobiusDev
53c6427ecb Fixed trait issue with passive skills. 2018-03-24 00:59:26 +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
92d615ac17 Removed leftover code from last Olympiad rework. 2018-03-23 11:40:11 +00:00
MobiusDev
f48a7f1e51 Custom auto potion system.
Contributed by gigilo1968.
2018-03-22 14:06:56 +00:00
MobiusDev
f1b6d63cbe Ability to disable Prime Shop on live server. 2018-03-15 08:40:49 +00:00
MobiusDev
565a774d48 Addition of item_mall_transactions SQL table. 2018-03-15 08:10:28 +00:00
MobiusDev
0ef150f22a Addition of prime shop support. 2018-03-15 07:59:31 +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
cd78e6901f Fixed NPE on Minigame AI. 2018-03-12 00:40:59 +00:00
MobiusDev
bc62652722 Added Tanta Lizardman Summoner AI. 2018-03-12 00:39:00 +00:00
MobiusDev
bf613fc221 Removing custom setting from quest Linnaeus Special Bait (53). 2018-03-12 00:35:54 +00:00
MobiusDev
a471e00ed2 Fixed skills Life Cubic for Beginners (4338). 2018-03-12 00:32:14 +00:00
MobiusDev
1b6b89acbf Fixed toggle mp consume. 2018-03-12 00:24:10 +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
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
b7d6ffe17c Double check for doors before normal checkMove to avoid exploiting key movement. 2018-03-05 16:19:06 +00:00
MobiusDev
a568a9f6a8 Retail like skill Sublime Self-Sacrifice (1505). 2018-02-21 08:55:45 +00:00
MobiusDev
e73aa43b3d Replaced Trait id with ordinal. 2018-02-19 10:58:11 +00:00
MobiusDev
ad9e13ad36 Fixed Ice Queen's Castle instance player remain invulnerable when instance is finished. 2018-02-19 09:17:42 +00:00
MobiusDev
7c846d2471 Fixed Possessor Of A Precious Soul 2 quest. 2018-02-19 09:14:31 +00:00
MobiusDev
16d65e2f3f Fixed Certified Soul Breaker quest. 2018-02-19 09:13:25 +00:00
MobiusDev
5bf0ad1f67 Fixed Pailaka - Devil's Legacy quest. 2018-02-19 09:12:20 +00:00
MobiusDev
d8c8cb2866 Fixed third class saga quests. 2018-02-19 09:10:47 +00:00
MobiusDev
ff7006dbc2 Addition of %npcname% replaceable npc html string. 2018-02-19 06:52:09 +00:00
MobiusDev
df78ad9aea More minor duel related changes. 2018-02-17 11:15:44 +00:00
MobiusDev
e0e2bde017 Previous commit for HighFive branch. 2018-02-17 10:52:09 +00:00
MobiusDev
33008025c3 Updated HighFive client link. 2018-02-17 10:32:39 +00:00
MobiusDev
5b82379435 Generic getType method for packets. 2018-02-16 14:46:55 +00:00
MobiusDev
7adffcbc46 Attempt to fix water task not stopping. 2018-02-15 22:09:37 +00:00
MobiusDev
4597d64b3d Possible fix for duplicated drop lists issue. 2018-01-29 16:35:21 +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
8076954b22 Config to make all items destroyable. 2018-01-19 13:34:23 +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
6907135544 Clan names should not have spaces. 2018-01-18 06:24:32 +00:00
MobiusDev
adb8f6cfba Probable fix for RequestAcquireSkill NPE. 2018-01-18 06:09:49 +00:00
MobiusDev
34ccdb68e2 Use iterator for siege player removal. 2018-01-15 09:12:30 +00:00
MobiusDev
be6b0566ee Probable fix for concurrent droplist shuffle. 2018-01-15 09:05:59 +00:00
MobiusDev
74051ee271 Fix for quest Control Device of the Giants (307). 2017-12-28 00:15:05 +00:00
MobiusDev
d5f6591114 Previous commit for HighFive branch. 2017-12-21 00:06:15 +00:00
MobiusDev
fe3783f992 Possible fix for Avant Garde. 2017-12-17 04:39:36 +00:00
MobiusDev
e2d5950726 Smaller comment for bbs_favorites table. 2017-12-13 19:43:54 +00:00
MobiusDev
eda8dfccfe Subclass certification variable fix. 2017-12-10 21:22:39 +00:00
MobiusDev
0a03d1adb1 Enabled out of region tempfix. 2017-12-10 18:34:33 +00:00
MobiusDev
e7ab6986cf Removed main server debug config. 2017-12-09 21:24:30 +00:00
MobiusDev
588b104d60 Continue with previous commit. 2017-12-08 21:03:47 +00:00
MobiusDev
ee948410b4 Prohibit chat in jail. 2017-12-07 18:56:33 +00:00
MobiusDev
643d9c2d10 Auto pickup for specific items. 2017-12-01 23:46:55 +00:00
MobiusDev
b743cef12b HighFive community board bbsexcmultisell bypass. 2017-11-29 20:24:03 +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
b9bda5150b Avoid executing remove premium query on each player login. 2017-11-18 22:33:13 +00:00
MobiusDev
0f64cdbf42 Load premium account status on player login. 2017-11-18 22:20:23 +00:00
MobiusDev
5e29939692 Removed NpcViewMod cast chance to long. 2017-11-18 00:23:25 +00:00
MobiusDev
1af47f927c Disable pathfinding when moving with keys. 2017-11-15 06:14:21 +00:00
MobiusDev
0c18b7d97d Detailed ExShowScreenMessage constructor for text messages. 2017-11-15 00:29:52 +00:00
MobiusDev
5edcc25fd0 Nevit's Herald improvement. 2017-11-04 21:47:31 +00:00
MobiusDev
1efa130f26 Added some missing comment tags.
Contributed by maximov.
2017-11-03 11:17:18 +00:00
MobiusDev
38c11f3a55 Disable pathfinding when no geodata are loaded. 2017-10-20 23:30:05 +00:00
MobiusDev
7b86cf9467 Simplify pathfinding checks. 2017-10-20 23:21:34 +00:00
MobiusDev
7dd34b79a1 Minor OfflineTradersTable change. 2017-10-20 15:43:50 +00:00
MobiusDev
1877846629 Do not restore offline traders that have been kicked from the game. 2017-10-20 15:11:22 +00:00
MobiusDev
d23f627286 Dye name is not needed to be saved in Henna. 2017-10-19 01:15:58 +00:00
MobiusDev
a08b596b1b Support for premium henna slot. 2017-10-18 03:44:06 +00:00
MobiusDev
3f9a652812 Renamed PetSkillData templateId value to npcId. 2017-10-15 11:51:11 +00:00
MobiusDev
e17068f812 Replaced L2PetSkillLearn with SkillHolder. 2017-10-15 11:43:52 +00:00
MobiusDev
77411e1e89 Removed minimum level from pet skill data. 2017-10-15 00:31:43 +00:00
MobiusDev
d18cd64569 Pet skill data moved to XML. 2017-10-13 16:38:08 +00:00
MobiusDev
8c1c7f2fc3 Droplists randomization and maximum drop occurrences setting. 2017-10-06 13:43:12 +00:00
MobiusDev
174b9ca0b5 Herb rates must be calculated before raid rates. 2017-10-06 01:15:29 +00:00
MobiusDev
df5c107e47 Note that premium rates do not affect Raid bosses and herbs. 2017-10-06 01:03:32 +00:00
MobiusDev
fc94704b2d Drops rework. 2017-10-06 00:53:49 +00:00
MobiusDev
2c61857b12 Fixed drop chance multiplier by item id. 2017-10-04 01:09:16 +00:00
MobiusDev
bba9f4be4f More eclipse login issue changes. 2017-09-30 16:31:07 +00:00
MobiusDev
291b59aa9e Fixed login issues after latest eclipse corrections. 2017-09-30 14:46:18 +00:00
MobiusDev
a8424fdf22 Proper onFirstTalk for quest Secret Mission (10288). 2017-09-30 11:07:48 +00:00
MobiusDev
da13c9b262 Proper names for unknown TraitType enum. 2017-09-30 02:49:20 +00:00
MobiusDev
0d5271fe34 Proper instant extract for stackable items. 2017-09-29 22:45:04 +00:00
MobiusDev
dfd251b9b3 Removed siege door attack tempfix. 2017-09-29 10:22:44 +00:00
MobiusDev
13b55f77fe Do not check for doors between if target is already a door. 2017-09-29 10:01:36 +00:00
MobiusDev
bfc946d627 Timer chances for Pursuit Of Clan Ambition (503). 2017-09-29 08:59:20 +00:00
MobiusDev
a3799a3a1f Dropped second DecayTaskManager add method. 2017-09-27 13:10:25 +00:00
MobiusDev
c222759584 Simplified DecayTaskManager logic. 2017-09-27 13:05:52 +00:00
MobiusDev
bb9e1f2827 Fixes for new Eclipse warnings. 2017-09-27 01:59:41 +00:00
MobiusDev
e2efcc4170 Small refactoring for previous commit. 2017-09-26 21:37:19 +00:00
MobiusDev
8e3b212d97 GeoEngine out of bounds block check.
Contributed by Janiko.
2017-09-26 21:22:55 +00:00
MobiusDev
8d7db0906c Warning when geodata block is not found. 2017-09-26 12:11:24 +00:00
MobiusDev
f37e8dbf17 Proper message for henna removal. 2017-09-25 10:39:41 +00:00
MobiusDev
ff8130915a Zaken entry fixed. 2017-09-25 10:33:13 +00:00
MobiusDev
b6e76a54f1 Updated server news html file. 2017-09-20 00:28:19 +00:00
MobiusDev
be3283c968 Gracia airships are no longer an issue. 2017-09-19 18:25:54 +00:00
MobiusDev
3333b74f66 Fixed Alligator Island water zones. 2017-09-19 15:49:43 +00:00
MobiusDev
94fb6ce34a Reverted revision 2705. 2017-09-17 19:34:45 +00:00
MobiusDev
6b9f8a7ee3 Minor Highfive Kamaloka cleanup. 2017-09-15 22:44:25 +00:00
MobiusDev
74f3eab7e6 Fixed possible RequestAcquireSkillInfo NPE. 2017-09-15 14:40:37 +00:00
MobiusDev
e44fbf0218 Fixed possible L2AttackableAI thinkAttack NPE. 2017-09-15 14:29:06 +00:00
MobiusDev
42dbc62f68 Fixed Fear issues. 2017-09-14 22:47:17 +00:00
MobiusDev
6cb9a64ac0 Merged FindPvP search method to useBypass. 2017-09-14 17:09:26 +00:00
MobiusDev
5e046c297d Custom FindPvP bypass. 2017-09-14 15:33:45 +00:00
MobiusDev
50cf2ca0e4 CommunityBoard teleport protection system. 2017-09-13 16:09:53 +00:00
MobiusDev
d91843d43c Prevent NPC spawns on top of buildings. 2017-09-11 02:29:39 +00:00
MobiusDev
0e21c44fa0 Use GeoEngine for Friendly NPC movement paths. 2017-09-09 01:45:23 +00:00
MobiusDev
7f1a6f6fee Added configurable limits for PAtk and MAtk. 2017-09-08 23:42:16 +00:00
MobiusDev
332cffb2d2 Fixed L2PcInstance doCast NPE. 2017-09-08 19:28:36 +00:00
MobiusDev
bde00f08b9 Community board buff skill id protection. 2017-09-07 13:26:04 +00:00
MobiusDev
9f8daca70b Syntax typo fix for previous commit. 2017-09-07 12:51:47 +00:00
MobiusDev
3f83a2e2d9 Visual improvement for previous commit. 2017-09-07 12:48:45 +00:00
MobiusDev
ac73f0782e Addition of Reset Cooldowns button at admin character skills menu. 2017-09-07 12:40:09 +00:00
MobiusDev
d141c44647 Improved Fantasy Isle Parade. 2017-09-07 11:56:32 +00:00
MobiusDev
ea14bb8c3e Fixed siege door targeting with enabled geodata. 2017-09-07 02:58:22 +00:00
MobiusDev
1a0931dd55 Fixed L2DamageZone ApplyDamage execution NPE. 2017-09-06 19:56:04 +00:00
MobiusDev
29f212ab5b Fixes for Nevit's Herald.
Contributed by Stayway.
2017-09-06 19:41:24 +00:00
MobiusDev
b536f7186a More detailed message for threadpool execution exception. 2017-09-06 19:39:35 +00:00
MobiusDev
ddb4aca55f Removed Deluxe Chest Key drops. 2017-09-06 18:52:49 +00:00
MobiusDev
41466b4787 Added class name on runnable execution exception message. 2017-09-06 18:21:03 +00:00
MobiusDev
a2f3af8de4 Changing player intention when attacking Siege doors. 2017-09-06 14:26:56 +00:00
MobiusDev
8758b8ec5b Fixed some possible NPEs. 2017-08-31 18:47:22 +00:00
MobiusDev
b92d8229d6 Nevit's Herald AI. 2017-08-31 18:12:24 +00:00
MobiusDev
3615456155 Code format braces. 2017-08-31 11:54:12 +00:00
MobiusDev
86f4f257bd Removed null check after getQuestState initialized. 2017-08-31 01:14:56 +00:00
MobiusDev
224f9331f7 Minor code improvements. 2017-08-29 23:02:08 +00:00
MobiusDev
2221c56ee7 Project name changes. 2017-08-29 14:27:29 +00:00
MobiusDev
ff0d4f0638 Project reorganization. 2017-08-29 13:53:52 +00:00