My deal automacro is basically this
Code: Select all
#5. Keep adding the loots till all unloaded
automacro deal add red potion {
inventory "red potion" != 0
timeout 3
call {
do deal add @inventory (red potion)
}
}
automacro deal add green potion {
inventory "green potion" != 0
priority 1
timeout 3
call {
do deal add @inventory (green potion)
}
}
automacro deal add orange potion {
inventory "orange potion" != 0
priority 2
timeout 3
call {
do deal add @inventory (orange potion)
}
}
automacro deal add yellow potion {
inventory "yellow potion" != 0
priority 3
timeout 3
call {
do deal add @inventory (yellow potion)
}
}
automacro deal add white potion {
inventory "white potion" != 0
priority 4
timeout 3
call {
do deal add @inventory (white potion)
}
}
automacro deal add concentration potion {
inventory "concentration potion" != 0
priority 5
timeout 3
call {
do deal add @inventory (concentration potion)
}
}
After the items were added to trade, the deal was cancelled. Rarely, but sometimes the deal somehow randomly works.
It happens on both revision 8468 & latest 8596 openkore.