Commit Graph

684 Commits

Author SHA1 Message Date
MobiusDev dafe02deda Fixed movement through ramps. 2019-01-14 05:42:06 +00:00
MobiusDev 3952f3f88b Initial capacity for mount enabled skill list set to 2. 2019-01-14 04:51:41 +00:00
MobiusDev ca1dde80a6 Dropped RideState class. 2019-01-14 04:35:27 +00:00
MobiusDev 81b13c3c97 Hate effects should not count as damage done. 2019-01-11 19:39:54 +00:00
MobiusDev fdf51df12a Addition of topspawncount admin command. 2019-01-10 17:49:26 +00:00
MobiusDev 592399f5c0 Despawn precautions. 2019-01-09 07:20:24 +00:00
MobiusDev 066996efbb Better admin teleport for Forge of Gods. 2019-01-09 06:38:01 +00:00
MobiusDev b82e5a66a3 Updated XML template comments. 2019-01-08 00:15:53 +00:00
MobiusDev 420d4583d9 Logger is not necessary. 2019-01-07 04:42:17 +00:00
MobiusDev 8f24162235 AutoSpawnHandler class improvements. 2019-01-07 04:36:09 +00:00
MobiusDev c2de30be8b Minimum distance condition no longer uses squared values. 2019-01-05 23:37:07 +00:00
MobiusDev 088f57bc41 Use of canInteract for NPC onBypassFeedback method. 2019-01-02 21:45:20 +00:00
MobiusDev 251c83368f Minor NpcData adjustments. 2018-12-21 04:11:48 +00:00
MobiusDev 443894be30 Prevent senseless illegal player action message spam. 2018-12-19 16:14:38 +00:00
MobiusDev 2b1f12f935 Olympiad buffer bypass fix. 2018-12-19 07:51:25 +00:00
MobiusDev 872dfa30a7 Weapon baseAttackAngle is relative to character position in degrees. 2018-12-18 07:35:43 +00:00
MobiusDev baa4b24ca4 Rnd get method should return origin when it equals with bound. 2018-12-16 22:04:45 +00:00
MobiusDev d814997976 Block key movement when mounting. 2018-11-29 20:04:43 +00:00
MobiusDev 2f0c04d54f Include Windows JDK download link in readme.txt file. 2018-11-26 00:08:34 +00:00
MobiusDev ca236013fd Used StampedLock to synchronize auto attack method. 2018-11-26 00:03:16 +00:00
MobiusDev 02b2567c78 Always send account logout at login server when kicked. 2018-11-25 00:31:17 +00:00
MobiusDev 6e1df5b92c Check visibility for skill range condition. 2018-11-23 22:36:01 +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 0f36a0da37 Send a system message before launching GUI. 2018-09-23 23:41:00 +00:00
MobiusDev 8f49dc5f39 Teleport non defender to nearest town if logged out in siege zone. 2018-09-23 18:56:45 +00:00
MobiusDev b87d0427a3 Removed known command. Also NPC abnormal broadcast fix. 2018-09-23 18:50:42 +00:00
MobiusDev 4ead57d130 Proper naming for bonus. 2018-09-23 17:06:26 +00:00
MobiusDev 34f61012cf Improved GetAgro effect according to retail observations. 2018-09-20 11:36:28 +00:00
MobiusDev f3907293c8 New Rnd class. 2018-09-15 15:26:34 +00:00
MobiusDev 850c075c0e Adjustments for Tiat doors. 2018-09-15 15:18:30 +00:00
MobiusDev a2604e2048 Minor Rnd method usage corrections. 2018-09-14 01:42:50 +00:00
MobiusDev b4e8040541 Prohibit the use of duplicate Rnd methods. 2018-09-14 01:17:54 +00:00
MobiusDev 90c33561d5 Prevent players moving on ledges. 2018-09-12 17:43:09 +00:00
MobiusDev 92f4cf4ef8 Prevent generating some variables when pathfinding is disabled. 2018-09-12 05:26:29 +00:00
MobiusDev 5cfe45f7c8 Invalid regions are handled in L2World class. 2018-09-12 05:15:58 +00:00
MobiusDev a47368f286 Prevent changing z based on calculated value. 2018-09-12 01:55:59 +00:00
MobiusDev 29736fdc9f CharSelectionInfo improvements. 2018-09-11 16:16:39 +00:00
MobiusDev 7abf95378f Enable drop items while casting. 2018-09-11 02:24:00 +00:00
MobiusDev 727c95a665 Reduced default max database connection values. 2018-09-11 01:42:35 +00:00
MobiusDev a0f11c4826 Initialize clans after connection is closed. 2018-09-11 01:38:53 +00:00
MobiusDev ce23b6842f Continue player movement when no path found. 2018-09-10 23:30:00 +00:00
MobiusDev ec38e330a3 Improved Quest for Fishing Shot (426).
Contributed by facab.
2018-09-10 19:08:58 +00:00
MobiusDev b5a86698d6 Movement rework according to latest commits. 2018-09-10 18:23:09 +00:00
MobiusDev 3ae533f32d Config for dropping items when slot limit is exceeded. 2018-09-10 17:11:00 +00:00
MobiusDev 1de5ae72bf Players should be able to click far away and move. 2018-09-10 16:30:22 +00:00
MobiusDev a335616fe5 Config for dualbox check not to count offline traders. 2018-09-10 04:20:24 +00:00
MobiusDev 776162c7ec Fixed dice rolling. 2018-09-10 04:04:19 +00:00
MobiusDev 0f430720db Separated multiple variable declarations. 2018-09-09 23:01:15 +00:00
MobiusDev d33bfa17b2 Replaced indexOf() with contains() method. 2018-09-09 19:05:28 +00:00