Hey there everybody!
I would like to get some help with my case since I tried to fix the problem myself numerous times but nothing seems to have any effect, not even with the help of a friend.
So here is the thing: Melee classes like daggers and tanks cannot hit/use skills on a running target. The attacker will chase/run after the target and when he reaches the minimum distance to hit/use skill, he does nothing, just stops and starts running again in a loop. Very rarely you can hit/ use a skill, VERY rarely.
For example, you try to kill a Mage with a Dagger> Mage is running from you, you try to backstab but you cant! Even with Dash, I rin to the mage but nothing happens, even from the front! When mage stop running I can use skills/hits.
I tried to increase attack range in AttackableAI.java:
int range = combinedCollision;
if (attackTarget.isMoving())
range += 15;
if (npc.isMoving())
range += 15;
15 is the original value, I tried with 50, 100, but didnt change anything.
Also,this problem also affects archers in some way, check it, that is not normal:
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
L2jMobius has a variety of servers, that all are actively developed.
https://gitlab.com/MobiusDevelopment/L2J_Mobius
Better version if you donate 200 euros to the project? Yes.
https://l2jmobius.org
A tutorial is provided.
https://l2jmobius.org/forum/index.php?topic=3231.0
Please do not come if you cannot compile and test on your own.
MidnightSell team WTB/WTS GOLD TWW EU/US all servers
Cataclysm all servers
Payment Visa/Master/Btc/Eth/Trc-20/Erc-20 (all payments within 10 min)
For all question pls dm
Discord https://discord.gg/h8AN57qJjK
Or Telegram @MidnightSell
Question
tiguz
Hey there everybody!
I would like to get some help with my case since I tried to fix the problem myself numerous times but nothing seems to have any effect, not even with the help of a friend.
So here is the thing: Melee classes like daggers and tanks cannot hit/use skills on a running target. The attacker will chase/run after the target and when he reaches the minimum distance to hit/use skill, he does nothing, just stops and starts running again in a loop. Very rarely you can hit/ use a skill, VERY rarely.
For example, you try to kill a Mage with a Dagger> Mage is running from you, you try to backstab but you cant! Even with Dash, I rin to the mage but nothing happens, even from the front! When mage stop running I can use skills/hits.
I tried to increase attack range in AttackableAI.java:
int range = combinedCollision; if (attackTarget.isMoving()) range += 15; if (npc.isMoving()) range += 15;
15 is the original value, I tried with 50, 100, but didnt change anything.
Also,this problem also affects archers in some way, check it, that is not normal:
20 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.