[Idle/Solved]Help macro doesn't work

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

Moderator: Moderators

edwardtort
Noob
Noob
Posts: 1
Joined: 14 Jul 2014, 12:00
Noob?: Yes

[Idle/Solved]Help macro doesn't work

#1 Post by edwardtort »

im using

automacro loot {
call {
do c @alootid +jellopy
do c @alootid +apple
}
}

automacro wax {
exclusive 1
call {
do c @warp prt_fild01
release wax
}
}
User avatar
SkylorD
Moderators
Moderators
Posts: 1202
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil

Re: Help macro doesn't work

#2 Post by SkylorD »

Add any event. run-once for example :

Code: Select all

automacro loot {
run-once 1
call {
do c @alootid +jellopy
do c @alootid +apple
}
}

automacro wax {
exclusive 1
call {
do c @warp prt_fild01
release wax
}
}
In your automacro wax, you're using "release".
release (<name> | all)
Reenables a locked automacro ("run-once" keyword or locked by "lock") or reenables all automacros when using release all.
Your macro is not locked. Remove the release or add a run-once 1 or any other event. ^^
Learn rules
User avatar
4epT
Developers
Developers
Posts: 627
Joined: 30 Apr 2008, 14:17
Noob?: No
Discord: ya4ept#8494
Location: Moskow (Russia)

Re: Help macro doesn't work

#3 Post by 4epT »

this is nonsense: :lol:

Code: Select all

automacro wax {
exclusive 1
call {
do c @warp prt_fild01
release wax
}
}
All my posts are made by machine translator!
¤ Manual ¤ Anti BotKiller ¤ Packet Extractor v3 ¤
Image
Image
User avatar
SkylorD
Moderators
Moderators
Posts: 1202
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil

Re: Help macro doesn't work

#4 Post by SkylorD »

4epT wrote:this is nonsense: :lol:

Code: Select all

automacro wax {
exclusive 1
call {
do c @warp prt_fild01
release wax
}
}
:lol: oh yeah.
Please, Establish a better condition.
Learn rules