Log in

View Full Version : Trading with other players and Inspect window. Opcode


Dspirit
06-11-2004, 02:50 AM
Trading with other players wasn't working on my server(6-11-04)

*/common header/

eq_opcode.h

Line 335

#define OP_TradeRequest 0x029a

change to

#define OP_TradeRequest 0x0299


line 204

#define OP_InspectAnswer 0x0249

change to

#define OP_InspectAnswer 0x0248

RangerDown
06-11-2004, 03:03 AM
Great work DSpirit!

Edit: I recommend posting something like this in the future to either "Emu Development" or "Bug Reports/Feature Requests" so there's more of a chance the devs see it. Posting it under the support board will just get it buried under I_cant_get_past_char_select_post1058929312.

Scorpious2k
06-11-2004, 03:10 AM
Nice work!! This is our biggest problem (missing/wrong opcodes) since the last patch. The more of these we can get our hand on the faster we can get it working right.

I assume you got the latest source that khuong put out yesterday.