Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Shells questions
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Lee_01" data-source="post: 259918" data-attributes="member: 18827"><p>Are you wanting to create a Shells catalogue with furni in it that you can purchase with Shells?</p><p>Or are you wanting to create credit-like-furni which can be redeemed to Shells?</p><p></p><p>If you're wanting to create a Shells catalogue with furni in it that you can purchase with Shells, follow these steps;</p><p></p><p>1) Create another catalogue page, if you don't know how to do this then there's no hope. Make sure you put the parent_id to -1 so it shows on the main section.</p><p>2) Remember the catalogue page number that you created for the Shells catalogue.</p><p>3) Now find the furniture you would like from the catalogue items and change the page id to the Shells page id.</p><p>4) Now to enable it so that you purchase the item with Shells, follow these three steps</p><p> 1) Change the credits to 0</p><p> 2) Change the Shells to 4 as a default no matter what price you want the item to be sold for</p><p> 3) Now enter the amount of Shell you want the item to be sold at under the pixels section.</p><p></p><p>So if you wanted to put a Blue Pillow for 16 points, your database should look like the following;</p><p></p><p style="text-align: center">cost_credits cost_pixels cost_snow</p> <p style="text-align: center">0 16 4</p> <p style="text-align: center"></p> <p style="text-align: center">The term 'Snow' defines Points, Snow and Hearts. </p> <p style="text-align: center"></p><p>Now that you have successfully done this, head into your client and write the following;</p><p></p><p style="text-align: center">:update_items and then :update_catalogue </p> <p style="text-align: center"></p><p>Also, I would like to add that if you haven't got Shells present on your client in the top right hand corner where your credits, pixels and HC are then do the following;</p><p></p><p>Open up your external_variables.txt and write the following at the bottom then save;</p><p></p><p>purse.widget.currency.shells.enabled=1</p></blockquote><p></p>
[QUOTE="Lee_01, post: 259918, member: 18827"] Are you wanting to create a Shells catalogue with furni in it that you can purchase with Shells? Or are you wanting to create credit-like-furni which can be redeemed to Shells? If you're wanting to create a Shells catalogue with furni in it that you can purchase with Shells, follow these steps; 1) Create another catalogue page, if you don't know how to do this then there's no hope. Make sure you put the parent_id to -1 so it shows on the main section. 2) Remember the catalogue page number that you created for the Shells catalogue. 3) Now find the furniture you would like from the catalogue items and change the page id to the Shells page id. 4) Now to enable it so that you purchase the item with Shells, follow these three steps 1) Change the credits to 0 2) Change the Shells to 4 as a default no matter what price you want the item to be sold for 3) Now enter the amount of Shell you want the item to be sold at under the pixels section. So if you wanted to put a Blue Pillow for 16 points, your database should look like the following; [CENTER]cost_credits cost_pixels cost_snow 0 16 4 The term 'Snow' defines Points, Snow and Hearts. [/CENTER] Now that you have successfully done this, head into your client and write the following; [CENTER]:update_items and then :update_catalogue [/CENTER] Also, I would like to add that if you haven't got Shells present on your client in the top right hand corner where your credits, pixels and HC are then do the following; Open up your external_variables.txt and write the following at the bottom then save; purse.widget.currency.shells.enabled=1 [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Shells questions
Top