This commit is contained in:
dginovker
2019-06-20 20:27:21 -04:00
parent cc169b33ab
commit 37be342311
132 changed files with 43 additions and 5 deletions
@@ -93,7 +93,7 @@ public abstract class Player {
dialogueAction = 0, autocastId, followDistance, followId2,
barrageCount = 0, delayedDamage = 0, delayedDamage2 = 0,
pcPoints = 0, magePoints = 0, desertTreasure = 0,
lastArrowUsed = -1, autoRet = 0, pcDamage = 0, xInterfaceId = 0,
lastArrowUsed = -1, autoRet = 1, pcDamage = 0, xInterfaceId = 0,
xRemoveId = 0, xRemoveSlot = 0, tzhaarToKill = 0, tzhaarKilled = 0,
waveId, frozenBy = 0, poisonDamage = 0, teleAction = 0,
bonusAttack = 0, lastNpcAttacked = 0, killCount = 0, witchspot,
@@ -11,7 +11,7 @@ import redone.util.Misc;
public class AntiBotting {
public static void botCheckInterface(Client client) {
int x = Misc.random(190);
/*int x = Misc.random(190);
int y = Misc.random(190);
client.getActionSender().setInterfaceOffset(x, y, 6015);
@@ -23,7 +23,8 @@ public class AntiBotting {
client.getPlayerAssistant().sendFrame126("I'm not a bot!", 6020);
client.getPlayerAssistant().showInterface(6014);
client.isBotting = true;
client.getActionSender().sendMessage("@red@Are you a bot?@bla@");
client.getActionSender().sendMessage("@red@Are you a bot?@bla@");*/
client.isBotting = false;
}
}