Jump to content
  • 0

skill cast time shorter


GoldenNightmare

Question

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
Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

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. 

Link to comment
Share on other sites

  • 0

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
Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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