Register for your free account! | Forgot your password?

You last visited: Today at 08:42

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

Advertisement



Inventory packet

Discussion on Inventory packet within the SRO Coding Corner forum part of the Silkroad Online category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Mar 2008
Posts: 132
Received Thanks: 23
Inventory packet

hii al . i will be fast _ i'm trying to get the items in my Inventory but i cant find my max Slot and item number .. any one can tell me where are there
PS : i have the packet but i don't know how find them on it ^^
packet for lvl 1 character have 32 slot only 4 slots are not empty
HTML Code:
8C14CA581B3A000022010100000000000000000000000000000000000000000000000000000000000000C8000000C8000000010000000000000000002D080100000000642D00000000000000000000002700000000010002000400000000652D00000000000000000000002700000000010002000500000000662D00000000000000000000002700000000010002000600000000872A00000000000000000000004200000000010002000D00000000421D000001000E00000000431D000001000F000000008E2800000E001000000000100000002200050000010102000000010202000000010302000000010402000000010502000000010602000000020002010001000000018D010000100018080101001600534E5F434F4E5F5145565F414C4C5F42415349435F3001000000000000000000716F07004F69E83387446F2DA742BCFA454430B500010030B50000000000008041000048420000C84200060064637678646300000001000000000000000000000000000000FF0300000000000000980E0000000704014AEA030064024AF0030064034AEE030064044AF803006400000000000000000100010000
acer20006 is offline  
Old 02/06/2012, 11:45   #2
 
elite*gold: 0
Join Date: Feb 2008
Posts: 73
Received Thanks: 17
the items and max slot are in the playerdata packet as far as i know

btw it might be handy if you tell us which packet (opcode) you wrote there
pergian is offline  
Thanks
1 User
Old 02/06/2012, 12:56   #3
 
zeteris's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 575
Received Thanks: 752
Quote:
Originally Posted by acer20006 View Post
hii al . i will be fast _ i'm trying to get the items in my Inventory but i cant find my max Slot and item number .. any one can tell me where are there
PS : i have the packet but i don't know how find them on it ^^
packet for lvl 1 character have 32 slot only 4 slots are not empty
HTML Code:
8C14CA581B3A000022010100000000000000000000000000000000000000000000000000000000000000C8000000C8000000010000000000000000002D080100000000642D00000000000000000000002700000000010002000400000000652D00000000000000000000002700000000010002000500000000662D00000000000000000000002700000000010002000600000000872A00000000000000000000004200000000010002000D00000000421D000001000E00000000431D000001000F000000008E2800000E001000000000100000002200050000010102000000010202000000010302000000010402000000010502000000010602000000020002010001000000018D010000100018080101001600534E5F434F4E5F5145565F414C4C5F42415349435F3001000000000000000000716F07004F69E83387446F2DA742BCFA454430B500010030B50000000000008041000048420000C84200060064637678646300000001000000000000000000000000000000FF0300000000000000980E0000000704014AEA030064024AF0030064034AEE030064044AF803006400000000000000000100010000
This is CharData packet

I've parsed it (there are some unknown places, but main data is parsed), here it is:

Code:
8C14CA58	//Unknown
1B3A0000	//Character Model
22	//Volume
01	//Level
01	//MaxLevel
0000000000000000	//Exp
0000	//SP Bar
0000	//Unknown
0000000000000000	//Gold
00000000	//Skill Points
0000	//Stat Points
00	//Zerk
00000000
C8000000	//Current HP
C8000000	//Current MP

01000000000000000000	//Unknown



2D	//Inventory Slots
08	//Number of items

////////////////////////////////////
01 //Item is on #1 slot
00000000 //Unknown
642D0000 //Item ID
00 //Plus Value
0000000000000000 //Stats
27000000 //Durability
00 //Blue Count
0100 0200 //Used For Adv. Elixir
////////////////////////////////////


