• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Question - Trade/Give button press (1 Viewer)

Joined
Mar 16, 2013
RedCents
1,647¢
I tried this...

#define OP_TradeAcceptClick 0x0065
#define OP_FinishTrade 0x6014

TradeAccept_Struct taStruct;
taStruct.from_mob_id = pChar->SpawnID;
//taStruct.unknown4 = 0;

SendEQMessage(OP_TradeAcceptClick, &taStruct, sizeof(taStruct));
SendEQMessage(OP_FinishTrade, 0, 0);

It looks like it presses the cancel button instead of "Give" for an NPC. Why is that? I just want to give an NPC an item automatically.

If it can't be done through OP codes, how can I do it through the UI? Is there some function that will press the button for me?
 
Last edited:
Question - Trade/Give button press

Users who are viewing this thread

Back
Top