credit-like-furni which can be redeemed to Shells, I already have a shells shop. But I want to make shells like credits, redeemable and such.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;
cost_credits cost_pixels cost_snowNow that you have successfully done this, head into your client and write the following;
0 16 4
The term 'Snow' defines Points, Snow and Hearts.
:update_items and then :update_catalogueAlso, 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
Yeah I want to have it so when I exchange a shell, it updates the points.You mean shells exchange or ..? If the swf name is something like CFC_500_goldbar change the name in furniture table to PntEx_500_goldbar. And when you redeem it you get shells. If that's what you're trying to say
Like I said before you rudely said changing the name won't do anything. I have created customs including redeemable tokens for shells. You have to change the name to PntEx_ something_# look up a tutorial and quit telling me I am wrongYeah I want to have it so when I exchange a shell, it updates the points.
I change the shell item that name?Like I said before you rudely said changing the name won't do anything. I have created customs including redeemable tokens for shells. You have to change the name to PntEx_ something_# look up a tutorial and quit telling me I am wrong
No you change the furniture name in like HxD editorI change the shell item that name?
I tried changing the shell item to PntEx_1_goldbar and PntEx_1_shell none of them worked.You mean shells exchange or ..? If the swf name is something like CFC_500_goldbar change the name in furniture table to PntEx_500_goldbar. And when you redeem it you get shells. If that's what you're trying to say