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.

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...