PDA

View Full Version : Cap config



Kowal
12-02-2015, 07:00 PM
How can I modify my scripts, that they enclude capacity check and not only supplies check on hunting?

krille09
12-02-2015, 07:24 PM
[Potions]
HealthName = great health potion ; Name, or item id, of the potion. (Update your Support if you change this!)
HealthMin = 20 ; The amount of potions at which you will leave to go refill.
HealthMax = 30 ; The amount of potions you want to withdraw or buy. (0 to disable)
HealthAlarm = 0 ; The amount of potions to trigger an alarm. (0 to disable)

ManaName = mana potion ; Name, or item id, of the potion. (Update your Support if you change this!)
ManaMin = 100 ; The amount of potions at which you will leave to go refill.
ManaMax = 600 ; The amount of potions you want to withdraw or buy. (0 to disable)
ManaAlarm = 0 ; The amount of potions to trigger an alarm. (0 to disable)

[Capacity]
Hunt-Minimum = 50 ; If capacity goes below this value, script will exit the spawn. (0 to disable)
Drop-Flasks = 100 ; If capacity goes below this value, script will drop flasks. (0 to disable)
Drop-Gold = 80 ; If capacity goes below this value, script will drop gold. (0 to disable)

Go find this in your script, edit it...
(don't copy this)

Kowal
12-02-2015, 07:36 PM
thx man <3

Joshwa534
12-02-2015, 08:28 PM
thx man <3

You can also type /config in the XenoBot chat channel to open the config file.
Also, can follow these (http://forums.xenobot.net/showthread.php?39311-How-to-Edit-Configs) instructions.