The npc did not respond

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

Moderator: Moderators

Message
Author
Shakto
Noob
Noob
Posts: 3
Joined: 26 Jul 2012, 11:13
Noob?: No

The npc did not respond

#1 Post by Shakto »

Unknown #110012524: [ Warpra]
Unknown #110012524: Notre compagnie de téléportation peut vous téléporter dans quasiment toutes les villes de Rune Of Midgard.
Unknown #110012524: Nous proposons nos services aux joueurs gratuitement sans compensation.
Unknown #110012524: Type 'talk cont' to continue talking
The NPC did not respond.
Calculating lockMap route to: Bottomless Forest(mosk_dun03)
The NPC did not respond.
Calculating lockMap route to: Bottomless Forest(mosk_dun03)
The NPC did not respond.
Calculating lockMap route to: Bottomless Forest(mosk_dun03)
The NPC did not respond.
Calculating lockMap route to: Bottomless Forest(mosk_dun03)
talk cont *manual command when manual botting*
NPC Exists: Unknown #110012524 (157, 163) (ID 110012524) - (11)
----------Responses-----------
# Response
0 Dernière Destination
1 Villes
2 Instances
3 Plaines
4 Dongeons
5 Dongeon de guilde
6 Cancel Chat
-------------------------------
Unknown #110012524: Type 'talk resp #' to choose a response.
According to the given NPC instructions, the Next button must now be clicked on, but that's not possible.
talk resp 0 *manual command when manual botting*
----------Responses-----------
# Response
0 - Dremuci Forest
1 - Sunken Ship - Lvl 1
2 - Payon Dungeon - Lvl 2
3 Back
4 Cancel Chat
-------------------------------


Then my portal.txt
ayothaya 161 157 mosk_dun03 122 130 0 c r0 n

I tried with macro :

Code: Select all

automacro heal {
   location ayothaya
   run-once 1
   hp > 99%
   call {
   do talk @npc (157 163)
   pause 1
   do talk cont
   pause 1
   do talk resp 0
   pause 1
   }
   timeout 30
}
But same problem.

I can with this macro but got other macro in conflict i want it works in portal.txt

Code: Select all

#automacro warp {
#   location ayothaya
#   sp > 99%
#   hp > 99%
#   call {
#	   pause 1
#       $id = 110012539
#       $x = @eval (Actor::get(pack 'V', $id)->{binID})
#       do talk $x
#	   pause 1
#      do talk cont
#	   pause 1
#       do talk resp 0
#	   pause 1
#       do talk resp 0
#	   pause 1
#      do talk resp 0
#   do talk @npc (161 157)
#   }
#   timeout 20
#}

krisma
Human
Human
Posts: 36
Joined: 05 Mar 2009, 07:47
Noob?: Yes

Re: The npc did not respond

#2 Post by krisma »

"According to the given NPC instructions, the Next button must now be clicked on, but that's not possible."

when this comes out i think the response to this is "talk cont"

Shakto
Noob
Noob
Posts: 3
Joined: 26 Jul 2012, 11:13
Noob?: No

Re: The npc did not respond

#3 Post by Shakto »

Yep great but it was manual instruction, no matter, it's the npc did not respond the problem

ever_boy_
Developers
Developers
Posts: 308
Joined: 06 Jul 2012, 13:44
Noob?: No

Re: The npc did not respond

#4 Post by ever_boy_ »

wrong npc steps sequence.
do it once manually so that you can obtain thecorrect sequence of conts and resps.

Shakto
Noob
Noob
Posts: 3
Joined: 26 Jul 2012, 11:13
Noob?: No

Re: The npc did not respond

#5 Post by Shakto »

Already done

Post Reply