Jump to content

Question

Posted (edited)

hello guys if anyone can help me with this or i can pay to make it done

i want to make packets on cast skills to finish shorter than normal like this server

and without touch the skill cast time just to make it from skill packets

like this video

 

Edited by GoldenNightmare

7 answers to this question

Recommended Posts

  • 0
Posted

L2Character / Creature from memory has code responsible for cast time and such. Find beginCast and search for the code line with magic broadcast and decrease the timer. I guess. Not rly sure. 

  • 0
Posted (edited)

im using l2jserver last rev

 

are u talking about this  ?

 

broadcastPacket(new MagicSkillUse(this, target, skill.getDisplayId(), skill.getDisplayLevel(), hitTime, reuseDelay));

 

but guys maybe its happening on official from packet priority?

Edited by GoldenNightmare
  • 0
Posted
		if ((skillAnimTime < 500) && (skill.getHitTime() > 500))
		{
			skillAnimTime = 500;
		}

Reduce values. Avoid to delete the check, but put something like 100 or 50. Lower values or non-existant could introduce issues.

 

If you haven't that part of code, you got something similar between Kara' 's code and broadcastPacket(new MagicSkillUse  anyway.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock