melron Posted December 5, 2017 Posted December 5, 2017 (edited) Hello guys, i noticed that in all l2jpacks i've worked the damage from skills,arrows are given before the animation-arrow is on the target. Is it about any synchronization? Why all projects have this thing? should increase the delay of the HitTask ? Edited December 5, 2017 by melron Quote
1 Sdw Posted December 5, 2017 Posted December 5, 2017 It might I don't remember really but most l2j pack use wrong formula either way. You might want to check that : https://bitbucket.org/UnAfraid/l2junity/src/d4e5e5ba7a96d89eb9081b897ba59c6024ec78e0/l2junity-gameserver/src/main/java/org/l2junity/gameserver/model/stats/Formulas.java?at=master&fileviewer=file-view-default#Formulas.java-443 Following method and usage. Quote
0 HarryHoudini Posted December 5, 2017 Posted December 5, 2017 It's normal this way,nothing wrong with it.This how it works everywhere. Damage has been already calculated once the spell/arrow casted thats why it happens so. Quote
0 melron Posted December 5, 2017 Author Posted December 5, 2017 Just now, HarryHoudini said: It's normal this way,nothing wrong with it.This how it works everywhere. Damage has been already calculated once the spell/arrow casted thats why it happens so. Do you find it 'normal' ? :D No , the damage isnt calculated once the spell is casted ... conditions yes. The damage is calculating while the last conditions passed about peace zones etc. Quote
0 HarryHoudini Posted December 5, 2017 Posted December 5, 2017 Just now, melron said: Do you find it 'normal' ? :D No , the damage isnt calculated once the spell is casted ... conditions yes. The damage is calculating while the last conditions passed about peace zones etc. Yes,you can check out videos from retail gaming.You'll see same happens,of course you can change it if you'd like to,but yes it's normal. Quote
0 melron Posted December 5, 2017 Author Posted December 5, 2017 Just now, HarryHoudini said: Yes,you can check out videos from retail gaming.You'll see same happens,of course you can change it if you'd like to,but yes it's normal. The fact that all servers working like this isn't mean that is correct. It's like the private store buy thing with the enchant value bug that lives in all projects. Quote
0 HarryHoudini Posted December 5, 2017 Posted December 5, 2017 (edited) Just now, melron said: The fact that all servers working like this isn't mean that is correct. It's like the private store buy thing with the enchant value bug that lives in all projects. Check again above,i spoke about having a look on film from retail gameplay,not just priv servers. Edited December 5, 2017 by HarryHoudini Quote
0 melron Posted December 5, 2017 Author Posted December 5, 2017 2 minutes ago, melron said: The fact that all servers working like this isn't mean that is correct. 1 minute ago, HarryHoudini said: Check again above,i spoke about having a look on film from retail gameplay,not just priv servers. check again what i mean... It's clearly about logic. why the target is receiving damage before the 'object' hit him? Quote
0 HarryHoudini Posted December 5, 2017 Posted December 5, 2017 (edited) 55 minutes ago, melron said: check again what i mean... It's clearly about logic. why the target is receiving damage before the 'object' hit him? Yes, but that's how it works,i know it seems to happen something wrong,it looks weird also. I am just telling that this is normal behaviour Edited December 5, 2017 by HarryHoudini Quote
0 melron Posted December 6, 2017 Author Posted December 6, 2017 19 hours ago, Sdw said: It might I don't remember really but most l2j pack use wrong formula either way. You might want to check that : https://bitbucket.org/UnAfraid/l2junity/src/d4e5e5ba7a96d89eb9081b897ba59c6024ec78e0/l2junity-gameserver/src/main/java/org/l2junity/gameserver/model/stats/Formulas.java?at=master&fileviewer=file-view-default#Formulas.java-443 Following method and usage. Thank you for your understanding Quote
0 Sdw Posted December 6, 2017 Posted December 6, 2017 (edited) 1 hour ago, melron said: Thank you for your understanding It's RE from GF and (very slightly updated) to GoD+ (mostly magic type addition) The hit time / cast time is the very same since GF as it still matches. Guess it's the same since forever really, but clean it up for lower version. Edited December 6, 2017 by Sdw Quote
Question
melron
Hello guys,
i noticed that in all l2jpacks i've worked the damage from skills,arrows are given before the animation-arrow is on the target.
Is it about any synchronization? Why all projects have this thing? should increase the delay of the HitTask ?
Edited by melron10 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.