Code: Select all
automacro sellgold {
exclusive 1
location prontera 144 215 140 197
inventory gold > 1
call {
do talknpc 152 209
do sell
do sell 0 400
do sell done
}
timeout 5
}my coordinates is:
143 209
Moderator: Moderators

Code: Select all
automacro sellgold {
exclusive 1
location prontera 144 215 140 197
inventory gold > 1
call {
do talknpc 152 209
do sell
do sell 0 400
do sell done
}
timeout 5
}
Would match no points, according to the manual.botty wrote:location prontera 144 215 140 197


When both <x1> <y1> and <x2> <y2> are defined it triggers when you are on <mapname> somewhere between <x1>, <y1> (upper left) and <x2>, <y2> (lower right)