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!

Dragon Furnis [swf] [sql]

Status
Not open for further replies.
Junior Spellweaver
Joined
Dec 22, 2007
Messages
160
Reaction score
27
Hii! Here are the new dragon petfood and other furnis

Images:
Petfood 22 and 23:


Dragon Nest:


AshTree:


Sql:
Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
('4000901', '142', '4000901', 'nest_dragon', '5', '0', '1'),
('4000902', '142', '4000902', 'petfood22', '3', '0', '1'),
('4000903', '142', '4000903', 'petfood23', '3', '0', '1'),
('4000904', '142', '4000904', 'ashtree', '3', '0', '1');



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`, `foot_figure`) VALUES
(4000901, 'Cofre del Tesoro', 'nest_dragon', 's', 1, 1, 1, '1', '1', '0', 4001, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(4000902, 'Furni Dragon', 'petfood22', 's', 1, 1, 1, '1', '0', '0', 4000, '1', '1', '1', '1', '1', 'default', 4, '0', ''),
(4000903, 'Furni Dragon', 'petfood23', 's', 1, 1, 1, '1', '0', '0', 3995, '1', '1', '1', '1', '1', 'default', 4, '0', ''),
(4000904, 'Furni Dragon', 'ashtree', 's', 1, 1, 2, '1', '0', '0', 4002, '1', '1', '1', '1', '1', 'default', 3, '0', '');

Furnidata:
Code:
["s","4000","petfood22","33761","2","1","1","","Red Pepper","Hot hot hot! (High energy value)","","131071","10130"],["s","4001","nest_dragon","33761","0","1","1","","Dragon Treasure Nest","Designed to give your Dragon sweet dreams!","","131071","10132"],["s","4002","ashtree","33761","2","1","1","","Burnt tree","The perfect Dragon toy!","","131071","10133"],
["s","3995","petfood23","33761","2","1","1","","Yellow Pepper","(Low energy value)","","131071","10131"],

Download:
 
Last edited:
Banned
Banned
Joined
Jan 20, 2011
Messages
530
Reaction score
36
Re: New Dragon Furnis [swf] [sql]

1st comment, screenshot(s)??
 
Custom Title Activated
Loyal Member
Joined
Jan 25, 2009
Messages
1,539
Reaction score
4
he added them^ and nice.
 
Newbie Spellweaver
Joined
May 3, 2010
Messages
31
Reaction score
0
Great Release Man!

For Phoenix No Foot Figure:
PHP:
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
(4000901, 'Cofre del Tesoro', 'nest_dragon', 's', 1, 1, 1, '1', '1', '0', 4001, '1', '1', '1', '1', '1', 'default', 2, '0'),
(4000902, 'Furni Dragon', 'petfood22', 's', 1, 1, 1, '1', '0', '0', 4000, '1', '1', '1', '1', '1', 'default', 4, '0'),
(4000903, 'Furni Dragon', 'petfood23', 's', 1, 1, 1, '1', '0', '0', 3995, '1', '1', '1', '1', '1', 'default', 4, '0'),
(4000904, 'Furni Dragon', 'ashtree', 's', 1, 1, 2, '1', '0', '0', 4002, '1', '1', '1', '1', '1', 'default', 3, '0')
 
Status
Not open for further replies.
Back
Top