Jump to content

csvernon

Members
  • Posts

    65
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by csvernon

  1. Add Vesta's Spear and Morrigan's Throwing Axe to drop table please, they are available on DMM.
  2. Any reason I'm only laying 4 traps at black chins when I have plenty in my invent? 73 hunter. Starting to think it's a DMM issue. https://gyazo.com/79d622994c302bb593f03a55b14b4f97
  3. Add dust battlestaff to looting table please
  4. Can you add sacred eel fishing, this is done next to the zulrah boat. With the eels fished you would have the option to depo boxed them at the depo next to zulrah entrance just a few squares away or to use a knife to turn them into scales. Thanks!
  5. Czar, can you update the scripts looting table to include loot from the newish wyverns on fossil island. The main items i see missing are granite boots, granite sword, numulite, and wyvern visage
  6. K, script no longer gets errors, but now it repeatedly attacks elvarg even while in combat, condition sleep isnt working. Also getWalking().walk(new Position(6656, 6912, 1)); hasn't worked at all in NMZ and when I click on the potion to enter NMZ getObjects().closest("Plinth").interact("Drink"); mouse.click(false); I have to force the mouse to click, if will just go to the object but wont interact. The object is technically a potion that gains the "Drink" option after the dream is setup but I could only get the mouse to move there when using "Plinth" as the object.
  7. Error in Script executor! java.lang.NullPointerException at main.onLoop(Main.jva:85) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(ro:134) at java.lang.Thread.run(Unknown Source) seems to happen right after I turn on prayers to fight elvarg, so my script target = npcs.closest("Elvarg"); target.interact("Attack"); seems busted
  8. Hello everyone, this is my first script. It will probably look terrible to an experienced eye. Currently it checks if it needs to bank, starts the previous dream, enters NMZ, kills Elvarg, loots his bones, leaves, and does it all again. I'm running into the issue that NMZ is very laggy, script wont respond to user input, has high CPU and Memory usage. Any advise is welcome! case FIGHT: { target = npcs.closest("Elvarg"); target.interact("Attack"); sleep(random(2500, 4800)); new ConditionalSleep(4000, 500) { @Override public boolean condition() throws InterruptedException { return myPlayer().isUnderAttack(); } }.sleep();
  9. Big fan here, posting here because I trust your scripting to not get my accounts banned. Is there any chance you can look into making a script for Lizardman Shaman? The script would alch, use bank, return, and avoid attacks, I don't think there is a safespot anymore. Thanks anyways if it can't be done!
  10. when using guthans mode, the script will equip guthans armour and eat a shark at same time, can you change it so the script will only use guthans instead of eating food even if it is in inventory
  11. Pray flicking options is pretty terrible, tried at fire giants and missed more than have of the pray flicks
  12. Did the item list get reverted? Seems to be missing a few things, first one that comes to mind is the leaf-bladed battleaxe. Also the high-alch option in looting doesnt seem to be working. nvm is working
  13. Still running into this [INFO][Bot #1][06/03 06:02:42 PM]: Added event (Low health action)! while trying to use guthans mode, bot just completely pauses until I heal back up
  14. script seems to break down after 30mins, ill get a log next time Logger gets stuck on added event low health action, im using guthans mode
  15. idk anything about coding and stuff but yeah current version off website
  16. I double click it and nothing happens and when I try to lauch with java binary se still doesn't work.
  17. Great script, think this is the third script of yours I've bought and they never disappoint. Any chance you can add the option to note fish and keep in inventory? This would be useful for pvp worlds and deadman, also have the script drop the noted right away when attacked. Thanks!
×
×
  • Create New...