Search the Community
Showing results for tags 'alkharid'.
-
Just learning to script and i want my bot to walk to Khalid bank this is what i got so far package scripts; import org.tribot.script.Script; import org.tribot.script.ScriptManifest; @ScriptManifest(authors = { "MySmallBox" }, category = "Crafting", name = "alkharid crafter") public class TinMiner extends Script { private boolean isAtBank(){ return false;} private boolean walkToBank(){ return false;} @Override public void run(){ while(true){ if(isAtBank()){ //begin crafting leather... this is for later but now i need to know how to walk to bank first }
- 14 replies
-
- scripting help
- tutorial
-
(and 3 more)
Tagged with:
-
Like this script? Like this post! Version: v1.005 Last Updated: April 4th, 2014 Intelligent combat algorithm Detecting closest target & target changes (-) Interactive UI & pop-out loot table (-) Pure friendly, and excellent training for low & even higher level accounts (-) Returns to fighting area if teleported by random & user has ring of dueling equipped. (-) Strength, Super strength, and Ranging potion support (-) Makes use of all 4 possible areas for warriors so player should never be wasting ti
- 179 replies
-
- 3
-
-
- combat
- money making
-
(and 7 more)
Tagged with:
-
Made this in response to this: https://tribot.org/forums/topic/60997-request-jug-of-water-getter/ SpiffyPowerJugger (SpiffyJugger 2.0) Features: - Node based Framework - Paint to keep track of profit and jugs per hour - WebWalking to hassan and bank - Fast Jug Grabbing I updated this script and made it 10x more efficient than the last one, and fixed a lot of issues. Hope you guys enjoy and let me know if there are any issues with the script via PM. I'll respond in roughly a few hours. Grab from the repo HERE