Note: You need at least 1 charge on a ring of wealth in the bank, as the script uses that to restock at the grand exchange. It will deal with buying more as needed. You should also keep some coins in your bank for death charges and maybe initial restock costs.
Will you add chartership support?
I'm afraid that the answer is no. The reason for this is that charterships take way too much travel time to the point that it cuts into kill time. The value of time from using zul-andra teleport and starting a kill is much more efficient than using charterships. This will remain the case unless zul-andra scrolls increase in price significantly. If that ever happens I may consider adding it.
Argument key | Value(s) |
---|---|
dart | amethyst, steel, mithril, adamant, rune |
rangegear | names, of, your, gear, separated, by, comma |
magegear | names, of, your, gear, separated, by, comma |
venom | amount of anti-venom potions to bring per trip |
venomplus | amount of anti-venom+ potions to bring per trip |
pray | amount of prayer potions to bring per trip |
restore | amount of super restores to bring per trip |
magic | amount of magic potions to bring per trip |
battlemage | amount of battlemage potions to bring per trip |
divinemagic | amount of divine magic potions to bring per trip |
ranging | amount of ranging potions to bring per trip |
bastion | amount of bastion potions to bring per trip |
divineranging | amount of divine ranging potions to bring per trip |
food | potato with butter, potato with cheese, curry, shark, sea turtle, manta ray, tuna potato |
foodcount | minimum amount of food needed for a kill |
combo | currently only supports karambwans |
combocount | minimum amount of food needed for a kill |
heart | imbued, saturated |
safe | poh or duel |
recoil | false if using ring of suffering (include in magegear) |
mageonly | true if using mage only |
debug | true to enable debug mode |
-dart=amethyst
-rangegear=Assembler max cape, Void ranger helm,Ancient d'hide boots,Toxic blowpipe
-magegear=Imbued saradomin max cape,Eternal boots,Trident of the swamp,Occult necklace,
Rada's blessing 4,Elidinis' ward,Elite void top,Elite void robe,Void knight gloves,
Void mage helm,Ring of suffering
-venomplus=1
-pray=2
-divinemagic=1
-divineranging=1
-food=shark
-foodcount=8
-combo=karambwan
-combocount=4
-safe=poh
-recoil=false
-debug=true
You can input these into the script selector outlined below, or into YAML file for quickstart
outlined here
Firstly, enable the logger as shown below
Next, start the script through the GUI as normal, and the bot should generate them into the logger
You can copy these args by double clicking the log
Save this to a .yml
file and you can launch Inubot with quickstart using java -jar path-to-inubot.jar path-toyour-args-file.yml
---
username: "your rs username"
password: "your rs password"
pin: ""
world: "36"
script: "Zulrah Killer"
script_args: "-dart=amethyst
-rangegear=Assembler max cape, Void ranger helm,Ancient d'hide boots,Toxic blowpipe
-magegear=Imbued saradomin max cape,Eternal boots,Trident of the swamp,Occult necklace,
Rada's blessing 4,Elidinis' ward,Elite void top,Elite void robe,Void knight gloves,
Void mage helm,Ring of suffering
-venomplus=1
-pray=2
-divinemagic=1
-divineranging=1
-food=shark
-foodcount=8
-combo=karambwan
-combocount=4
-safe=poh
-recoil=false
-debug=true"
low_cpu: false
inubot_username: "inubot username"
inubot_password: "inubot password"