Jump to content

Spider Scripts

Lifetime Sponsor
  • Posts

    105
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Spider Scripts

  1. Awesome! Let me know if you run into any problems! Also let me know if you have any script ideas or requests I might do one for free ?
  2. no actually This is a Wilderness Looter, I just took the template from one of my other scripts and meant to edit it but I clicked enter so it created topic immediately my bad xD I am editing the topic to add the wilderness looter jar and relevant information immediately Thank you Thanks Mate!!
  3. Spider's F2P Wilderness Looter! I made this script a while ago but didn't release it as I didn't think much of it. Was just trying it out now and It made 115k in an hour which I thought was pretty good actually for a F2P level 3 with 0 requirements This inspired me to try to fix any bugs and maybe expand on the idea to make custom P2P looters No Requirements! Create a level 3 account and start in Edgeville! Original Features -Prioritizes more expensive loot (AnchovyPizzas--->Swordfish--> Lobsters ---> Addy Arrows) -If attacked by enemy player will escape and bank and come back to loot -If attacked by skeleton or npc will feint the skeleton (jump over the ditch to lose aggro and come back immediately) -if dies goes back to edgeville and continues looting Updates -Added Ability to Select custom inventory value you want to bank at (1/2/2019) -Added Gp/Hour and Current inventory Value to the paint (1/2/2019) -Walks to Lower Level Wilderness if Wilderness Level >5 (1/2/2019) To Do List -Make looting start from the bottom of the list to avoid it grabbing the same item being looted by other players -Add default option (Bank at 60 addy arrows / or inventory full) Download Link http://www.mediafire.com/file/0ceq57cz63xx4p1/Spider+F2P+Wildy+Looter+1.22.jar Pm for any script ideas or even script requests I might do 1 or 2 for free ?
  4. I hate to say this because it sounds a little mean but I'm saying it in the most friendly way I suggest you try to learn a little bit of java before diving into scripting. As for the error it's because your imports need to go first then the @Script manifest then the public final class ExampleScript You should also remove the public class testcript{} at the top I don't really understand why you put that there
  5. I'm sorry I moved out so been busy for a while.. I'm sorry moved out, so I was away from Osbot for a while I just ran the script and it works fine, must have been something with osbot at the time you ran it.
  6. awesome!! GZ it's working now the last client update fixed this, it's working now
  7. can do for 2.5 m as long as you have all the requirements. can do in like 6 hours. leave nothing on the account and I'll go first and after that you can pay me. I can give you a cash deposit as well ( that you give back to me after I complete the quest)
  8. @qjm123123 world hopping and certain web walks are now broken in the client itself. I will let you know when they fix it
  9. does it say are you sure you want to hop in your client? I have that turned off. I will add a check for that later tonight if that's the problem. also it's important to be logged in with your username and password on osbot so that if you get the world hopping limit osbot logs you back in also I recommend setting hopping to no when you run the gui, to make it hop only when in danger as I've found that it works better to not hop between telegrabs.
  10. Yeah I just saw he didn't have onloop in his methods and was using onStart so I didn't want to get into that now, thanks though
  11. That's because you need to put that code inside the onstart or onloop function What you want to do is this public void onStart() { magic.castSpell(Spells.NormalSpells.HIGH_LEVEL_ALCHEMY); getInventory().getItemInSlot(0).interact("Cast"); // to alch item in slot 0 for example } I also suggest learning java before trying to get into scripting it will make your life a lot easier ^_^
  12. What you're looking for is magic.castSpell(Spells.NormalSpells.HIGH_LEVEL_ALCHEMY); this will also open the magic tab automatically
  13. Thanks bro please let me know if you run across any bug / have any ideas that could be added
  14. Spider Wilderness Wine Grabber! I saw some bros on the forums requesting a script that grabs wine from the wilderness because other places are full of bots I decided to make one and tested it and it makes 100k - 130k per hour! (taking into account supply costs) These are the supplies needed for 1 Run: (YOU MUST have them for the script to work properly so buy supplies for as many runs as you want to perform) Swordfish x1 Law rune x21 Energy Potion(4) x5 Water rune x1 Air rune x24 Requirements: 37+ Magic ( for Falador teleport and telegrab) Recommended Setup/ Settings (VERY IMPORTANT): Sort the Worlds so that all f2p worlds are next to each other, this makes hopping worlds much faster (very important) Run script with the hopping disabled settings (it will still hop if player is nearby just not after every wine grab) if you want Explanation it is at end Start anywhere but supplies must be in inventory or in bank Features -Hops if you're in deep wilderness and there is a player nearby (should keep you safe 95% of the time) -will keep logout tab open whenever it's telegrabbing which makes hopping very fast -Supports drinking energy potions -Supports eating the swordfish if ankous/skeletons etc. attack you on the way -if it dies, teleports to falador and continues running normally -Drops empty used vials to free up inventory space Download: https://megaupload.nz/E975e6i1be/Spider_Wine_Grabber_Wildy_jar Explanation Section Q1: Why is it recommended to use Run script and select No hopping? No hopping just means that it will not hop between wine grabs. It will still hop if in danger. The thing is I coded hopping after every wine grab because I thought it might speed up things a bit. The problem with it is that when you hop to other worlds between wine grabs people will see you and will keep hopping looking for you. so you will keep having to hop and run into world hopping limits which wastes a lot of time. Therefore I found that using the no hopping option, works much better. I still thought I'd leave both options in case you wanted to try it. Q2: Why only 1 swordfish? The 1 swordfish is just for the ankous and ghosts that might attack you along the way. As for players, world hopping should keep you safe 95% of the time, and in the unlucky event that you get caught at level 37 wilderness you would need like 10+ food to survive so it's just better to save the food.
  15. you can pm me ideas you'd like to see next https://giphy.com/gifs/sad-crying-spider-man-vdLpk7sjfmuha
  16. Yes I'm actually looking to get into scripting. I'll post them in the Unofficial scripts section
  17. Hello Osbot community ! I've played rs since 08 or so. My main is a 114 (which has been moved to RS3) I Quit at the EOC. I've played a little bit after that but mostly on private servers Botting Experience I botted on my main from like 94-99 str and had a small gold farm. Programming Experience I'm a senior computer engineering student and my interests include Machine learning/Web development/Competitive programming I've also done my fair share of java projects at uni I have made a few Os-bot scripts since I started playing 5 days ago. (using a proxy on a suicidal account) It's good to be back after like 5 years and It's cool to see that osbot has a pretty cool community... or so it seems
  18. https://osbot.org/forum/topic/115124-explvs-scripting-101/ is gold https://osbot.org/forum/topic/111003-basic-walking-webwalking-tutorial-a-simple-concept/ (specific to walking) https://osbot.org/forum/topic/87697-explvs-dank-paint-tutorial/ (specific to paint) To walk to a close area you can use entity hover debug to get the coordinates of a the tile. setting->options-> check the entity hover debug checkbox pick a tile that's atleast 3 tiles away from the tile you are on. then just hover of the tile you want to get it's Position coordinates. let's assume the tile you hovered over gives you coordinates 3089,3502,0 then you'll just do public void onStart() throws InterruptedException { getWalking().walk(new Position(3089,3502,0)); } to walk to an area that is far away, you might want to use web walk like this public void onStart() throws InterruptedException { getWalking().webWalk(Banks.EDGEVILLE); } I can explain more but i really see no point as the guides I've linked to do a much better job at explaining
  19. I'm working on a looting script. let's say I do GroundItem tuna = getGroundItems().closest("tuna"); and there are 10 tunas that are close to me (have the same X and Y positions) now Instead of looting starting from the first tuna, I want to loot starting from the last tuna. I'm usually able to find my way around the documentation easily but I can't seem to find a way to do this and I'm sure there must be some clean way to do it. My attempt for a general function was something like this. (you might want to skip that) Thanks a lot in advance!
  20. Welcome to the Osbot forums! if you need any help you can pm me ?
×
×
  • Create New...