if you can code can you code this for me so i can use it?
i'm using phoenix
http://fhttp://www.mediafire.com/dow...u/poster27.swf
http://i.imgur.com/A4vennb.png
Printable View
if you can code can you code this for me so i can use it?
i'm using phoenix
http://fhttp://www.mediafire.com/dow...u/poster27.swf
http://i.imgur.com/A4vennb.png
Use this and try learning SQL so you don't have to rely on others: http://forum.ragezone.com/f353/retro-tools-v3-998128/
I don't get it.. you want it to be coded but you already provided the swf, why not just add it? I don't see any difference in the screen than the original "Holly Garland".
So what do you want to be coded?
I only have the swf I dont have the sql's or anything for it
Still need the right Phoenix version to create a working sql :blushing:
______
This one is based on the Phoenix (GoldTree) db structure;
Furnidata:
Productdata:Code:["i","200000","poster27","","","","","","Holly Garland","Deck the halls!","","-1","-1","","1"]
Furniture:Code:["poster 27","Holly Garland","Deck the halls!"]
Catalogue: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`, `height_adjustable`, `effectM`, `effectF`, `HeightOverride`) VALUES(200000, 'Holly Garland', 'poster27', 'i', 0, 0, 0, '0', '0', '0', 200000, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', 0, 0, '0');
Change PageID to the Catalogue page ID where you want the furni to be seen/bought.Code:INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`, `achievement`, `song_id`, `BadgeID`) VALUES
(200000, PageID, '200000', 'poster 27', 3, 0, 0, 1, '0', 0, 0, '');