Page 1 of 1

player:target_NPC

Posted: Sat Oct 24, 2009 12:12 am
by S3v3n11
Trying to do the harf supply delivery quest. In my waypoint file I have the following code and NPC gets targeted correctly but the dialog window does not open.

Code: Select all

player:target_NPC("Siping");


What can I check to correct this?

Re: player:target_NPC

Posted: Sat Oct 24, 2009 2:03 am
by d003232
S3v3n11 wrote:Trying to do the harf supply delivery quest. In my waypoint file I have the following code and NPC gets targeted correctly but the dialog window does not open.

Code: Select all

player:target_NPC("Siping");


What can I check to correct this?
Check if you ingame turned on 'click to move'.

Re: player:target_NPC

Posted: Sat Oct 24, 2009 6:12 pm
by S3v3n11
d003232 wrote:
S3v3n11 wrote:Trying to do the harf supply delivery quest. In my waypoint file I have the following code and NPC gets targeted correctly but the dialog window does not open.

Code: Select all

player:target_NPC("Siping");


What can I check to correct this?
Check if you ingame turned on 'click to move'.

So I need to turn on click to move???

Re: player:target_NPC

Posted: Sat Oct 24, 2009 6:24 pm
by phanisher
http://www.solarstrike.net/phpBB3/viewt ... f=21&t=763

I made one already and posted :)

By tomorrow it should do everything automatically from taking the quest to handing in.

Re: player:target_NPC

Posted: Sat Oct 24, 2009 7:15 pm
by S3v3n11
phanisher wrote:http://www.solarstrike.net/phpBB3/viewt ... f=21&t=763

I made one already and posted :)

By tomorrow it should do everything automatically from taking the quest to handing in.

Ok, let us know when it is ready. I tried it and it did not work for me.