Leaderboard
Popular Content
Showing content with the highest reputation on 04/25/23 in Posts
-
Nothing wrong with passing around the Methodprovider object. You can also extend the second class from MethodProvider and then exchange bot context, that way you can use log("") in your other class. public class SecondClass extends MethodProvider { public void execute(){ log("Test"); FirstClass.status = "Test"; } public static String status = ""; private SecondClass secondClass; public void onStart() { secondClass = new SecondClass(); secondClass.exchangeContext(getBot()); } public int onLoop() { secondClass.execute(); } public void onPaint(Graphics2D g) { g.drawString("Status: " + status ,10, 10); } Ofc mister know it all who can't write a "hello world" app in java using OOP Your ego is like the complete opposite from your coding skills at this point, how can you be this cocky while YOU are asking for help in the first place? Be gratefull anyone wants to help in the first place, but no... let's flame them right away. Good way to make friends3 points
-
2 points
-
Im not involved in this discussion but could you please give me a free trial of your crafting script, want to try it out. Sorry g2 points
-
Because you are loading the cloest cow with this code, that won't always be the cow you are fighting if another ones get into the same range as the one you are already fighting. NPC cow = main.getNpcs().closest(npc -> npc.getName().startsWith("cow") && npc.isAttackable()); What you can do is check if you are under attack by a cow, if so don't do anything, else attack a new one NPC npcAttackingMe = script.getNpcs().closest(npc -> npc.isInteracting(script.myPlayer()) && npc.hasAction("Attack") && npc.getHealthPercent() > 0 && script.getMap().canReach(npc));2 points
-
NEW: Released Chop & Firemake plugin Added 8 Forestry events!!!!!!!! Easy 99, Next! Map Chooser System Progress Results! Help How to use this with Bot Manager? Script ID is 631, and the parameters will be the profile you saved in the setup window, e.g. oak15.txt I want a new feature added? Make a post below and I am always listening, within reason! The bot is doing something I don't like? Make a post below and I will adjust the code to match your play style!1 point
-
By Czar 99 in one go!!! Multiple 99s in 1 sitting!!!!! Features List - Supports 4 locations, with randomisation options (Randomise all, randomise north-only, randomise south-only) - Supports taking the axe for woodcutting, if not already equipped/held - Supports taking all equipment including Tinderbox, knife, unfinished potions from crates - Prepares for matches early, and waits around the brazier if you selected to light them (For +25 initial points) - Supports waiting at the safezone after winning the match (at 500 points) to preserve food - Supports training agility via the northern agility steppe - Knows exactly which external actions interrupt your current action, and plans accordingly - Identifies cold snaps and either avoids them completely, or randomises between avoiding and tolerating them - Allows you to fletch logs before burning them for a more balanced experience gain - Choose to optionally switch to other sectors if pyromancer is dying - Identifies pyromancer health, brazier repaired, brazier lit at all times - Knows exactly how many points our current inventory holds (in terms of burning logs) - Gets 1-50 firemaking: locked to maximum of 50 firemaking, and locked to Grand Exchange only. - Buys a player-owned-house via the Varrock Estate agent if you don't already own one (Optional) - Identifies if the account has visited Zeah before, and plans ahead. - Will travel to Zeah by ship to unlock it for newer accounts (Highly useful for goldfarming!) - Resupplies food, jewellery and teleports via the Grand Exchange - Teleports to Grand Exchange supported: Ring of wealth, Varrock teleport tab, Varrock spell (runes only!), Amulet of glory, Home teleport (Lumbridge/Edgeville) - Teleports to Wintertodt Camp supported: Games necklace, walking - Allows you to filter and join matches when a certain % of the game is already active, so wait for next match if below X% - Either holds onto crates, banks them or opens them - up to you! - Supports choosing your own food, choosing when to eat (eat %), choosing minimum to leave match for, and amount to withdraw - Upgrades to pyromancer gear when applicable - Identifies when you get a Phoenix pet - Buys warm clothing that your account is able to wear, filters by skill requirement. - Stop notifications tab (similar to Perfect Fighter): allows you to choose when to stop the bot, or when to alert/notify you - Stop the script at ANY moment in time, after X minutes/hours/seconds, after X wins, after X item gained (pet too!), after X experience gained & more! Buying Warm Clothing (4 missing pieces)! Results1 point
-
NEW! supports new south + east shortcuts, new hopper (upstairs), and mouse invokes!!! (just like runelite!) 'the intelligent choice' By Czar 34-99 Mining on video!! Agility Shortcut Setup Window Preview 70 hours run time https://i.imgur.com/wiF6VPO.png1 point
-
Molly's Brine Rat Killer This script kills brine rats for their stackable loot and brine sabres! 50k+ xp/ph in the combat skill of your choice and 170k+ gp/ph are easily possible with this script, not to mention the area is very low traffic. This script is not designed to bank, it is meant to camp at the rats using Bones to peaches tabs. Buy HERE Requirements: - 47 slayer - Fremennik Trials and Olaf's Quest - Recommended 60+ combat stats Features: - Use of Super combat, combat, strength, attack, defense potions as well as ranging potions. Simply enter when to repot in the gui and the script will detect your potions. - Bones to peaches support(highly recommended) - Uses any food - Hops out of bot worlds Setup: Start the script at the brine rats: How to get there. Fill out the GUI and go! Using bones to peaches is highly recommended as the script will not bank, it is designed to camp the rats using bones to peaches. The script will automatically detect if you have tabs or not. If you run out of tabs and food the script will end and log you out. Proggies:1 point
-
Yet you can't give me a straight answer to this 'basic' problem. A few lines of code for a simple and straight forward point to be made, there's no reason to paste my whole fucking class in here of redundant code. Just forget it, seems your understanding of Java isn't as great as your ego. Pitiful.1 point
-
It's great, but can't expect to master it after a few hours of playing around1 point
-
1 point
-
@Kayle7 Do what Khaleesi said or pass the instance to the class you want to call it from1 point
-
Make it a public static void and then you can call it from your other class with MainClass.status("test")1 point
-
1 point
-
Ah brill thank you ! Walking event is what i needed much appreciated1 point
-
Thanks khal thats exactly my problem! Thanks for explaining! :>)1 point
-
I can vouch for this as well. @Khaleesi The quality of this script reminds me of the old iDung bot that was absolutely legendary. Always responsive and willing to help. Probably gonna start up alts and run gotr and a few other khal scripts just to see how far I can get.1 point
-
Hahaha Fair didn't think of this. I'll keep that in mind as I have an insane amount of cosmics to use up.1 point
-
Hey, Currently trying the trial, and it's working neat. Is there any way to run it through CLI and if so, is there also a CLI param to load the last config (so I don't have to manually configurate every single bot)? This is necessary for me, otherwise it won't be a good idea for me to purchase it... Anyways, great script! Cheers1 point
-
To anyone that reads this: This is by far the best GOTR script on the market, I have tried multiple from Runelite plugins, colorbots, and other clients. This is the best, it even has a built in account builder for fresh accounts. I've had a disagreement with Khal on a different script of theirs but regardless this script is the shit.1 point
-
1 point
-
1 point
-
Hi I tried running the quest starter but it just doesnβt start. Tried it both with and without the quest items, it just scrolls out and pauses each time.1 point
-
Molly's Chaos Druids This script fights chaos druids in Taverly dungeon, Edgeville dungeon and Ardougne. Profits can easily exceed 200k p/h and 60k combat exp/ph, this is a great method for training low level accounts and pures. Buy HERE Like this post and then post on this thread requesting a 24hr trial. When I have given you a trial I will like your post so you will receive a notification letting you know you got a trial. Requirements - 46 Thieving for Ardougne -82 Thieving and a Lockpick for Yanille - 5 Agility for Taverly(recommended) - No other requirements! Though I do recommend combat stats of 20+ as a minimum Features: - Supports eating any food - Hopping out of bot worlds - Recovers from deaths(respawn point must be lumbridge), includes re-equipping items on death - Potion support - Automatically detects and withdraws/uses Falador teleport tabs if using Taverly dungeon - Automatically detects and withdraws/equips/uses glories if using Edgeville dungeon - Supports looting bag Setup: Start the script, fill out the GUI, and be in the general area of where you want to run the script. CLI setup: Proggies: In the works: Known bugs: Bug report form, this is a MUST for problems to be resolved quickly: Description of bug(where, what, when, why): Log: Your settings: Mirror mode: Y/N1 point
-
1 point
-
I don't want to be friends with anybody here, I don't need help, I realize it was a mistake to engage any conversation here, and you are a fool to assume I have absolutely no skills just because I don't waste my whole fucking life away chatting to nobodies on the internet. Your perception of who I am is worthless and indifferent to me. So long.0 points
-
0 points