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
}

is correct d25 ?
reponse to npc 25 ?
please help
Moderator: Moderators
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
}
Code: Select all
automacro blanks {
location aldeba_in
inventory "Blank Card" >= 4
call {
do talknpc 92 166 r0 r1 r2 d25 n
}
timeout 10
}