Google-Code-Fork / tibiaapi

Automatically exported from code.google.com/p/tibiaapi
MIT License
0 stars 0 forks source link

Add entry to item context menu #151

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We can already add entries to the player context menus, but it would be
nice to add an entry to the menu that appears when you right click an item
(typically contains Look and Use).

Original issue reported on code.google.com by ian320 on 20 May 2009 at 4:32

GoogleCodeExporter commented 9 years ago
isn't TradeWithContextMenu used for items or do you really think we should add 
those
extra two?

Original comment by geancarl...@gmail.com on 22 May 2009 at 2:28

GoogleCodeExporter commented 9 years ago
Try right clicking on an item that is not on your person or next to you; you 
can't
trade it, so that doesn't show up.

Original comment by ian320 on 22 May 2009 at 4:12

GoogleCodeExporter commented 9 years ago
Eat your heart out...

Look - 0x451BBF
Open - 0x451C13
Open in new window/Open/Use with .../Use - 0x451C97
Rotate - 0x451CC2
Trade with ... - 0x451D09
Move up - 0x451D3D
Attack/Stop Attack - 0x451DA0
Follow/STop Follow - 0x451DCB
Message to %s - 0x451E10
Invite to private chat - 0x451E41
Add to VIP list - 0x451E61
Unignore %s/Ignore %s - 0x451E90
Revoke %s Invitation - 0x451EDF
Join %s Party - 0x451F0E
Invite to Party - 0x451F31
Revoke %s's Invitation - 0x451F60
Invite to Party - 0x451F98
Pass Leadership to %s - 0x451FBC
Set Outfit - 0x452092
Enable Shared Experience/Disable Shared Experience - 0x4520D0
Leave Party - 0x4520E3
Copy Name - 0x4520FA
Rule Violation - 0x452134
Attack/Stop Attack - 0x45236B
Follow/Stop Follow - 0x452396
Message to %s - 0x4523DB
Invite to private chat - 0x45240C
Add to VIP list - 0x45242C
Unignore %s/Ignore %s - 0x45245B
Revoke %s's Invitation - 0x4524AA
Join %s's Party - 0x4524D9
Invite to Party - 0x4524FC
Revoke %s's Invitation - 0x45252B
Invite to Party - 0x452560
Pass Leadership to %s - 0x452581
Copy Name - 0x4525AD
Rule Violation - 0x4525E1
Edit %s - 0x4528AF
Remove %s - 0x4528DB
Message to %s - 0x45291E
Invite to private chat - 0x45294F
Add new VIP - 0x452965
Sort by name - 0x452978
Sort by type - 0x45298B
Sort by status - 0x4529A7
*Show offline VIPs/Hide offline VIPs - 0x4529C9
Copy Name - 0x4529EF
Rule Violation - 0x452A03
Message to %s - 0x452EED
Exclude from private chat - 0x452F53
Add to VIP list - 0x452F72
Unignore %s/Ignore %s - 0x452FA6
Copy - 0x452FE2
Copy Name - 0x452FF9
Copy Message - 0x45300F
Select All - 0x453025
Rule Violation - 0x049
Process %s - 0x453376
Remove %s - 0x4533A1
Copy Name - 0x4533CE
Cope Message - 0x4533E0
Invite Player - 0x45379A
Exclude Player - 0x4537AC
Close - 0x4537C2
Show server messages/Hide server messages - 0x4537EF
Save Window - 0x453805
Clear Window - 0x453822
Cut - 0x453B0E
Copy - 0x453B20
Paste - 0x453B48
Delete - 0x453B76
Select All - 0x453B8C
Set Mark - ?
Edit Mark - 0x453EE9
Delete Mark - 0x453EFC
Reset Experience Counter - 0x4541EF
*Hide Experience/Show Experience - 0x454210
*Hide Level/Show Level - 0x454231
*Hide Stamina/Show Stamina - 0x454252
*Hide Magic Level/Show Magic Level - 0x454273
*Hide Fist Fighting/Show Fist Fighting - 0x454298
*Hide Club Fighting/Show Club Fighting - 0x4542BE
*Hide Sword Fighting/Show Sword Fighting - 0x4542E4
*Hide Axe Fighting/Show Axe Fighting - 0x45430A
*Hide Distance Fighting/Show Distance Fighting - 0x454330
*Hide Shielding/Show Shielding - 0x454356
*Hide Fishing/Show Fishing - 0x45437C
Show all Skill Bars - 0x454395
Hide all Skill Bars - 0x4543A7
Sort by name - 0x4545BA
Sort by price - 0x4545D2
Sort by weight - 0x4545EA
*Buy no backpacks/Buy with backpacks - 0x454610
**Consider capacity/Ignore capacity - ?
Sort by name - 0x454644
Sort by price - 0x45465C
Sort by amount - 0x454674
Ignore equipped/Sell equipped - 0x45469A

* - I'm pretty sure the CALL went with these ASCII values.
** - Lacked a CALL.

Original comment by joebingham07@gmail.com on 22 May 2009 at 3:48

GoogleCodeExporter commented 9 years ago
@ian

you get the 'Trade with ...' option on pickupable items. There was a sabre 
behind
Obi's counter and when I right-clicked on it I got the 'Trade with ...' option 
so it
would work on that, but for non-moveable items (ie. trash can) you only get 
'Look'
and 'Use'.

Original comment by joebingham07@gmail.com on 22 May 2009 at 3:58

GoogleCodeExporter commented 9 years ago
Ahh okay, thanks for the clarification joe.

Original comment by ian320 on 22 May 2009 at 5:53

GoogleCodeExporter commented 9 years ago
Added LookContextMenu. should be enough for any item

Original comment by geancarl...@gmail.com on 19 Jul 2009 at 10:06

GoogleCodeExporter commented 9 years ago

Original comment by ian320 on 20 Jul 2009 at 7:27