Help with macro blank -> medals in iRO

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

Moderator: Moderators

Valkyrie
Noob
Noob
Posts: 6
Joined: 26 Aug 2011, 13:59
Noob?: No

Help with macro blank -> medals in iRO

#1 Post by Valkyrie »

Code: Select all

automacro blanks {
location aldeba_in
inventory "Blank Card" >= 4
call {
do talknpc 92 166 c c c c r0 c r1 c r2 c d25 n
}
timeout 3
}
this macro exchange blank card for medals, but i have one problen in this moment

Image


is correct d25 ?
reponse to npc 25 ?

please help
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Help with macro blank -> medals in iRO

#2 Post by EternalHarvest »

Yeah, d<number> is for entering numbers.

Not related to "Macro Plugin", test talknpc without any macro first if there are any problems with it.
Valkyrie
Noob
Noob
Posts: 6
Joined: 26 Aug 2011, 13:59
Noob?: No

Re: Help with macro blank -> medals in iRO

#3 Post by Valkyrie »

Code: Select all

automacro blanks {
location aldeba_in
inventory "Blank Card" >= 4
call {
do talknpc 92 166 r0 r1 r2 d25 n
}
timeout 10
}

remove all "c" and work =)