////////////////////////////////////
04 //Item is on #4 slot
00000000 //Unknown
652D0000 //Item ID
00 //Plus Value
0000000000000000 //Stats
27000000 //Durability
00 //Blue Count
0100 0200 //Used For Adv. Elixir
////////////////////////////////////


////////////////////////////////////
05 //Item is on #5 slot
00000000 //Unknown
662D0000 //Item ID
00 //Plus Value
0000000000000000 //Stats
27000000 //Durability
00 //Blue Count
0100 0200 //Used For Adv. Elixir
////////////////////////////////////


////////////////////////////////////
06 //Item is on #6 slot
00000000 //Unknown
872A0000 //Item ID
00 //Plus Value
0000000000000000 //Stats
42000000 //Durability
00 //Blue Count
0100 0200 //Used For Adv. Elixir
////////////////////////////////////


////////////////////////////////////
0D //Item is on #13 slot
00000000 //Unknown
421D0000 //Item ID
0100 //Ammount
////////////////////////////////////


////////////////////////////////////
0E //Item is on #14 slot
00000000 //Unknown
431D0000 //Item ID
0100 //Ammount
////////////////////////////////////


////////////////////////////////////
0F //Item is on #15 slot
00000000 //Unknown
8E280000 //Item ID
0E00 //Ammount
////////////////////////////////////


////////////////////////////////////
10 //Item is on #16 slot
00000000 //Unknown
10000000 //Item ID
2200 //Ammount
////////////////////////////////////


05 //Avatar slots
00 //Number of avatars

00 //Something about mask (if I remember correctly)


01 //New mastery incoming
01020000 //Mastery ID
00 //Mastery LV

01 //New mastery incoming
02020000 //Mastery ID
00 //Mastery LV

01 //New mastery incoming
03020000 //Mastery ID
00 //Mastery LV

01 //New mastery incoming
04020000 //Mastery ID
00 //Mastery LV

01 //New mastery incoming
05020000 //Mastery ID
00 //Mastery LV

01 //New mastery incoming
06020000 //Mastery ID
00 //Mastery LV

02 //No more masteries

00 //Unknown

02 //No more skills incoming

//Quest Part (Don't know full structure, because I always skip this part).
010001000000018D01000010001808010100
1600 //Quest Name Lenght
534E5F434F4E5F5145565F414C4C5F42415349435F30 //Quest Name
01000000000000000000
//Quest Part (Don't know full structure, because I always skip this part).



716F0700 //Character Unique ID

4F //xSector
69 //ySector
E8338744 //xPosition
6F2DA742 //zPosition
BCFA4544 //yPosition
30B5 //Angle
00 //Destination Flag
01 //Running Flag
00 //Unknown
30B5 //Angle


00 //Alive Flag
00 //One of these is zerk activated flag
00 //One of these is zerk activated flag
00 //One of these is zerk activated flag

00008041 //Walk Speed
00004842 //Run Speed
0000C842 //Zerk Speed

00 //Unknown

0600 //Character Name Lenght
646376786463 //Character Name
0000 //Alias Name Lenght

00 //Job Level
01 //Job Type
00000000 //Trader Exp
00000000 //Thief Exp
00000000 //Hunter Exp
00 //Trader LV
00 //Thief LV
00 //Hunter LV
FF //PVP Flag

03000000 //Unknown
00000000 //Unknown

980E0000 //Account ID

//SkillBar, Friend List, Blocked List
000704014AEA030064024AF0030064034AEE030064044AF803006400000000000000000100010000
zeteris is offline  
Thanks
5 Users
Old 02/07/2012, 04:07   #4
 
elite*gold: 0
Join Date: Mar 2008
Posts: 132
Received Thanks: 23
zeteris thank you very much for your magnificent answer ^^
acer20006 is offline  
Reply


Similar Threads Similar Threads
Inventory list packet
03/02/2011 - CO2 Programming - 18 Replies
I am wondering which packet tells you the list of items avaible in inventory. Maybe i am careless, i ididn't see a packet structure on korvac's page that describes what i want.



All times are GMT +2. The time now is 08:42.


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.