• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Turtle nest, Petfood24 and Advertising

Status
Not open for further replies.
I would wait for the moon
Loyal Member
Joined
Jun 9, 2007
Messages
2,081
Reaction score
1,192
Hey,

3 Furni swfs
01-07-2011 by HabMoon.rar

Furnidata
Code:
["s","4035","nest_turtle","34677","2","1","1","","nest_turtle name","nest_turtle desc","","-1","-1"],
["s","4036","ads_mpu_720","34642","4","1","1","","ads_mpu_720 name","ads_mpu_720 desc","","-1","-1"],
["s","4037","petfood24","34677","2","1","1","","petfood24 name","petfood24 desc","","-1","-1"]

Productdata
Code:
["nest_turtle","nest_turtle name","nest_turtle desc"],
["ads_mpu_720","ads_mpu_720 name","ads_mpu_720 desc"],
["petfood24","petfood24 name","petfood24 desc"]

Furniture
Code:
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`) VALUES
(300001, 'nest_turtle', 'nest_turtle', 's', 1, 1, 0.1, '1', '0', '1', 3752, '1', '1', '1', '1', '1', 'default', 2, '0'),
(300002, 'petfood24', 'petfood24', 's', 1, 1, 0.1, '0', '0', '1', 3753, '1', '1', '1', '1', '1', 'default', 5, '0'),
(300003, 'ads_mpu_720', 'ads_mpu_720', 's', 1, 1, 0.1, '0', '0', '1', 3754, '1', '1', '1', '1', '1', 'default', 1, '0');

Catalog_items
Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
(NULL, 'PAGEID', '300001', 'nest_turtle', 1, 0, 1),
(NULL, 'PAGEID', '300002', 'petfood24', 1, 0, 1),
(NULL, 'PAGEID', '300003', 'ads_mpu_720', 1, 0, 1);
Edit PAGEID to your own catalog page

Screen
HabMoon - Turtle nest, Petfood24 and Advertising - RaGEZONE Forums
 
Last edited:
I would wait for the moon
Loyal Member
Joined
Jun 9, 2007
Messages
2,081
Reaction score
1,192
Added SQLs.

To make banner work edit 'room_items' or 'items' and edit the 'extra_data' part when the banner is inside a room:
Code:
imageUrl=*LINKHERE*	state=0

So on screen it is:
Code:
imageUrl=http://www.habmoon.org/potr/banner.gif	state=0
 
Last edited:
I would wait for the moon
Loyal Member
Joined
Jun 9, 2007
Messages
2,081
Reaction score
1,192
Thanks for all the good comments :]

Apprectiated'
People that has problems with this, your not doing it right, go to the help section and make a new thread with your problem, don't post it here.
 
Status
Not open for further replies.
Back
Top