Commit Graph

608 Commits

Author SHA1 Message Date
MobiusDevelopment 741cb757b6 Fixed skills not been casted in instances.
Contributed by nasseka.
2021-07-02 22:19:44 +00:00
MobiusDevelopment 00eb8fb2ce Addition of simplified quest onCreatureSee NPC id registration and method override. 2021-06-24 00:03:21 +00:00
MobiusDevelopment 49e7f31d04 Renamed OnCreatureSee getSeer method to getCreature. 2021-06-23 19:25:18 +00:00
MobiusDevelopment fee7b294bb Dropped OnNpcCreatureSee in favor of OnCreatureSee event. 2021-06-23 02:05:25 +00:00
MobiusDevelopment 72c7d5f563 Method initSeenCreatures is not needed to be called from scripts. 2021-06-22 23:33:10 +00:00
MobiusDevelopment 61c0b985dd Addition of OpNotAffectedBySkill skill condition handler. 2021-06-14 22:37:35 +00:00
MobiusDevelopment dcc2fd58f1 Minor code cleanup. 2021-06-12 21:21:17 +00:00
MobiusDevelopment fb4ceae55d Updated Lionel Hunter AI.
Contributed by CostyKiller.
2021-06-11 22:53:09 +00:00
MobiusDevelopment 031b050556 Addition of SetCp effect handler.
Contributed by quangnguyen.
2021-06-07 11:47:01 +00:00
MobiusDevelopment d3a9e56474 Support for RealDamage percent mode.
Thanks to nasseka.
2021-06-04 11:44:12 +00:00
MobiusDevelopment 6cb6907182 Addition of TriggerSkillByHpPercent effect. 2021-06-02 18:23:57 +00:00
MobiusDevelopment 511aa1e740 Addition of parameter skillLevel to OpAffectedBySkill skill condition. 2021-05-28 11:58:16 +00:00
MobiusDevelopment 28268ae888 Changed Ramona transition by life percentage.
Contributed by Sero.
2021-05-11 22:08:57 +00:00
MobiusDevelopment 7563b8877a Small fix for DropSearchBoard handler.
Contributed by CostyKiller.
2021-05-10 23:16:00 +00:00
MobiusDevelopment 1cf9db263f Fixed probable larva NPE. 2021-05-04 10:20:54 +00:00
MobiusDevelopment 6de03faace GameTimeController class is a task manager. 2021-05-01 23:18:27 +00:00
MobiusDevelopment 88cfda013d Proper naming for skill mastery related effects. 2021-04-30 11:13:48 +00:00
MobiusDevelopment d85e592f55 Prohibit Hp effect use on raids.
Contributed by Neith.
2021-04-26 10:56:32 +00:00
MobiusDevelopment 265b2cbfb6 Minor spelling typo correction. 2021-04-22 02:03:39 +00:00
MobiusDevelopment 6a3556614a Removal of various conversions to arrays. 2021-04-22 01:53:19 +00:00
MobiusDevelopment 1b68632161 Removal of enhanced inventory methods. 2021-04-20 22:20:41 +00:00
MobiusDevelopment 7e112206dc Fixed losing target with instant teleport. 2021-04-06 22:05:56 +00:00
MobiusDevelopment 8b1e96454a Addition of instant teleporting methods. 2021-04-04 16:41:22 +00:00
MobiusDevelopment 061bc41de8 New l2j geoengine rework. 2021-03-28 21:17:00 +00:00
MobiusDevelopment c702c31255 Disarm should re-equip item after effect ends.
Contributed by Sahar.
2021-03-26 15:50:28 +00:00
MobiusDevelopment b8316f9080 Fixed infinite attack speed exploit.
Contributed by Iris.
2021-03-21 07:37:21 +00:00
MobiusDevelopment 3c9e84dcd3 Prevent spamming next target and attack to increase attack speed.
Contributed by Trance.
2021-03-17 16:54:13 +00:00
MobiusDevelopment 11a8af106c Dropped WarpedSpaceManager class. 2021-03-14 23:52:44 +00:00
MobiusDevelopment b9603e00c5 Resurrection should not be possible in siege zones.
Contributed by Sahar.
2021-03-12 20:41:51 +00:00
MobiusDevelopment 602abf9886 Fixed players falling in textures when being pulled.
Contributed by Sahar.
2021-03-12 14:55:19 +00:00
MobiusDevelopment 483e55a832 Addition of TriggerSkill effect. 2021-03-09 07:49:01 +00:00
MobiusDevelopment 73dfa43c0a Addition of ShotsBonus effect. 2021-03-08 08:47:12 +00:00
MobiusDevelopment 7351e69330 Fixed Story of Tauti seal archangel NPE. 2021-02-28 04:00:53 +00:00
MobiusDevelopment daf60e29cc Fixed Tiat NPE caused by empty players. 2021-02-28 03:37:54 +00:00
MobiusDevelopment b8c9e8b52b Fixed pull effect broadcast validateposition to owner.
Contributed by Sahar.
2021-02-21 03:51:03 +00:00
MobiusDevelopment c16a199407 Addition of the Chronos class. 2021-02-20 11:17:45 +00:00
MobiusDevelopment dd0d74a8e6 Reverted back to l2j geoengine. 2021-02-20 07:48:16 +00:00
MobiusDevelopment df35e2cd87 Addition of CraftRate effect.
Contributed by quangnguyen.
2021-02-18 21:26:25 +00:00
MobiusDevelopment 493cb9a79c Players should not be able to get up and do actions while being knocked down.
Contributed by Sahar.
2021-02-13 09:21:37 +00:00
MobiusDevelopment 04c418b3e7 Fix for admin delete skills.
Contributed by CostyKiller.
2021-02-12 23:33:15 +00:00
MobiusDevelopment 5b8d3016f1 Addition of MaxMp skill condition. 2021-02-04 09:56:45 +00:00
MobiusDevelopment 881bd8046e Addition of StatAddForLevel effect. 2021-02-04 09:29:11 +00:00
MobiusDevelopment 5c4787386a Addition of default values for CheckLevel skill condition. 2021-02-02 00:47:13 +00:00
MobiusDevelopment a83b7b4c62 Addition of EnchantRate effect handler.
Contributed by facab.
2021-01-21 23:18:45 +00:00
MobiusDevelopment 1cd006fa3d Spawn Deton before getting it from world. 2021-01-19 17:29:55 +00:00
MobiusDevelopment 215fb3ed60 Removed level parameters from trigger skill effects. 2021-01-19 01:28:36 +00:00
MobiusDevelopment 71d48985e4 AbstractStatPercentEffect stats should use the mul getter. 2021-01-10 00:05:21 +00:00
MobiusDevelopment 6083099412 Backward compatibility changes for Java 8. 2021-01-08 23:40:59 +00:00
MobiusDevelopment 658da7c898 Store last level that mentee was rewarded. 2021-01-01 11:47:07 +00:00
MobiusDevelopment 7d1ceaca6a HpCpHeal could be affected by ADDITIONAL_POTION_HP stat. 2020-12-21 22:53:57 +00:00