Commit Graph

383 Commits

Author SHA1 Message Date
MobiusDevelopment
e751bfbd47 Removed stream usage from Op2hWeaponSkillCondition. 2023-01-08 13:23:39 +00:00
MobiusDevelopment
f1cf75d6e7 Removed stream usage from ChangeBody effect. 2023-01-08 13:19:46 +00:00
MobiusDevelopment
4bf8062fd4 Removed stream usage from AbstractStatEffect. 2023-01-08 13:11:39 +00:00
MobiusDevelopment
9affd41455 Removed stream usage from CriticalRate effect. 2023-01-08 13:06:55 +00:00
MobiusDevelopment
003a68a7e1 Removed stream usage from BlockActions effect. 2023-01-08 11:51:53 +00:00
MobiusDevelopment
8226d405fc Removed stream usage from BlockAbnormalSlot effect. 2023-01-08 11:46:26 +00:00
MobiusDevelopment
248a6b65fb Removed stream usage from QuestLink. 2023-01-08 11:25:04 +00:00
MobiusDevelopment
1f0c68dc1d Spawn command should consider names containing spaces. 2023-01-06 22:09:36 +00:00
MobiusDevelopment
dcbfa95a9b Spawn search should consider names containing spaces. 2023-01-03 22:03:20 +00:00
MobiusDevelopment
158e063fd3 Handy's Block Checker Event adjustments and removals. 2022-12-28 09:41:04 +00:00
MobiusDevelopment
3ce8992fe3 Proper BlessedSpiritShot charge ShotType.
Contributed by Tonyksar.
2022-12-26 18:15:44 +00:00
MobiusDevelopment
0ab71457ca MagicSkill packet related cleanups. 2022-12-24 22:03:24 +00:00
MobiusDevelopment
e6085edc4c Cleanup of unnecessary void method and class modifiers. 2022-12-13 22:13:36 +00:00
MobiusDevelopment
39fce1ade4 Make use of onAttack with Skill parameter for some scripts.
Thanks to petryxa.
2022-12-13 07:20:11 +00:00
MobiusDevelopment
ed84b6383e Addition of AddSkillBySkill refresh stats task. 2022-12-11 04:48:42 +00:00
MobiusDevelopment
f1158b42a0 Support for AggroInfo long numbers. 2022-12-01 04:30:00 +00:00
MobiusDevelopment
25ca9044f1 Proper admin create item inventory update. 2022-12-01 04:24:35 +00:00
MobiusDevelopment
bb66fa5fd7 HpCpHeal effect should also use additional potion CP stat.
Thanks to petryxa.
2022-11-17 02:42:52 +00:00
MobiusDevelopment
d4b73a13d0 New networking. 2022-11-05 23:07:45 +00:00
MobiusDevelopment
703c8874f7 Removed CanSummonMultiSkillCondition spammed message.
Contributed by nasseka.
2022-11-04 01:42:43 +00:00
MobiusDevelopment
ddefe2f413 Manage summon skill action with SELF target type. 2022-10-19 07:25:24 +00:00
MobiusDevelopment
8c63798e84 Fixed server info deamon thread count. 2022-10-18 22:10:34 +00:00
MobiusDevelopment
dbda42233c AddSkillBySkill canPump transform check and send skill list onExit.
Thanks to Liamxroy.
2022-10-15 21:44:10 +00:00
MobiusDevelopment
ba0c034869 UnsummonServitor action should not work with pets.
Contributed by petryxa.
2022-10-15 21:11:23 +00:00
MobiusDevelopment
41f9321e60 Synced presumably forgotten changes from Summon to SummonMulti effect. 2022-10-09 21:54:14 +00:00
MobiusDevelopment
e46fbd724f Check summon shared skills on Summon effect spawn. 2022-10-09 21:50:47 +00:00
MobiusDevelopment
8302a0c125 Removed recalculateStats from AddSkillBySkill effect. 2022-10-08 23:11:45 +00:00
MobiusDevelopment
6201cf9303 Daily Mission changes.
Contributed by kamikadzz.
2022-10-08 22:49:25 +00:00
MobiusDevelopment
0f112452c3 Cancel effect and recalculate stats with AddSkillBySkill onExit. 2022-10-06 01:38:39 +00:00
MobiusDevelopment
f463a97e46 Addition of chance parameter to CallSkill effect. 2022-10-04 21:09:41 +00:00
MobiusDevelopment
303d46dc91 XML indentation cleanup. 2022-10-04 12:31:51 +00:00
MobiusDevelopment
4ed4990c99 Stop skill effect check for TriggerSkillByHpPercent.
Contributed by petryxa.
2022-10-02 06:00:27 +00:00
MobiusDevelopment
9532fd2d1a Prohibit ResurrectionSpecial triggering in olympiad. 2022-10-02 05:55:18 +00:00
MobiusDevelopment
581800ad57 Do not kill player with RealDamage in olympiad.
Thanks to Fakee.
2022-10-02 05:25:56 +00:00
MobiusDevelopment
27f19f4e0b Removed unnecessary DrChaos npc null check. 2022-10-01 10:21:55 +00:00
MobiusDevelopment
961a2f88c1 ChatWorld should check if receiving player is blocking.
Thanks to Enryu.
2022-10-01 09:56:08 +00:00
MobiusDevelopment
629cfae635 Addition of OlympiadEnabled configuration. 2022-09-25 12:04:21 +00:00
MobiusDevelopment
9b7781344b Exclude olympiad observers from not friend affect object types. 2022-09-24 10:23:05 +00:00
MobiusDevelopment
e38c50ed2e Directly show quest dialog when a single quest is started. 2022-09-18 21:58:35 +00:00
MobiusDevelopment
dc6ee5ad05 Directly show quest dialog when a single quest is available. 2022-09-16 23:42:35 +00:00
MobiusDevelopment
c47b581096 ImmobilePetBuff effect could be self cast. 2022-09-11 21:16:06 +00:00
MobiusDevelopment
aab13005e1 Improvements for Compelling skill effect.
Contributed by Fakee.
2022-09-08 11:33:44 +00:00
MobiusDevelopment
1719227825 Support for OpEquipItem multiple item ids. 2022-09-08 11:14:44 +00:00
MobiusDevelopment
ed9095b11a OpEquipItem skill condition cleanup. 2022-09-03 01:40:30 +00:00
MobiusDevelopment
40ebd82319 CallPc effect with ENEMY target type now uses FlyToLocation.
Thanks to kamikadzz.
2022-09-03 01:27:50 +00:00
MobiusDevelopment
88c8aa38a0 Follow project coding style for event void methods. 2022-09-03 00:50:02 +00:00
MobiusDevelopment
d0fae0be8f Minor AdminEnchant cleanup. 2022-08-28 16:26:18 +00:00
MobiusDevelopment
7765b83c16 Addition of .online voiced command. 2022-08-22 21:39:24 +00:00
MobiusDevelopment
19241a0080 Addition of .offline voiced command. 2022-08-21 21:18:06 +00:00
MobiusDevelopment
394d9d9a4e VampiricDefence formula adjustments.
Contributed by nasseka.
2022-08-20 21:44:57 +00:00