Jump to content

Ace99

Scripter I
  • Posts

    81
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Ace99

  1. I'd start fresh accounts on the proxy. Your home IP is "dirty" and if you move multiple accounts to the proxy from the home, you've now dirtied your new proxy. Just the way I see it.
  2. Make sure you have not just any Java, but Java SE 8. Can get it here
  3. You can set any area as an area to webwalk to. The Area(X, Y, X, Y) you see is the X and Y for one point and X and Y for a second point to make a rectangle area. Webwalk will finish somewhere in that area. API here
  4. @sheeper22 swooped in. Check back for the new look
  5. Nice thinking. @MoonMan remake the project and when you select new project, use the drop down and select Project SDK: 1.8 I also only have Java 8 on my computer but it gives me the option for Java 12 in that drop-down, it may default to the current java version the first time.
  6. You are building the artifact at the top, right? Build > Build Artifacts > Build/Rebuild. Since I got it running I would try to start it all over fresh. If you follow a setup guide from Token or Explv step by set it will work.
  7. Nah they aren't going to do anything about it. They cant, everyone who loses a duel would say they were scammed to get their stuff back. Their site says if you're scammed of items please review their "Guide to not being Scammed" lol
  8. Yeah it did. I didn't run the pizza maker to actually see the bot functionality but I made the JAR, found it on OSBot local, ran the script and it started the login process with no error. Script != null on the USB was just a way to say make sure the script JAR is on your USB before you move it over (to make sure the USB isn't the issue). No issues with main class. Honestly just delete all the files associated with the project, make a new project, setup your library and artifact compile out, copy the code here and paste into the new project and see if it works for you. It did for me, so it has to be one of your setting. If a fresh start doesn't work, attach a pic of your project structure settings.
  9. Good stuff. I am also learning how to handle the GE right now, good luck with it!
  10. Ace99

    GGs

    Assuming you can bot these new requirements and make it past them, it just forces your account to look even more legit. The classic lvl 3 with nothing but cooks assistant, sheep shearer, and romeo and juliet was looking suspect anyway lol
  11. Sometimes for me when making a new script the option to "Put into Output Root" is not there and it says "Extract into Output Root." Make sure it actually says "Put." Then maybe Output Directory for the JAR could go right to your USB, check script != null on the USB before disconnecting, then move to the PC. I was able to copy paste your code above and make the JAR, build project, open OSBot, find script, run script. All inside of IntelliJ IDEA Community Edition 2019.3.4 x64
  12. You're going to lose before you gain.... don't quit. Welcome!
  13. Looking for Avatar, Signature, and Script Icons. Let me know!
  14. I don't have a ton more experience than you, but am in a similar boat. I would say where you may have jumped the gun a bit is botting them F2P right out of tutorial island. That is something that I always read about being bad. Let them age 7-10+ days before scrips are ran. Also may need to bond them up sooner than you had planned. P2P has better quests to bump stats up early and skilling methods to make money/exp. Its ~5m in the hole right away but spend money to make money right? I would look into running each on their own proxy as well. Finally remember your mule needs 7 quest points to trade (cooks assistant, sheep shearer, romeo & juliet are common ones). Hope this helps. Update your situation soon!
  15. Ace99

    Molly's Orber

    Hey, looking to make this my first paid script. Can I please get a trial first? - scratch that my account didn't pan out for this, maybe in a few days/week if you're still offering.
  16. Awesome, thanks for the feedback!
  17. Well I am sorry to hear that. Nothing can be 100% bullet proof here. If you would please answer the following just our of curiosity: Any quests completed? Any non-combat skills leveled? Account ever have membership either bond or paid? How long since account was made?
  18. Would make for a nice addition, I can work it in the coming weeks if I find the time. Working on my next project is taking a lot of my attention. I found standing inbetween the rocks by the Stronghold entrance (south side of the entrance) let me range 2 or 3 different npcs and only once in a while one would path behind to hit me. Went from 25ish - 40 range doing that., using cheap arrows and just let them disappear.
  19. Dang, how long did you run it? Kinda ironic you asked about it on Wednesday then you get hit lol! I went from 1-30 attack, 1-40 strength using it an hour a day. Then auto clicked 55-75 magic in 4 hour session straight after. Still using that account to make a new script now.
  20. Hey man, I just got back up and running after a long moving process, and just saw you message. Let me see if I can find a solution and get back to you! Update: It appears it doesn't like the DEFENSE variable selected because I spelled it wrong. I was able to mimic your error by selecting the defense option which apparently is spelled with a "c" not an "s". I will get this updated. In the mean time you can select the attack style to get defence exp and just select attack or strength in the bot and it wont throw an error (exp just wont track). Thanks for the comment!
  21. Hello everyone! Thank you for taking the time to look at my script. This is my first script and my goals were to get my feet wet and get into the scene. I have about three weeks of Java experience and the same amount with the API, I wanted to make something unique that: Is not all to common to bot Can be used F2P and P2P Involved API basics Movement Banking functions Interacting with NPCs Interacting with inventory GUI with options Paint with updating variables This script is pretty basic and will simply navigate between Edgeville bank and the Barbarian Village, filling inv with selected food at the bank and killing barbarians/eating food as needed. Biggest difficulties: Player would attack NPC out of the area and then loops between clicking back into area and back to the NPC Pausing the GUI while options are selected!!! Correct conditional sleeps while banking/banking code Things to improve as my experience increase: Use widgets to make sure combat style matches what is selected in GUI More attractive/interactive Paint layout Add a selection to GUI to fight the weaker Barbarians around the strong hold or the harder ones in the hall Use of potions All in all this was fun to make and ended up being useful to level up a low level accounts, or even a pures, combat stats. All constructive criticism is welcome. Big thanks to @Explv for the Scripting 101 tutorial. Wouldn't have been here without it! Updates: New name/icon/paint More variables of food Supports range exp tracker
×
×
  • Create New...