How do i change party max lvl?

Results 1 to 6 of 6
  1. #1
    Member saw235 is offline
    MemberRank
    Mar 2007 Join Date
    PenangLocation
    73Posts

    How do i change party max lvl?

    How do i change party max lvl ?:punch:
    Do i nid to recompile the sources? Or change it in the data folder?
    I want to change the party lvl to 100 but how do i do it. I dont want it to stuck in 50.

    Edited : I think i found out how a while ago

    just maybe

    find

    Code:
    if( partyclient->Party->party->PartyLevel == 50)
    in worldprocess.cpp

    and change the partylevel == 50
    to
    partylevel == wateveryouwant

    Edited again [it works]


  2. #2
    Enthusiast babyhon is offline
    MemberRank
    Mar 2007 Join Date
    45Posts

    Re: How do i change party max lvl?

    you just change it dont need to execute again?

  3. #3
    Account Upgraded | Title Enabled! MjClarke1 is offline
    MemberRank
    Jun 2006 Join Date
    London, OntarioLocation
    644Posts

    Re: How do i change party max lvl?

    You change the 50 to what ever then compile and look in Binarys for the WorldServer that was compiled..

  4. #4
    Jerkin the Gherkin Junkee is offline
    MemberRank
    Apr 2005 Join Date
    IllinoisLocation
    298Posts

    Re: How do i change party max lvl?

    you could always code it to read from the worldserver.conf file too, that way you could just change it in the file, instead of editing code/recompiling.

  5. #5
    Member saw235 is offline
    MemberRank
    Mar 2007 Join Date
    PenangLocation
    73Posts

    Re: How do i change party max lvl?

    I'm not that clever though.TT

  6. #6
    Enthusiast babyhon is offline
    MemberRank
    Mar 2007 Join Date
    45Posts

    Re: How do i change party max lvl?

    Quote Originally Posted by Random* View Post
    you could always code it to read from the worldserver.conf file too, that way you could just change it in the file, instead of editing code/recompiling.
    so wuts the code?

    plvl?
    partylvl?

    can you tell us?



Advertisement