L2JMobius
Public Development => Solved/Invalid Bug Reports => Topic started by: Robotukas5 on February 13, 2026, 01:38:16 PM
-
Chronicle: Interlude (Mobius latest rev)
Skill: Hydro Blast (ID 1235)
Issue: Skill always deals 1 damage.
Other magic nukes work correctly.
Tested on players, mobs, guards.
No custom modifications except XML.
Reproduction:
1. Learn Hydro Blast Lv13
2. Cast on any target
3. Damage = 1
Expected:
Normal magical damage based on power value.
-
Not true at all
You fucked up the xml of the skill or something else on clean version work perfect
(https://i.ibb.co/Zz5X15bb/image.webp) (https://ibb.co/WvZ5pZRR)
-
Not true at all
You fucked up the xml of the skill or something else on clean version work perfect
(https://i.ibb.co/Zz5X15bb/image.webp) (https://ibb.co/WvZ5pZRR)
I did not modify the skill XML.
Skill 1235 (Hydro Blast) is clean from the original Mobius Interlude pack.
Important detail:
• Damage to regular NPCs = normal (works correctly)
• Damage to other player = 1
• Damage to guard NPC = 1
• Other magic skills work correctly in PvP
So this does NOT look like broken XML or wrong power value.
It looks like a PvP-related calculation issue (possibly elemental interaction or PvP formula layer), because PvE damage is correct while PvP damage is always 1.
Tested on clean skill file without modifications.
Can you confirm if there is any known PvP/elemental interaction affecting Hydro Blast specifically in Interlude branch?
-
Not true at all
You fucked up the xml of the skill or something else on clean version work perfect
(https://i.ibb.co/Zz5X15bb/image.webp) (https://ibb.co/WvZ5pZRR)
Is this our Interlude client? 😧🥰
-
I did not modify the skill XML.
Skill 1235 (Hydro Blast) is clean from the original Mobius Interlude pack.
Important detail:
• Damage to regular NPCs = normal (works correctly)
• Damage to other player = 1
• Damage to guard NPC = 1
• Other magic skills work correctly in PvP
So this does NOT look like broken XML or wrong power value.
It looks like a PvP-related calculation issue (possibly elemental interaction or PvP formula layer), because PvE damage is correct while PvP damage is always 1.
Tested on clean skill file without modifications.
Can you confirm if there is any known PvP/elemental interaction affecting Hydro Blast specifically in Interlude branch?
Again not true... Deal 1 dmg if diference of lvl is big charter 55 against charter 55 with hydro lvl 13...
(https://i.ibb.co/vx0Xhsxt/image.png) (https://ibb.co/gMk4dvMn)
Is this our Interlude client? 😧🥰
Ofc is not retail but... Maybe you will see it :)
-
Again not true... Deal 1 dmg if diference of lvl is big charter 55 against charter 55 with hydro lvl 13...
(https://i.ibb.co/vx0Xhsxt/image.png) (https://ibb.co/gMk4dvMn)
Ofc is not retail but... Maybe you will see it :)
yes the problem was starting lvl 80 , I change class 1-2-3 I only get skills up to lvl 13. others lvl need to be learned from class NPC.
-
Maybe use this?
# Calculate magic success by target level and skill magic level (when available).
# Otherwise target level and (alternatively) attacker level is used.
CalculateMagicSuccessBySkillMagicLevel = True
-
Maybe use this?
# Calculate magic success by target level and skill magic level (when available).
# Otherwise target level and (alternatively) attacker level is used.
CalculateMagicSuccessBySkillMagicLevel = True
This config is not related to the issue.
CalculateMagicSuccessBySkillMagicLevel only affects the magic success formula (how debuffs / magic skills land), based on skill magic level and target level. It does not affect skill learning, auto learn, or maximum skill level after class change.
When leveling normally by killing mobs, everything works correctly and skills are learned up to their maximum level.
The problem only appears when the character starts directly at level 80. In that case, skills stop around level 13 and the remaining levels must be learned manually from the skill master.
So this is clearly related to auto-learn / class change / initial skill granting logic, not to the magic success calculation setting.
-
Sounds like custom and apparenty affected by proper skill level calculation.
If you want custom, change your skills levels in XML to match the level you set the player.
...or as the above, create a config for it.
-
Sounds like custom and apparenty affected by proper skill level calculation.
If you want custom, change your skills levels in XML to match the level you set the player.
...or as the above, create a config for it.
Got it, makes sense. Thanks.
-
This config is not related to the issue.
CalculateMagicSuccessBySkillMagicLevel only affects the magic success formula (how debuffs / magic skills land), based on skill magic level and target level. It does not affect skill learning, auto learn, or maximum skill level after class change.
When leveling normally by killing mobs, everything works correctly and skills are learned up to their maximum level.
The problem only appears when the character starts directly at level 80. In that case, skills stop around level 13 and the remaining levels must be learned manually from the skill master.
So this is clearly related to auto-learn / class change / initial skill granting logic, not to the magic success calculation setting.
This is fixed already. Maybe will be on the next realice
-
This is fixed already. Maybe will be on the next realice
Good to know. Thanks for confirming and fixing it.