Noob question about do talknpc

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

Moderator: Moderators

Message
Author
heavy
Noob
Noob
Posts: 5
Joined: 04 Aug 2009, 19:23
Noob?: Yes

Noob question about do talknpc

#1 Post by heavy »

I`m back from the deads after some years away, and I dont't have my old backup so I'm downloading everything and writing my configs from the scratch.

Well what I'm trying to do is quite noob but I can't figured out what is wrong with it.

I need to talk to an NPC at the coordinates 42 38 respond to him with "talk resp 1" "talk resp 1" delay "talk resp 0" delay

After that I want to talk to another NPC at 43 39 and just continue the converstation until it ends, and loop back to the first npc and start all over again.

Thats what I got:

automacro talking {
call npc1
timeout 15
}
macro npc1{
do talknpc 42 38 r1 w3 r1 w5 r0
call npc2
}
macro npc2{
do talknpc 43 39 c
pause 10
call npc1
}

It gets stuck with npc does not responds regardless the wait I add to the command line.

Ps.: These are for collecting sticky webfoots eden group quest.

User avatar
4epT
Developers
Developers
Posts: 617
Joined: 30 Apr 2008, 14:17
Noob?: No
Location: Moskow (Russia)
Contact:

Re: Noob question about do talknpc

#2 Post by 4epT »

show log console
All my posts are made by machine translator!
¤ Manual ¤ Anti BotKiller ¤ Packet Extractor v3 ¤
Image
Image

Post Reply