mushroom farming macros

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

Moderator: Moderators

Message
Author
Buckyx
Human
Human
Posts: 21
Joined: 04 Aug 2010, 13:15
Noob?: Yes

mushroom farming macros

#1 Post by Buckyx »

edit: nobody interested, nobody wants to help, it works fine, removed
Last edited by Buckyx on 26 Jul 2014, 06:51, edited 1 time in total.

Buckyx
Human
Human
Posts: 21
Joined: 04 Aug 2010, 13:15
Noob?: Yes

Re: mushroom farming macros

#2 Post by Buckyx »

edit: macros above are broken, already debugged them and it seems working good .. if anyone still interesed and want to help me make this better than reply I can share them
also it works best on at least 2x drop rates servers because mushroom spores drop only at 55% and its counterproductive

pic from action http://oi62.tinypic.com/2zia0w5.jpg

shampuday
Human
Human
Posts: 46
Joined: 01 May 2014, 23:04
Noob?: Yes

Re: mushroom farming macros

#3 Post by shampuday »

Can you Help me with Mushroom Farming Macro??

automacro Cultivate {
location prontera 192 100
inventory “Mushroom Spore” >= 1
sp > 90%
status not Owg 50%
# weight < 50%
timeout 3
macro_delay 1.5
exclusive 1
run-once 1
call {
$Count = 20
while ($Count <= 20) as exampleloop
do sl Cultivation 191 100 1
pause 1.5
do ss “Magnum Break” 1
$Count++
end exampleloop
do move 190 99
$Count2 = 0
while ($Count2 <= 13) as exampleloop2
$Count2++
do sm “Cart Revolution” 1 1
pause 1.5
end exampleloop2
$Count3 = 0
while ($Count3 <= 1) as exampleloop3
$Count3++
do ss “Magnum Break” 1
pause 1.5
end exampleloop3
do move 192 100
release Cultivate
}
}

It has error sir.. i dont know where is the error

Post Reply