Commit Graph

235 Commits

Author SHA1 Message Date
MobiusDevelopment
565933653d More final and static cleanups. 2019-08-01 09:43:44 +00:00
MobiusDevelopment
ee451830f7 Probable fix for clan_privs SQLSyntaxErrorException. 2019-07-31 18:45:30 +00:00
MobiusDevelopment
d302902d9d Removed unnecessary final modifiers from classes, methods and fields. 2019-07-31 16:00:52 +00:00
MobiusDevelopment
af6f81263b Proper naming for visibility setters and getters. 2019-07-31 11:44:19 +00:00
MobiusDevelopment
914f3aee14 Delay fifteen milliseconds before making administrators invisible on EnterWorld. 2019-07-31 11:10:42 +00:00
MobiusDevelopment
c704d4687a Configuration adjustments to match other branches. 2019-07-31 10:03:25 +00:00
MobiusDevelopment
1bfea0f2ae Removed custom remote who packet. 2019-07-31 06:45:33 +00:00
MobiusDevelopment
e6f2b83ec9 More proper way to get speed multiplier. 2019-07-30 21:19:52 +00:00
MobiusDevelopment
6d53a5772e Stealth effect for invisible characters. 2019-07-30 21:00:06 +00:00
MobiusDevelopment
02ca14558a Speed multiplier already calculated at getRunSpeed method. 2019-07-30 20:57:36 +00:00
MobiusDevelopment
232046cf4a Location fields should not be public. 2019-07-30 19:07:20 +00:00
MobiusDevelopment
95bd2bcac1 Moved position package classes in model. 2019-07-30 18:58:49 +00:00
MobiusDevelopment
eb98b65118 Replaced obsolete Point3D class with Location. 2019-07-30 18:51:33 +00:00
MobiusDevelopment
00a2f0e962 Proper method name for returning item location. 2019-07-30 18:33:27 +00:00
MobiusDevelopment
9f4153fdd9 Disabled skilltree count logger for each class. 2019-07-30 16:22:58 +00:00
MobiusDevelopment
01e927f857 Removed pointless delays when shutting down. 2019-07-30 16:11:11 +00:00
MobiusDevelopment
7abbfd2791 Moved network configurations to main folder. 2019-07-30 08:03:45 +00:00
MobiusDevelopment
6472e7822d Dropped dynamic extension support. 2019-07-30 07:41:42 +00:00
MobiusDevelopment
75d095e019 Project style corrections for previous commit. 2019-07-29 09:04:13 +00:00
MobiusDevelopment
1a922b37f0 Addition of quest 503.
Author: Jackass
2019-07-29 08:42:11 +00:00
MobiusDevelopment
00b05bcee5 Addition of quests 508, 509 and 510.
Source: aCis
2019-07-29 07:32:54 +00:00
MobiusDevelopment
90a3aeed6b OpenJDK 12 Interlude set as default Interlude branch. 2019-07-27 17:57:32 +00:00
MobiusDevelopment
6b4aa4fea8 Removed old Interlude branch. 2019-07-27 17:53:37 +00:00
MobiusDevelopment
d12b97d3cb Use geodata to correct spawn z value. 2019-07-22 14:56:54 +00:00
MobiusDevelopment
64bd293358 Proper quest class name checks at VillageMasterInstance. 2019-07-17 12:55:53 +00:00
MobiusDevelopment
a0fe112150 Removed several synchronized locks. 2019-06-30 23:11:52 +00:00
MobiusDevelopment
a51cc592af Fixed summon buffs not being casted.
Contributed by Olivka.
2019-06-25 03:49:03 +00:00
MobiusDevelopment
c84cab70b4 SpiritShot recharge fix and related cleanups. 2019-06-25 01:17:54 +00:00
MobiusDevelopment
6948a45c85 Changed the way NPC buffers cast buffs. 2019-06-25 01:07:48 +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
7676ab9825 Matching random animation task manager name. 2019-06-09 12:50:46 +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
ea06ddbade Reuse dead NPC objects. 2019-06-09 03:14:29 +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
4851af4561 Synchronized threadpool arrays. 2019-06-02 21:17:19 +00:00
MobiusDevelopment
276888201e Extra check for prohibiting entering siegable zones. 2019-06-02 19:04:53 +00:00
MobiusDevelopment
2f76d3936b Disabled skills list now holds Skills instead of Integers. 2019-05-27 20:53:53 +00:00
MobiusDevelopment
e8fab4e24e Reverted last ThreadPool change. 2019-05-18 07:00:37 +00:00
MobiusDevelopment
2b5c29815e Evenly distributed tasks among scheduled threadpools. 2019-05-17 01:49:37 +00:00
MobiusDevelopment
71568c1a02 Canceled tasks should be immediately removed from the work queue at time of cancellation. 2019-05-17 00:20:38 +00:00
MobiusDevelopment
77e5379d97 Probable getBlock array index out of bounds NPE fix. 2019-05-16 23:44:03 +00:00
MobiusDevelopment
e5bc00862c Removed charId from player. 2019-05-14 21:30:24 +00:00
MobiusDevelopment
574fbd3927 Player subclass list is always initialized. 2019-05-14 21:16:20 +00:00
MobiusDevelopment
9eb9188b70 Continue with database adjustments. 2019-04-27 09:29:45 +00:00
MobiusDevelopment
98732afde5 SQL connection timeout set to 10 minutes and idle and max lifetime to 20 minutes. 2019-04-27 09:14:53 +00:00
MobiusDevelopment
6a2296cd32 Minor message log improvements. 2019-04-25 06:21:02 +00:00
MobiusDevelopment
6f9f19c40b Organized imports. 2019-04-17 03:10:18 +00:00
MobiusDevelopment
3b73e5fc2b Use upper case for all instance storing variables. 2019-04-17 02:12:20 +00:00
MobiusDevelopment
1fd53af3b4 Removed unnecessary colons. 2019-04-16 11:48:14 +00:00
MobiusDevelopment
93f0838228 Use ENTERING ConnectionState checks when possible. 2019-04-15 18:22:39 +00:00
MobiusDevelopment
3c9a54d8c9 Path changes to match new domain. 2019-04-15 05:07:14 +00:00
MobiusDevelopment
bc61b48a56 Always use static modifier when adding values to static lists and maps. 2019-04-08 10:30:59 +00:00
MobiusDevelopment
db26087118 Minor code format for previous commit. 2019-04-05 06:10:28 +00:00
MobiusDevelopment
c1d471dca8 Proper total geodata file size information. 2019-04-05 06:00:11 +00:00
MobiusDevelopment
c905853551 Admin commands should be available only to GM characters. 2019-04-01 14:57:25 +00:00
MobiusDevelopment
36457c0bec ThreadPool class improvements. 2019-03-31 17:46:01 +00:00
MobiusDevelopment
67acc58701 Should not be able to charge yourself. 2019-03-31 00:44:02 +00:00
MobiusDevelopment
e75b660e91 Show the HP of castle doors and walls. 2019-03-31 00:27:45 +00:00
MobiusDevelopment
364935f72a PrivateStoreManageListSell packet fix. 2019-03-31 00:19:58 +00:00
MobiusDevelopment
34a5142bbe Restore proper skill cooltime timestamp. 2019-03-31 00:08:30 +00:00
MobiusDevelopment
8a0926b431 Set the initial last change of ItemInstance to 3. 2019-03-30 23:28:11 +00:00
MobiusDevelopment
80bac1e544 Organized imports. 2019-03-30 20:30:35 +00:00
MobiusDevelopment
9b43035214 Moved CharInfo heading write at proper position.
Author: Vilmis
Source: https://maxcheaters.com/topic/226773-heading-bug-fix/
2019-03-30 16:49:29 +00:00
MobiusDevelopment
d78a0489d1 Prefix removals and code cleanup. 2019-03-28 05:32:39 +00:00
MobiusDevelopment
3b9cb63ca2 GeoEngine infinite loop precautions and cleanup. 2019-03-21 23:38:52 +00:00
MobiusDevelopment
ad9a9006cf Prevent thinking in non active regions. 2019-03-21 12:49:10 +00:00
MobiusDev
cf37fa4b7b FortManager fort list made static. 2019-03-04 09:44:21 +00:00
MobiusDev
b4d261eb20 EnterWorld exploit fix.
Author: Tryskell
Source: https://acis.i-live.eu/index.php?topic=10070
2019-02-25 17:36:19 +00:00
MobiusDev
f8fbb57f95 Minor code format changes for ClanTable class. 2019-02-23 13:43:34 +00:00
MobiusDev
dcb4e9db7b Removed non necessary constructors. 2019-02-20 17:45:59 +00:00
MobiusDev
dacb94f13a Renamed buffer_skills.xml to SchemeBufferSkills.xml to match other branches. 2019-02-16 08:10:07 +00:00
MobiusDev
5518ad6c2d Small order change for L2Object override methods. 2019-02-09 08:23:51 +00:00
MobiusDev
356e15df23 Adjustments for L2Object missing overrides. 2019-02-08 07:16:55 +00:00
MobiusDev
9f55271f12 Removed unnecessary debug checks. 2019-02-08 05:17:11 +00:00
MobiusDev
4fbc332c97 Addition of important L2Object missing overrides. 2019-02-08 02:33:02 +00:00
MobiusDev
ed20b40a22 Minor cannot equip item message correction. 2019-02-07 07:40:29 +00:00
MobiusDev
916c986aef Toggle skills should not broadcast MagicSkillUse. 2019-01-25 00:53:36 +00:00
MobiusDev
a7f367e4cd Default party range set to 1500. 2019-01-23 03:21:15 +00:00
MobiusDev
283f87c38e Proper usage for party range configuration. 2019-01-23 01:50:11 +00:00
MobiusDev
ae59dda434 Fixed sending self damage message. 2019-01-14 05:44:23 +00:00
MobiusDev
dafe02deda Fixed movement through ramps. 2019-01-14 05:42:06 +00:00
MobiusDev
33b37bcf78 There is no need for integer constructor. 2019-01-10 20:48:45 +00:00
MobiusDev
d875f8c4c7 Removed soulshot recharge task. 2019-01-10 20:47:52 +00:00
MobiusDev
fdf51df12a Addition of topspawncount admin command. 2019-01-10 17:49:26 +00:00
MobiusDev
088f57bc41 Use of canInteract for NPC onBypassFeedback method. 2019-01-02 21:45:20 +00:00
MobiusDev
c3a3d35bfb Pathnode folder is not used. 2018-12-29 02:00:25 +00:00
MobiusDev
cc4296b8a1 Various quest NPE fixes. 2018-12-29 01:59:15 +00:00
MobiusDev
baa4b24ca4 Rnd get method should return origin when it equals with bound. 2018-12-16 22:04:45 +00:00
MobiusDev
dfbffbc9b3 Fixed probable party quest NPE. 2018-12-07 00:47:03 +00:00
MobiusDev
4c1d19a411 Proper path for dynamic extension config. 2018-12-07 00:46:11 +00:00
MobiusDev
0b56a1f487 Addition of GeodataConverter tool. 2018-09-30 17:34:01 +00:00
MobiusDev
0bae3a0e5b Capitalized config file names. 2018-09-24 12:30:06 +00:00
MobiusDev
bcfa0d790f Fixed geogrid command. 2018-09-24 11:46:07 +00:00
MobiusDev
6a26deb211 Tempfix for invisible equipped consumables. 2018-09-24 03:48:41 +00:00
MobiusDev
91873c9fb0 Removed admin teleport usage message. 2018-09-24 02:42:11 +00:00
MobiusDev
19e467cfbf Addition of diagonal GeoEngine. 2018-09-24 02:31:21 +00:00