mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-01 18:30:39 +00:00
Add tradeskill opcodes, some encodes and decodes to match rof2; i think they're all still the same but i could be wrong.
This commit is contained in:
@@ -475,15 +475,15 @@ OP_ShopRetrieveParcel=0x0000
|
||||
OP_ShopParcelIcon=0x0000
|
||||
|
||||
# tradeskill stuff:
|
||||
OP_ClickObject=0x0000
|
||||
OP_ClickObjectAction=0x0000
|
||||
OP_ClearObject=0x0000
|
||||
OP_RecipeDetails=0x0000
|
||||
OP_RecipesFavorite=0x0000
|
||||
OP_RecipesSearch=0x0000
|
||||
OP_RecipeReply=0x0000
|
||||
OP_RecipeAutoCombine=0x0000
|
||||
OP_TradeSkillCombine=0x0000
|
||||
OP_ClickObject=0x687e
|
||||
OP_ClickObjectAction=0x110f
|
||||
OP_ClearObject=0x6155
|
||||
OP_RecipeDetails=0x01e7
|
||||
OP_RecipesFavorite=0x0495
|
||||
OP_RecipesSearch=0x2f4e
|
||||
OP_RecipeReply=0x2cd2
|
||||
OP_RecipeAutoCombine=0x5dba
|
||||
OP_TradeSkillCombine=0x4ed8
|
||||
|
||||
# Tribute Packets:
|
||||
OP_OpenTributeMaster=0x0000
|
||||
|
||||
Reference in New Issue
Block a user