borat23 Posted March 27, 2015 Posted March 27, 2015 Thanks for the update! It seems as though if you don't have food in your inventory, the script will not work. It get stuck that the banking state and doesn't do anything. Also, when walking it would probably be more natural if it clicked on the next spot before getting to the spot it's going to. 1
Czar Posted March 27, 2015 Author Posted March 27, 2015 Version 2.21 - Re-added banking (woops, removed it while re-writing script for some reason) - Added non-delayed walking (now it never stops walking during a path) Update should be live within an hour 1
borat23 Posted March 28, 2015 Posted March 28, 2015 (edited) Thanks! Another thing, though. The script seems to drink potions very infrequently. Only when the boost gets very low. It'd be nice if it drank potions more often or if there was an option to have it do so. Edited March 28, 2015 by borat23
Czar Posted March 28, 2015 Author Posted March 28, 2015 Well I have it set to 4, I can increase it though. I'll re-write my potion class to support higher levels I guess.
borat23 Posted March 28, 2015 Posted March 28, 2015 (edited) Well not all potions give the same amount of boost. Maybe it should be a more conditional number. Such as, amount of boost the potion gives divided by 2, then take the ceiling of that. Then you could have it randomly + or - 1 from that number as an anti-ban feature. Pseudocode: int drinkPotion int boostOfPotion drinkPotion = ceiling(boostOfPotion/2) int antiBanPotionDrink = genRandNum1-3() if genRandNum1-3() == 1 then drinkPotion += drinkPotion + 0 else if genRandNum1-3() == 2 then drinkPotion += drinkPotion + 1 else if genRandNum1-3() == 3 then drinkPotion += drinkPotion - 1 end Hope this makes sense. Just wanted to be extra clear. Edited March 28, 2015 by borat23 1
Czar Posted March 30, 2015 Author Posted March 30, 2015 doest drink super attack pots for some reason Just super attack? What about super strength etc. And what's your attack level
borat23 Posted March 30, 2015 Posted March 30, 2015 doest drink super attack pots for some reason It does for me.
MisterSkeletons Posted April 1, 2015 Posted April 1, 2015 In love with this script. Works flawlessly, incredibly smart bot. If I saw someone else using this I probably wouldn't know they were botting unless I tried talking to them for a while. Gotten me to 60 attack in no time!
potatoezz Posted April 1, 2015 Posted April 1, 2015 Is it just me or the bot gets stuck in the corner of the bank?
Mister Slyther Posted April 1, 2015 Posted April 1, 2015 Just baught this, seems to work atm nicely. 1
elliott1993 Posted April 1, 2015 Posted April 1, 2015 hey man, ive bought this script but its not apearing in my Scripts? can you help Edit - up and running nwo mate thanks
1k03dub4d Posted April 2, 2015 Posted April 2, 2015 will you be fixing the banking method? it gets stuck at the corner of the bank... 1
Czar Posted April 2, 2015 Author Posted April 2, 2015 will you be fixing the banking method? it gets stuck at the corner of the bank... Screenshot please? And show the console log too