it should be possible to add anything from from later erasnot exactly sure but i think the vendor dropdown menus are post aos!
[CallPriority(Int32.MinValue)]
public static void Configure()
{
Core.Expansion = Expansion;
CharacterList.AdditionalFlags |= CharacterListFlags.ContextMenus;
...
ObjectPropertyList.Enabled = Core.AOS;
public static void ContextMenuRequest(NetState state, PacketReader pvSrc)
{
var target = World.FindEntity(pvSrc.ReadInt32());
if (target != null && ObjectPropertyList.Enabled)
We use essential cookies to make this site work, and optional cookies to enhance your experience.