Commit Graph

738 Commits

Author SHA1 Message Date
MobiusDevelopment
93f0838228 Use ENTERING ConnectionState checks when possible. 2019-04-15 18:22:39 +00:00
MobiusDevelopment
90ca2cc7e8 Proper MaxMpFinalizer initial value. 2019-04-15 17:40:30 +00:00
MobiusDevelopment
3c9a54d8c9 Path changes to match new domain. 2019-04-15 05:07:14 +00:00
MobiusDevelopment
8b77a39aaf Removed java classpath configuration. 2019-04-12 18:16:50 +00:00
MobiusDevelopment
988fc150ac Java scripting engine simplifications. 2019-04-12 17:49:14 +00:00
MobiusDevelopment
a96e5e99f3 TeleporterQuestRecommendationHolder support for more than one conditions. 2019-04-11 21:23:38 +00:00
MobiusDevelopment
0b1572486a ShotsBonusFinalizer simplification. 2019-04-11 18:23:42 +00:00
MobiusDevelopment
5b7a938ba0 Minor formula adjustments. 2019-04-11 16:04:26 +00:00
MobiusDevelopment
8e3c2e14d2 Check if quest has started before TeleporterQuestRecommendationHolder condition check. 2019-04-11 13:03:53 +00:00
MobiusDevelopment
93b28888fb Fixed Monk of Chaos skill removal. 2019-04-09 20:46:02 +00:00
MobiusDevelopment
5b7111b358 Partial revert/fix for previous commit. 2019-04-09 01:41:43 +00:00
MobiusDevelopment
733926aa60 Adjusted Formulas calcCrit method. 2019-04-09 01:16:29 +00:00
MobiusDevelopment
6eadc7344e Commented unnecessary log at RequestMagicSkillUse. 2019-04-08 22:41:43 +00:00
MobiusDevelopment
d2a48ed40d Use this keyword to reference the skill in method applyEffectScope. 2019-04-08 21:43:07 +00:00
MobiusDevelopment
117572ff57 Fixed HTML loading issue.
Author: Zoey76
Source: 3479827c55
2019-04-08 15:48:31 +00:00
MobiusDevelopment
6ee572a36a Simplified pvePenalty calculation. 2019-04-08 11:34:13 +00:00
MobiusDevelopment
adf1653c1c Modifying physicalSkillPower and magicalSkillPower to do what description says. 2019-04-08 10:57:01 +00:00
MobiusDevelopment
5c14df03a9 Addition of TeleporterQuestRecommendationHolder. 2019-04-08 10:41:48 +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
d4993f701e Fixing last day attendance reward. 2019-04-07 03:42:08 +00:00
MobiusDevelopment
fc6c31df53 Addition of ThreadsForLoading configuration. 2019-04-05 18:30:14 +00:00
MobiusDevelopment
4dbaded667 Reworked available brooch jewel logic. 2019-04-05 17:04:53 +00:00
MobiusDevelopment
becd4d5b61 Prohibit ZoneManager replacing class zone key. 2019-04-05 15:07:56 +00:00
MobiusDevelopment
61e2ee1f24 Prevent players receiving attendance rewards in the same day. 2019-04-05 07:04:54 +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
67cc5e1e45 Avoid probable concurrency issues. 2019-04-05 04:53:07 +00:00
MobiusDevelopment
eed915b9dc Dropped IGameXmlReader.
ScriptEngineManager class cleanup.
Use of ThreadPool to decrease startup time.
2019-04-05 04:14:32 +00:00
MobiusDevelopment
c01e3ffeba Removed Summon class getFormId method. 2019-04-02 00:47:57 +00:00
MobiusDevelopment
419f03e673 Tweaked MAttackFinalizer calculation. 2019-04-01 22:20:06 +00:00
MobiusDevelopment
7d76f3cc2a Changed stat bonus calculation. 2019-04-01 22:18:41 +00:00
MobiusDevelopment
c578bd43c1 Use configurations for attackables calcMagicSuccess method. 2019-04-01 15:21:44 +00:00
MobiusDevelopment
c905853551 Admin commands should be available only to GM characters. 2019-04-01 14:57:25 +00:00
MobiusDevelopment
0baae2ed06 Reduced ensoul array lengths. 2019-04-01 00:43:40 +00:00
MobiusDevelopment
5d4ed8942a Code format for previous commit. 2019-03-31 23:58:15 +00:00
MobiusDevelopment
d8afa9fbbc Use simple arrays to store ItemInstance ensoul data. 2019-03-31 23:34:07 +00:00
MobiusDevelopment
57fa096ae7 Previous change should check for all non attackables. 2019-03-31 19:05:48 +00:00
MobiusDevelopment
16d00294b8 Non monster NPCs should not get in combat. 2019-03-31 18:41:23 +00:00
MobiusDevelopment
36457c0bec ThreadPool class improvements. 2019-03-31 17:46:01 +00:00
MobiusDevelopment
80bac1e544 Organized imports. 2019-03-30 20:30:35 +00:00
MobiusDevelopment
63435873cf PAttack and MAttack finalizer simplifications. 2019-03-30 04:45:05 +00:00
MobiusDevelopment
62290dadc7 Reverted last MAttackFinalizer calculation change. 2019-03-29 18:25:09 +00:00
MobiusDevelopment
f89c360163 Stats cleanup and finalizer improvements. 2019-03-29 15:50:39 +00:00
MobiusDevelopment
03f0eb0bcc Proper calculateReuseTime Formulas method. 2019-03-29 15:40:53 +00:00
MobiusDevelopment
439dff1703 Unsummon siege weapons when exiting siege zone. 2019-03-28 13:56:58 +00:00
MobiusDevelopment
fdc8b91095 Do not show clan crest on monsters.
Contributed by NightBR.
2019-03-28 13:43:26 +00:00
MobiusDevelopment
1bf6e18fc5 Simplified EffectList class name. 2019-03-28 12:50:26 +00:00
MobiusDevelopment
d78a0489d1 Prefix removals and code cleanup. 2019-03-28 05:32:39 +00:00
MobiusDevelopment
9f72595ae0 Fishing rework based on L2jUnity free files.
Contributed by facab.
2019-03-22 23:34:26 +00:00
MobiusDevelopment
3b9cb63ca2 GeoEngine infinite loop precautions and cleanup. 2019-03-21 23:38:52 +00:00