Trouble Opening Vendor

Unofficial support for the creating and editing of metas.
Oswrick
Posts: 5

Trouble Opening Vendor

Post #1 »

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

User avatar
Trigger9008
Posts: 41

Post #2 »

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.
~Trigger9008~

Oswrick
Posts: 5

Post #3 »

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.

Oswrick
Posts: 5

Post #4 »

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.

User avatar
HellsWrath
Site Admin
Posts: 389

Post #5 »

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

Oswrick
Posts: 5

Post #6 »

I shall give that a go, thank you.

Oswrick
Posts: 5

Post #7 »

Your solution seems to be working perfectly. Thank you very much, was causing me a right headache.