Respect Achivement

Results 1 to 6 of 6
  1. #1
    Elite Member Maintenance is offline
    Member +Rank
    Jun 2009 Join Date
    137Posts

    Respect Achivement

    Search "GiveRespect" inside Room.cs and put this under it

    Code:
                #region Respect Achivement
    
                if (User.GetClient().GetHabbo().Respect == 3)
                    UberEnvironment.GetGame().GetAchievementManager().UnlockAchievement(User.GetClient(), 13, 1);
    
                if (User.GetClient().GetHabbo().Respect == 6)
                    UberEnvironment.GetGame().GetAchievementManager().UnlockAchievement(User.GetClient(), 13, 2);
    
                if (User.GetClient().GetHabbo().Respect == 16)
                    UberEnvironment.GetGame().GetAchievementManager().UnlockAchievement(User.GetClient(), 13, 3);
    
                if (User.GetClient().GetHabbo().Respect == 66)
                    UberEnvironment.GetGame().GetAchievementManager().UnlockAchievement(User.GetClient(), 13, 4);
    
                if (User.GetClient().GetHabbo().Respect == 166)
                    UberEnvironment.GetGame().GetAchievementManager().UnlockAchievement(User.GetClient(), 13, 5);
    
                if (User.GetClient().GetHabbo().Respect == 366)
                    UberEnvironment.GetGame().GetAchievementManager().UnlockAchievement(User.GetClient(), 13, 6);
    
                if (User.GetClient().GetHabbo().Respect == 566)
                    UberEnvironment.GetGame().GetAchievementManager().UnlockAchievement(User.GetClient(), 13, 7);
    
                if (User.GetClient().GetHabbo().Respect == 766)
                    UberEnvironment.GetGame().GetAchievementManager().UnlockAchievement(User.GetClient(), 13, 8);
    
                if (User.GetClient().GetHabbo().Respect == 966)
                    UberEnvironment.GetGame().GetAchievementManager().UnlockAchievement(User.GetClient(), 13, 9);
    
                if (User.GetClient().GetHabbo().Respect == 1166)
                    UberEnvironment.GetGame().GetAchievementManager().UnlockAchievement(User.GetClient(), 13, 10);
    
                #endregion
    Add this SQL:
    Code:
    INSERT INTO `achievements` (`id`, `levels`, `dynamic_badgelevel`, `badge`, `pixels_base`, `pixels_multiplier`) VALUES
    (13, 10, '1', 'ACH_RespectEarned', 10, 1.25),
    Enjoy :)


  2. #2
    Elite Member Snixerz is offline
    Member +Rank
    May 2009 Join Date
    localhostLocation
    231Posts

    Re: Respect Achivement

    Nice.

    Thanks for this. :)

  3. #3
    Grand Master wichard is offline
    Grand MasterRank
    Jul 2009 Join Date
    The NetherlandsLocation
    649Posts

    Re: Respect Achivement

    There is a little bug in it, change the == to >=.

    (I coded this to a while ago *dont released*)

  4. #4
    Horror! Rajito is offline
    Grand MasterRank
    Aug 2010 Join Date
    The NetherlandsLocation
    1,046Posts

    Re: Respect Achivement

    For holograph emu v26 please:D
    Posted via Mobile Device

  5. #5
    Elite Member lucaspaulino is offline
    Member +Rank
    Aug 2007 Join Date
    BrazilLocation
    189Posts

    Re: Respect Achivement

    I am already creating the achievements ..

    This will only confuse, because I'm doing in order .. but my code was almost equal to its ¬ ¬

    see: http://forum.ragezone.com/f353/ubere...ements-695466/

  6. #6
    Ultra Light Beam Makarov is offline
    Grand MasterRank
    Apr 2010 Join Date
    GothamLocation
    3,620Posts

    Re: Respect Achivement

    Good Job,
    Looks like Banzai and Acheivements are the Most Popular Releases this month?



Advertisement