Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2
You last visited: Today at 23:59

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

Advertisement



Question: ItemType.dat....

Discussion on Question: ItemType.dat.... within the Conquer Online 2 forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Mar 2005
Posts: 559
Received Thanks: 17
Has anyone fully deciphered the itemtype.dat....

I mean like I can tell theres items for 3 different qualities of normal, then ref, uni, elite, sup... I was wondering though how the client stores the +1 or the "Fixed" factor of it... well maybe the fixed items have their own item # but what about the +1....

It has to be stored somewhere... ie memory??

Can anyone help me determine where the value is stored?
Choco im sure you know since your cotobo yells at me when ever I pick up a +1 item LOL

memory address or packet info would be appreciated
WaRpEd is offline  
Old 06/22/2006, 15:23   #2
 
unknownone's Avatar
 
elite*gold: 20
Join Date: Jun 2005
Posts: 1,013
Received Thanks: 381
Fixed items are part of the ItemType.dat structure, as are uni, elite, ref etc, so thats easy to do.

The way these work, is a number added to their ItemTypeID. 0:Fixed, 3-5:Normal 6:Ref, 7:Uni, 8:Elite, 9:Super.
So you just do ItemTypeID modulus 10 for the quality. It works for anything that is equipment, but obviously, not quest items and otehr ****.
(check out my itemtype.dat editor source to see the full info for the file)

+1 info, bless, enchant, sockets are completely independant of ItemType.dat. They are specific to individual items and not the ItemType.
We receive all the information for each item in a 0x3f0 packet, and it is stored in memory, I think, dynamically assigned. You'd need to defeat DMA to get item locations, which could be challegning, or another way would be to search an area of memory with the ItemID, which should find the whole info on that item.

Anyway, the 0x3f0 packet
Code:
typedef struct packet0x3f0 { 
 * *WORD size; 
 * *WORD PType; //0x3f0 
 * *DWORD Identifier; //PlayerID or ItemID, decided by Mode
 * *DWORD ItemTypeId; 
 * *WORD MaxDura; 
 * *WORD RemainingDura; 
 * *WORD Mode; 
 * *BYTE EquipSlot; //0 for inventory
 * *BYTE Socket1; 
 * *BYTE Socket2; 
 * *WORD RebornEffect; 
 * *BYTE Compositon; 
 * *BYTE Bless; 
 * *BYTE Enchant; 
 * *BYTE Padding[6]; 
} ItemInfoPacket;

/*
Modes
0x01: Item is on your person (when receiving)
0x02: Item appears in trade window
0x03: Item is on your person (When upgrading/changing etc)
0x04: Item is on another person (View euipment)
*/
unknownone is offline  
Old 06/22/2006, 16:25   #3
 
elite*gold: 0
Join Date: Mar 2005
Posts: 559
Received Thanks: 17
thx alot for the help, thats almost exactly what I wanted
WaRpEd is offline  
Reply


Similar Threads Similar Threads
ITEMTYPE QUESTION :)
03/23/2010 - Conquer Online 2 - 2 Replies
yo guys, been a long time..Quit playing for a year... HAHA good to see this place still exists. :) anyway, i got a question about the itemtypes out there: when i was playing there used to be so many that could see all item quality on the ground. Now; the only working one's can only see the quality weapons/fans... is there any itemtypes that can see quality of ring, armor, etc out there which is updated/working??? also, what happenned to all the creators of item types, there used to be...
[QUESTION] itemtype
02/11/2010 - EO PServer Hosting - 6 Replies
how can translate my itemtype??? i mean it's in chinese i wanna translate it to english........: :o:o:o
ItemType.dat Question
07/24/2008 - Conquer Online 2 - 0 Replies
I was Editing my itemtype due to the new patch 5035, i edited just the moonbox command tokens and i saw about 10 types of differnet moonbox, can someone check this, maybe a specific kind of moonbox allways give good items. if somone can try and understand the differences plz post here ty
Question about itemtype
03/24/2008 - Conquer Online 2 - 1 Replies
Is there any item type or other thing that allow you to see +1's on the ground?
+1's and ItemType Question
12/24/2007 - Conquer Online 2 - 5 Replies
Okay, so I know that + items can't be put on the ItemType because a + isn't registered when it drops only when you pick it up, but what about a + that is already in possession of someone and then they are killed and drop it? It'd be nice to see that +1 or +2 on the floor when some idiot drops a whole shit load of what looks to be junk. If this is useless or... already asked repeatedly, go ahead and delete it. I searched and couldn't find anything so... yeah.



All times are GMT +2. The time now is 23:59.


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.