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?

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