Epaulette of Dead

Results 1 to 8 of 8
  1. #1
    Apprentice hitcurst is offline
    MemberRank
    Mar 2007 Join Date
    24Posts

    Epaulette of Dead

    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:


  2. #2
    The Cat in the Hat cypher is offline
    MemberRank
    Oct 2005 Join Date
    IrelandLocation
    5,073Posts

    Re: Epaulette of Dead

    I should have watched my mouth and not said/talked shit to DeadlyData telling him things like your are not welcome here because then I become the one who is truly not welcome here.

  3. #3
    Apprentice hitcurst is offline
    MemberRank
    Mar 2007 Join Date
    24Posts

    Re: Epaulette of Dead

    Hummm..
    Ok..
    thankyou !

  4. #4
    Banned Yamachi is offline
    BannedRank
    Oct 2006 Join Date
    Jolly EnglandLocation
    3,517Posts

    Re: Epaulette of Dead

    Quote Originally Posted by hitcurst View Post
    • 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

  5. #5
    Apprentice hitcurst is offline
    MemberRank
    Mar 2007 Join Date
    24Posts

    Re: Epaulette of Dead

    Quote Originally Posted by Yamachi View Post
    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
    Last edited by hitcurst; 03-09-08 at 04:05 AM.

  6. #6
    Banned Yamachi is offline
    BannedRank
    Oct 2006 Join Date
    Jolly EnglandLocation
    3,517Posts

    Re: Epaulette of Dead

    You need to be at least class rank 10 to enter B1F, and class rank 11 to enter B2F

  7. #7
    Apprentice hitcurst is offline
    MemberRank
    Mar 2007 Join Date
    24Posts

    Re: Epaulette of Dead

    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 ?

  8. #8
    Banned Yamachi is offline
    BannedRank
    Oct 2006 Join Date
    Jolly EnglandLocation
    3,517Posts

    Re: Epaulette of Dead

    Use a memory dumper to dump the decrypted ENCs from memory into a file, or just use this: http://forum.ragezone.com/attachment...5&d=1217121250
    It's a dump of all of the ENC files. There is no public information on the encryption used for ENCs, so we can't edit them atm.



Advertisement