Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

DMN CMS Category 16 and up read/write

Junior Spellweaver
Joined
Sep 23, 2011
Messages
189
Reaction score
51
Hello RZ members
need some help with DMN CMS 1.2.1 public version, can i put in Japer or Battle necklaces from season 15 1-3 Dmn show me quiver equipped in necklace-pendant slot because start at season 13 WZ use more 15 categories and after cat 15 start categories at 0, ex 16=0 17=1 18=2 19=3 20=4...

I try to understand how work item HEX generate but unsuccessful.
P.S.
category 16 19 digit from code start at 0 and 20 digit = 1
but 20 digit from code used for Refinery options "Pink"




Ex of hex code from DB
Code:
Necklace from category 20
27 00 3C 00 01 B2 3F 00 00 41 00 FF FF FF FF FF      /20 39
28 00 3C 00 01 B2 40 00 00 41 00 FF FF FF FF FF 
29 00 3C 00 01 B2 41 00 00 41 00 FF FF FF FF FF 
2A 00 3C 00 01 B2 42 00 00 41 00 FF FF FF FF FF      /20 42
 
Category 4
27 00 64 00 01 B2 44 00 00 40 00 FF FF FF FF FF      /4  39
28 00 64 00 01 B2 45 00 00 40 00 FF FF FF FF FF 
29 00 64 00 01 B2 46 00 00 40 00 FF FF FF FF FF 
2A 00 46 00 01 B2 47 00 00 40 00 FF FF FF FF FF      /4  42
 
Joined
Oct 8, 2006
Messages
740
Reaction score
289
Probably your CMS doesn't have those item IDs.
Item Index is the first byte
Item Type is the 10th byte.
If these are not recognized, it fails showing that.

Is not about your DB, is about your CMS.

I've never worked with DMN CMS, but somewhere, there are stored item indexes and types with a corresponding image. If that's not found, then it will probably be 00 00 00.. FF FF FF FF FF, which I think is the elf quiver, not sure on S15.
 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Jun 2, 2012
Messages
92
Reaction score
16
Probably your CMS doesn't have those item IDs.
Item Index is the first byte
Item Type is the 10th byte.
If these are not recognized, it fails showing that.

Is not about your DB, is about your CMS.

I've never worked with DMN CMS, but somewhere, there are stored item indexes and types with a corresponding image. If that's not found, then it will probably be 00 00 00.. FF FF FF FF FF, which I think is the elf quiver, not sure on S15.

All ítems are inside dmn cache, its error to read categories after 15, libraries > lib.iteminfo.php , after 15 dmncms took incorrect category from item hexadecimal


Enviado desde mi iPhone utilizando Tapatalk
 
Last edited:
Upvote 0
Back
Top