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;
Question
Feelmyspells
Hi guys I was wondering if it is easy to create a pack like good vs evil,but instead war between the races?
Is something like this easy?I know it would demand a lot of jscripting,but anybody tried it?
Link to comment
Share on other sites
5 answers to this question
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.