Help in talk to healer NPC

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

Message
Author
dilminha
Noob
Noob
Posts: 18
Joined: 13 Mar 2017, 12:01
Noob?: No

Help in talk to healer NPC

#1 Post by dilminha »

There's a healer NPC on my server, but it just heal you when you click, with no dialog, when my bot talk to it it doesn't nothing:

Code: Select all

macro dead {


	if ($.zeny >= 1990000000) {

		call getcred

	}

	if (@invamount (Credit) > 0) {

		call givecred

	}

	if ($getcred == 1) {

			call getcred

	}

	if ($.hp < 1000) {

		pause 1
		do talknpc 134 123 c n

		
	}
	pause 1
	call getin
	

}

Mortimal
Developers
Developers
Posts: 389
Joined: 01 Nov 2008, 15:31
Noob?: No

Re: Help in talk to healer NPC

#2 Post by Mortimal »

Code: Select all

do talk @npc(134 123)
Please use pin function for uploading your file contents!

Locked