Macro buy weapon from npc complete and stuck

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

Moderator: Moderators

Message
Author
leozhai
Plain Yogurt
Plain Yogurt
Posts: 71
Joined: 16 Jun 2008, 08:41
Noob?: Yes

Macro buy weapon from npc complete and stuck

#1 Post by leozhai »

Code: Select all

automacro buy1 {
	base >= 24
	zeny >= 50
	inventory "Knife [3]" == 0
	run-once 1
call {
	do is @inventory (Novice Butterfly Wing)
	pause 2
	do move 251 57
	pause 2
	do move 137 67
 	do talknpc 141 67 b b4,1
	do eq @inventory (Knfie [3])
}
}
with macro code
do talknpc 141 67 b b4,1
or
do talknpc 141 67 b b4,1 e

after buy the character will not move to lock map..
key in move command will move the character.

User avatar
SkylorD
Moderators
Moderators
Posts: 1167
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil
Contact:

Re: Macro buy weapon from npc complete and stuck

#2 Post by SkylorD »

Knfie [3]
Well, check the route_randomWalk in your config, if it's enabled.
Check your lockMap if it's set
Learn rules

Post Reply