Jump to content

Recommended Posts

Posted

Once your apply the core part, no one can't use most of the reinforcement skills, and toggle skills by the normal methods. It doesn't matter if you are in the event, or in a town, or in a arena, the only way to use those skills is pressing SHIFT + click.

 

 

how i can fix this

  • 2 weeks later...
  • 2 weeks later...
  • 1 month later...
  • 4 weeks later...
  • 2 weeks later...
Posted

so I add the patch manually on the l2j epilogue but there is an error:

  if ((_inEventDM && !player._inEventDM) || (!_inEventDM && player._inEventDM))

 

if someone know how to fix it, I will be really grateful... ty

Posted

so I add the patch manually on the l2j epilogue but there is an error:

  if ((_inEventDM && !player._inEventDM) || (!_inEventDM && player._inEventDM))

 

if someone know how to fix it, I will be really grateful... ty

If i remember right, It needs : L2PcInstance player;

Posted

Or simply remove the "player.", since it's not defined above..

It's obvious from here too:

sendPacket(ActionFailed.STATIC_PACKET);

 

You remember right or

L2PcInstance = (L2PcInstance) this;

 

wut?

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
Reply to this topic...

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