TO OWNER! (How to fix auto retaliate)
|
|
05-09-2013 08:54 AM TO OWNER! (How to fix auto retaliate)
Post: #1
This is how to fix the annoying auto retaliate glitch where your character, if being attacked by multiple enemy's will constantly switch between them, rather than just killing one off and moving on to the next.
In hit.java find this line if (player.shouldAutoRetaliate()) { and simply change it to if (player.shouldAutoRetaliate() && !player.isAttacking()) { |
top |
« Next Oldest | Next Newest »
|
Messages In This Thread |
TO OWNER! (How to fix auto retaliate) - str very low - 05-09-2013 08:54 AM
RE: TO OWNER! (How to fix auto retaliate) - Aaron - 05-09-2013, 05:56 PM
RE: TO OWNER! (How to fix auto retaliate) - Henning B - 05-09-2013, 07:43 PM
RE: TO OWNER! (How to fix auto retaliate) - Aaron - 05-09-2013, 08:13 PM
RE: TO OWNER! (How to fix auto retaliate) - Henning B - 05-09-2013, 08:21 PM
RE: TO OWNER! (How to fix auto retaliate) - Acerd - 05-09-2013, 08:20 PM
RE: TO OWNER! (How to fix auto retaliate) - Plural - 05-10-2013, 06:50 AM
|
User(s) browsing this thread: 2 Guest(s)