MobiusDevelopment
|
78bf4dc9b3
|
Boat data moved from CSV to XML.
|
2020-01-29 00:21:41 +00:00 |
|
MobiusDevelopment
|
393e53514c
|
Removed pointless EffectTickTask tick count variable.
|
2020-01-28 15:26:44 +00:00 |
|
MobiusDevelopment
|
fe05c1cddc
|
There is no need for MpRewardTask to use AtomicInteger.
|
2020-01-28 15:21:23 +00:00 |
|
MobiusDevelopment
|
e5bd883546
|
Deprecated bad practice StatSet setters with returning values.
Also using simple HashMap instead of ConcurrentHashMap.
|
2020-01-28 13:48:46 +00:00 |
|
MobiusDevelopment
|
8dbfd09e0c
|
Proper naming for various data holding classes.
|
2020-01-28 11:48:32 +00:00 |
|
MobiusDevelopment
|
8ebd210ac3
|
Prevent isSkillAllowed lock by SkillTreesData loading status variable.
|
2020-01-28 11:11:46 +00:00 |
|
MobiusDevelopment
|
7a20f03af5
|
Removed pointless use of VolatileBoolean from sweeper conditions.
|
2020-01-28 10:57:22 +00:00 |
|
MobiusDevelopment
|
13554071b9
|
Script value volatile modifier.
|
2020-01-28 10:36:38 +00:00 |
|
MobiusDevelopment
|
3071525a9c
|
Proper use of isScriptValue instead of getScriptValue method.
|
2020-01-28 00:43:54 +00:00 |
|
MobiusDevelopment
|
d63bf771ff
|
Faster access integer script value instead of StatSet.
|
2020-01-28 00:16:37 +00:00 |
|
MobiusDevelopment
|
49439e8db4
|
Prevent initializing Npc variables with NpcAction.
|
2020-01-28 00:10:02 +00:00 |
|
MobiusDevelopment
|
1d0ec2298b
|
Proper mode for Talisman of Protection effects.
|
2020-01-27 21:12:39 +00:00 |
|
MobiusDevelopment
|
df3daf06bf
|
Updated Aden seed talisman manager.
Contributed by Puppyrawr.
|
2020-01-27 17:43:34 +00:00 |
|
MobiusDevelopment
|
de2871bef6
|
Separated siege guard task to one task per residence.
|
2020-01-27 16:55:04 +00:00 |
|
MobiusDevelopment
|
e7db7efaa7
|
Changed Dragon Weapons grade to R-grade.
Contributed by Edoo.
|
2020-01-27 13:59:31 +00:00 |
|
MobiusDevelopment
|
c7e72174b8
|
Fix for Adventurer bracelet.
Contributed by Darkloud.
|
2020-01-27 13:45:31 +00:00 |
|
MobiusDevelopment
|
6d89220f21
|
Addition of quests 10423, 10899, 10900 and 10901.
Contributed by Dmitri.
|
2020-01-27 13:33:35 +00:00 |
|
MobiusDevelopment
|
a58a2e11f9
|
Minor player packet improvements.
|
2020-01-27 03:49:45 +00:00 |
|
MobiusDevelopment
|
5b451abf74
|
Complete weapon default values.
|
2020-01-27 02:57:53 +00:00 |
|
MobiusDevelopment
|
fb21f2c562
|
Implementation of item template default values.
|
2020-01-27 02:48:10 +00:00 |
|
MobiusDevelopment
|
053319b432
|
Adjustments to match seed XML values with data holder.
|
2020-01-27 01:30:57 +00:00 |
|
MobiusDevelopment
|
fc864fbcca
|
Renamed SeedData to ManorSeedData.
|
2020-01-27 01:20:46 +00:00 |
|
MobiusDevelopment
|
2ac78a0934
|
Correction for misspelling the word reward.
|
2020-01-27 00:57:12 +00:00 |
|
MobiusDevelopment
|
71b3889a87
|
Force GC before memory report.
|
2020-01-27 00:41:13 +00:00 |
|
MobiusDevelopment
|
162e956a4c
|
Replaced seed CSV data with aCis free version XML data.
|
2020-01-27 00:34:22 +00:00 |
|
MobiusDevelopment
|
328ce253f2
|
Updated cursed weapon data.
|
2020-01-26 23:45:05 +00:00 |
|
MobiusDevelopment
|
72cc9f0298
|
Replaced armor set SQL data with aCis free version XML data.
|
2020-01-26 23:30:10 +00:00 |
|
MobiusDevelopment
|
afa6bac3aa
|
Replaced summon item CSV data with aCis free version XML data.
|
2020-01-26 22:15:53 +00:00 |
|
MobiusDevelopment
|
a6a0c0fd06
|
Replaced recipe CSV data with aCis free version XML data.
|
2020-01-26 21:24:19 +00:00 |
|
MobiusDevelopment
|
f1f8ccfc2b
|
Replaced static object CSV data with aCis free version XML data.
|
2020-01-26 19:25:27 +00:00 |
|
MobiusDevelopment
|
e1f4230ed2
|
Removed underscores from Item class variables.
|
2020-01-26 17:34:54 +00:00 |
|
MobiusDevelopment
|
1060aa6d39
|
Removed pointless return at end of method.
|
2020-01-26 17:15:10 +00:00 |
|
MobiusDevelopment
|
86379b722a
|
QuestState getName method was replaced by getString.
|
2020-01-26 16:58:15 +00:00 |
|
MobiusDevelopment
|
990d3b590b
|
QuestState and QuestTimer class cleanups.
|
2020-01-26 16:53:48 +00:00 |
|
MobiusDevelopment
|
8b5af84230
|
StatsSet properly named as StatSet.
|
2020-01-26 15:07:31 +00:00 |
|
MobiusDevelopment
|
9d155febb7
|
Proper syntax for several methods and values.
|
2020-01-26 14:05:47 +00:00 |
|
MobiusDevelopment
|
8e7ecd2ac0
|
Improvements for DoorData class.
|
2020-01-25 13:43:52 +00:00 |
|
MobiusDevelopment
|
56bc0a2d2b
|
Replaced Henna CSV data with aCis free version XML data.
|
2020-01-25 13:24:58 +00:00 |
|
MobiusDevelopment
|
42e7b2382c
|
Proper clan level check for ClanMaster.
|
2020-01-25 12:18:45 +00:00 |
|
MobiusDevelopment
|
07ba96cc0e
|
Moved ItemTable in datatables package.
|
2020-01-25 12:12:57 +00:00 |
|
MobiusDevelopment
|
0ef951835a
|
Door data moved from CSV to XML.
|
2020-01-25 11:48:18 +00:00 |
|
MobiusDevelopment
|
3965ed7615
|
Uppercase name for CursedWeapons and DimensionalRift XML files.
|
2020-01-25 07:34:05 +00:00 |
|
MobiusDevelopment
|
a78309f34b
|
Replaced Fish CSV data with aCis free version XML data.
|
2020-01-25 07:25:33 +00:00 |
|
MobiusDevelopment
|
65b3f4cc1d
|
Party match classes moved to partymatching package.
|
2020-01-25 05:24:45 +00:00 |
|
MobiusDevelopment
|
04b3b58658
|
Removal of BoxInstance class.
|
2020-01-24 20:07:26 +00:00 |
|
MobiusDevelopment
|
58f656ad74
|
Replaced compareToIgnoreCase with equalsIgnoreCase.
|
2020-01-24 20:00:24 +00:00 |
|
MobiusDevelopment
|
d4a8f7b744
|
Addition of getters for creature template values.
|
2020-01-24 19:46:48 +00:00 |
|
MobiusDevelopment
|
7960f9fc58
|
TeleportToPlayer effect should check if target is in timed hunting zone.
|
2020-01-24 18:20:30 +00:00 |
|
MobiusDevelopment
|
585bb71af1
|
Element needs to be replaced at position 0.
|
2020-01-24 18:15:49 +00:00 |
|
MobiusDevelopment
|
b6eb8abc18
|
QuestState and QuestTimer class cleanups.
|
2020-01-24 18:04:25 +00:00 |
|