Jump to content

progamerz

Scripter II
  • Posts

    3456
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    100%

Everything posted by progamerz

  1. progamerz

    Explv's Walker

    Ok thanks, i placed the jar in desktop and worked weird
  2. progamerz

    Explv's Walker

    I think it happens when i try to walk to any area that osbot walker doesn't support, and i remember ur script used to show a dialogue for errors or something, this used to be an issue in .49 and was fixed in .50 but again back in .51 so its not an issue from your side i think, i reported it to pat anyways
  3. progamerz

    Explv's Walker

    Hey @Explv, In the new client update i am not able to use the script, it shows this in logger(whenever i press start in the gui): https://pastebin.com/aGmzCVKx
  4. You can use getCombat().isFighting() to check if we are fighting if not, loot Your conditional sleep after fighting would most of the time get skipped new ConditionalSleep(15000) { @ Override public boolean condition() throws InterruptedException { return !myPlayer().isUnderAttack(); } }.sleep(); because the cow might be far so after interacting it will sleep until we are not under attack which we will already be not under attack, the best bet you can do is sleep until you are in combat, and then sleep until you are not under combat And in your case i would prefer using if/else so that it won't do multiple tasks in the same loop i.e. loot and attack.
  5. Mirror mode was the problem To anyone who will use mirror mode make sure always to set reaction time to 50ms for best performance!
  6. Can u contact me on discord? -
  7. I tried it with bronze axe equipped and its working for me, this is the gui options i had enabled: Trying using the dev build, osbot 2.5.48
  8. I didn't add rimmington from the first release i didn't know such easy method existed i always used yanille my self
  9. Ok sure, ill make it deselect items before trying to exit portal, hope you are liking the script
  10. Added Rimmington and Using phials to un-note bones, make sure to always have extra money and have noted bones in inventory, currently testing and will push update when done testing. (Using big bones) Edit: Pushed Update V0.2 which supports gilded altar in rimmington with phials method only! Allow up to 24 hrs for the updated version to be on SDN.
  11. I am working on adding rimmington with phial i didn't know rimmington was better when i started working on script it will have 2 locations
  12. Progamerz AIO Prayer Buy now($6.99): Store Or Like the post and comment below to get 12 hours trial Discord Support Server Features Simple and easy to use GUI Supports 4 different modes(Bury, Gilded altar, Chaos Altar, Ectofuntus) Supports burying bones available in bank Supports looting bones around and burying Supports using gilded altar in Yanille OR Remmington Supports multiple banking methods for gilded altar Supports "Personal Host" mode, in which the script will light up the incenses when needed Supports "Friend Host" mode, in which the script will go to, and use the bones on altar Supports auto detection of gilded altar host, when having the option "Auto find host" enabled Supports logging out when host is not found and option "Auto find host" is not enabled Chaos altar supports travelling using Burning Amulet and dying from the wine of zamorak to get out of wilderness with druid support Chaos altar supports Anti-PK, it will try to hop worlds whenever a player appears Ectofuntus supports with using ectophial to teleport to ectofuntus or going by walking to ectofuntus Ectofuntus supports filling buckets with slime or using a bucket of slime available in the bank If you have any suggestions or features you would like to see in the script, comment on the thread! Screenshots CLI(Command line interface)
×
×
  • Create New...