Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Silkroad Online > SRO Private Server
You last visited: Today at 07:21

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



i want a little help in opcodes

Discussion on i want a little help in opcodes within the SRO Private Server forum part of the Silkroad Online category.

Reply
 
Old   #1
 
ramy_11_1's Avatar
 
elite*gold: 0
Join Date: Feb 2013
Posts: 65
Received Thanks: 37
i want a little help in opcodes

guys i want some helps
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.
ramy_11_1 is offline  
Old 05/24/2015, 10:55   #2
 
Bizzyyyyy's Avatar
 
elite*gold: 500
Join Date: Jul 2009
Posts: 262
Received Thanks: 543
704C isnt the globalchat packet.
Its the packet for item usage.
You get B04C S->C immediately which tells you to reduce your global count by 1.
I got the same code and it works for me..

opcode for /recallguild:
Packet packet = new Packet(0x7010);
packet.WriteInt8(0x12); // recallguild
packet.WriteAscii(); // Guildname

opcode for /loadmonster:
Packet packet = new Packet(0x7010);
packet.WriteInt8(0x06); // loadmonster
packet.WriteInt8(0x00);
packet.WriteInt8(8D); // // MOBID, thats the one from Mangyang. Hex 078D = mobid 1933
packet.WriteInt8(07);
packet.WriteInt8(00);
packet.WriteInt8(00);
packet.WriteInt8(0x01); // mobcount
packet.WriteInt8(0x00); // type, 00= normal, 01= champ, 02= giant,....

Mob ID is stored in the characterdata.txt
MobIDs
Bizzyyyyy is offline  
Thanks
1 User
Old 05/24/2015, 22:06   #3
 
ramy_11_1's Avatar
 
elite*gold: 0
Join Date: Feb 2013
Posts: 65
Received Thanks: 37
Thanks alot i did all done , but i have one more question
when i make a move to user its work but its get bug some time and i get dc.
i already added these codes in agent.cs

ramy_11_1 is offline  
Old 05/25/2015, 13:05   #4
 
Bizzyyyyy's Avatar
 
elite*gold: 500
Join Date: Jul 2009
Posts: 262
Received Thanks: 543
should be the right one.. just change it to 0x34B6
Where does your code stop if u get a crash?
Bizzyyyyy is offline  
Thanks
1 User
Old 05/27/2015, 14:58   #5
 
ramy_11_1's Avatar
 
elite*gold: 0
Join Date: Feb 2013
Posts: 65
Received Thanks: 37
its not a crash , when i send a movetouser packet few times success spawn.
and too much get an instant dc.
i will check this opcode 0x34B6 and i will answer you in few minutes

Same problem with movetouser packet only 1 time success then dc and sometimes get a dc in first time of send packet

#Fixed
#Close
ramy_11_1 is offline  
Reply


Similar Threads Similar Threads
3.7 opcodes
06/10/2013 - Aion Private Server - 6 Replies
Does anyone know where to find the aion F2P 3.7 opcode list?
New OpCodes
05/20/2010 - Perfect World - 0 Replies
Im looking for OpCodes in Perfect World MS Version to get the Code working. How to get them or any have the right ones ? Func AutoRun($x, $y, $z) ;------------------------------------- Local $result, $process, $code_add, $thread, $param_add Local $Param = DllStructCreate("float ") DllStructSetData($Param, 1, $x, 1)
How to get the sro opcodes?
01/19/2010 - Silkroad Online - 5 Replies
I would like to get the opcodes of silkroad but where can i get them in the ip packets or in the sro_client ? i already sniffed some stuff with smartsniff but how can i see what's in it cuz of the encryption or whatever it is. and i used ollydbg to open sro_client.exe but i couldn't find anything cuz i don't know how that program works. i see something like: SRO_Clie.0065990B but is that a opcode? and what does it do? greetz, kevin_owner.
Opcodes
06/13/2009 - Silkroad Online - 1 Replies
Hey does anyone know where I can get opcodes (eg. for torque)



All times are GMT +1. The time now is 07:22.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.