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.
I have a Polish friend who gave me a solution for this issue, all credit goes to @SSnakEE. The ingenuity is as follows. Total thanks to him.
Playable.java
insert to
public boolean canKeepAttacking(Creature target)
{
//if target is flagged keep attacking
if (targetPlayer.getPvpFlag() > 0)
return true;
Recommended Posts
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.