Commit Graph

274 Commits

Author SHA1 Message Date
MobiusDevelopment
21ad2477c8 Removal of scheduleAtFixedRate DecoyLifetime task. 2022-09-21 01:35:13 +00:00
MobiusDevelopment
ee04013579 Decoy class rework and cleanup. 2022-09-21 00:48:06 +00:00
MobiusDevelopment
7f219c8503 Improved ItemContainer log messages. 2022-09-18 22:20:32 +00:00
MobiusDevelopment
7d1f592980 Event spawns must initialize after server loads scripts. 2022-09-17 21:22:45 +00:00
MobiusDevelopment
cbeca82b65 Addition of OnServerStart event. 2022-09-17 21:06:11 +00:00
MobiusDevelopment
1a4d8a3648 Output hex id values for unknown packets.
Thanks to Index.
2022-09-17 11:55:42 +00:00
MobiusDevelopment
fb40f1895b Re-enable AI on decay. 2022-09-15 08:50:08 +00:00
MobiusDevelopment
8da2034bcd Addition of Hot Springs water zones.
Contributed by kinghanker.
2022-09-13 02:57:23 +00:00
MobiusDevelopment
bc295b2454 Fixed buying items with PC cafe points. 2022-09-09 16:25:01 +00:00
MobiusDevelopment
97857f00df Aggro distance check should make a 2D distance calculation. 2022-09-06 12:27:15 +00:00
MobiusDevelopment
fc918dba65 Removal of unused isReturningToSpawnPoint. 2022-09-06 10:23:21 +00:00
MobiusDevelopment
e2236623d3 Randomize random spawn headings. 2022-09-04 22:16:09 +00:00
MobiusDevelopment
1621590a72 Consider max drift range configuration when random moving. 2022-09-04 21:52:27 +00:00
MobiusDevelopment
e3f9c52e05 Addition of debug packet configurations. 2022-08-31 22:25:21 +00:00
MobiusDevelopment
be33f8678a Updated client link. 2022-08-31 21:14:57 +00:00
MobiusDevelopment
ed5b923658 Updated gremlin spawns. 2022-08-30 21:34:29 +00:00
MobiusDevelopment
0d34380d18 Support for spawn banned territories. 2022-08-30 21:31:12 +00:00
MobiusDevelopment
50f15c4fb1 Map get returns null directly. 2022-08-30 21:13:50 +00:00
MobiusDevelopment
6a27f4d8cd Simplification for previous commit. 2022-08-30 00:54:23 +00:00
MobiusDevelopment
0b313fa2ac Fixed probable SendMessageLocalisationData getLocalisation NPE. 2022-08-30 00:48:09 +00:00
MobiusDevelopment
20275f28e7 Fixed monster random movement. 2022-08-29 11:15:06 +00:00
MobiusDevelopment
d0fae0be8f Minor AdminEnchant cleanup. 2022-08-28 16:26:18 +00:00
MobiusDevelopment
e7003ad2b3 Changed CellPathFinding drop debug item id from 65 to 1061.
Thanks to kamikadzz.
2022-08-26 23:06:07 +00:00
MobiusDevelopment
a038d7bf4f GeoEngine CellPathFinding recommendation. 2022-08-26 00:29:36 +00:00
MobiusDevelopment
c3f7e48ab6 Removal of questionable MoveBackwardToLocation block of comments. 2022-08-26 00:25:26 +00:00
MobiusDevelopment
c82add27e5 Addition of configurable drops for bosses.
Contributed by MrNiceGuy.
2022-08-24 23:24:12 +00:00
MobiusDevelopment
7765b83c16 Addition of .online voiced command. 2022-08-22 21:39:24 +00:00
MobiusDevelopment
f9cad86ed8 Addition of OfflineAbnormalEffect configuration. 2022-08-21 21:32:28 +00:00
MobiusDevelopment
19241a0080 Addition of .offline voiced command. 2022-08-21 21:18:06 +00:00
MobiusDevelopment
2a4a17b73f Addition of OfflineDisconnectSameAccount configuration. 2022-08-21 21:01:31 +00:00
MobiusDevelopment
fdb7fdbe3b Addition of EventDispatcher hasListener methods. 2022-08-20 21:34:27 +00:00
MobiusDevelopment
58f30044d5 Dropped ForceInventoryUpdate configuration. 2022-08-19 22:31:14 +00:00
MobiusDevelopment
5d5b9c62c9 Fixed invisible NPCs spawned by scripts. 2022-08-19 21:07:49 +00:00
MobiusDevelopment
7abf85efd6 Fixed inconsistency between max pet level and summon exp. 2022-08-18 21:13:38 +00:00
MobiusDevelopment
e97905dd60 Renamed SiegeZone plyer variable to player. 2022-08-17 06:49:48 +00:00
MobiusDevelopment
b3c92bebee Implemented admin delete_group command. 2022-08-16 21:02:41 +00:00
MobiusDevelopment
d525e6007a Default value for Spawn chase range should be set to 0. 2022-08-14 21:04:53 +00:00
MobiusDevelopment
1501be0179 Negligible delay for ServerList reply with number of characters.
Contributed by dontknowdontcare.
2022-08-14 07:27:03 +00:00
MobiusDevelopment
bdbc7cb8a8 Changed instance hour and minute parameters to nonNegativeInteger.
Contributed by kamikadzz.
2022-08-13 15:05:16 +00:00
MobiusDevelopment
569faf521d Make use of original spawn location for deletion and info. 2022-08-12 23:03:47 +00:00
MobiusDevelopment
35e9f2dd5a Addition of missing monster spawns. 2022-08-12 22:15:12 +00:00
MobiusDevelopment
f08b6c0fd9 Set Spawn XYX after randomizing location. 2022-08-12 01:36:43 +00:00
MobiusDevelopment
37ad247f65 Adjusted spawn file names. 2022-08-12 00:35:17 +00:00
MobiusDevelopment
384886dc85 Tower of Insolence spawns by zone. 2022-08-12 00:21:17 +00:00
MobiusDevelopment
8913f24df6 SpawnTable should initialize multiple spawns separately. 2022-08-12 00:16:47 +00:00
MobiusDevelopment
e473ef6eee Removed Rnd dependency from PaganKeys AI. 2022-08-09 23:01:35 +00:00
MobiusDevelopment
0eebada4bd Implemented Spawn chaseRange parameter. 2022-08-07 21:05:53 +00:00
MobiusDevelopment
6bac84a605 Renamed EnchantSkillGroupsTable to EnchantSkillTreesTable. 2022-08-06 10:15:01 +00:00
MobiusDevelopment
b7576edf8f Simplified EnchantSkillLearn getRate method. 2022-08-06 10:02:40 +00:00
MobiusDevelopment
3cd44daa90 EnchantSkillLearn code format and cleanup. 2022-08-06 09:21:45 +00:00
MobiusDevelopment
cafc3ab36b Fixed skill enchanting. 2022-08-05 23:44:44 +00:00
MobiusDevelopment
22ebdb3e82 Replaced executable and batch files with VBScript. 2022-08-04 06:26:59 +00:00
MobiusDevelopment
d79d2ad78b Fixed admin char info HWID bypass.
Contributed by CostyKiller.
2022-08-01 15:41:04 +00:00
MobiusDevelopment
a2d4e16736 ManagedScript should store a copy of current loading script path. 2022-08-01 00:07:12 +00:00
MobiusDevelopment
d278e64e5d Ignore interruption exception for game and movement task managers. 2022-07-31 19:00:56 +00:00
MobiusDevelopment
b6fe06aa07 Delay tasks for frequent packet broadcasts. 2022-07-31 02:00:10 +00:00
MobiusDevelopment
40bdf5a6af Removal of unnecessary AnnounceGainakSiege configuration. 2022-07-29 23:39:55 +00:00
MobiusDevelopment
117100b50c Sanity cleanup for player.getPlayer() uses. 2022-07-29 22:53:21 +00:00
MobiusDevelopment
3b4ab73421 Reworked Inventory order for rings and earrings. 2022-07-24 08:53:24 +00:00
MobiusDevelopment
a83ba35ebc Use simplified Math hypot method to calculate distance. 2022-07-23 11:01:04 +00:00
MobiusDevelopment
9e41afee0a Configuration for Attackable corpse camping. 2022-07-23 01:09:01 +00:00
MobiusDevelopment
563794ef55 AI movement rework for return to spawn and long range paths. 2022-07-22 23:34:26 +00:00
MobiusDevelopment
257eae3f30 Removal of FastStringBuilder implementation. 2022-07-18 09:05:10 +00:00
MobiusDevelopment
0b38c9f724 Removal of FastNodeList implementation. 2022-07-18 08:45:28 +00:00
MobiusDevelopment
8658f3a75d Removal of CopyOnWriteArrayList from CellPathFinding. 2022-07-18 08:28:59 +00:00
MobiusDevelopment
937acf1692 Store GameTimeTaskManager calculated values locally. 2022-07-16 23:37:10 +00:00
MobiusDevelopment
b4b76176de Reworked GameTime task manager. 2022-07-16 22:11:41 +00:00
MobiusDevelopment
beb1aa0b77 Abstraction Layer GeoEngine. 2022-07-16 06:04:42 +00:00
MobiusDevelopment
d1af2f877b Proper Baium statue type and heading. 2022-07-13 21:11:32 +00:00
MobiusDevelopment
38366a9017 Better naming from raidboss status getter and setter. 2022-07-12 09:15:47 +00:00
MobiusDevelopment
3617418be1 Updated AgitDecoInfo packet. 2022-07-11 12:24:11 +00:00
MobiusDevelopment
53312e19b7 Directly send SystemMessageId when possible. 2022-07-06 23:55:25 +00:00
MobiusDevelopment
b1bd7af5b9 Updated client links. 2022-07-05 21:07:22 +00:00
MobiusDevelopment
7c3f8bf3b7 Disconnect player after being dead for 1 hour.
Contributed by nasseka.
2022-06-28 11:44:04 +00:00
MobiusDevelopment
0500945790 Send item list when adding new adena instance. 2022-06-26 01:38:49 +00:00
MobiusDevelopment
f4f1b3aaf2 Removed unused pathfinding statistic variables. 2022-06-25 14:14:11 +00:00
MobiusDevelopment
68f229e93c Adena InventoryUpdate based on new adena count. 2022-06-25 13:56:16 +00:00
MobiusDevelopment
c2baac74a3 Additional InventoryUpdate when creating more than one non-stackable item. 2022-06-24 21:06:46 +00:00
MobiusDevelopment
4a5f549c95 XML format cleanup. 2022-06-22 23:25:51 +00:00
MobiusDevelopment
4e80b14780 Creature X and Y coordinates should not be both set to 0. 2022-06-16 12:55:51 +00:00
MobiusDevelopment
56788f6fa1 Item enchant level should not be negative. 2022-06-14 21:36:22 +00:00
MobiusDevelopment
16d12c80f5 DefaultFinishTime configuration should be converted to milliseconds.
Contributed by bestover72.
2022-06-11 01:47:45 +00:00
MobiusDevelopment
2f57ce5ac4 Teleport to spawn when too far away and region becomes inactive. 2022-06-10 14:31:55 +00:00
MobiusDevelopment
438efb0d01 Addition of missing Asamah multisells.
Contributed by kinghanker.
2022-06-04 10:45:32 +00:00
MobiusDevelopment
d2d929ada3 EjectDeadPlayerTime configuration should be converted to milliseconds. 2022-05-31 11:18:07 +00:00
MobiusDevelopment
6c238d0a80 Proper naming for SchemeBuffer.ini file.
Contributed by CostyKiller.
2022-05-25 09:42:07 +00:00
MobiusDevelopment
a159e401ec Proper configuration for GrandBossInstanceAnnouncements.
Contributed by CostyKiller.
2022-05-25 09:32:13 +00:00
MobiusDevelopment
9d7d7f4db3 Changed addExpAndSp methods to synchronized. 2022-05-23 21:55:33 +00:00
MobiusDevelopment
d8dde6787a Consider drop rate by id for occurrences configuration. 2022-05-16 22:48:20 +00:00
MobiusDevelopment
af7fa05ceb Fixed issue with ConsumeBody effect. 2022-05-09 22:11:21 +00:00
MobiusDevelopment
d60ed9a3be Adjusted shop merchant dialogues. 2022-05-09 22:05:18 +00:00
MobiusDevelopment
8e74bfddd6 Removed all non existing skill enchants.
Contributed by Iris.
2022-05-08 14:42:10 +00:00
MobiusDevelopment
dfe21cd9bf Removal of BloodAllianceReward.
Contributed by Iris.
2022-05-08 14:29:34 +00:00
MobiusDevelopment
4703f541bd Skill id could be integer.
Contributed by Iris.
2022-05-08 14:27:38 +00:00
MobiusDevelopment
340c981bb6 Skip raid minions from boss announcements. 2022-05-07 19:11:23 +00:00
MobiusDevelopment
0b80d2b80a Calculate magic success by target level and skill magic level configuration. 2022-05-05 08:35:30 +00:00
MobiusDevelopment
c286ac8a4b Removed unused secondary auth files. 2022-05-04 22:42:04 +00:00
MobiusDevelopment
bc2b11ca49 Adjustments for luxury shop and pet manager NPCs. 2022-05-04 21:36:43 +00:00
MobiusDevelopment
5103871cce Changed item count to integer. 2022-05-04 11:12:58 +00:00
MobiusDevelopment
7ab04da480 Removed non existent capsuled items. 2022-05-04 11:10:28 +00:00
MobiusDevelopment
5dd3df41e2 Addition of missing spoils. 2022-05-03 23:10:07 +00:00
MobiusDevelopment
26ac720e7e Support for alternative ScrollGroupId as enchant item parameter. 2022-05-03 09:01:56 +00:00
MobiusDevelopment
e1cbbe6dd1 Admin menu adjustments. 2022-05-03 07:57:56 +00:00
MobiusDevelopment
6a68c581ff Support for multiple EnchantRateItem ids. 2022-05-02 21:54:23 +00:00
MobiusDevelopment
2bbc5125a7 Addition of PC Cafe (PC Bang) system. 2022-05-02 21:30:52 +00:00
MobiusDevelopment
8cdca3e8cf Removed unused multi relation packet usage. 2022-04-30 22:31:10 +00:00
MobiusDevelopment
8a422558c1 Addition of MaximumPlayerLevel configuration. 2022-04-29 21:28:05 +00:00
MobiusDevelopment
eff5fcb4ed Addition of TvT event. 2022-04-27 23:09:06 +00:00
MobiusDevelopment
6a4f4d18e7 Addition of useful InstanceWorld methods. 2022-04-27 22:21:29 +00:00
MobiusDevelopment
5bef49ba31 Implementation of OnCreatureDeath and OnCreatureKilled events. 2022-04-27 22:14:30 +00:00
MobiusDevelopment
fba8415b6d Common skill adjustments. 2022-04-27 22:06:32 +00:00
MobiusDevelopment
f8661a336e Replacements for using minimal and maximal words. 2022-04-25 22:59:05 +00:00
MobiusDevelopment
1dabf3a944 Correction for Spawn comment typos. 2022-04-25 22:38:57 +00:00
MobiusDevelopment
a6f6909c3a Correction for LoginController message typo. 2022-04-25 22:26:05 +00:00
MobiusDevelopment
7454852c91 Naming corrections related with fish location. 2022-04-25 22:15:22 +00:00
MobiusDevelopment
ae2bedd27d Removed IllegalArgumentException thrown at RelationChanged. 2022-04-25 10:01:21 +00:00
MobiusDevelopment
2a81aa6f60 Various adjustments.
Contributed by Iris.
2022-04-24 22:51:18 +00:00
MobiusDevelopment
f33a219ee6 Fixed some null SystemMessageId parameters.
Thanks to kinghanker.
2022-04-23 10:00:28 +00:00
MobiusDevelopment
c6b2a5870f PremiumManager case sensitive account adjustments. 2022-04-23 08:51:21 +00:00
MobiusDevelopment
28f5e93ac2 Removal of unused skilldebug.htm and itemdebug.htm files. 2022-04-22 21:02:45 +00:00
MobiusDevelopment
85405c54e2 Removed Kamael class ids from hennas. 2022-04-22 00:18:47 +00:00
MobiusDevelopment
ed7a313909 Updated readme.txt TODO list. 2022-04-21 22:47:13 +00:00
MobiusDevelopment
1e8d6c75d2 Initial changes. 2022-04-21 21:55:50 +00:00
MobiusDevelopment
d436cc8687 CT0 Interlude branch. 2022-04-21 21:43:46 +00:00