Jump to content

MarWo22

Members
  • Posts

    33
  • Joined

  • Last visited

  • Feedback

    100%

Profile Information

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

MarWo22's Achievements

Bronze Poster

Bronze Poster (2/10)

1

Reputation

  1. This is the enum im using. It uses a snippet to gather the prices for the items
  2. Im trying to make the piece of script to sell all the clean herbs i have in my inventory. I have an enum with all the herbs data. I've been trying to do it with a for loop but for some reason it doesn't work. If anyone could help me out that would be great
  3. Idk if its like this for everybody but the client wont get past the welcome screen and if i force it past the welcome screen my script doesnt work either. Anyone know why?
  4. I'm trying to make a splasher for spells like curse etc which can't be autocasted. But how do i only attack the npc that is currently attacking me? Because in the script i'm making that doesn't work correctly. And also what is a good way to make it stop spamming the spells?
  5. He refunded my 6 tutorial island accounts after my own stupidity. This guy is the best!!

     

    1. OSRS Butlers

      OSRS Butlers

      Gave you another 6 not refunded <3 

      Much love man! 

  6. Are there any people who are selling lvl 55 magic accounts? I really dont care about the other stats. And if anyone is selling them how much gp do you ask for it? I'm willing to go first
  7. Hey guys, I recently made this code for one of my scripts. Its the part that handles the GE interactions. It would be awesome if you could leave me some feedback because i just recently started with scripting and im also not very familiar with java. The snippet i use for getting the prices for the certain items returns it in Optional<String>.
  8. MarWo22

    lvl3 acc's

    looking to buy 5-10 lvl 3 tutorial island finished accounts. I will pay with GP and am willing to go first.
  9. could you please write the code i cant seem to get it :]
  10. Hey guys, I've been trying to make an enum which wel check which potion has the best margin to make. Buy my java skills aren't that great and i'm a little bit stuck. This is how far i came. But i cant seem to find a way to acces the potion with the highest margin. If anyone could help me that would be great! The price lookup snippet i use returns the values in Optional<String> so thats why i first needed to transform them into integers
  11. I wrote a constructor for banking. I need one because the script i'm going to write requires a lot of banking. I just need someone to give me feedback because it is really messy. I'm also not that advanced in Java so the way I wrote it is probably really basic.
  12. I started out with a little bit of scripting but i realised my knowlege is really keeping me back from good scripts, so I'm looking for an online place to learn some Java. Preferably free. If anyone has some reccomendations that would be nice. Thanks
  13. I'm using this snippet for getting the prices of items from Osbot Im trying to get the best margin of making the potions. So i came up with this. But because of the IOexception in the snippet it doesnt work. Can someone please help me how to fix this? Im still a beginner at scripting and java.
×
×
  • Create New...