Code: Select all
automacro farming {
weight > 49%
run-once 1
exclusive 1
call {
do ai manual
do move prontera 123 456
}
}
But this one seems not work.. Anyone know what i should do? Honestly, i'm a beginner user for macro.
Code: Select all
automacro deal {
location prontera 123 456
call {
do deal @player(mycharname)
do deal add @inventory(itemname)
pause 1
do deal add @inventory(itemname)
pause 1
do deal
pause 3
do deal
do ai auto
}
}