Register for your free account! | Forgot your password?

You last visited: Today at 03:36

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

Advertisement



Parse 0x7074 packet

Discussion on Parse 0x7074 packet within the SRO Coding Corner forum part of the Silkroad Online category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Nov 2008
Posts: 49
Received Thanks: 1
Parse 0x7074 packet

Hi, I want tp parse Client 7074 packet. Can you help me for this ?
hadescik is offline  
Old 02/10/2015, 00:34   #2
dotCom
 
Devsome's Avatar
 
elite*gold: 12400
The Black Market: 104/0/0
Join Date: Mar 2009
Posts: 15,875
Received Thanks: 4,381
It depends what you need with the Packet

Code:
CLIENT_OBJECTACTION = 0x7074, //OK
PickupControl
Code:
{
                Packet packet = new Packet((ushort)WorldServerOpcodes.CLIENT_OPCODES.CLIENT_OBJECTACTION, false, enumDestination.Server);
                packet.data.AddBYTE(0x01);
                packet.data.AddBYTE(0x02);
                packet.data.AddBYTE(0x01);
                packet.data.AddDWORD(id);
                Globals.ServerPC.SendPacket(packet);
            }
Can also used for Monster,HP/MP,Skill,Spawn and Buff

Like Imbuecast
Code:
{
                    Packet packet = new Packet((ushort)WorldServerOpcodes.CLIENT_OPCODES.CLIENT_OBJECTACTION, false, enumDestination.Server);
                    packet.data.AddBYTE(0x01);
                    packet.data.AddBYTE(0x04);
                    packet.data.AddDWORD(imbue_id);
                    packet.data.AddBYTE(0x00);
                    Globals.ServerPC.SendPacket(packet);
                }
Devsome is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
Parse character data packet
01/20/2015 - SRO Coding Corner - 4 Replies
Hi. My code is : //Header a7 01 //size = 01A7(423) 13 30 //Opcode = 0x3013(vsro) 00 00 //Security & CRC //End //Data ///Self Info
Trace Packet 0x7074
04/13/2014 - SRO Coding Corner - 4 Replies
Hey, I wanna make trace option for my clientless. 01 ................ 03 ................ 01 ................ 21 47 05 00 !G.............. and send packets
Help GroupSpawn Parse
03/25/2013 - SRO Coding Corner - 3 Replies
I can't parse it :( where the error ? using SilkroadSecurityAPI 8D 07 00 00 27 05 53 00 A8 60 C8 BE 64 44 6D 46 35 C2 CE A1 01 44 5A 3E 01 00 A8 60 92 03 D3 FF 06 02 01 00 00 00 00 00 00 00 41 00 00 B0 41 00 00 C8 42 00 02 01 05 00 uint id = packet.ReadUInt(); // MOB ID byte xsec = packet.ReadByte(); byte ysec = packet.ReadByte(); ...
How to parse Image Code Packet?
03/17/2012 - SRO Coding Corner - 2 Replies
My clientless get (opcode=2322) image code packet after login~ Does anyone know how to parse it and make it show on screen? Searched through the forum but lacking of such information~
[HELP] Parse error: parse error in C:\wamp\www\co\config.php on line 140
03/14/2010 - CO2 Private Server - 5 Replies
Im getting this error when i try to go to my reg page: Parse error: parse error in C:\wamp\www\co\config.php on line 140 It says that ^ Here is the code: <?php // Configurations $myhost='localhost'; // MySQL database address // :33006 $mypass='test'; // MySQL server login



All times are GMT +2. The time now is 03:36.


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.