Jump to content

Recommended Posts

  • 3 weeks later...
  • 2 weeks later...
Posted

can be changed for not give MP in combat state? (Purple).

 

go to

\data\scripts\handlers\itemhandlers\itemskilltemplate.java

and put a line like this

if (item.getItemId()==728 && playable.getPvpFlag() > 0)

{

return;

}

 

  • 2 weeks later...
  • 3 weeks later...
Posted

go to

\data\scripts\handlers\itemhandlers\itemskilltemplate.java

and put a line like this

if (item.getItemId()==728 && playable.getPvpFlag() > 0)

{

return;

}

 

 

Thx so much ^^

  • 3 months later...

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