I tried to open npc first with opcode 7045
And it opens, then i send 7046 with id and 1
Like this:
Packet p =new packet(0x7046);
p.writeuint32(id);
p.writeuint8(1);
Sendtoserver(p);
It gets crash.
Iam sure id is right so idk what's wrong am i doing
And it opens, then i send 7046 with id and 1
Like this:
Packet p =new packet(0x7046);
p.writeuint32(id);
p.writeuint8(1);
Sendtoserver(p);
It gets crash.
Iam sure id is right so idk what's wrong am i doing