Hi , i'm Analyzing Silkroad OPcode 3013 (for Inv. items and skills etc)
and have problem , which is making function to read the Inv. items.
i know that every item have its details " can read the items but if have same type (details)".
but if have Set items , Silk items , Alchemy items .... in Inv.
how to read different type items in Inv. ???
When you know the codename of the item you can see what kind of item it is.
i know , but there is alot of types , should i make conditions with all types
like one for set and another for stones and another for pets and another ..... ???
actually,I've posted about it somewhere,I mean,I have posted these types for the items that works for like 98% of the items that you could use :P I don't really remember where exactly,but I'm sure you can look it up
actually,I've posted about it somewhere,I mean,I have posted these types for the items that works for like 98% of the items that you could use :P I don't really remember where exactly,but I'm sure you can look it up
actually,I've posted about it somewhere,I mean,I have posted these types for the items that works for like 98% of the items that you could use :P I don't really remember where exactly,but I'm sure you can look it up
Quote:
Originally Posted by supermando
thx
and i need more explanation for TypeID2 --> 3 plz
Something Klevre posted years ago. A pastbin with TypeIDs for
Items
Objects
32 00000000 AE1A0000 0100 00
this is code for Magic stone of immunity(Lvl.8)
32 Inv. location
00000000 idk
AE1A0000 items ID
0100 Amount
00 is it "Attribute Assimilation Probability" , right???
and all items have TypeID 3,3,11,1 & TypeID 3,3,11,2 have "Attribute Assimilation Probability"?
and all items have TypeID 3,3,11,7 don't have?
this code for weapon
0000000000D33400000324A8020E00000000BD000000089800 0000140500005A000000C80000009600000014050000480000 00070000008A000000280000004E00000007000000D2000000 01000000CC000000010000000100020003000400
in the last section
0100 for socket
0200 for adv. elixirs
0300 for what??
0400 for what??
i wanna know from where to get the items name in English , cuz in media in Korean language
any answer plz ?!
Guys !!
Inventory Packet , type , usage id ?? 05/24/2012 - CO2 Private Server - 12 Replies Hello guys , dose there any packet or usage type or ID for Inventories source 5017 ?
i searched all sources but found nothing , most using Dictionary for and 40 solts . Lol
i would like to know if there a packet or anything else for the Inventory , i also checked ConquerWiki , but nothing was helpfully there with what i am looking for.
Inventory packet 02/07/2012 - SRO Coding Corner - 3 Replies 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
...
[rSro] 3013 Char Data 07/03/2011 - SRO Coding Corner - 4 Replies Hi,
i try parse quests...
i parse a bit, but i stuck somewhere
QuestCount
ForEach Quest
//Parse Quest
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.
Inventory problem 05/24/2009 - Conquer Online 2 - 3 Replies Hi Guys,
I have a problem with my inventory. It holds 37 items instead of the maximum 40 allowed. Any ideas how to resolve this? Thanks.