Page 1 of 1

Trouble Opening Vendor

Posted: November 8th, 2016, 9:58 pm
by Oswrick
I have it set to open vendor in my .Nav route. Every time it gets to the opening bit it throws me an error. For some reason sometimes it works, sometimes it doesn't.
The error is
[VTank] OpenVendor waypoint action ignored, vendor -748352605 (Claude the Archmage) not found.

Any help with this would be greatly appreciated

Re: Trouble Opening Vendor

Posted: November 10th, 2016, 9:14 am
by Trigger9008
Most likely a latency or packet loss issue. My suggestion is to add a delay before opening Claude. Let me know if that helps. Also you could try having it on a circular route to open it so that it tries a few times, then have it do your trading at anyvendoropen.

Re: Trouble Opening Vendor

Posted: November 10th, 2016, 10:20 am
by Oswrick
I have a 5 second delay before it attempts to open vendor. I'll try the circular option and see if that works and I'll update the post. Thank you.

Re: Trouble Opening Vendor

Posted: November 12th, 2016, 11:21 pm
by Oswrick
Well I can't seem to get those 2 to work. Haven't had any problems with any other vendors so far. So no Idea what it is.

Re: Trouble Opening Vendor

Posted: November 13th, 2016, 12:33 am
by HellsWrath
Rather than use the Open Vendor button add a chat command in your route

Code: Select all

/vt mexec actiontryuseitem[wobjectfindnearestbyobjectclass[25]]
http://www.virindi.net/wiki/index.php/Meta_Expressions

Re: Trouble Opening Vendor

Posted: November 13th, 2016, 9:31 pm
by Oswrick
I shall give that a go, thank you.

Re: Trouble Opening Vendor

Posted: November 17th, 2016, 12:04 pm
by Oswrick
Your solution seems to be working perfectly. Thank you very much, was causing me a right headache.