Commit Graph

610 Commits

Author SHA1 Message Date
MobiusDevelopment
39e9bd6836 Proper naming for separateAndSend method. 2020-06-23 00:58:52 +00:00
MobiusDevelopment
61157a6d03 Used List instead of ArrayList for declarations. 2020-06-20 18:58:43 +00:00
MobiusDevelopment
874bf49c19 Changed login server frmAbout URL position. 2020-06-19 01:22:33 +00:00
MobiusDevelopment
cf0ee224f8 Removed most stream filter uses. 2020-06-18 16:09:02 +00:00
MobiusDevelopment
2c64fbbc11 Proper reference id for NpcTable safeSet method. 2020-06-17 01:07:05 +00:00
MobiusDevelopment
5934ae15d9 SkillDat is replaced by SkillUseHolder. 2020-06-16 23:33:14 +00:00
MobiusDevelopment
c0261a2539 Proper name for SkillTable skill getter. 2020-06-16 23:02:33 +00:00
MobiusDevelopment
c6058f29cb Moved siege skill checks above skill queue check. 2020-06-16 22:56:01 +00:00
MobiusDevelopment
a84e30de31 Fixed skills never queueing. 2020-06-16 21:27:05 +00:00
MobiusDevelopment
8bdf70c0e1 Fixed stackoverflow errors from movement.
Contributed by Sahar.
2020-06-16 16:08:26 +00:00
MobiusDevelopment
ab9e399e77 Properly named residence id getters. 2020-06-15 22:59:42 +00:00
MobiusDevelopment
7de9daa055 Renamed idTemplate to displayId. 2020-06-15 22:34:40 +00:00
MobiusDevelopment
7d8e78bb6d Monster race info should use NPC client id. 2020-06-15 21:37:42 +00:00
MobiusDevelopment
cbd3a09ff4 Obsolete RequestRecordInfo adjustments. 2020-06-15 00:02:57 +00:00
MobiusDevelopment
0a7f937020 Removed unnecessary returns. 2020-06-14 23:58:33 +00:00
MobiusDevelopment
bf7c04f166 Assorted code format changes. 2020-06-14 02:36:44 +00:00
MobiusDevelopment
ed4a2396e8 Store custom player statuses in player variables. 2020-06-13 01:43:40 +00:00
MobiusDevelopment
cb45d546cb Olympiad database load adjustments. 2020-06-11 22:40:47 +00:00
MobiusDevelopment
4d8463a6e6 Direct use of known objects map. 2020-06-11 22:35:02 +00:00
MobiusDevelopment
c1150f15c6 Proper package location and name for MultisellData class. 2020-06-10 21:40:35 +00:00
MobiusDevelopment
d6be91d2d1 Proper log message for Multisell load. 2020-06-10 21:34:22 +00:00
MobiusDevelopment
47347785cc Removed TradeController CSV file compatibility. 2020-06-10 21:28:54 +00:00
MobiusDevelopment
4c3faebdf0 Removal of assorted prefix remnants. 2020-06-10 01:05:32 +00:00
MobiusDevelopment
56872c8693 Addition of AggroDistanceCheckRaidRange configuration. 2020-06-07 21:53:21 +00:00
MobiusDevelopment
ed6274df0e Removed additional admin list visibility methods. 2020-06-07 21:40:52 +00:00
MobiusDevelopment
2ed402df38 MagicSkillUse cleanup and fixes. 2020-06-05 14:23:38 +00:00
MobiusDevelopment
d3f232c526 Fixed admin delete command not storing in database.
Contributed by G-hamsteR.
2020-06-03 23:46:26 +00:00
MobiusDevelopment
109862e5b4 Fixed PlayerInstance dropItem methods. 2020-06-02 08:29:40 +00:00
MobiusDevelopment
bc72e5021d Fixed hero issues and minor code cleanup. 2020-05-31 01:24:05 +00:00
MobiusDevelopment
5de5ecdaae Fixed raidboss random instant spawn. 2020-05-28 23:34:14 +00:00
MobiusDevelopment
3e8fa12b47 Removed AttackableAI casting skills with the onIntentionAttack method.
Contributed by Trance.
2020-05-24 00:20:36 +00:00
MobiusDevelopment
b9611281ae Removed handler command enums. 2020-05-20 09:46:18 +00:00
MobiusDevelopment
96fb9ea3e8 Fixed dual box checks. 2020-05-18 13:40:06 +00:00
MobiusDevelopment
ecd4ea66e4 MinionList related rework. 2020-05-17 11:27:30 +00:00
MobiusDevelopment
1464b1ab8b Reintroduction of CopyOnWriteArrayList for storing QuestTimers. 2020-05-17 02:49:50 +00:00
MobiusDevelopment
a1417be015 WorldObjectKnownList NPE prevention. 2020-05-16 11:55:52 +00:00
MobiusDevelopment
4d3e62f0f8 ItemsOnGroundManager NPE prevention. 2020-05-16 11:50:36 +00:00
MobiusDevelopment
803c97a2e5 Minor handler variables code format. 2020-05-14 21:58:02 +00:00
MobiusDevelopment
a858e674a3 Addition of .xpon/.xpoff voiced commands.
Contributed by ihearcolors.
2020-05-14 09:32:56 +00:00
MobiusDevelopment
43932103df Prevent concurrency exception on QuestState var removal. 2020-05-13 00:22:07 +00:00
MobiusDevelopment
de8eb81969 Send message when leaving combat zone. 2020-05-12 10:54:08 +00:00
MobiusDevelopment
a7d1caa17e Geodata Z correction for monsters only. 2020-05-11 13:02:33 +00:00
MobiusDevelopment
33bbf97afb Prohibit parameter assignments. 2020-05-10 03:29:34 +00:00
MobiusDevelopment
31ae41bb48 Message for drop item while casting prevention. 2020-05-06 15:16:42 +00:00
MobiusDevelopment
e1bccf5b39 Do not drop items when casting known skills to avoid exploits. 2020-05-06 13:13:11 +00:00
MobiusDevelopment
7682ea912f Store proper HP and MP for raidbosses. 2020-05-02 15:18:28 +00:00
MobiusDevelopment
8cedc81d46 Removed pointless BeastFeed log. 2020-05-01 11:16:17 +00:00
MobiusDevelopment
5cc2959111 Removed pointless FishingZoneManager class. 2020-04-29 12:38:14 +00:00
MobiusDevelopment
fe4703b1c2 No need to save item if remaining count is greater than disposed count. 2020-04-28 02:49:23 +00:00
MobiusDevelopment
b15e5e1d1b SummonFriend cleanup for increased readability. 2020-04-27 23:30:04 +00:00
MobiusDevelopment
628d56c128 Minor DlgAnswer related cleanup. 2020-04-27 23:12:09 +00:00
MobiusDevelopment
873551943c Extracted SummonRequestHolder class to a separate file. 2020-04-27 22:52:57 +00:00
MobiusDevelopment
2e5fe7f64c Proper summon request holder. 2020-04-27 22:31:17 +00:00
MobiusDevelopment
e7377ff021 Extracted ConnectionState enum to a separate file. 2020-04-27 22:13:38 +00:00
MobiusDevelopment
f79c3f1d98 Removal of ClientStats and GameClient minor cleanup. 2020-04-27 21:55:16 +00:00
MobiusDevelopment
292a46fd32 Fixed equipping invisible jewels. 2020-04-26 00:19:28 +00:00
MobiusDevelopment
8e20923030 Item container related cleanup. 2020-04-25 13:41:25 +00:00
MobiusDevelopment
2b7de9b722 Fixed offline craft checks.
Contributed by ihearcolors.
2020-04-23 10:28:31 +00:00
MobiusDevelopment
86159f4d09 RequestFriendInvite should check if player is offline. 2020-04-19 20:16:34 +00:00
MobiusDevelopment
68ab3b0cd0 Use path separator for GUIs. 2020-04-11 09:13:42 +00:00
MobiusDevelopment
1b0e1d7214 Use try for CreatureFollowTaskManager as original method did. 2020-04-09 10:16:43 +00:00
MobiusDevelopment
9fb6fb32bd Proper fix for invisible equipped consumables. 2020-04-07 07:49:47 +00:00
MobiusDevelopment
362fc6d6cb Moved again previous commit variables in World. 2020-04-01 11:56:04 +00:00
MobiusDevelopment
f2a7531d24 SystemPanel variables moved to GameServer to fix compiling issue. 2020-04-01 11:08:00 +00:00
MobiusDevelopment
38cb67fad2 Dropped player count manager. 2020-03-31 00:35:39 +00:00
MobiusDevelopment
755e00e30e Fixed creature follow task initial delay. 2020-03-30 23:57:18 +00:00
MobiusDevelopment
dff067c91e Removed player reentrant locks. 2020-03-30 19:03:16 +00:00
MobiusDevelopment
7cd9f35b43 Skip task manager tasks when working. 2020-03-30 17:21:37 +00:00
MobiusDevelopment
c9601fac2a Addition of AI related task managers. 2020-03-30 16:49:57 +00:00
MobiusDevelopment
fede9fd0cb SkillCreateItem fix and rework. 2020-03-30 13:33:18 +00:00
MobiusDevelopment
993099e97a Use Set for quest timers and initialize conditions. 2020-03-24 22:21:53 +00:00
MobiusDevelopment
374eab6fdd Removed some unnecessary synchronizations from quest timers. 2020-03-24 11:15:43 +00:00
MobiusDevelopment
ce989648ae Proper PlayerInstance comment adjustments. 2020-03-04 12:57:41 +00:00
MobiusDevelopment
18b3e6d3f2 Unified javadoc format and related cleanups. 2020-03-03 23:04:44 +00:00
MobiusDevelopment
6d8addc784 Removal of assorted empty lines. 2020-03-03 17:07:18 +00:00
MobiusDevelopment
ecaf8a1a66 Starting rotation counter related cleanup. 2020-03-01 01:29:59 +00:00
MobiusDevelopment
ba799c053a Line delimiters to match project settings and code format. 2020-02-25 18:07:17 +00:00
MobiusDevelopment
dfddf3f519 Use PropertiesParser for reading configurations. 2020-02-19 12:13:21 +00:00
MobiusDevelopment
faa853de6b Removal of nProtect and NetcoreConfig classes. 2020-02-19 08:30:13 +00:00
MobiusDevelopment
e56dad5f81 Configurations for monster aggro distance reset. 2020-02-13 19:56:19 +00:00
MobiusDevelopment
90ab6d4b25 Replace character skills save to avoid existing entry conflicts. 2020-02-12 16:40:53 +00:00
MobiusDevelopment
8be467ada1 Addition of proper chat type enum. 2020-02-11 22:25:13 +00:00
MobiusDevelopment
83301a78ee Avoid delay for self dropped items. 2020-02-11 20:48:36 +00:00
MobiusDevelopment
85759e26ca Addition of proper system messages. 2020-02-11 20:09:38 +00:00
MobiusDevelopment
3f632faecd Prevent starting tasks if addKnownObject returns false. 2020-02-09 11:48:19 +00:00
MobiusDevelopment
60b928e969 Break down player knownlist packet broadcasts in small timed bursts. 2020-02-09 11:00:17 +00:00
MobiusDevelopment
699c2f6fca Identical IdFactory statement names for increasing readability. 2020-02-08 16:13:03 +00:00
MobiusDevelopment
eeb66487bb Fixed olympiad related cleanup queries. 2020-02-08 15:33:36 +00:00
MobiusDevelopment
a534cc943c Single class IdFactory with synchronized static methods. 2020-02-08 14:34:00 +00:00
MobiusDevelopment
71576ed8af Check if html files contain non ASCII characters. 2020-02-08 02:41:23 +00:00
MobiusDevelopment
0154d6d850 Improved NPC and Door instance information htmls. 2020-02-04 22:29:11 +00:00
MobiusDevelopment
bc4502146b Minor item packet cleanup. 2020-02-04 17:33:54 +00:00
MobiusDevelopment
c7bb990be4 Permit administrators to enter olympiad zones. 2020-02-04 17:11:41 +00:00
MobiusDevelopment
697efd1cfd Removed pointless admin command enums. 2020-02-04 16:46:39 +00:00
MobiusDevelopment
6d6030f9d3 Admin menu appearance changes. 2020-02-04 15:52:59 +00:00
MobiusDevelopment
4dd37dd106 Use same connection for skilltree iteration and cleanups. 2020-02-04 12:21:32 +00:00
MobiusDevelopment
407ff24524 Access zone character list only by getter method. 2020-02-04 05:21:24 +00:00
MobiusDevelopment
232a3bb69b Fixed ClassDamageManager inconsistency. 2020-02-04 04:29:37 +00:00
MobiusDevelopment
c268d09d2d Adjusted and disabled class damage settings. 2020-02-04 04:21:29 +00:00
MobiusDevelopment
5429f7195d Drop of char_templates, class_list and lvlupgain SQL tables. 2020-02-04 04:05:50 +00:00
MobiusDevelopment
05283c9afa Dropped IdFactory temporary object SQL table. 2020-02-03 20:58:13 +00:00
MobiusDevelopment
ef0273c5e8 Make sure GlobalVariablesManager data are stored on shutdown. 2020-02-03 20:41:44 +00:00
MobiusDevelopment
ddc57a5891 Removed obsolete quest global data. 2020-02-03 20:34:59 +00:00
MobiusDevelopment
8c2191c7da Removed EngineInterface references of singletons. 2020-02-02 22:34:45 +00:00
MobiusDevelopment
a1541b2772 SQL table games is only used by Lottery. 2020-02-02 13:31:13 +00:00
MobiusDevelopment
20a4e99da1 Addition of Monster Race with reward system.
Adapted from aCis free version.
2020-02-02 04:36:04 +00:00
MobiusDevelopment
723e2d3ff3 Corrected and simplified NPC spawning methods. 2020-02-01 23:10:25 +00:00
MobiusDevelopment
7adde43b06 Fixed probable findCloseObjects NPE. 2020-02-01 22:39:49 +00:00
MobiusDevelopment
a9fe8a02cd Various configuration file cleanups. 2020-02-01 22:28:11 +00:00
MobiusDevelopment
4b5a762ff4 Merged zone vertices with XML and categorized by type.
Most data come from aCis free version.
2020-02-01 22:24:25 +00:00
MobiusDevelopment
c2bf138434 Proper notification if admin command does not exist. 2020-02-01 11:31:19 +00:00
MobiusDevelopment
2958d0af43 Addition of admin destroyitems command. 2020-02-01 11:19:17 +00:00
MobiusDevelopment
43c4afeb25 Addition of admin online command. 2020-02-01 11:09:52 +00:00
MobiusDevelopment
29f2d60f28 PlayerInstance isOnline method should return a boolean value. 2020-02-01 10:47:36 +00:00
MobiusDevelopment
ff157fe4bb Removed getQuestTimer method synchronization. 2020-01-31 22:02:32 +00:00
MobiusDevelopment
0f4835a0ee Cleanup after voting removal. 2020-01-31 21:33:17 +00:00
MobiusDevelopment
77526bcd9e Load handlers in alphabetical order and removal of Voting. 2020-01-31 21:28:27 +00:00
MobiusDevelopment
d4cb185c34 Removed pointless user and master access levels. 2020-01-31 20:35:57 +00:00
MobiusDevelopment
b8cc736d7b Removed useless DatatablesManager class. 2020-01-31 18:32:44 +00:00
MobiusDevelopment
ba4db6d434 Removed useless Manager class. 2020-01-31 18:27:40 +00:00
MobiusDevelopment
e25b9ff8a5 Walker route data moved from CSV to XML. 2020-01-31 18:14:48 +00:00
MobiusDevelopment
2a47acc03b Map region data moved from CSV to XML. 2020-01-31 17:02:50 +00:00
MobiusDevelopment
0bb9dc685b Removal of unused AbstractFormatter class. 2020-01-31 01:42:31 +00:00
MobiusDevelopment
86a557fd60 Updated log classes to match newer branches. 2020-01-31 01:29:30 +00:00
MobiusDevelopment
037da2abc7 Proper usage of sendMessage method. 2020-01-31 00:15:30 +00:00
MobiusDevelopment
845dea2551 Removed pointless assignments before packet send. 2020-01-30 23:02:45 +00:00
MobiusDevelopment
5cd563c611 Use simple class name for merchant and door information. 2020-01-30 14:16:40 +00:00
MobiusDevelopment
99c209f0ba Proper handling for Quest timers concurrency. 2020-01-30 11:59:53 +00:00
MobiusDevelopment
9adadc4e86 Moved TeleportWhereType to enums. 2020-01-30 03:13:22 +00:00
MobiusDevelopment
8b9235ccc4 Minor text improvements. 2020-01-30 02:42:33 +00:00
MobiusDevelopment
0984cf59f8 Fixed AdminTest commands falling through next commands. 2020-01-30 02:01:05 +00:00
MobiusDevelopment
84b8e76471 Extractable item data moved from CSV to XML. 2020-01-30 01:49:00 +00:00
MobiusDevelopment
f1b7de35a6 Removed custom away system. 2020-01-29 16:04:15 +00:00
MobiusDevelopment
c31c85e2a3 Addition of PlayerInstance auto save task. 2020-01-29 14:41:07 +00:00
MobiusDevelopment
9d3904e755 Removal of AutoSaveManager as it encourages bad implementations. 2020-01-29 14:14:20 +00:00
MobiusDevelopment
6ef4009091 Removed useless ServerStatus class. 2020-01-29 14:00:10 +00:00
MobiusDevelopment
bb375e070f There are GMs with no access to item creation. 2020-01-29 13:48:13 +00:00
MobiusDevelopment
ea377b81c9 Replaced BoatPathHolder Map with a List. 2020-01-29 13:35:12 +00:00
MobiusDevelopment
1059cb6906 Addition of BoatInstance removePassenger method. 2020-01-29 13:02:23 +00:00
MobiusDevelopment
f66dbc577c Boat related packet improvements. 2020-01-29 12:50:50 +00:00
MobiusDevelopment
3f33e53666 Minor cleanup for previous commit. 2020-01-29 00:57:22 +00:00
MobiusDevelopment
78bf4dc9b3 Boat data moved from CSV to XML. 2020-01-29 00:21:41 +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
13554071b9 Script value volatile modifier. 2020-01-28 10:36:38 +00:00
MobiusDevelopment
d63bf771ff Faster access integer script value instead of StatSet. 2020-01-28 00:16:37 +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
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
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
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
MobiusDevelopment
90352a0447 Moved EventType to a separate class. 2020-01-24 17:05:10 +00:00
MobiusDevelopment
4f5e72d88d Method getEventQuests returns List and addition of getAllQuestStates method. 2020-01-24 16:48:48 +00:00
MobiusDevelopment
58fe3bdd8f Dropped addToQuestStateArray method. 2020-01-24 15:51:52 +00:00
MobiusDevelopment
7307d8d53d Cleanup for PlaySound, QuestList and TutorialCloseHtml serverpackets. 2020-01-24 15:41:54 +00:00
MobiusDevelopment
b82d85eba1 Proper showSiegeInfoWindow checks. 2020-01-06 13:54:00 +00:00
MobiusDevelopment
f8acdcace7 CreatureSay cleanup and improvements. 2020-01-04 05:11:01 +00:00
MobiusDevelopment
1cdcd2f8b0 Addition of merchant zero sell price configuration. 2020-01-04 02:29:32 +00:00
MobiusDevelopment
5c712ec4f3 Fixed aggressive minions after respawn. 2020-01-02 16:51:20 +00:00
MobiusDevelopment
19c5e6c552 Save and delete recipes in real time.
Thanks to ReynalDev.
2020-01-02 03:12:23 +00:00
MobiusDevelopment
c0d84f833e Fixing ClassMaster and preliminary drop of PlayerClass. 2019-12-24 10:31:03 +00:00
MobiusDevelopment
7f3befa63c Code review Part 5. 2019-12-22 15:33:46 +00:00
MobiusDevelopment
cd1f62cc68 Code review Part 3. 2019-12-20 00:35:40 +00:00
MobiusDevelopment
3b5ce2f7fa New way to show NPC level and aggression.
Thanks to Edoo.
2019-12-06 16:22:34 +00:00
MobiusDevelopment
6bdc9eaa0b Monster aggression fix.
Contributed by Edoo.
2019-12-04 18:20:45 +00:00
MobiusDevelopment
cb5a878042 Fixed Windows 10 inconsistency with about form. 2019-11-20 22:21:20 +00:00
MobiusDevelopment
90ba90db4c Castle and Fort lists changed to concurrent. 2019-11-15 05:30:02 +00:00
MobiusDevelopment
25678c3f9c Code format for space before comments. 2019-11-13 16:49:02 +00:00
MobiusDevelopment
aea04d4669 Update siege flags when fort owner loses fort.
Contributed by Sahar.
2019-11-12 17:35:00 +00:00
MobiusDevelopment
088500b750 Fixed serious infinite loop issues coming from cubics.
Contributed by Sahar.
2019-11-12 11:12:08 +00:00
MobiusDevelopment
4c6ab9d594 Water and Swamp zones should not broadcast info on teleport.
Contributed by Sahar.
2019-11-12 11:01:44 +00:00
MobiusDevelopment
0c46db8126 Fixed augmentation skills were not removed from accessories.
Contributed by Sahar.
2019-11-12 10:53:02 +00:00
MobiusDevelopment
6e1df8a43a Fixed capturing holy artefact under the shrine.
Thanks to Sahar.
2019-11-07 23:34:43 +00:00
MobiusDevelopment
975cb74d11 Cleanup related to setActiveClass boolean removal. 2019-11-07 17:59:23 +00:00
MobiusDevelopment
91936e2787 Addition of client protocol version at character info menu. 2019-11-06 19:44:10 +00:00
MobiusDevelopment
a5f2203a9f Reuse System.currentTimeMillis in player restore whiles. 2019-11-05 11:01:53 +00:00
MobiusDevelopment
a7d7160fce Prevent getAI NPE.
Contributed by Sahar.
2019-11-04 20:31:47 +00:00