Commit Graph

673 Commits

Author SHA1 Message Date
MobiusDevelopment
980d99c48c Lottery additions and related improvements. 2020-02-03 03:40:55 +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
ff157fe4bb Removed getQuestTimer method synchronization. 2020-01-31 22:02:32 +00:00
MobiusDevelopment
fb52876f79 Removal of StatsVCmd class. 2020-01-31 00:31:39 +00:00
MobiusDevelopment
845dea2551 Removed pointless assignments before packet send. 2020-01-30 23:02:45 +00:00
MobiusDevelopment
b8e3b3df0e Stop auto use task without list checks. 2020-01-30 12:22:12 +00:00
MobiusDevelopment
178f692d47 Fixed Chamber of Prophecies grail NPE. 2020-01-30 12:16:02 +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
f66dbc577c Boat related packet improvements. 2020-01-29 12:50:50 +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
6d89220f21 Addition of quests 10423, 10899, 10900 and 10901.
Contributed by Dmitri.
2020-01-27 13:33:35 +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
42e7b2382c Proper clan level check for ClanMaster. 2020-01-25 12:18:45 +00:00
MobiusDevelopment
0ef951835a Door data moved from CSV to XML. 2020-01-25 11:48:18 +00:00
MobiusDevelopment
7960f9fc58 TeleportToPlayer effect should check if target is in timed hunting zone. 2020-01-24 18:20:30 +00:00
MobiusDevelopment
44f5fbdcef Addition of cleanSkillUponChangeClass checkPreviousClasses parameter. 2020-01-24 15:25:27 +00:00
MobiusDevelopment
c043af33f8 Change class should not remove equipped item skills. 2020-01-24 13:10:13 +00:00
MobiusDevelopment
04d2ed51da Addition of MaximumAddedTime configuration. 2020-01-23 17:40:42 +00:00
MobiusDevelopment
e44125f798 Addition of Time Limited Zones configurations. 2020-01-23 16:32:46 +00:00
MobiusDevelopment
6cd49da1fb Addition of Primeval Island PvP zone.
Contributed by Edoo.
2020-01-23 15:13:06 +00:00
MobiusDevelopment
0d629fd067 Region changes related to timed zones.
Contributed by Edoo.
2020-01-23 15:07:04 +00:00
MobiusDevelopment
8ace115a80 Removed Rune to the Primeval Island boat.
Contributed by Edoo.
2020-01-23 15:02:37 +00:00
MobiusDevelopment
3d0bdd0a46 Addition of AddHuntingTime effect handler. 2020-01-23 14:54:23 +00:00
MobiusDevelopment
86b672924c Minor PlayerInstance timed hunting zone related improvements. 2020-01-23 10:53:14 +00:00
MobiusDevelopment
b8cc866ebc Minor improvement for TimedHuntingZoneList. 2020-01-23 10:33:13 +00:00
MobiusDevelopment
a64eb2a297 Players should not be able to teleport out of special locations. 2020-01-23 02:20:11 +00:00
MobiusDevelopment
3563a89445 Multiple time limited zone checks on login. 2020-01-23 01:58:41 +00:00
MobiusDevelopment
e3421df4c4 Timed zones separation. 2020-01-23 01:43:14 +00:00
MobiusDevelopment
12456c3e91 Players should use Scroll of Escape to exit hunting zones. 2020-01-23 01:41:06 +00:00
MobiusDevelopment
1de26d2fa6 Multiple timed zones support, time is shared. 2020-01-23 00:47:45 +00:00
MobiusDevelopment
9b320e4cfe QuestTimer calls in onTalk may need !isSimulatingTalking check. 2020-01-23 00:43:03 +00:00
MobiusDevelopment
25c71b6817 Check previous classes as well, in case classes where skipped. 2020-01-23 00:11:34 +00:00
MobiusDevelopment
4af5183baf Clean skills upon change class. 2020-01-22 23:36:45 +00:00
MobiusDevelopment
1d3d1cfac6 Primeval Island time limited zone adjustments.
Contributed by Edoo.
2020-01-22 21:01:44 +00:00
MobiusDevelopment
5a198ccff5 Addition of quest More Aggressive Operation (587).
Contributed by Dmitri.
2020-01-22 01:32:15 +00:00
MobiusDevelopment
83d72852b0 Addition of quests 569, 682, 10896, 10897 and 10898.
Contributed by Dmitri.
2020-01-22 01:21:41 +00:00
MobiusDevelopment
805668806e Updated combination data to protocol 228. 2020-01-21 13:59:33 +00:00
MobiusDevelopment
da483f1ba5 DamageByAttack with MOB and BOSS parameters. 2020-01-21 00:10:44 +00:00
MobiusDevelopment
7f69fd2999 Chamber of Prophecies NPE prevention. 2020-01-19 22:07:53 +00:00
MobiusDevelopment
a5748daa84 You should be able to enter at instance from Neti. 2020-01-19 21:28:25 +00:00
MobiusDevelopment
f1ee6a0140 Updated geodata with some new areas. 2020-01-19 19:42:12 +00:00
MobiusDevelopment
7d7081c138 Updated Primeval Island and added missing spawns to Storm Island.
Contributed by Edoo.
2020-01-19 11:08:39 +00:00
MobiusDevelopment
e921e0b0c5 Default value for raceRank StatSet value set to 0. 2020-01-18 16:49:32 +00:00
MobiusDevelopment
c44a4a6555 Updated raidboss NPC templates at 26100-26199.xml file. 2020-01-18 15:47:49 +00:00
MobiusDevelopment
db126a2f59 Fixed quest Noble Material (10591). 2020-01-18 15:27:36 +00:00
MobiusDevelopment
f561777399 Removed non existent drops. 2020-01-18 14:26:17 +00:00
MobiusDevelopment
91a2ae4f93 Support for builder messages through SendMessageLocalisationData. 2020-01-18 12:48:58 +00:00
MobiusDevelopment
ed7267ebac Updated raidboss NPC templates at 29300-29399.xml file. 2020-01-18 11:51:05 +00:00
MobiusDevelopment
7c2f67cb0e Helios NPC template adjustments. 2020-01-17 09:35:50 +00:00
MobiusDevelopment
d3a484ffeb Fixed quest fixed Basic Mission Isle of Souls (567).
Contributed by Dmitri.
2020-01-17 08:45:49 +00:00
MobiusDevelopment
b25b259665 Addition of custom Noble Master and Delevel Manager NPCs. 2020-01-16 03:51:57 +00:00
MobiusDevelopment
25b4b4fe00 Another Paulina's Support Box rework.
Contributed by Darkloud.
2020-01-16 01:21:17 +00:00
MobiusDevelopment
447ff719b1 Fix for hair accessory restoration stones.
Contributed by CostyKiller.
2020-01-15 14:54:56 +00:00
MobiusDevelopment
023c0e8a3a Addition of Attack packet soulshot visual substitute.
Thanks to Edoo.
2020-01-15 14:48:22 +00:00
MobiusDevelopment
1ce7fd581d Updated Baium.
Contributed by Edoo.
2020-01-15 11:33:50 +00:00
MobiusDevelopment
f9d513cbaf Updated Altar of Evil and Bloody Swampland spawns.
Contributed by Edoo.
2020-01-15 11:25:59 +00:00
MobiusDevelopment
9fe54399c7 Updated Tanor Canyon spawns.
Contributed by Edoo.
2020-01-15 11:21:33 +00:00
MobiusDevelopment
de440d5942 Simplify ServerRestartManager message when all days are used. 2020-01-15 10:58:24 +00:00
MobiusDevelopment
6a1f4c21ac Server restart schedule by day. 2020-01-15 10:01:39 +00:00
MobiusDevelopment
dd8abd6252 Addition of quest Revenge, One Step at a Time (10892).
Contributed by Dmitri.
2020-01-14 10:32:04 +00:00
MobiusDevelopment
3ca0791c18 Minor typo correction. 2020-01-13 23:42:33 +00:00
MobiusDevelopment
de47fedd21 Fixed restoring experience gain prohibition. 2020-01-13 21:03:30 +00:00
MobiusDevelopment
1af6911c9b Adjustments for Sea of Spores monsters. 2020-01-13 03:12:22 +00:00
MobiusDevelopment
68370782d5 Addition of missing Lavasillisk privates.
Contributed by andrei.
2020-01-12 13:54:21 +00:00
MobiusDevelopment
58100d2f15 Addition of quest Key to the Refining Process (600).
Contributed by Dmitri.
2020-01-12 06:51:45 +00:00
MobiusDevelopment
82730d669b Addition of quest Thread of Fate Hanging on the Mother Tree (10599).
Contributed by Dmitri.
2020-01-12 06:42:54 +00:00
MobiusDevelopment
083013f237 Fixed appearance stones for R110 items.
Contributed by CostyKiller.
2020-01-11 13:09:49 +00:00
MobiusDevelopment
cf57f53de7 Sel Mahum Training Grounds update and Plains of Lizardmen adjustments.
Contributed by Edoo.
2020-01-11 13:02:06 +00:00
MobiusDevelopment
748ceaff38 Updated Blazing Swamp spawns.
Contributed by Edoo.
2020-01-11 12:53:02 +00:00
MobiusDevelopment
d7459e1a62 Enchant HP bonuses for R110. 2020-01-09 09:00:35 +00:00
MobiusDevelopment
8c0f27cf9c Updated Gludio NPCs.
Contributed by Street.
2020-01-08 18:41:02 +00:00
MobiusDevelopment
ad9b3da392 Addition of quest With All Your Might (10598).
Contributed by Dmitri.
2020-01-08 14:39:29 +00:00
MobiusDevelopment
78a060fcf1 Removed class_index key from character_quests table. 2020-01-08 14:29:47 +00:00
MobiusDevelopment
3172b0c08b Minor code format change for previous commit. 2020-01-08 13:41:21 +00:00
MobiusDevelopment
c8245f7b64 Updated recipe data.
Contributed by Liamxroy.
2020-01-08 13:30:19 +00:00
MobiusDevelopment
a2224943e8 Updated Black Marketer and Merchant of Mammon.
Contributed by Puppyrawr.
2020-01-08 12:48:34 +00:00
MobiusDevelopment
8385505606 Updated NPC Kaysia (34051).
Contributed by Puppyrawr.
2020-01-08 12:42:32 +00:00
MobiusDevelopment
382101d033 Addition of L2top.co vote reward.
Contributed by andrei.
2020-01-08 12:08:35 +00:00
MobiusDevelopment
87a8181f8f Updated Talking Island NPCs.
Contributed by Street.
2020-01-07 19:49:56 +00:00
MobiusDevelopment
10d3a6707d Proper PA open html. 2020-01-07 19:26:45 +00:00
MobiusDevelopment
e57c672035 Updated Plains of the Lizardmen area.
Contributed by Edoo.
2020-01-07 18:22:37 +00:00
MobiusDevelopment
2d5aa96a31 Fixed Maphr's Rune items.
Contributed by Edoo.
2020-01-07 18:03:19 +00:00
MobiusDevelopment
42d215998c Addition of EXP and SP multipliers by class. 2020-01-06 22:57:59 +00:00
MobiusDevelopment
b9882ce3eb Fixed Spellbook: Renewed Energy of Power (80924).
Contributed by Liamxroy.
2020-01-06 22:35:32 +00:00
MobiusDevelopment
934c53500e Addition of Joachim and Gallias AIs. 2020-01-06 22:04:37 +00:00
MobiusDevelopment
9e20fbfd86 Removed Memory of Disaster instance. 2020-01-06 19:29:38 +00:00
MobiusDevelopment
0ab8c3161b Addition of Monastic Crusader (22123) minions.
Contributed by andrei.
2020-01-06 14:31:33 +00:00
MobiusDevelopment
1f56fdc091 Fixed transformations for Blade, Punishment, Wailing of Splendor.
Contributed by andrei.
2020-01-06 14:24:28 +00:00
MobiusDevelopment
a91782e8cb Removed class_index field from character_quests table.
Contributed by ReynalDev.
2020-01-06 14:06:19 +00:00
MobiusDevelopment
366970ee36 Addition of Razen (33803).
Contributed by Street.
2020-01-06 13:20:34 +00:00
MobiusDevelopment
ce9d28ae7a Red Cat's Eye should not be clan depositable.
Contributed by Street.
2020-01-06 13:07:01 +00:00
MobiusDevelopment
78997cf245 Addition of Rodemai's Rune.
Contributed by Street.
2020-01-06 12:49:22 +00:00
MobiusDevelopment
b38aa776fa Adjustments for Investigators Teleporter (34529). 2020-01-05 17:08:30 +00:00
MobiusDevelopment
6cbc8cf310 Proper visual effect for different jewel stages.
Contributed by Street.
2020-01-05 15:55:18 +00:00
MobiusDevelopment
37831b26fd Addition of Freya's Ice Rose.
Contributed by Street.
2020-01-05 15:50:56 +00:00
MobiusDevelopment
32bdad2f27 Addition of Devianne and Leona spawns.
Contributed by Street.
2020-01-05 15:36:03 +00:00
MobiusDevelopment
a844d5d05b Proper spelling for PhysicalDefence effect. 2020-01-05 15:30:35 +00:00
MobiusDevelopment
53cf0ea614 Addition of quests 674, 675, 816, 10597, 10844 and 10852.
Contributed by Dmitri.
2020-01-05 15:09:16 +00:00
MobiusDevelopment
30bed44610 Item count correction for quest 10591.
Contributed by Edoo.
2020-01-05 14:42:42 +00:00
MobiusDevelopment
5e4f4c1409 Removed old domain remnants. 2020-01-05 01:18:30 +00:00
MobiusDevelopment
28ccce509f Reuse of stored clan variable. 2020-01-04 13:59:21 +00:00
MobiusDevelopment
9245d3fd2a Fixed Scroll: Enchant Angel's Accessory.
Contributed by CostyKiller.
2020-01-04 13:47:22 +00:00
MobiusDevelopment
64355cfc48 Fixed Agathion Babayaga.
Contributed by Street.
2020-01-04 13:42:48 +00:00
MobiusDevelopment
2f245131a9 Fixed wrong stats for P. Def and P. Atk.
Contributed by Street.
2020-01-04 13:30:36 +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
d268e06690 Prohibit summoning in timed hunting zones. 2020-01-03 17:51:56 +00:00
MobiusDevelopment
9c61872268 Limit timed zones for 5 hours. 2020-01-03 17:33:21 +00:00
MobiusDevelopment
b16aa0088a Exclude administrators from main RankManager lists. 2020-01-03 16:42:07 +00:00
MobiusDevelopment
eae968d570 Support for time limited zones. 2020-01-03 16:30:59 +00:00
MobiusDevelopment
ad4acb1e4f Moved Silent Valley spawns to Aden folder. 2020-01-03 00:50:30 +00:00
MobiusDevelopment
8a9763a20a Fixed Topzone vote detection.
Contributed by andrei.
2020-01-03 00:29:15 +00:00
MobiusDevelopment
5c712ec4f3 Fixed aggressive minions after respawn. 2020-01-02 16:51:20 +00:00
MobiusDevelopment
219853c8f1 Check removed auto skill shortcuts. 2020-01-02 02:39:07 +00:00
MobiusDevelopment
4382ea4ee6 Check removed shortcut slot ids. 2020-01-02 01:40:41 +00:00
MobiusDevelopment
235203c5f8 Fixed auto consume items. 2020-01-02 01:36:23 +00:00
MobiusDevelopment
2afcbf6bd6 Show castle icon on chat. 2020-01-02 00:37:44 +00:00
MobiusDevelopment
e85db6c835 Addition of ranking skill bonuses. 2020-01-01 23:19:34 +00:00
MobiusDevelopment
0150feee05 Auto use skill reuse check. 2020-01-01 22:47:11 +00:00
MobiusDevelopment
2bd0acbcd5 Addition of player ranks. 2020-01-01 18:01:22 +00:00
MobiusDevelopment
d92b0d9627 Dropped login support for protocol 235. 2019-12-31 13:43:01 +00:00
MobiusDevelopment
9e3fb16374 Proper name for ranking mask. 2019-12-31 12:52:15 +00:00
MobiusDevelopment
ca79eaa7dc Fixed Pa'agrio's Blessing item.
Contributed by Edoo.
2019-12-30 16:06:11 +00:00
MobiusDevelopment
df34a66647 Addition of new fish baits.
Contributed by Edoo.
2019-12-30 15:56:14 +00:00
MobiusDevelopment
fec75cff6f Fixed toggle auto buffs. 2019-12-29 23:55:31 +00:00
MobiusDevelopment
cd7a14388a Powder Keg (18622) should not move. 2019-12-29 12:46:24 +00:00
MobiusDevelopment
a81d475623 Fixed Hopzone vote detection.
Contributed by andrei.
2019-12-27 21:17:28 +00:00
MobiusDevelopment
c087a94d5e Multiple Arrow (10771) castRange fix and Phoenix Arrow (10781) staticReuse removal.
Contributed by Liamxroy.
2019-12-26 08:59:34 +00:00
MobiusDevelopment
2f8f708fd1 OnAttackableKill should trigger when killer is a player symbol or trap.
Contributed by Sahar.
2019-12-25 11:53:23 +00:00
MobiusDevelopment
d36521724d Fixed possible data loss on character disconnection on double login.
Contributed by Sahar.
2019-12-25 11:43:26 +00:00