Hi people,add these two codes, but my problem is as follows, he could fix the error of atk spd. It only appears when changing from weapon to weapon, for example the bow is equipped, they attack, and they change to a blade and the bug is executed. What I need is that when there is a weapon exchange, it has a certain hit delay.I have flood protector for movements,only this bug remains.I use jfrozen.
useitem.java
//Eliminando Bug Attack Speed
if (item.isEquipped())
{
activeChar.abortAttack();
//AGREGAR UN DELAY QUE FUNCIONE
}
//Eliminado Bug de Attack Speed
if (activeChar.isAttackingNow())
{
return;
}
Aren’t you bored of scamming people over and over again? It’s kind of shameful to be Ukrainian and scam people. That just shows how low you are, and it makes you look like a loser, sadly.
Question
guishermo15
Hi people,add these two codes, but my problem is as follows, he could fix the error of atk spd. It only appears when changing from weapon to weapon, for example the bow is equipped, they attack, and they change to a blade and the bug is executed. What I need is that when there is a weapon exchange, it has a certain hit delay.I have flood protector for movements,only this bug remains.I use jfrozen.
Edited by guishermo15useitem.java
//Eliminando Bug Attack Speed
if (item.isEquipped())
{
activeChar.abortAttack();
//AGREGAR UN DELAY QUE FUNCIONE
}
//Eliminado Bug de Attack Speed
if (activeChar.isAttackingNow())
{
return;
}
1 answer 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