Added dynamic lair spawns, fixed equip exploit, fixed some bugs and client crashes, updated engine

This commit is contained in:
Light2
2013-12-08 18:17:01 +01:00
parent 7af18344bc
commit 93195f7d5f
29 changed files with 384 additions and 96 deletions
+1 -12
View File
@@ -127,6 +127,7 @@ public class PlayerService implements INetworkDispatch {
}
}, 0, 1000, TimeUnit.MILLISECONDS);
scheduler.scheduleAtFixedRate(new Runnable() {
@@ -142,18 +143,6 @@ public class PlayerService implements INetworkDispatch {
}, 0, 1000, TimeUnit.MILLISECONDS);
/*scheduler.scheduleAtFixedRate(new Runnable() {
@Override
public void run() {
if(creature.getCombatFlag() == 1)
creature.resetHAMList();
}
}, 0, 10, TimeUnit.SECONDS);*/
}