ClearContextMenu; RequestContextMenu(VendorID : Cardinal); GetContextMenu(var list : TStringList); for i := 0 to list.Count-1 do if Pos('Quest Conversation', list[i]) then begin SetContextMenuHook(VendorID : Cardinal; i); Break; end; "SetContextMenuHook" requests a new Context-Menu. The E...
On my shard we have a NPC that has a random ContextMenu (random Entries, random Positions). I get the "bad" context-Menu in 50% of the time. Clicking "Crime and Punishment" will send my char to Jail. Good: ContexMenu! MenuID $0002AF30 EntriesNumber: 04 Entry0: Tag $0000 Flags: 00...