97j party experience

Results 1 to 7 of 7
  1. #1
    Apprentice soulthief is offline
    MemberRank
    Jun 2013 Join Date
    12Posts

    97j party experience

    can anyone help me with this? i have this experience for party
    #define Party2Exp 0x00430DA0
    #define Party3Exp 0x00430DAA
    #define Party4Exp 0x004E30D8
    #define Party5Exp 0x00430DBA
    #define SetParty3Exp 0x00430D74
    #define SetParty4Exp 0x00430D81

    but i want to be the same like lonely and when its in 3 4 5 to be 110% and at perfect party 115 or something like that please help


  2. #2
    Apprentice soulthief is offline
    MemberRank
    Jun 2013 Join Date
    12Posts

    Re: 97j party experience

    nobody?:|

  3. #3
    I miss goehdtjdrnr saintus is offline
    MemberRank
    Nov 2006 Join Date
    526F6D616E6961Location
    400Posts

    Re: 97j party experience

    So write the code for setting the party experience:
    Code:
    *(unsigned int*) Party2Exp = GetPrivateProfileIntA ("Party", "Party2PlayersExp", 5, "..//PathToYourFolder//MyFile.ini") ;
    *(unsigned int*) Party3Exp = GetPrivateProfileIntA ("Party", "Party3PlayersExp", 15, "..//PathToYourFolder//MyFile.ini") ;
    *(unsigned int*) Party4Exp = GetPrivateProfileIntA ("Party", "Party4PlayersExp", 25, "..//PathToYourFolder//MyFile.ini") ;
    *(unsigned int*) Party5Exp = GetPrivateProfileIntA ("Party", "Party5PlayersExp", 35, "..//PathToYourFolder//MyFile.ini") ;
    *(unsigned int*) SetParty3Exp = GetPrivateProfileIntA ("Party", "SetParty3PlayersExp", 115, "..//PathToYourFolder//MyFile.ini") ;
    *(unsigned int*) SetParty4Exp = GetPrivateProfileIntA ("Party","SetParty4PlayersExp",155,"..//PathToYourFolder//MyFile.ini") ;

  4. #4
    Apprentice soulthief is offline
    MemberRank
    Jun 2013 Join Date
    12Posts

    Re: 97j party experience

    i have this code void FixPartyExp(){
    Data* mDataObj = Data::getInstance();
    *(unsigned int*) (Party2Exp) = mDataObj->sParty2Exp;
    *(unsigned int*) (Party3Exp) = mDataObj->sParty3Exp;
    *(unsigned int*) (Party4Exp) = mDataObj->sParty4Exp;
    *(unsigned int*) (Party5Exp) = mDataObj->sParty5Exp;
    *(unsigned int*) (SetParty3Exp) = mDataObj->sSetParty3Exp;
    *(unsigned int*) (SetParty4Exp) = mDataObj->sSetParty4Exp;
    *(unsigned int*) (SetParty5Exp) = mDataObj->sSetParty5Exp;
    }

    the problem is the offsets i write above... :(

  5. #5
    Apprentice soulthief is offline
    MemberRank
    Jun 2013 Join Date
    12Posts

    Re: 97j party experience

    can anyone help me preaty please?

  6. #6
    Apprentice soulthief is offline
    MemberRank
    Jun 2013 Join Date
    12Posts

    Re: 97j party experience

    up!.....

  7. #7
    Apprentice soulthief is offline
    MemberRank
    Jun 2013 Join Date
    12Posts

    Re: 97j party experience

    UP!!! and another problem.... the /setblock command dosent work :( how i can make it work?



Advertisement