hello everyone,... i think there are a few very ingenious, clever people among you who might be able to help me further.
I've searched a lot on the internet and unfortunately couldn't find anything about my problem.I have a highfive server running and I noticed something... which bothers me a lot.
The main thing that bothers me is that every attack skill of every class only does damage exactly once, no matter how often the opponent is hit.e.g.the double-shot from the Sagittarius hits the opponent exactly 2 times, but it only does damage once on the second hit.
my question now is to what extent it can be changed in such a way that the Sagittarius also does damage twice with the double-shot. Would that be possible in the java code,...or in the xml files?
I discovered the following in the java_code in java/2lr/gameserver/model/Skills/L2Skill.java and I think it has to do with this.
public final int getHitTime()
{
return _hitTime;
}
public final int getHitCounts()
{
return _hitTimings.length;
}
public final int[] getHitTimings()
{
return _hitTimings;
}
I’ve had better luck growing Telegram groups by boosting external traffic with SEO-optimized blog posts and backlinks, then linking to the group in the content. Organic reach inside Telegram is tricky.
If this is the original i remember playing it like 10 years ago, was a good faction, sadly lacked a lot of content and u could use cheatengine to dupe the ammount of enchants u could use, but gl
New stock of Gmail accounts with 2FA has arrived. Prices have been increased due to high demand and production shortages for this type of account.
New product added: Outlook with OAuth2 and backup email included!
Question
Eddyyy
hello everyone,... i think there are a few very ingenious, clever people among you who might be able to help me further.
I've searched a lot on the internet and unfortunately couldn't find anything about my problem. I have a highfive server running and I noticed something... which bothers me a lot.
The main thing that bothers me is that every attack skill of every class only does damage exactly once, no matter how often the opponent is hit. e.g. the double-shot from the Sagittarius hits the opponent exactly 2 times, but it only does damage once on the second hit.
my question now is to what extent it can be changed in such a way that the Sagittarius also does damage twice with the double-shot. Would that be possible in the java code,...or in the xml files?
I discovered the following in the java_code in java/2lr/gameserver/model/Skills/L2Skill.java and I think it has to do with this.
public final int getHitTime()
Edited by Vision{
return _hitTime;
}
public final int getHitCounts()
{
return _hitTimings.length;
}
public final int[] getHitTimings()
{
return _hitTimings;
}
0 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now