Quantcast
Channel: RaGEZONE - MMO Development Forums
Viewing all articles
Browse latest Browse all 14581

[Release] Tribe Flags [SQL][SWF]

$
0
0
I have created two tribe flags, Green and Yellow.



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
(791200, 'tribe_grn_flag1', 'tribe_grn_flag1', 's', 1, 1, 1, '0', '0', '0', 7912, '1', '1', '1', '1', '1', 'Default', 1, '0', '0'),
 (791201, 'tribe_yel_flag1', 'tribe_yel_flag1', 's', 1, 1, 1, '0', '0', '0', 7913, '1', '1', '1', '1', '1', 'Default', 1, '0', '0');



Catalog_items
Code:

INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(791200, 'PAGEID', '791200', 'tribe_grn_flag1', '1', '0', '0', '1'),
(791201, 'PAGEID', '791201', 'tribe_yel_flag1', '1', '0', '0', '1');



Furnidata
Code:

["s","7912","tribe_grn_flag1","7912","0","1","1","","Tribe Green Flag","Green team!","","-1,"-1"],
["s","7913","tribe_yel_flag1","7913","0","1","1","","Tribe Yellow Flag","Yellow team!","","-1,"-1"],




SWFs

tribe_grn_flag1.SWF
tribe_yel_flag1.SWF

Viewing all articles
Browse latest Browse all 14581

Trending Articles