borat23 Posted March 27, 2015 Share 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 Quote Link to comment Share on other sites More sharing options...
Czar Posted March 27, 2015 Author Share 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 Quote Link to comment Share on other sites More sharing options...
borat23 Posted March 28, 2015 Share 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 Quote Link to comment Share on other sites More sharing options...
Czar Posted March 28, 2015 Author Share 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. Quote Link to comment Share on other sites More sharing options...
borat23 Posted March 28, 2015 Share 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 Quote Link to comment Share on other sites More sharing options...
Czar Posted March 28, 2015 Author Share Posted March 28, 2015 Interesting post, update coming soon Quote Link to comment Share on other sites More sharing options...
Xperia Posted March 30, 2015 Share Posted March 30, 2015 doest drink super attack pots for some reason Quote Link to comment Share on other sites More sharing options...
Czar Posted March 30, 2015 Author Share 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 Quote Link to comment Share on other sites More sharing options...
borat23 Posted March 30, 2015 Share Posted March 30, 2015 doest drink super attack pots for some reason It does for me. Quote Link to comment Share on other sites More sharing options...
MisterSkeletons Posted April 1, 2015 Share 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! Quote Link to comment Share on other sites More sharing options...
potatoezz Posted April 1, 2015 Share Posted April 1, 2015 Is it just me or the bot gets stuck in the corner of the bank? Quote Link to comment Share on other sites More sharing options...
Mister Slyther Posted April 1, 2015 Share Posted April 1, 2015 Just baught this, seems to work atm nicely. 1 Quote Link to comment Share on other sites More sharing options...
elliott1993 Posted April 1, 2015 Share 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 Quote Link to comment Share on other sites More sharing options...
1k03dub4d Posted April 2, 2015 Share Posted April 2, 2015 will you be fixing the banking method? it gets stuck at the corner of the bank... 1 Quote Link to comment Share on other sites More sharing options...
Czar Posted April 2, 2015 Author Share 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 Quote Link to comment Share on other sites More sharing options...