Jump to content
  • 0

Atk Speed Bug


Question

11 answers to this question

Recommended Posts

  • 0
Posted
	public int calculateTimeBetweenAttacks(final L2Character target, final L2Weapon weapon)
	{
		double atkSpd = 0;
		if (weapon != null)
		{
			switch (weapon.getItemType())
			{
				case BOW:
					atkSpd = getStat().getPAtkSpd();
					return (int) (1500 * 345 / atkSpd);
				case DAGGER:
					atkSpd = getStat().getPAtkSpd();
					// atkSpd /= 1.15;
					break;
				default:
					atkSpd = getStat().getPAtkSpd();
			}
		}
		else
		{
			atkSpd = getPAtkSpd();
		}
		
		return Formulas.getInstance().calcPAtkSpd(this, target, atkSpd);
	}

Maybe in here problem? L2Character.java

  • 0
Posted

[GR] den thelei na miosi to atk speed apla thelei na min kolaei kai kanei double hit alla oso nane palio client den ginete.. mono an balei delay sto attack dld oso attack speed anebazis na prosteti delay sto epomeno attack meta ta 1500

  • 0
Posted
1 hour ago, StinkyMadness said:

First of all.. stop testing things like this with GM chars, second on getPAtkSpd() inside L2Character you can use an limmit.

Not a Gm char. He don't want any limit. It's a feature! Wings +1k atk speed. kkk

 

Enjoy br like servers with stats over 3-5-10k :dat:

  • Like 1

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...