Hex data for level 12 crafting?

Results 1 to 3 of 3
  1. #1
    Elite Member Broc923 is offline
    Member +Rank
    Jan 2011 Join Date
    175Posts

    Hex data for level 12 crafting?

    Whats the code for level 12 crafting?
    For instance...
    All level 10 crafting is:
    040000009f000000000000000a0000009e000000000000000a000000a0000000000000000a000000a1000000000000000a000000

    But what is 12?

    YES this is possible, I seen it done on DevastionPW


  2. #2
    Member HadesLis is offline
    MemberRank
    Feb 2011 Join Date
    At WorkLocation
    36Posts

    Re: Hex data for level 12 crafting?

    pwadmin addons -> skillhexgen -> create skill 10 lvl and same skill 9 lvl, find position in code where is the changes, A is for 10, 9 is for 9, Š” is for 12. Got?

  3. #3
    3D Illusionist Drakaer is offline
    Grand MasterRank
    Apr 2010 Join Date
    In My Own WorldLocation
    946Posts

    Re: Hex data for level 12 crafting?

    Quote Originally Posted by Broc923 View Post
    Whats the code for level 12 crafting?
    For instance...
    All level 10 crafting is:
    040000009f000000000000000a0000009e000000000000000a000000a0000000000000000a000000a1000000000000000a000000

    But what is 12?

    YES this is possible, I seen it done on DevastionPW
    9e000000000000000c000000 -> Blacksmith Level 10 0/120
    9f000000000000000c000000 -> Tailor Level 10 0/120
    a0000000000000000c000000 -> Craftsman Level 10 0/120
    a1000000000000000c000000 -> Apothecary Level 10 0/120

    9e000000780000000c000000 -> Blacksmith Level 10 120/120
    9f000000780000000c000000 -> Tailor Level 10 120/120
    a0000000780000000c000000 -> Craftsman Level 10 120/120
    a1000000780000000c000000 -> Apothecary Level 10 120/120

    You can change the level of any skill by looking at the last 8 digits. Of those 8 look at the first two.

    0c000000 -> 0c is 12 in hex. This means that a skill with this will be level 12

    Simply change this number to your desired level using hex.



Advertisement