Jump to content

Dab in a Lab

Members
  • Posts

    329
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Dab in a Lab

  1. Ya I'm fully aware, but theres ways to delay it. Thanks though
  2. Did you meet your partner here on OSbot? How long did you and your partner run the farm? Thats a concern I have, and providing insight about bans and stuff too (I'm no expert though). Although I feel like if I can find a trustworthy person, I'd like to be able to bounce ideas off each other, and share things we might've learned while botting. If I was to partner up with someone I'd want someone at a similar scripting level as me. I think the entire thing could be a great scripting and farming experience if you could find someone truly trustworthy.
  3. Does anyone have experience starting a gold farm with a partner or two? Was it profitable/successful? Do you regret not starting a farm by yourself, or are you glad having a partner? Was it someone you personally knew, or did you meet them on the forum? I'd be interested in hearing any positive or negative experiences, if anybody would mind sharing theirs.
  4. I can say from personal experience that it happens
  5. Whats green and red and goes 100 miles an hour? A frog in a blender
  6. You need an onStart and onExit. You only have onLoop at the moment
  7. Probably had to take a course on it. I took a data analysis using Excel course and its hands down the worst class I've taken.
  8. Thats for sponsor not donor
  9. Fishing. Can try cook any of your catches too
  10. Ask chris to get verified in the discord and you'll have access to all the tools in there
  11. I started with this then went on and watched lesson 1 and 2 too. I followed along and built the same script that Chris did in lesson 1, and then after watching lesson 2, I just started making my own scripts. I understood the fundamentals in those tutorials and started to learn more by making more of my own scripts.
  12. Fixed it using RS2Widget = widgetName.getItemAmount(). Does getStore().getAmount(); just broken or was I doing something wrong?
  13. Came across this thread in my search and I get the same error. Was this never fixed? I get an error when I define this int itemAmount = getStore().getAmount("Item"); This is the errors I get for itemAmount (ln 99 is itemAmount above)
  14. Ummm... what? https://gyazo.com/26586c9b0f6dbf06877b7e459dbad441
  15. Still happening [INFO][Bot #1][07/13 01:13:31 PM]: WebWalkingEvent; Fatal error! Cycles threshold reached on Walk => [x=3112, y=3255, z=0] https://gyazo.com/ecd0ae4b6578b5021ad6964570145c2d
  16. If you suicide the weekend, you'll more than likely wake up to a ban on monday
  17. Realized Wilderness scripts are just a rank requirement, not completely banned.
  18. You have to be a rank 3 scripter to make wilderness scripts (my bad). I'd imagine its just more practical for botters to bot Zulrah since Dragon Slayer 2 has a high ass requirement to start and I believe a lot of money for gear, but maybe someones working on one. Idk about demonic gorillas, but they shouldn't be too hard to make. Never got far enough in the late game to do it, so I don't know what goes into it.
  19. Ya I noticed that I didn't have a bracket to include the webWalking when I submitted my reply, I fixed it in my script. I have a check in my onLoop for if I don't have a pot and my player is in draynorBank, and it calls another method I have called withdrawBank that deals with it. It might not be the most efficient or cleanest way to do it, but I haven't ran into trouble with the banking process. Just the weird tile thing that doesn't really make sense to me.
  20. All of it, or just the part that gets called? This is what gets called though public void walkBackToD() { if (!getInventory().contains("Pot")) log("Walking back to Draynor bank"); getWalking().webWalk(draynorBank); new ConditionalSleep(250000,7500) { @Override public boolean condition() throws InterruptedException { return draynorBank.contains(myPlayer()); } }.sleep(); } It only happens every now and then, so its not a regular occurrence.
  21. [INFO][Bot #2][07/10 07:58:45 PM]: WebWalkingEvent; Fatal error! Cycles threshold reached on Walk => [x=3112, y=3260, z=0] Not sure what it means by cycles threshold reached, but the position it gives is a valid tile... my character can walk to it with no problems. Its only been happening last night and today. https://gyazo.com/8662d73739e16163068affd2f42e84bc
  22. Ya its working well again. I'll try get one now. Something must be up with my client tonight or something because the script I'm making was working pretty well a couple hours ago, and now I'm having some problems that don't make any sense.
×
×
  • Create New...