Jump to content

Chambo

Members
  • Posts

    64
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Chambo

  1. 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:
  2. 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(); }
  3. 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?
  4. 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?
  5. 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]
  6. 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.
  7. 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...
  8. 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
  9. 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!
  10. I know man! All you can do is just giggle.
  11. 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...
  12. 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!
  13. Awesome this is perfect for Merching! Thanks!
  14. 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!
  15. 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?
  16. 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?
  17. Hey i'm interested! Send me a pm and ill send you Skype details
  18. What is this duplication glitch? I'm a bit curious lol
  19. Alright so the Script actually starts up now but now it freezes the client and gives me another error. And my combobox won't show up in the GUI either. And the current source:
  20. I removed it and i'm still getting the same error as before?
  21. So what would I need to do to fix this error? Just replace the public void onStart(Runnable initSettings) { with public void onStart() { ?
  22. What's up guys? My names Austin and i'm 20 years old from Arizona. I've been playing RuneScape since 2007 but quit when EoC was released. I got back into OSRS a couple months ago and now I want to begin a Gold Farm. I'm currently stationed in Germany so my time is a bit off compared to the other users back in the States. But I enjoy long walks on the beach and I love telling people about my day. Thanks for reading my shit Introduction! lol
×
×
  • Create New...