Jump to content

Tom

Scripter III
  • Posts

    5330
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by Tom

  1. Tom

    osFighter

    Has not been planned, but it can be
  2. Tom

    osFighter

    Show me the settings so I can confirm its not user error please Added
  3. Tom

    osFighter

    Is there more than 2 types of flesh crawler, perhaps a higher level one than the one you are selecting? If you are loading settings from when you botted at a different area, its possible it is still using the old area you setup. Press F1 to clear it and define a new one Just gonna go test it myself Edit: it seems to work, but since they are aggressive, they are attacking you before it decides to pick something to attack. Does seem a little slow though
  4. Tom

    osFighter

    Some odd things youve mentioned here, I have a couple of answers but I might need some more info for others. I might be able to make it click attack once on something that stole aggro More banking options are coming, but for now, its when you are out of food, or your inventory is full. It wont bank if your inventory is full and you have food left. It will also bank if you use the task scheduler and tell it to. I might have broken save / load in the latest update, usually it will load everything up until where it broke. The reason it didnt pickup the ensouled head is because according to the RSBuddy GE API, it is worth 0 coins. I noticed this problem when coding something for runelite (they use RSBuddy API as well now). You will probably have to add these items to your loot list manually I agree the looting is a little wonky, especially the priority of loot / combat. I think I will overhaul it, and give options to only pick up loot dropped within a few tiles of where NPC's you have killed died. I'd love to see the settings you used for flesh crawlers so i can go and test this ASAP. Thanks! This is the type of testing I like Edit: One thing you can try out for aggressive zones is AFK mode. All it will do is eat, and it will run to the Reset tile you picked when you stop getting attacked. Note: Hasn't been extensively tested, it might get stuck when returning to the position, and decide to run all the way back to the reset tile again. I've submitted a fix for this but may take up to 24 hours
  5. *drops mic* Now for the true s3 way to do it private final static int MAX_TOTAL_LEVEL = 2277; public int getTotalLevel(){ int totalLevel = MAX_TOTAL_LEVEL; for(int i = 0; i < Skill.values().length; i++){ totalLevel -= 99 - getSkills().getStatic(Skill.values()[i]); } return totalLevel; } I'll see myself out, selling private scripts
  6. Tom

    osFighter

    Added No need to be sorry, I can understand. If possible could you show me a screenshot of the Food / Drinks tab with your current settings? Make sure the health to eat below isn't higher than your maximum health, and that the food you specified to eat is correctly named. With the hotkeys, make sure you have the OSBot window selected, if you press F1, it should swap to your Combat Style tab (unless you changed the keybind). If it does this, try shift click a tile to see if it gets highlighted. You can also look at the logger (top right of the client) to see if it is working correctly. I have a long way to go to make this more user friendly
  7. Tom

    osFighter

    Version 1.03 You can now pickup all items above a certain value Added support for The Gnome stronghold bank next to Nieve / Steve Update may take up to 24 hours before going live
  8. Tom

    osFighter

    Agreed, I'll get around to it now
  9. Tom

    osFighter

    If you set it up there, it should work just fine. Some banks might not be registered, like the one near Nieve. Let me know if you need these
  10. Tom

    osFighter

    Added I like the idea of x price, I'll have to get that implemented ASAP. I was originally going to do loading / saving multiple profiles, I'll try finish that off soon as well.
  11. Tom

    osFighter

    Seems like an issue with OSBots walker checking if you meet the requirements to take a certain route. Where are you training, and does it take a boat, glider, etc, to get there? Someone I asked seems to think it was related to you having an interface open, and the tabs being hidden? I'm not sure, if you start fresh it should work
  12. Tom

    osFighter

    So if I have this right, the bot didnt deposit all, so the inventory was full and it couldn't withdraw any more food. Which made the bot stop? The version with the fix might be live right now, check top left for 1.03! Edit: Just noticed some of the things arent being displayed correctly on your GUI, I'll try get that fixed for you
  13. Tom

    osFighter

    I think I have identified the issue, fix has been uploaded and will be in effect once you can see the version as 1.03 in the top left. I will extend your trial if you don't get a chance to try it out. Could you also show me your food / drinks tab?
  14. Tom

    osFighter

    You have to add them one by one, but you can save the config. Noted means it will only pickup that item if it is noted
×
×
  • Create New...