Epaulette of Dead

Newbie Spellweaver
Joined
Mar 10, 2007
Messages
22
Reaction score
0
Hi...
i'm reading the guide of clust3r
[TIPS]How to decode ITEM Binary

in the itemlist.xls don't have e Epaulette of Dead..
so, i'm drop it and put in the firs block of my inventory !

I'm get this hexa code
0x590200000000BF040000000000000000

With the clust3r logic i have


  • 0x 0x are alltime in the start of line, that normal, that because this is a "Binary" table ^^
  • 5902: This is the ITEM ID, you need to read it in the Asian way <= so it's not 5902 but 2095 and if you convert 2095 in decimal you got 661
But Here is the problem "661"

661 item is a "Mana Condense Potion(LV 1)"
maybe, one "item code" have many itens diferentes depending of your option..

i'm suck with hexadecimal question, then i'm post here for anyone help..
maybe "BF04" make a diference because if i put

0x5902000000000000000000000000000

i get a Epaulette of Dead ( Only Image ) with "Unknown" Description
:scratch::scratch::scratch::scratch:
 
  • 5902: This is the ITEM ID, you need to read it in the Asian way <= so it's not 5902 but 2095 and if you convert 2095 in decimal you got 661

You don't read it like that. Just swap the bytes around. 5902 would become 0259, which in decimal is 601 (Unknown Item). Also, 0x2095 in decimal is 8341 (not that it matters anyway...). Anyways, the ItemOpt is the main thing that matters here. 0x04BF = 1215. Changing this to 1241 (0x04D9) would result in an EoD B2F. Check this link out for a more detailed itemlist, including ItemOpts: http://forum.ragezone.com/showthread.php?t=460104
 
Upvote 0
You don't read it like that. Just swap the bytes around. 5902 would become 0259, which in decimal is 601 (Unknown Item). Also, 0x2095 in decimal is 8341 (not that it matters anyway...). Anyways, the ItemOpt is the main thing that matters here. 0x04BF = 1215. Changing this to 1241 (0x04D9) would result in an EoD B2F. Check this link out for a more detailed itemlist, including ItemOpts: http://forum.ragezone.com/showthread.php?t=460104


Yeah.. thanks i get the item :biggrinth


other question.. about other questions..
how can i decript ENC files
for change server name in cabal_msg.enc


And other question..
your Tower of Dead work ??
here no have warp in the front os ice tower :S

the Image
hitcurst - Epaulette of Dead - RaGEZONE Forums
 
Last edited:
Upvote 0
Humm..
i'm embarrassed because i have a char in level 115 on oficial Cabal but i'm stop playing because my work ^^

Maybe bacause i have edit this char, he don't have this class rank..
i will see it tonight when i come back to my house ^^

Thanks !

ps.: what program i can use to decript ENC files ?
 
Upvote 0
Back