Results 1 to 9 of 9

Hybrid View

  1. #1
    Player
    pribilof's Avatar
    Join Date
    Jan 2012
    Posts
    12
    Character
    Tristan Hunter
    World
    Mateus
    Main Class
    White Mage Lv 59
    Can someone please help? I am stuck on step 6. Can someone clarify what I need to do here.

    Thanks

    Karl
    (0)

  2. #2
    Player
    Coldfire's Avatar
    Join Date
    May 2011
    Location
    Gridania
    Posts
    1,130
    Character
    Nero Coldfire
    World
    Sargatanas
    Main Class
    Goldsmith Lv 50
    Quote Originally Posted by pribilof View Post
    Can someone please help? I am stuck on step 6. Can someone clarify what I need to do here.

    Thanks

    Karl
    The hex values inside the config file are saved backwards. That means you have to reverse them to read the values. It's small blocks of 2 digits from 00 to FF(in decimal it would be 0 to 255 which is exactly a byte). If you have two blocks with the order 12 34 you just have to swap them: 12 34 -> 34 12, 1C F0 -> F0 1C, etc.
    (0)