guys i want some helps :confused:
1- this opcode of send global :
Packet packet = new Packet(0x704C, true);
packet.WriteUInt8(0x0D);
packet.WriteUInt8(0xEC);
packet.WriteUInt8(0x29);
packet.WriteAscii(Message);
Agent.Send(packet);
but its not work with my project idk why?
should i edit a global slot or something else?
2- i want to know little opcodes , like /loadmonster , /recallguild
can anyone help and write to me the opcodes ?
Or somebody else can tell me how i can know any opcode of vSro that i want to know , by a tool or something like app released before?
i search a lot and still searching for edx loader or phconnector that register an opcode logs of everything you did in sro_client.
i hope to find a great answers.
thanks ePvp
i got the opcode of loadmonster but idk how it be edited or how to work ..
i understand only 1 thing the quantity of spawn. the rest of variables are encrypted.
here is the opcode :
i hope to find answers how to insert in this opcode the Unique RefID or codename.
also send globals opcode not work with me.
1- this opcode of send global :
Packet packet = new Packet(0x704C, true);
packet.WriteUInt8(0x0D);
packet.WriteUInt8(0xEC);
packet.WriteUInt8(0x29);
packet.WriteAscii(Message);
Agent.Send(packet);
but its not work with my project idk why?
should i edit a global slot or something else?
2- i want to know little opcodes , like /loadmonster , /recallguild
can anyone help and write to me the opcodes ?
Or somebody else can tell me how i can know any opcode of vSro that i want to know , by a tool or something like app released before?
i search a lot and still searching for edx loader or phconnector that register an opcode logs of everything you did in sro_client.
i hope to find a great answers.
thanks ePvp
i got the opcode of loadmonster but idk how it be edited or how to work ..
i understand only 1 thing the quantity of spawn. the rest of variables are encrypted.
here is the opcode :
i hope to find answers how to insert in this opcode the Unique RefID or codename.
also send globals opcode not work with me.