Cannot Reproduce Vendor Search "Open Container Containing Item" not seem to work.

kalel83

Apprentice II
Supporter
While in Cah's discord someone mentioned that you can not only use vendor search maps to teleport to a vendor, but you can use it to open the container they have it stored in as well.

Well I just tried it on one vendor , and the "Open Container Containing Item" option does show up, even when standing right near the vendor.
Untitled.png

Then on another vendor I can get the option to be not grey if I stand in the right spot, but then the option still does not open anything.
Untitled.png



Maybe it is just broken? Maybe the range needs to be increased for it to work more reliably?
 
Last edited:

Dan

Staff Member
Administrator
Game Master
C#:
private bool IsAccessible()
            {
                if (!Container.IsAccessibleTo(Clicker))
                    return false;

                if (!Clicker.InRange(Container.GetWorldLocation(), 18))
                    return false;

                return true;
            }

So the range is set at 18.

However this part:

if (!Container.IsAccessibleTo(Clicker))
return false;

is probably the issue.
 

PLAY NOW

Heritage

Address
play.trueuo.com
Port
2593
Uptime
12 hours
Players Online
11
Houses
851
Vendors
297
Gold
5,018,704,592gp
Top Bottom