Fix Win-Win Score 100 %

Results 1 to 6 of 6
  1. #1
    Enthusiast dimitri54480 is offline
    MemberRank
    Feb 2011 Join Date
    44Posts

    thumbs up Fix Win-Win Score 100 %

    Hello, i have a code for fix your win-win score!

    Go To http://forum.ragezone.com/f353/achie...mplete-731272/ put the code by anthony93260 et code of this link.
    After go to : http://fr.sourcepod.com/fqfpmc67-4549 and applies the changes

    Find:
    Code:
    GetResponse().AppendInt32(ach_score);
    replace per
    Code:
    GetResponse().AppendInt32(ach_score * 100);
    ...

    Find :
    Code:
    Message.AppendInt32(GetClient().GetHabbo().Achievements.Count * 100);
    Replace per:
    Code:
    Message.AppendInt32(ach_score * 100);
    Source: Anthony93260, HabsHotel, and me for post


  2. #2
    Member WizardKing is offline
    MemberRank
    Apr 2011 Join Date
    Somewhere on eaLocation
    70Posts

    Re: Fix Win-Win Score 100 %

    Okay... I think this is good..

  3. #3
    sexiess is a sin. Subway is offline
    MemberRank
    Jun 2010 Join Date
    2,491Posts

    Re: Fix Win-Win Score 100 %

    Nice to see you fixed it.

  4. #4
    Enthusiast dimitri54480 is offline
    MemberRank
    Feb 2011 Join Date
    44Posts

    Re: Fix Win-Win Score 100 %

    This code was tested on Hotel Cola without recording the score for the user in the database, so I improved the code so that it works!
    Please have your column ach_score and ach_score_amount

    ---------- Post added at 02:06 PM ---------- Previous post was at 02:04 PM ----------

    Look this page for additional fixes!
    Uber Hotel Development | Facebook

    This Facebook Page is only fixes for UBEREMU and UBERCMS and ADDON

    Thank you ;)

  5. #5
    Account Upgraded | Title Enabled! Miggs is offline
    MemberRank
    Oct 2010 Join Date
    711Posts

    Re: Fix Win-Win Score 100 %

    Nice fix

  6. #6
    Enthusiast dimitri54480 is offline
    MemberRank
    Feb 2011 Join Date
    44Posts

    Re: Fix Win-Win Score 100 %

    I have a error in Message.AppendInt32(ach_score * 100);

    ach_score don't exist in the actual context



Advertisement