[Idle/Unsolved]Refining 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
killahgoat
Noob
Noob
Posts: 3
Joined: 20 May 2011, 04:13
Noob?: Yes

[Idle/Unsolved]Refining Macro

#1 Post by killahgoat »

need help making refine macro for armor

i tried using

Code: Select all

automacro blackchoco {
inventory “Elunium” > 0
run-once 1
call shocolate
}

automacro sagotka2 {

console /Feet/

run-once 1
call lolz

}

automacro sagotka3 {

console /Yes/
run-once 0
call reply

}
automacro basag {

console /Failure teaches Success…/
run-once 0
call repete

}
automacro done {

console /Perfect!!/
run-once 0
call recon

}
automacro yey {

console /Tidal Shoes [1]/
run-once 0
call repete

}
automacro oops {

console /katar out of your right hand?/
run-once 0
call repete

}
macro shocolate {
do move 60 70 prt_in
do talk @npc (63 60)

}

macro reply {
do talk resp 0

}
macro grr {
do talk resp 1

}
macro ack {
do talk resp 2

}
macro lolz {
do talk resp 3

}

macro repete {
do i
do eq Knife [3]
release all

}
macro recon {
release all
}
from http://ragnarok-guide.com/upgrade-bot-macro/

it doesnt work for openkore rev 7730........

it sais

The error message is:
Quantifier follows nothing in regex; marked by <-- HERE in m/+ <-- HERE 10 Knife [3]/ at plugins/macro/Macro/Utilities.pm line 142

guyss hope u can help i really need this macro :D
Last edited by Mushroom on 26 Jun 2011, 17:15, edited 1 time in total.