Page 1 of 1

Bot problem -> Refill arrows and potions from Storage

Posted: 09 Feb 2016, 19:08
by lancey
Hello, my bot does not go back to refill arrows or potions from Kafra when he's out of supplies. He's not selling nor store the items I've set it up to store/sell either.

Are my npc coordinates wrong or can any find any problem?

Code: Select all

sellAuto 1
sellAuto_npc aldeba_in 94 56
sellAuto_standpoint
sellAuto_distance 5

}

storageAuto 1 
storageAuto_npc aldebaran  143 119
storageAuto_distance 5
storageAuto_npc_type 1
storageAuto_npc_steps
relogAfterStorage 1
storageAuto_password

}




getAuto Awakening Potion {
    minAmount 0
    maxAmount 10
    passive 0
}



getAuto Fire Arrow Quiver {
    minAmount 0
    maxAmount 6
    passive 0
}

getAuto Butterfly Wing {
    minAmount 0
    maxAmount 1
    passive 0
}

getAuto White Potion {
    minAmount 0
    maxAmount 30
    passive 0
}