Jump to content

[Share] PvP Level System


Versus

Recommended Posts

  • 2 months later...

well if I put in so L2Attackable.java

 

if (!attacker.isDead() && (attacker.getLevel() <= 85 && Config.ALLOW_PVP_LEVEL_SYSTEM))

 

my char to lvl to go and wins Exp

 

and if I put in so L2Attackable.java:

 

if (!attacker.isDead() && attacker.getLevel() <= 85)

 

 

my char is only lvl and gain exp but not goin past lvl 85, meaning he was to go to lvl 86 but not going ta ai and how do I fix this?

 

use the rev L2JLive e L2Jserver

Link to comment
Share on other sites

  • 2 months later...

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