Welcome to the RaGEZONE - MMORPG development forums.

Adding More Level (With Bin)

This is a discussion on Adding More Level (With Bin) within the Priston Tale Tutorials forums, part of the Priston Tale category; Nice work strangefay! I do think however, that your hex tutuorial is a bit rough on those who are begginers ...

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 36
  1. #16
    Member
    Rank
    Member
    Join Date
    Mar 2008
    Posts
    95
    Liked
    29

    Re: Adding More Level (With Bin)

    Click
    Nice work strangefay! I do think however, that your hex tutuorial is a bit rough on those who are begginers at using such programs. Btw, the client.exe wont work because IPstale.exe is missing. Anyone happen to know where to get that file from? Google is being useless today. ;)
    There is no power greater than knowledge.

  2. #17
    Member
    Rank
    Member
    Join Date
    Jan 2008
    Posts
    34
    Liked
    9

    Re: Adding More Level (With Bin)

    IPstale.exe?or ipstale.dll?
    why not trying to rename handes.dll with ipstale.dll O(∩_∩)O~~

  3. #18
    Hardcore Member
    Rank
    Member
    Join Date
    Nov 2006
    Posts
    118
    Liked
    1

    Re: Adding More Level (With Bin)

    Quote Originally Posted by strangefay View Post
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~`
    You know to decide the imperfection in lvl UP after lvl 120?
    Therefore after lvl the 120 XP it stops in 99.999% and it does not effect lvl UP, only relog. the char !!!
    In the same way that it does not function the calculation XP difficulty after lvl 120. therefore of the 120 ties the 150 is the same difficulty to gain 1 lvl.
    This yes is more ??? LOL
    http://privatept.net
    De[x]ter

  4. #19
    Ultimate Member
    Rank
    Member
    Join Date
    Jan 2009
    Location
    China
    Posts
    172
    Liked
    49

    Re: Adding More Level (With Bin)

    why does it stops in 99.999% ?and why does not it effect lvl UP? Who can make it correct? Please help me~

  5. #20
    Member
    Rank
    Member
    Join Date
    Jan 2008
    Posts
    34
    Liked
    9

    Re: Adding More Level (With Bin)

    Quote Originally Posted by rxaicy View Post
    why does it stops in 99.999% ?and why does not it effect lvl UP? Who can make it correct? Please help me~
    that's because the client i publiced haven't fix the check...
    fix it your self with the tut~

  6. #21
    Ultimate Member
    Rank
    Member
    Join Date
    Jan 2009
    Location
    China
    Posts
    172
    Liked
    49

    Re: Adding More Level (With Bin)

    thx you very much! I have got it! Perfect 10!

  7. #22
    Member
    Rank
    Member
    Join Date
    Jan 2008
    Posts
    34
    Liked
    9

    Re: Adding More Level (With Bin)

    Quote Originally Posted by dexterr View Post
    You know to decide the imperfection in lvl UP after lvl 120?
    Therefore after lvl the 120 XP it stops in 99.999% and it does not effect lvl UP, only relog. the char !!!
    In the same way that it does not function the calculation XP difficulty after lvl 120. therefore of the 120 ties the 150 is the same difficulty to gain 1 lvl.
    rank 3 already?>

  8. #23
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Dec 2006
    Location
    England
    Posts
    199
    Liked
    17

    Re: Adding More Level (With Bin)

    Niceee! Man im gonna have to use this when i get home :P.

  9. #24
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Jun 2007
    Location
    Viet Nam
    Posts
    289
    Liked
    20

    Re: Adding More Level (With Bin)

    My client not effect level up when 100% and it's 101% ~.~. Who can help me?

  10. #25
    Registered
    Rank
    Member
    Join Date
    Apr 2007
    Posts
    16
    Liked
    0

    Re: Adding More Level (With Bin)

    Quote Originally Posted by strangefay View Post

    Code:
    004439E0  /$  8B4424 04        mov     eax, dword ptr [esp+4]
    004439E4  |.  85C0             test    eax, eax
    004439E6  |.  7E 3D            jle     short 00443A25
     004439E8  |.  3D 32010000      cmp     eax, 132;this is the right place
    004439ED  |.  7F 36            jg      short 00443A25
    004439EF  |.  8B5424 0C        mov     edx, dword ptr [esp+C]
    How to set a jmp, for space is not enough for opcodes.

    Thank

  11. #26
    Registered
    Rank
    Member
    Join Date
    Jul 2009
    Posts
    12
    Liked
    1

    Re: Adding More Level (With Bin)

    Quote Originally Posted by guyvmax View Post
    How to set a jmp, for space is not enough for opcodes.

    Thank
    find a place where you got enough space to add these opcodes.(called XXXXXXXX)

    Code:
    0044A1AE: 
    JMP XXXXXXXX
    
    XXXXXXXX: 
    CMP ESI, 133
    JMP 0044A1B4
    Probably different addresses. but I decided to use the ones from this tut.

  12. #27
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Jun 2007
    Location
    Viet Nam
    Posts
    289
    Liked
    20

    Re: Adding More Level (With Bin)

    I edit it and not need JMP xxxx. ^^. And it enough opcodes for a condition.

  13. #28
    ʝʮʂʈ ȿѻɱɞ ʘﺎɗ ҨᶖԎ
    Rank
    Moderator
    Join Date
    May 2007
    Location
    UK
    Posts
    5,333
    Liked
    1172

    Re: Adding More Level (With Bin)

    Quote Originally Posted by zaharavn View Post
    I edit it and not need JMP xxxx. ^^. And it enough opcodes for a condition.
    The client I looked at had enough space between that routine and the next to move all the op-codes down a touch...(3 bytes) but watch for jump and call destinations.

    The description given will remain correct regardless of the client exe, but some clients may present an easier solution. ^_^

    I will not respond to any request for Email or Remote Desktop YIM, ICQ, MSN etc.

  14. #29
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Aug 2006
    Posts
    204
    Liked
    4

    Re: Adding More Level (With Bin)

    Quote Originally Posted by strangefay View Post
    rank 3 already?>
    You know to decide the imperfection in lvl UP after lvl 120?
    Therefore after lvl the 120 XP it stops in 99.999% and it does not effect lvl UP, only relog. the char !!!

    rank 3 already yes
    Everything for one priston 100% complete...

  15. #30
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Jun 2007
    Location
    Viet Nam
    Posts
    289
    Liked
    20

    Re: Adding More Level (With Bin)

    On Server. Modifiy
    Code:
    CMP EDX,DWORD PTR DS:[EAX*8+8B65850]
    JB SHORT XPTServe.00443A73
    INC EAX
    CMP EAX,97 <~~ Lv 150 cap
    JL SHORT XPTServe.00443A40
    XOR EAX,EAX
    RETN
    INC EAX
    RETN

    And when i test level 121. I see Column EXP, it isn't increase . And i find code. But i don't sure it must effect when level up?

 

 
Page 2 of 3 FirstFirst 123 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •