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!

Summer[2011] [Phoenix]

Status
Not open for further replies.
Joined
Feb 2, 2010
Messages
1,742
Reaction score
264
Been awhile since i last released something on here.
But anyways, here is the new summer furnitures. You have to make your own catalog_page.

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`, `is_arrow`) VALUES 
('3000500', 'hole2', 'hole2', 's', '2', '2', '1', '0', '0', '0', '95500', '1', '1', '1', '1', '1', 'default', '2', '0', '0'),
('3000501', 's12_bonfire', 's12_bonfire', 's', '2', '2', '3', '0', '0', '0', '95501', '1', '1', '1', '1', '1', 'default', '3', '0', '0'),
('3000502', 'summer_blaster', 'summer_blaster', 's', '1', '1', '1', '0', '0', '0', '95502', '1', '1', '1', '1', '1', 'default', '2', '0', '0'),
('3000503', 'summer_sunset_wall', 'summer_sunset_wall', 'i', '1', '1', '1', '0', '0', '0', '95503', '1', '1', '1', '1', '1', 'default', '2', '0', '0'),
('3000504', 'lm_bigrock', 'lm_bigrock', 's', '2', '3', '3', '0', '0', '0', '95504', '1', '1', '1', '1', '1', 'default', '4', '0', '0'),
('3000505', 'lm_palm1', 'lm_palm1', 's', '1', '1', '3', '0', '0', '0', '95505', '1', '1', '1', '1', '1', 'default', '2', '0', '0'),
('3000506', 'lm_totem', 'lm_totem', 's', '1', '1', '1', '0', '0', '0', '95506', '1', '1', '1', '1', '1', 'default', '4', '0', '0');

Catalog items
Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
('3000500', 'CATAID', '3000500', 'hole2', '8', '0', '0', '1'),
('3000501', 'CATAID', '3000501', 's12_bonfire', '5', '0', '0', '1'),
('3000502', 'CATAID', '3000502', 'summer_blaster', '16', '0', '0', '1'),
('3000503', 'CATAID', '3000503', 'summer_sunset_wall', '4', '0', '0', '1'),
('3000504', 'CATAID', '3000504', 'lm_bigrock', '5', '0', '0', '1'),
('3000505', 'CATAID', '3000505', 'lm_palm1l', '2', '0', '0', '1'),
('3000506', 'CATAID', '3000506', 'lm_totem', '10', '0', '0', '1');

Furnidata
Code:
["s","95500","hole2","3000500","0","2","2","","hole2 for internal use only","hole2 for internal use only","","-1","-1"],["s","95501","s12_bonfire","3000501","0","2","2","","s12_bonfire name","s12_bonfire desc","","-1","-1"],["s","95502","summer_blaster","3000502","2","1","1","","summer_blaster name","summer_blaster desc","","-1","-1"],["i","95503","summer_sunset_wall","3000503","","","","","summer_sunset_wall name","summer_sunset_wall desc","","-1","-1"],["s","95504","lm_bigrock","3000504","0","2","3","","lm_bigrock name","lm_bigrock desc","","-1","-1"],["s","95505","lm_palm1","3000505","0","1","1","","lm_palm1 name","lm_palm1 desc","","-1","-1"],["s","95506","lm_totem","3000506","0","1","1","","lm_totem name","lm_totem desc","","-1","-1"],




Downloading, thank me.
 
Newbie Spellweaver
Joined
May 1, 2011
Messages
14
Reaction score
4
Man this new Summer furniture is so awesome looking! Thanks Adde! :))
 
Goin Goin Gone!
Joined
Mar 28, 2011
Messages
498
Reaction score
41
This is pure Ducking sexy, Thank you for this!

Dylan ;)
 
Experienced Elementalist
Joined
May 20, 2007
Messages
299
Reaction score
1
They are just boxes for me, how to fix?
 
Joined
Feb 2, 2010
Messages
1,742
Reaction score
264
Went on Puhekupla earlier and saw there was another furni out. So yeah, here you go. Simply edit 'CATID'.

CATALOG_ITEMS
Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
('3000507', 'CATAID', '3000507', 'lm_palm2', '3', '0', '0', '1');

FURNIDATA
Code:
["s","95507","lm_palm2","3000507","0","1","1","","lm_palm2 name","lm_palm2 desc","","-1","-1"]

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`, `is_arrow`) VALUES 
('3000507', 'lm_palm2', 'lm_palm2', 's', '1', '1', '3', '0', '0', '0', '95507', '0', '1', '0', '1', '1', 'default', '2', '0', '0');




Credits: Me for coding, Sulake for design.
 
Status
Not open for further replies.
Back
Top