Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

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


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:
Newbie Spellweaver
Joined
Jul 1, 2011
Messages
5
Reaction score
0
Check my error...

HabMoon - Turtle nest, Petfood24 and Advertising - RaGEZONE Forums




pls help me. :(
 
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