Everything posted by Chambo
-
[RESOLVED] String equals String Error?
Thank you to everyone who has helped me through this journey! I greatly appreciate it! Script is working like a charm now! Thanks again everyone! Mods/Admins you may lock/move this topic if need be.
-
[RESOLVED] String equals String Error?
So how would I go about fixing this issue?
-
[RESOLVED] String equals String Error?
Is anyone able to help me with this?
-
[RESOLVED] String equals String Error?
I added in some logs and it seems that the onLoop() never starts? I followed this tutorial here to get the script to wait for the GUI: http://osbot.org/forum/topic/75074-creating-a-settings-ui-specify-settings-when-script-starts/
-
[RESOLVED] String equals String Error?
So the script starts with no erros!! but the last problem is that it's not executing the walkpath and isn't giving any errors? Source: edit: Added Source:
-
[RESOLVED] String equals String Error?
It is still stating that the variables: startLocX & endLocX are never used frame.setLocationByPlatform(true); String startLocX = ""; String endLocX = ""; final String[] startLoc = {"Lumbridge", "Varrock", "Falador", "Al Kharid", "Draynor Village"}; JComboBox<String> sLBox = new JComboBox<>(startLoc); final String[] endLoc = {"Lumbridge", "Varrock", "Falador", "Al Kharid", "Draynor Village"}; JComboBox<String> eLBox = new JComboBox<>(endLoc); frame.add(sLBox); frame.add(eLBox); JButton button = new JButton("Start"); button.addActionListener(event -> { final String startLocX = sLBox.getSelectedItem().toString(); final String endLocX = eLBox.getSelectedItem().toString(); frame.dispose(); }); frame.add(button); frame.pack(); frame.setVisible(true); } public int onLoop() throws InterruptedException { if(startLoc.equals(endLoc)) { log("Starting Location and End Location CANNOT be the same!"); log("Stopping Script..."); bot.stop(); return 600; }else{ if(startLocX.equals("Varrock") && endLocX.equals("Lumbridge")){ log("Walking from " +startLoc+ " to " +endLoc+ "..."); localWalker.walkPath(v2l); if(lumbridgeA.contains(players.myPosition())){ log("You have arrived at " +endLoc+ "!"); bot.stop(); }
-
[RESOLVED] String equals String Error?
I changed the variable you gave: startingLocation | to startLocX. Here it is saying the variable "startLocX" & "endLocX" is not used... And here it is saying that it cannot resolve symbol startLocX & endLocX... I'm completely stumped.. I thought I understood but maybe i'm wrong?
-
[RESOLVED] String equals String Error?
Sorry i'm very new to scripting and i'm still a bit confused on this. What would I have to do to fix this?
-
[RESOLVED] String equals String Error?
Hey guys i'm trying to make a AIOWalker and I got an error. I've searched everywhere and can't find a solution to this problem. What i'm trying to do: if(startLoc.equals("Varrock") && endLoc.equals("Lumbridge")){ Error: Here is a sample of the script: (Starts at line 60) Edit: Changed title to [RESOLVED]
-
Eclipse won't start?
If a mod/admin could close this topic and move it to resolved that would be great. Solution: Downloaded Intellij and have decided to use that instead of Eclipse.
-
Eclipse won't start?
Well it's just that i'm new to coding Java and I heard Eclipse was easier to use/work with. But I think I could try something new! Thanks! Edit: Corrected misspelled word...
-
Eclipse won't start?
As I have already stated I have already removed Eclipse and re-downloaded it. Not sure if you're trolling... lol But if so please be serious... lol
-
Eclipse won't start?
I haven't... lol I have to get some rest as I have to get up again in 5 hours for work. But I will try that tomorrow and I will post again! Thanks for the reply!
-
Lol this...
I know man! All you can do is just giggle.
-
Lol this...
Found this in the Archived Section, I don't know why but I found this extremely funny... I have no idea what happened or the backstory to this but there's just... No words...
-
Count To 10,000!
- Eclipse won't start?
Hey guys so I've had this problem all weekend. Eclipse was running just fine until tried updating my Java to Java 8. I have Windows 8 & I'm currently getting this message: So I followed this guide: http://stackoverflow.com/questions/6333874/eclipse-startup-error-code-1 Copy of my eclipse.ini And even after I follow the guide as you can see in the 2nd picture nothing will prevail. I was half way through my Gold Farm script when my computer just restarted and updated. I don't know if it's from Java updating or my computer restarting. Things I have tried so far: Any help at all would be greatly appreciated. I've searched all over Google/YouTube/Eclipse Forums, and couldn't find any help. I've been searching all weekend because I know how people are about use the "Google Search/Forum Search" method. Please if you guys have any idea how to fix this please let me know! Thanks in advance!- Hey! I'm Yabit nice to meet y'all
Welcome Man!- See your Full GE history!
Awesome this is perfect for Merching! Thanks!- Fastest gp/ph method while GoldFarming?
Thanks everyone for the ideas/suggestions/and stories! To the Mods and Admins of this forum if we could leave this up for other members to post their experience/knowledge that would be great!- quest + skills
I can do this for you. Just pm me. And you got Skype to make it easier?- Fastest gp/ph method while GoldFarming?
Thanks guys! And I assumed that the REALLY GOOD methods wouldn't just be thrown into the topic. But I guess I should narrow it down a bit by asking, what is a general money making skill/activity that has little/no requirements and earns decent/great gold/ph?- Fastest gp/ph method while GoldFarming?
Hey guys so I wanted to start GoldFarming. I currently have 3 bots with 60+ woodcutting and 2 bots with 45+ mining. I was curious as to what I should do to earn gp fast? Should I rely on skilling with woodcutting/mining/some other skill? Or would it be more profitable to do something else such as kill chickens for feathers? Just wanted to throw this question out there and possibly start a decent thread here?- Looking for Gold Farming Network Friends
Hey i'm interested! Send me a pm and ill send you Skype details- Current 07 Dupe Going Around (Bright Side)
What is this duplication glitch? I'm a bit curious lol - Eclipse won't start?