Commit Graph

376 Commits

Author SHA1 Message Date
MobiusDev
f5843e1b16 Better comment for correcting destination prohibition. 2018-09-03 05:37:10 +00:00
MobiusDev
db1002ac14 Do not correct destination when player wants to fall. 2018-09-03 04:24:02 +00:00
MobiusDev
7e2dafb4ff Door distance check should not be necessary. 2018-09-03 00:01:17 +00:00
MobiusDev
118ca0d877 Fixed not been able to attack doors. 2018-09-02 23:20:49 +00:00
MobiusDev
3ed319e431 Fixed freight withdraw issues. 2018-08-29 18:21:28 +00:00
MobiusDev
c95f10da30 File scripts.cfg is no longer used. 2018-08-24 11:57:57 +00:00
MobiusDev
e34441f22b AntiFeedManager should not try to remove null player entries on disconnect. 2018-08-19 23:53:53 +00:00
MobiusDev
50a7810b15 Use L2Object instead of L2Character for isFacing method. 2018-08-19 17:01:18 +00:00
MobiusDev
3c1de0e082 Fixed L2Character isInFrontOfTarget method NPE. 2018-08-19 16:55:24 +00:00
MobiusDev
dcd734b447 Drop of IntIntHolder class. 2018-08-10 18:32:32 +00:00
MobiusDev
7352425305 Utility adjustments for Java 10 compatibility. 2018-08-09 16:36:56 +00:00
MobiusDev
16e1cfc371 Enable use of spawnPoints instance template parameter. 2018-08-08 20:09:50 +00:00
MobiusDev
7d2f14116f Replaced attack and teleport locks with synchronized methods. 2018-08-08 02:29:33 +00:00
MobiusDev
68785eaa8a Prevent quest monster champion spawns.
Contributed by SkOdD.
2018-08-07 19:43:16 +00:00
MobiusDev
63a57222b7 Addition of isQuestMonster method. 2018-08-07 19:13:24 +00:00
MobiusDev
bb816ba617 Update to Java 10. 2018-08-07 13:40:25 +00:00
MobiusDev
7cbd09ae2e Changes based on Java 10 recommendations. 2018-08-05 19:38:51 +00:00
MobiusDev
29a45b45ae Fixed items disappearing before the remaining time.
Contributed by SkOdD.
2018-08-03 23:31:52 +00:00
MobiusDev
a1361bbb8b Fixed Skill checkCondition NPE. 2018-07-27 13:30:54 +00:00
MobiusDev
8055c7fc5f Made spawn to XML methods synchronized. 2018-07-23 23:22:04 +00:00
MobiusDev
d710208ef4 Created L2PcInstance updatePvpTitleAndColor method. 2018-07-09 09:20:08 +00:00
MobiusDev
cc6b68f432 Prevent pathfinding checks for friendly NPCs. 2018-07-09 08:59:20 +00:00
MobiusDev
fd58e1bfa7 QuestState isNowAvailable method should not return null values as true. 2018-07-07 12:23:10 +00:00
MobiusDev
11760710ee Replaced instanceof L2DoorInstance with isDoor method. 2018-07-02 01:36:25 +00:00
MobiusDev
bd285c1368 Replaced instanceof L2MonsterInstance with isMonster method. 2018-07-02 01:32:38 +00:00
MobiusDev
5f62a4c740 Replaced instanceof L2NpcInstance with isNpc method. 2018-07-02 01:27:50 +00:00
MobiusDev
b33537aa50 Replaced instanceof L2ServitorInstance with isServitor method. 2018-07-02 01:14:06 +00:00
MobiusDev
e9e7d40628 Replaced instanceof L2PetInstance with isPet method. 2018-07-02 01:12:00 +00:00
MobiusDev
856ff5ebdc Replaced instanceof L2Summon with isSummon method. 2018-07-02 01:03:46 +00:00
MobiusDev
0b09d49f8d Replaced instanceof L2Attackable with isAttackable method. 2018-07-02 00:55:13 +00:00
MobiusDev
6c1d37f4ae Replaced instanceof L2Playable with isPlayable method. 2018-07-02 00:39:38 +00:00
MobiusDev
79c00f9c03 Fixed battlegrounds resurrection.
Contributed by Sahar.
2018-07-01 00:32:08 +00:00
MobiusDev
581cae366f Fixed skills ignoring social class. 2018-07-01 00:23:30 +00:00
MobiusDev
5934fac571 Replaced instanceof L2PcInstance with isPlayer method. 2018-07-01 00:13:23 +00:00
MobiusDev
049a9b02aa Replaced instanceof L2Character with isCharacter method. 2018-06-30 16:42:41 +00:00
MobiusDev
d806ff66e5 Replaced instanceof L2ItemInstance with isItem method. 2018-06-30 15:41:20 +00:00
MobiusDev
94d1362588 GeoEngine door check improvements.
Contributed by Sahar.
2018-06-30 14:09:20 +00:00
MobiusDev
f59d04f0e4 L2PcInstance direct use of private constants instead of getters. 2018-06-29 10:25:56 +00:00
MobiusDev
315a4e773c Various unnecessary code changes. 2018-06-26 15:00:56 +00:00
MobiusDev
c9b04d53f4 Removed unnecessary casts. 2018-06-24 16:39:51 +00:00
MobiusDev
d265813c40 Direct use of private constants instead of getters. 2018-06-24 15:33:19 +00:00
MobiusDev
fd6b72dab6 Removed unnecessary Long literals. 2018-06-21 09:59:45 +00:00
MobiusDev
e7606fb5ec Replaced qualified names with simple names. 2018-06-19 03:23:43 +00:00
MobiusDev
a5b69096dd Proper modifier order and removal if implied by their context. 2018-06-19 02:02:54 +00:00
MobiusDev
61b336acb9 Dropped unused GameGuardCheck task class. 2018-06-19 01:06:37 +00:00
MobiusDev
ba48bc2bba Dropped GameGuard configs and redundant getClient method calls. 2018-06-19 00:54:12 +00:00
MobiusDev
304e82bba5 Addition of missing isInOfflineMode method. 2018-06-18 23:13:58 +00:00
MobiusDev
88f35f9e87 Fixed offline shops that are loaded after server startup.
Contributed by Sahar.
2018-06-18 23:03:33 +00:00
MobiusDev
de2270ac8c Offline trader disconnection improvement.
Contributed by Sahar.
2018-06-18 22:27:38 +00:00
MobiusDev
42f1fdd132 Custom config for raidboss vitality bonus. 2018-06-16 22:36:46 +00:00
MobiusDev
675fc4c029 Reverted last commit. 2018-06-12 13:33:55 +00:00
MobiusDev
5610e74ef7 Disconnection task improvement.
Contributed by Sahar.
2018-06-12 03:34:23 +00:00
MobiusDev
3cd9404a34 Save allowed player instances instead of object ids. 2018-06-08 16:27:20 +00:00
MobiusDev
e142e4633d Avoid possible NPEs with playMovie for world. 2018-06-08 15:22:37 +00:00
MobiusDev
5375129879 Dropped unused ghost mode.
Contributed by Sahar.
2018-06-08 15:06:47 +00:00
MobiusDev
303d959143 Updated ItemsAutoDestroy class to match newest branches. 2018-06-08 14:29:02 +00:00
MobiusDev
b022639ba5 Make sure summons do not spawn in a walls.
Contributed by Sahar.
2018-06-08 14:01:55 +00:00
MobiusDev
24182a9979 Additional use of reuse hashcode constant. 2018-06-08 06:23:28 +00:00
MobiusDev
e60a34f37b Dropped isSkillDisabledByReuse method. 2018-06-07 20:47:56 +00:00
MobiusDev
44d2d37c69 Separated isSkillDisabled from isSkillDisabledByReuse. 2018-06-07 20:36:36 +00:00
MobiusDev
f0896c5346 Updated L2Character isSkillDisabled method to match newer branches. 2018-06-07 20:30:33 +00:00
MobiusDev
a557eafe5d Changed calculateExpAndSp damage parameter to long.
Thanks Sahar.
2018-06-07 20:20:38 +00:00
MobiusDev
04160e3878 Minor L2Character moveToNextRoutePoint improvements. 2018-06-07 15:17:42 +00:00
MobiusDev
2c2b31dee5 Check destination when L2AttackableAI thinkAttack moves L2Character. 2018-06-07 13:29:00 +00:00
MobiusDev
af0ec1c5ae Removed the escapable parameter from movie enum.
Contributed by Sahar.
2018-06-06 10:20:55 +00:00
MobiusDev
ce72366b11 Proper Nevit system message.
Contributed by proGenitor.
2018-06-02 09:35:35 +00:00
MobiusDev
194a0518bc Support for randomWalk and randomAnimation NPC template parameters. 2018-06-02 00:37:30 +00:00
MobiusDev
241ef1a1c4 Disable completely Nevit system by config.
Contributed by Sahar.
2018-06-01 08:55:09 +00:00
MobiusDev
287a5b30f7 Fixed possible AbstractNpcInfo NPE.
Contributed by Sahar.
2018-05-30 21:06:47 +00:00
MobiusDev
0cb0a963ad Fix for sell buff html limit.
Contributed by facab.
2018-05-27 12:31:16 +00:00
MobiusDev
9dc3fb10b8 Character name template pattern moved to Config class. 2018-05-24 16:44:17 +00:00
MobiusDev
4114fee07c Addition of Movie enum. 2018-05-23 13:28:18 +00:00
MobiusDev
f9e6716ef0 Item grade changes to match newer branches. 2018-05-23 12:18:45 +00:00
MobiusDev
78c068ad18 Support for deleting items when LongTimeEvent ends. 2018-05-22 14:19:44 +00:00
MobiusDev
f5ac4e313f Use statement batches to prevent SQL interruptions.
Contributed by Sahar.
2018-05-22 10:03:18 +00:00
MobiusDev
ebf1e85cce Re-addition of Sel Mahum AIs. 2018-05-21 22:24:38 +00:00
MobiusDev
29603cb853 Broadcast prohibitions.
Thanks Sahar.
2018-05-21 21:34:27 +00:00
MobiusDev
eed47054fb Sel Mahum NPC clan to XML. 2018-05-21 18:54:14 +00:00
MobiusDev
c8488b05c8 Dropped L2Spawn spawnOne method. 2018-05-21 15:07:29 +00:00
MobiusDev
dedec95e21 Dropped L2Spawn lastSpawnPoints. 2018-05-21 13:08:42 +00:00
MobiusDev
68a7ef1c65 Dropped TerritoryTable. 2018-05-21 12:47:53 +00:00
MobiusDev
08b3c72d94 Fixed TrapInfo NPE.
Contributed by Sahar.
2018-05-19 13:26:58 +00:00
MobiusDev
3cdfb2f5cd Stop AI task on character decay.
Contributed by Sahar.
2018-05-19 13:15:21 +00:00
MobiusDev
46cd36bc09 Proper invul check related to teleport protection.
Contributed by Sahar.
2018-05-18 23:54:25 +00:00
MobiusDev
0c49dce9a5 Fixed SetupGauge send proper objId.
Contributed by Sahar.
2018-05-18 23:49:48 +00:00
MobiusDev
e93064859b Inventory redundant null assignment removals.
Contributed by Sahar.
2018-05-18 23:43:08 +00:00
MobiusDev
1926a69233 There is no need to check transformations. 2018-05-15 14:44:26 +00:00
MobiusDev
7014a1ebed Retail flying dismount prohibition. 2018-05-15 14:15:49 +00:00
MobiusDev
64dd5979c0 Fixed some NPC parameters loading.
Contributed by Sahar.
2018-05-12 13:19:37 +00:00
MobiusDev
21585268b9 Fixed scheme buffer black icons.
Contributed by Sahar.
2018-05-12 13:03:07 +00:00
MobiusDev
acf006c7ba Updated logger formatters. 2018-05-11 22:28:35 +00:00
MobiusDev
d82c8e3575 Scheme buffer improvements.
Contributed by Sahar.
2018-05-11 22:20:58 +00:00
MobiusDev
2c1dc39313 Fixed text ConfirmDlg.
Contributed by Sahar.
2018-05-11 10:15:34 +00:00
MobiusDev
301dd75d62 Gui should never terminate on it's own. 2018-05-10 14:46:29 +00:00
MobiusDev
fdb635f416 Addition of Scripts.xml for easier scripts management.
Contributed by Sahar.
2018-05-10 14:07:18 +00:00
MobiusDev
f11d8870a1 Clan notice html break line replacement.
Contributed by Sahar.
2018-05-10 13:38:10 +00:00
MobiusDev
8f144da03a Fixes for several broadcasting position related problems. 2018-05-09 17:53:53 +00:00
MobiusDev
138dd34c73 Addition of fences support.
Contributed by Sahar.
2018-05-08 16:56:05 +00:00
MobiusDev
e05d0a1a14 Reset monster casting back to false.
Contributed by Sahar.
2018-05-08 14:09:19 +00:00
MobiusDev
374fb0c808 Resizable GUI and fonts.
Contributed by Sahar.
2018-05-08 14:00:15 +00:00