### Move to Create Position trigger by Inventory Quantity
automacro initiate {
sp > 80%
location not morocc 161 256 160 256
inventory "Medicine Bowl" > 0
inventory "Immortal Heart" > 0
inventory "Empty Bottle" > 0
call start
#run-once 1
timeout 10
}
macro start {
#release initiate
do move 161 256 morocc
pause 1
}
#at Create Position consider condition trigger by Quantity and sp
##### Depricated , Delete as you wish (but I'm not) #####
automacro resta {
location morocc 161 256
sp < 15%
inventory "Medicine Bowl" > 0
inventory "Immortal Heart" > 0
inventory "Empty Bottle" > 0
call rest
run-once 1
timeout 3
}
macro rest {
do move 161 258
release resta
pause 1
do sit
}
#at Rest Position ... condition trigger by Quantity & sp
automacro jallen {
location morocc 161 258
sp > 50%
inventory "Medicine Bowl" > 0
inventory "Immortal Heart" > 0
inventory "Empty Bottle" > 0
call shifta
timeout 3
}
macro shifta {
do move 161 258
pause 1
}
#at Create Position ... Create condition trigger by Quantity or Sp
automacro create {
location morocc 161 256
sp > 15%
inventory "Medicine Bowl" > 0
inventory "Immortal Heart" > 0
inventory "Empty Bottle" > 0
call pharmacy
run-once 1
}
##### Pharmacy Creation CODE : Credit to flakey of OpenKore Board #####
##### http://openkore.sour***orge.net/foru...pic.php?t=5000 #####
##### send (code) after invoke "ss 228 10" only ... therefore Kore terminate !
##### Red Potion = 8E 01 F5 01 00 00 00 00 00 00
##### Yellow Potion = 8E 01 F7 01 00 00 00 00 00 00
##### White Potion = 8E 01 F8 01 00 00 00 00 00 00
##### Blue Potion = 8E 01 F9 01 00 00 00 00 00 00
##### Adonyne = 8E 01 5D 02 00 00 00 00 00 00
##### Aloevera = 8E 01 5E 02 00 00 00 00 00 00
##### Red Slim = 8E 01 21 02 00 00 00 00 00 00
##### Yellow Slim = 8E 01 22 02 00 00 00 00 00 00
##### White Slim = 8E 01 23 02 00 00 00 00 00 00
##### Alcohol = 8E 01 CA 03 00 00 00 00 00 00
##### Fire Bottle = 8E 01 DF 1B 00 00 00 00 00 00
##### Acid Bottle = 8E 01 E0 1B 00 00 00 00 00 00
##### Plant Bottle = 8E 01 E1 1B 00 00 00 00 00 00
##### Mine Bottle = 8E 01 E2 1B 00 00 00 00 00 00
##### Coating Wax = 8E 01 E3 1B 00 00 00 00 00 00
macro pharmacy {
do ss 228 10
pause 0.5
do send 8E 01 E0 1B 00 00 00 00 00 00
release create
$time = $.time
}
##### Counter Relogin every 10 min ... while Pharmacy #####
### in order not to Mix up the Counter Relogin with the Process ###
### leave the Counter Relogin macro at last lines ###
#Counter Relog while Grab
#Counter Relog while Create
automacro resetKaraCreate {
var $time < @eval ($.time - 30)
location geffen 117 202
inventory "Medicine Bowl" > 0
inventory "Immortal Heart" > 0
inventory "Empty Bottle" > 0
call reseto
timeout 600
}
macro reseto {
do macro reset
pause 1
}
#Counter Relog while Rest
#Counter Relog while Walking
# Counter Relog while Standing out of 181,100 / 180,100
# Counter Relog while Store Item
It dont trigger pharmacy and just sit in morocc. i place it north morocc less ppl are there lol
whats wrong with my macro?
Moderator: Moderators