Jump to content

csvernon

Members
  • Posts

    65
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

3276 profile views

csvernon's Achievements

Iron Poster

Iron Poster (3/10)

31

Reputation

  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
×
×
  • Create New...