Using greed after followng specific itens!

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

Message
Author
williamlala
Noob
Noob
Posts: 1
Joined: 10 Jan 2019, 14:33
Noob?: No

Using greed after followng specific itens!

#1 Post by williamlala »

Hi, i made this macro below:

automacro coletando1 {
location mag_dun02
macro_delay 0.1
console /Item.*(Cauda de Dragão).*\((\d+)\)/i
call {
do move $.lastMatch2
do ss 1013
release coletando1
}
}

automacro coletando2 {
location mag_dun02
macro_delay 0.1
console /Item.*(Pele de Dragão).*\((\d+)\)/i
call {
do move lastMatch2
do ss 1013
release coletando2
}
}

I wanted my bot to go to move itself to the item "Cauda de Dragão" then use greed. After go to item "Pele de Dragão" and use greed.

But it' not working. The bot isn't going to the item on the floor.

Can someone help me?

Thanks!!

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

Re: Using greed after followng specific itens!

#2 Post by fadreus »

config.txt

Code: Select all

itemsTakeGreed 1

iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image

Locked