-
Habbo February Update
Habbo February Update
http://images.habbohotel.co.uk/c_ima...ank_guide2.gif
The February Update included the following new features:- Habbo Exchange
- Gothic Furni
- Loading Furni
- New Habbo Club subscription method
- Other secrets coming soon...
Habbo Exchange
The Habbo Exchange is a new section within your Habbo Catalogue where you can purchase Tradable Credits with your Habbo Credits. The Tradable Credits you purchase are effectively items of Furni and can therefore be placed in your Guest Room and also placed in the trading box.
This means you can now trade Habbo Credits for Furni via the trading box in Habbo Hotel using these new Tradable Credits!
You can purchase your Tradable Credits in the quantities listed below:
http://images.habbohotel.co.uk/c_ima...ey_1credit.gif
Bronze Coin
This item is worth 1 Habbo Credit and costs 1 Habbo Credit
http://images.habbohotel.co.uk/c_ima...y_5credits.gif
Silver Coin
This item is worth 5 Habbo Credits and costs 5 Habbo Credits
http://images.habbohotel.co.uk/c_ima..._10credits.gif
Gold Coin
This item is worth 10 Habbo Credits and costs 10 Habbo Credits
http://images.habbohotel.co.uk/c_ima...ybag_small.gif
Money Bag
This item is worth 20 Habbo Credits and costs 20 Habbo Credits
http://images.habbohotel.co.uk/c_ima..._50credits.gif
Gold Bar
This item is worth 50 Habbo Credits and costs 50 Habbo Credits
When you have purchased your Tradable Credits you have a number of options available to you:http://images.habbohotel.co.uk/c_ima...ingOnMoney.gif
- You use the Tradable Credits in a trade for Habbo Furni.
- You place the Tradable Credits in your Guest Room and create Fort Knox.
- You place the Tradable Credits in your Guest Room and double click them to exchange them back into normal Habbo Credits.
Don't forget, the value of Tradable Credits is the exact same as the number of Habbo Credits you spent buying them and therefore you do not lose out by exchanging them back and forth.
Loading Furni
http://images.habbohotel.co.uk/c_ima..._streaming.gif
If you've already entered a Guest Room then you'll notice that the Furni in the room begins as a white box before being restored to its former beauty. This is not a bug or a glitch. It's the way Furni will load in a Guest Room, and your hand, from now on. You'll notice that in return forthis short wait, rooms load much quicker.
-
Addon to that:
Gothic Furni
Gothic Furni is available from your Habbo Catalogue for a limited time only. There are some great new Furni in this new section of the Catalogue including Gothic chairs, cobbled street rugs and wall mounted torches. You'll find all this new Furni towards the top of your Habbo Catalogue.
http://images.habbohotel.co.uk/c_ima...l_Red_back.gif
Red Gothic Stool costs 5 Credits.
Purchase var purchaseButton = Builder.node("a", {href:"#", className:"colorlink orange"}, [ Builder.node("span", "Purchase") ]); $("purchase_1_purchase").appendChild(purchaseButto n); Event.observe(purchaseButton, "click", function(e) { Event.stop(e); var dialog = createDialog("purchase_dialog", "Confirm purchase", 9001, 0, -1000, closePurchase); appendDialogBody(dialog, "
", true); moveDialogToCenter(dialog); showOverlay(); new Ajax.Request( habboReqPath + "/furnipurchase/purchase_confirmation", { method: "post", parameters: "product="+encodeURIComponent("a3 gothicstool"), onComplete: function(req, json) { setDialogBody(dialog, req.responseText); } } ); }, false);
http://images.habbohotel.co.uk/c_ima...a_Red_back.gif
Red Gothic Sofa costs 7 Credits.
Purchase var purchaseButton = Builder.node("a", {href:"#", className:"colorlink orange"}, [ Builder.node("span", "Purchase") ]); $("purchase_2_purchase").appendChild(purchaseButto n); Event.observe(purchaseButton, "click", function(e) { Event.stop(e); var dialog = createDialog("purchase_dialog", "Confirm purchase", 9001, 0, -1000, closePurchase); appendDialogBody(dialog, "
", true); moveDialogToCenter(dialog); showOverlay(); new Ajax.Request( habboReqPath + "/furnipurchase/purchase_confirmation", { method: "post", parameters: "product="+encodeURIComponent("a3 gothicsofa"), onComplete: function(req, json) { setDialogBody(dialog, req.responseText); } } ); }, false);
http://images.habbohotel.co.uk/c_ima...e_Red_back.gif
Red Gothic Chair costs 10 Credits.
Purchase var purchaseButton = Builder.node("a", {href:"#", className:"colorlink orange"}, [ Builder.node("span", "Purchase") ]); $("purchase_3_purchase").appendChild(purchaseButto n); Event.observe(purchaseButton, "click", function(e) { Event.stop(e); var dialog = createDialog("purchase_dialog", "Confirm purchase", 9001, 0, -1000, closePurchase); appendDialogBody(dialog, "
", true); moveDialogToCenter(dialog); showOverlay(); new Ajax.Request( habboReqPath + "/furnipurchase/purchase_confirmation", { method: "post", parameters: "product="+encodeURIComponent("a3 gothicchair"), onComplete: function(req, json) { setDialogBody(dialog, req.responseText); } } ); }, false);
http://images.habbohotel.co.uk/c_ima...4/torch_v2.png
Gothic Torch costs 10 Credits.
Purchase var purchaseButton = Builder.node("a", {href:"#", className:"colorlink orange"}, [ Builder.node("span", "Purchase") ]); $("purchase_4_purchase").appendChild(purchaseButto n); Event.observe(purchaseButton, "click", function(e) { Event.stop(e); var dialog = createDialog("purchase_dialog", "Confirm purchase", 9001, 0, -1000, closePurchase); appendDialogBody(dialog, "
", true); moveDialogToCenter(dialog); showOverlay(); new Ajax.Request( habboReqPath + "/furnipurchase/purchase_confirmation", { method: "post", parameters: "product="+encodeURIComponent("a0 torch"), onComplete: function(req, json) { setDialogBody(dialog, req.responseText); } } ); }, false);
http://images.habbohotel.co.uk/c_ima...goth_table.gif
Gothic Table costs 15 Credits.
Purchase var purchaseButton = Builder.node("a", {href:"#", className:"colorlink orange"}, [ Builder.node("span", "Purchase") ]); $("purchase_5_purchase").appendChild(purchaseButto n); Event.observe(purchaseButton, "click", function(e) { Event.stop(e); var dialog = createDialog("purchase_dialog", "Confirm purchase", 9001, 0, -1000, closePurchase); appendDialogBody(dialog, "
", true); moveDialogToCenter(dialog); showOverlay(); new Ajax.Request( habboReqPath + "/furnipurchase/purchase_confirmation", { method: "post", parameters: "product="+encodeURIComponent("a0 goth_table"), onComplete: function(req, json) { setDialogBody(dialog, req.responseText); } } ); }, false);
-
Thanks for your copy and paste that everyone knew about.
-