autorefine macro

All about the macro plugin can be found in this forum. This forum is intended for the macro plugin only.

Moderator: Moderators

Message
Author
davaogod1
Noob
Noob
Posts: 11
Joined: 07 May 2014, 21:16
Noob?: No

autorefine macro

#1 Post by davaogod1 »

please can someone give me a working autorefine macro Ive tried this but doens't work http://forums.openkore.com/viewtopic.ph ... fine+macro

i like something that will refine my all my tidal shoes in my inventory till +7 thx in advance :cry:


i used this I personaly made this macro

Code: Select all

automacro Refine {
exclusive 1
call bata

}

macro bata {
do eq Tidal Shoes [1]
do talknpc 63 60 c r0 c c r0 c
do talknpc 63 60 c r0 c c r0 c
do talknpc 63 60 c r0 c c r0 c
do talknpc 63 60 c r0 c c r0 c
do eq Tidal Shoes [1]
release Refine

}

automacro shit {
inventory "Tidal Shoes [1]" = 0
call wata
run-once 1
exclusive 1

}

macro wata {
pause 1
do eq +4 Tidal Shoes [1]
do talknpc 63 60 c r0 c r0 c c r0 
release all

}

automacro AIm {
inventory "+ 4 Tidal Shoes [1]" = 0
call suot
run-once 1
exclusive 1

}

macro suot {
pause 1
do eq +5 Tidal Shoes [1]
do talknpc 63 60 c r0 c r0 c c r0 
release all

}

automacro AIm1 {
inventory "+ 5 Tidal Shoes [1]" = 0
call suot1
run-once 1
exclusive 1

}

macro suot1 {
pause 1
do i
do eq + 6 Tidal Shoes [1]
do talknpc 63 60 c r0 c r0 c c r0 
release all

}

automacro AIm2 {
inventory "+ 6 Tidal Shoes [1]" = 0
call suot2
run-once 1
exclusive 1

}

macro suot2 {
pause 1
do eq +7 Tidal Shoes [1]
do talknpc 63 60 c r0 c r0 c c r0 
release all

}

automacro AIm {
inventory "+ 7 Tidal Shoes [1]" = 0
call suot3
run-once 1
exclusive 1

}

macro suot3 {
pause 1
do eq +8 Tidal Shoes [1]
do talknpc 63 60 c r0 c r0 c c r0 
release all

}

automacro elu {
inventory "Elunium" = 0
exclusive 1
call siya

}

macro siya {
do c @storage
do storage get @storage (Elunium) 100
do storage close
release all

}
the problem it will not trig after upgrading all wool scarf to +4

telnex
Noob
Noob
Posts: 19
Joined: 22 Jul 2014, 10:13
Noob?: Yes

Re: autorefine macro

#2 Post by telnex »

Take a look at this thread, he already made it for tidal shoes :D

http://forums.openkore.com/viewtopic.php?f=33&t=15154

davaogod1
Noob
Noob
Posts: 11
Joined: 07 May 2014, 21:16
Noob?: No

Re: autorefine macro

#3 Post by davaogod1 »

yeah but does not work with the latest version

Post Reply