Commit Graph

156 Commits

Author SHA1 Message Date
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
cf5d9bdc33 Fixed Focused Force (50). 2019-03-30 23:49:04 +00:00
MobiusDevelopment
416b05540c Minor XML format change for previous commit. 2019-03-30 23:38:50 +00:00
MobiusDevelopment
330666d51b Fixed Prophecy of Wind (1357). 2019-03-30 23:34:33 +00:00
MobiusDevelopment
8a0926b431 Set the initial last change of ItemInstance to 3. 2019-03-30 23:28:11 +00:00
MobiusDevelopment
621d5e0298 Gatekeeper of Fire Dragon corrections. 2019-03-30 23:23:17 +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
MobiusDevelopment
391ea39fd4 Changed clan_wars SQL table primary key. 2019-03-19 16:52:30 +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
fa9922dd4e Updated geodata links. 2019-02-21 15:14:26 +00:00
MobiusDev
dcb4e9db7b Removed non necessary constructors. 2019-02-20 17:45:59 +00:00
MobiusDev
948a9c3c0e Added a couple reminders at readme.txt file. 2019-02-16 16:09:09 +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
87602bd368 Updated readme.txt with things that need to be done. 2019-01-31 03:03:28 +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
5fb9c5e033 Removed trailing whitespace from several XML files. 2019-01-18 01:38:00 +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
b82e5a66a3 Updated XML template comments. 2019-01-08 00:15:53 +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
2f0c04d54f Include Windows JDK download link in readme.txt file. 2018-11-26 00:08:34 +00:00
MobiusDev
2db48f060d Core AI improvements. 2018-11-22 01:31:46 +00:00
MobiusDev
4f298384fe Minor build.xml file cleanup. 2018-11-22 01:26:03 +00:00
MobiusDev
0b56a1f487 Addition of GeodataConverter tool. 2018-09-30 17:34:01 +00:00