Jump to content

EgoLiberation

Members
  • Posts

    27
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

780 profile views

EgoLiberation's Achievements

Bronze Poster

Bronze Poster (2/10)

3

Reputation

  1. hey dude, I made a small server for newbies that wanna learn to code with osbot. Join us! https://discord.gg/JyypUvPb
  2. Made a really basic GUI that has a dropdown menu for selecting the tree and a dropdown menu that changes the locations that it shows based on the tree you select. had lots of trouble with this. I'm completely new to this kind of thing but somehow managed to get it working. Now the character will chop normal trees, oak trees, and willow trees with 1 to 2 locations for each tree. Working on adding banking or power chopping functionality to the GUI Working on adding a paint.
  3. I finally finished adding the ability to switch axes once I reach the correct level. I had spent a few days relearning java with Java MOOC instead of Codecademy and it has been much easier to understand and apply what I'm learning. I used what I learned to make this functionality work properly and I managed it in a couple days after learning. Now I'm going to add the ability to switch locations.
  4. Going to be working on adding the ability to change axes when I get to the level required as well as changing locations!
  5. hey Gloss. You can add me on discord egoliberation#3089 Im gonna create a group DM that has everyone that added me on discord from this post. add me on discord! ego liberation#3089
  6. That's such a great idea. Thank you for the idea, it will be great for some progression so I don't get stuck.
  7. Hey dude add me on discord we can keep up w each other’s progress and stuff discord: egoliberation#3089
  8. I’m just getting started learning scripts. I’ve made a really clunky woodcutting bot that can drop logs but can’t bank yet. I would love to group up with anyone who’s wanting to learn with others. edit: just wanna thank everyone who's commented and got together so far. Don't be afraid to add me on discord and we'll get a group dm going there. egoliberation#3089
  9. Managed to fix the problem. Also finished making a woodcutting bot that can drop logs and cut normal trees within a specified area. Going to be looking at ways to improve the script.
  10. I fixed it. I think the problem was me defining variables outside of the methods it would be used for.
  11. Welcome! I'm also doing a little scripting journey myself. Good luck with your learning!
  12. So, I've managed to make a woodcutting script that can cut wood under a few conditions but somethings happened and the script will not start at all. I've posted more about it in this troubleshooting thread I made would love if you guys could take a look.
  13. Hi guys I'm pretty new here but I'm trying to learn how to script. I did some courses online with java and I'm trying to apply this knowledge by making a woodcutting script. So far, I've made it be able to cut trees if 1. tree is not null 2. player is within defined area 3. player is not animating 4. player is not moving. I tried to add another condition that made it only choose trees that are within the area I've created for it because I found that the player got into a loop where it would target trees outside of the area I specified for it to be in and then would return to the area. After I did this there were a bunch of errors so I commented out the code I had put in and tried to fix the if else logic but I think I broke everything. I press Start (local) in osbot and nothing happens. Going to try and paste the code in here. Still new to posting on forums in general so I apologize if I butcher this. edit: code is really messy, I'm sorry but most of the code I'm using is at the top except for the sleep class at the very bottom.
×
×
  • Create New...