Code: Select all
buyAuto Red Potion {
npc ama_in01 24 30
standpoint
distance 5
price
minAmount 2
maxAmount 300
}
My bot refuses to enter the portal unless I have the portal coordinates imputed. However, if I have just the portal coordinates then it is unable to find the npc because it thinks the portal coordinates are the npc coordinates. I'm wondering why I'm having problems with this. thanks.