I will develop as much as possible of achievements for you. I am very new to C #, but I have to know that. I know the PHP, CSS, Ajax + JS (jQuery), MySQL, HTML ..
I thought about doing this topic because toperwin would do it .. and go ahead, and as I never did anything for you, I'll do it.
Keep an eye on the dates of update, because I'm always fixing bugs!
----------------------------------------------------------------
Room Raider (UPDATED: 08/10/2010 19:23)Credits:
- 80% to toperwin;
- 20% to ME.
http://images.habbo.com/c_images/alb...RoomEntry1.gif
http://images.habbo.com/c_images/alb...RoomEntry2.gif
http://images.habbo.com/c_images/alb...RoomEntry3.gif
http://images.habbo.com/c_images/alb...RoomEntry4.gif
http://images.habbo.com/c_images/alb...RoomEntry5.gif
http://images.habbo.com/c_images/alb...RoomEntry6.gif
http://images.habbo.com/c_images/alb...RoomEntry7.gif
http://images.habbo.com/c_images/alb...RoomEntry8.gif
http://images.habbo.com/c_images/alb...RoomEntry9.gif
http://images.habbo.com/c_images/alb...oomEntry10.gif
Search for:
After the code belowCode:public void OnEnterRoom(uint RoomId)
AddCode:Messenger.OnStatusChanged(false);
C# | DataRow TotalRegis - Anonymous - 4kbkuL85 - Pastebin.com
SQL:
Note: If you want to change how many rooms you will receive the badge, change the values: 5, 15, 30, 45, 60, 80, 120, 140, 160, 200Code:INSERT INTO `achievements` (`id`, `levels`, `dynamic_badgelevel`, `badge`, `pixels_base`, `pixels_multiplier`) VALUES
(12, 10, '1', 'ACH_RoomEntry', 5, 0);
----------------------------------------------------------------
True Habbo Badges (UPDATED: 08/10/2010 19:25)Credits:
- 100% to ME.
http://images.habbo.com/c_images/alb...nDuration1.gif
http://images.habbo.com/c_images/alb...nDuration2.gif
http://images.habbo.com/c_images/alb...nDuration3.gif
http://images.habbo.com/c_images/alb...nDuration4.gif
http://images.habbo.com/c_images/alb...nDuration5.gif
http://images.habbo.com/c_images/alb...nDuration6.gif
http://images.habbo.com/c_images/alb...nDuration7.gif
http://images.habbo.com/c_images/alb...nDuration8.gif
http://images.habbo.com/c_images/alb...nDuration9.gif
http://images.habbo.com/c_images/alb...Duration10.gif
Search for:
Add after:Code:public bool BlockNewFriends;
Code:public string DataCadastro;
Search for:
Replace:Code:public Habbo(uint Id, string Username, string RealName, string AuthTicket, uint Rank, string Motto, string Look, string Gender, int Credits, int ActivityPoints, Double LastActivityPointsUpdate, bool Muted, uint HomeRoom, int Respect, int DailyRespectPoints, int DailyPetRespectPoints, int NewbieStatus, bool MutantPenalty, bool BlockNewFriends)
Code:public Habbo(uint Id, string Username, string RealName, string AuthTicket, uint Rank, string Motto, string Look, string Gender, int Credits, int ActivityPoints, Double LastActivityPointsUpdate, string DataCadastro, bool Muted, uint HomeRoom, int Respect, int DailyRespectPoints, int DailyPetRespectPoints, int NewbieStatus, bool MutantPenalty, bool BlockNewFriends)
Search for:
Add after:Code:this.BlockNewFriends = BlockNewFriends;
Code:this.DataCadastro = DataCadastro;
Search for:
Add after:Code:if (GetHabbo().Motto != null)
UberEnvironment.GetGame().GetAchievementManager().UnlockAchievement(this, 5, 1);
C# | string[] dataC = G - Anonymous - 2zFYGKS6 - Pastebin.com
Search for:
Replace:Code:return new Habbo((uint)Data["id"], (string)Data["username"], (string)Data["real_name"], AuthTicket, (uint)Data["rank"], (string)Data["motto"], (string)Data["look"], (string)Data["gender"], (int)Data["credits"], (int)Data["activity_points"], (Double)Data["activity_points_lastupdate"], UberEnvironment.EnumToBool(Data["is_muted"].ToString()), (uint)Data["home_room"], (int)Data["respect"], (int)Data["daily_respect_points"], (int)Data["daily_pet_respect_points"], (int)Data["newbie_status"], (Data["mutant_penalty"].ToString() != "0"), UberEnvironment.EnumToBool(Data["block_newfriends"].ToString()));
SQL:Code:return new Habbo((uint)Data["id"], (string)Data["username"], (string)Data["real_name"], AuthTicket, (uint)Data["rank"], (string)Data["motto"], (string)Data["look"], (string)Data["gender"], (int)Data["credits"], (int)Data["activity_points"], (Double)Data["activity_points_lastupdate"], (string)Data["account_created"], UberEnvironment.EnumToBool(Data["is_muted"].ToString()), (uint)Data["home_room"], (int)Data["respect"], (int)Data["daily_respect_points"], (int)Data["daily_pet_respect_points"], (int)Data["newbie_status"], (Data["mutant_penalty"].ToString() != "0"), UberEnvironment.EnumToBool(Data["block_newfriends"].ToString()));
Code:INSERT INTO `achievements` (`id`, `levels`, `dynamic_badgelevel`, `badge`, `pixels_base`, `pixels_multiplier`) VALUES
(13, 10, '1', 'ACH_RegistrationDuration', 50, 0);
----------------------------------------------------------------
Badges Online Time
In brief, I am studying dates .. 'm a beginner at it ..
The code is 95% ready, need to fix a few things and do not know where that puts .. when I put it, is closing the emulator ..
http://images.habbo.com/c_images/alb...lPresence1.gif
http://images.habbo.com/c_images/alb...lPresence2.gif
http://images.habbo.com/c_images/alb...lPresence3.gif
http://images.habbo.com/c_images/alb...lPresence4.gif
http://images.habbo.com/c_images/alb...lPresence5.gif
http://images.habbo.com/c_images/alb...lPresence6.gif
http://images.habbo.com/c_images/alb...lPresence7.gif
http://images.habbo.com/c_images/alb...lPresence8.gif
http://images.habbo.com/c_images/alb...lPresence9.gif
http://images.habbo.com/c_images/alb...Presence10.gif
----------------------------------------------------------------
Badges Respect and Respect's 100 times (Two in one) (UPDATED: 08/10/2010 19:26)Credits:
- 100% to ME.
Badges Respect
http://images.habbo.com/c_images/alb...ectEarned1.gif
http://images.habbo.com/c_images/alb...ectEarned2.gif
http://images.habbo.com/c_images/alb...ectEarned3.gif
http://images.habbo.com/c_images/alb...ectEarned4.gif
http://images.habbo.com/c_images/alb...ectEarned5.gif
http://images.habbo.com/c_images/alb...ectEarned6.gif
http://images.habbo.com/c_images/alb...ectEarned7.gif
http://images.habbo.com/c_images/alb...ectEarned8.gif
http://images.habbo.com/c_images/alb...ectEarned9.gif
http://images.habbo.com/c_images/alb...ctEarned10.gif
Respect's 100 times
http://images.habbo.com/c_images/alb...pectGiven1.gif
Search for:
Replace the block by:Code:private void GiveRespect()
C# | private void GiveRespect() - Anonymous - gzKVnFQr - Pastebin.com
SQL:
Code:INSERT INTO `achievements` (`id`, `levels`, `dynamic_badgelevel`, `badge`, `pixels_base`, `pixels_multiplier`) VALUES (15, 10, '1', 'ACH_RespectEarned', 50, 1);
INSERT INTO `achievements` (`id`, `levels`, `dynamic_badgelevel`, `badge`, `pixels_base`, `pixels_multiplier`) VALUES (16, 1, '1', 'ACH_RespectGiven', 20, 1);
ALTER TABLE users ADD `respects_given` int(10) NOT NULL default '0' AFTER daily_respect_points;
----------------------------------------------------------------
Gift Giver and Gift Receiver (Two in one) (UPDATED: none)Credits:
- 100% to ME.
Gift Giver
http://images.habbo.com/c_images/alb...GiftGiver1.gif
http://images.habbo.com/c_images/alb...GiftGiver2.gif
http://images.habbo.com/c_images/alb...GiftGiver3.gif
http://images.habbo.com/c_images/alb...GiftGiver4.gif
http://images.habbo.com/c_images/alb...GiftGiver5.gif
http://images.habbo.com/c_images/alb...GiftGiver6.gif
http://images.habbo.com/c_images/alb...GiftGiver7.gif
http://images.habbo.com/c_images/alb...GiftGiver8.gif
http://images.habbo.com/c_images/alb...GiftGiver9.gif
http://images.habbo.com/c_images/alb...iftGiver10.gif
Gift Receiver
http://images.habbo.com/c_images/alb...tReceiver1.gif
http://images.habbo.com/c_images/alb...tReceiver2.gif
http://images.habbo.com/c_images/alb...tReceiver3.gif
http://images.habbo.com/c_images/alb...tReceiver4.gif
http://images.habbo.com/c_images/alb...tReceiver5.gif
http://images.habbo.com/c_images/alb...tReceiver6.gif
http://images.habbo.com/c_images/alb...tReceiver7.gif
http://images.habbo.com/c_images/alb...tReceiver8.gif
http://images.habbo.com/c_images/alb...tReceiver9.gif
http://images.habbo.com/c_images/alb...Receiver10.gif
Search for:
Replace the block by:Code:if (IsGift)
{
uint GenId = GenerateItemId();
Item Present = GeneratePresent();
PHP | if (IsGift) - Anonymous - hwRb60ad - Pastebin.com
SQL:
Code:INSERT INTO `achievements` (`id`, `levels`, `dynamic_badgelevel`, `badge`, `pixels_base`, `pixels_multiplier`) VALUES (17, 10, '1', 'ACH_GiftGiver', 20, 1);
INSERT INTO `achievements` (`id`, `levels`, `dynamic_badgelevel`, `badge`, `pixels_base`, `pixels_multiplier`) VALUES (18, 10, '1', 'ACH_GiftReceiver', 20, 1);
ALTER TABLE users ADD `gifts_given` int(10) NOT NULL default '0' AFTER respects_given;
ALTER TABLE users ADD `gifts_received` int(10) NOT NULL default '0' AFTER gifts_given;
----------------------------------------------------------------
Pet Owner (UPDATED: none)Credits:
- 100% to ME.
Gift Giver
http://images.habbo.com/c_images/alb..._PetLover1.gif
http://images.habbo.com/c_images/alb..._PetLover2.gif
http://images.habbo.com/c_images/alb..._PetLover3.gif
http://images.habbo.com/c_images/alb..._PetLover4.gif
http://images.habbo.com/c_images/alb..._PetLover5.gif
http://images.habbo.com/c_images/alb..._PetLover6.gif
http://images.habbo.com/c_images/alb..._PetLover7.gif
http://images.habbo.com/c_images/alb..._PetLover8.gif
http://images.habbo.com/c_images/alb..._PetLover9.gif
http://images.habbo.com/c_images/alb...PetLover10.gif
Search for:
Replace the block by:Code:public Pet CreatePet(uint UserId, string Name, int Type, string Race, string Color)
{
C# | public Pet CreatePet(uint User - Anonymous - gFJ9SaA1 - Pastebin.com
SQL:
Code:INSERT INTO `achievements` (`id`, `levels`, `dynamic_badgelevel`, `badge`, `pixels_base`, `pixels_multiplier`) VALUES (19, 10, '1', 'ACH_PetLover', 20, 1);
----------------------------------------------------------------
Please enter on my website :thumbup:: Alkaida Downloads
NOTE (12/10/2010 11:13): I'm out of time to do more, just came to publish the achievement of Pet Owner because I remembered. Soon I would end the rest. Sorry!
NOTE (08/10/2010 19:35): I did other things, just not remember what it was, I'm looking for what I did. :glare:

