[Fixed Release] Dragon Teles [New]

JayC

Always Learning
Aug 8, 2013
5,493
1,398
So I recently tried to make some dragon teleporters, WHICH FAILED mind you, so I fixed them and recolored them and I think they are really good this time. So here are the sqls for phoenix:
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
(52643821, 'GrnT1', 'GrnT1', 's', '1', '1', '.1', '1', '0', '0', 85497671, '1', '1', '1', '1', '1', 'teleport', 4, '0');
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(52643821, 'PUTPAGEHERE', '52643821', 'Green Dragon Teleporter', '0', '4', '4', '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`) VALUES
(52643822, 'PnkT2', 'PnkT2', 's', '1', '1', '.1', '1', '0', '0', 85497672, '1', '1', '1', '1', '1', 'teleport', 4, '0');
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(52643822, 'PUTPAGEHERE', '52643822', 'Pink Dragon Teleporter', '0', '4', '4', '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`) VALUES
(52643823, 'BluT3', 'BluT3', 's', '1', '1', '.1', '1', '0', '0', 85497673, '1', '1', '1', '1', '1', 'teleport', 4, '0');
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(52643823, 'PUTPAGEHERE', '52643823', 'Blue Dragon Teleporter', '0', '4', '4', '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`) VALUES
(52643824, 'YelT4', 'YelT4', 's', '1', '1', '.1', '1', '0', '0', 85497674, '1', '1', '1', '1', '1', 'teleport', 4, '0');
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(52643824, 'PUTPAGEHERE', '52643824', 'Yellow Dragon Teleporter', '0', '4', '4', '1');

["s","85497671","GrnT1","854785","0","1","1","","Green Dragon Teleport","Created by JayTouch","","-1","-1"],
["s","85497672","PnkT2","854786","0","1","1","","Pink Dragon Teleport","Created by JayTouch","","-1","-1"],
["s","85497673","BluT3","854787","0","1","1","","Blue Dragon Teleport","Created by JayTouch","","-1","-1"],
["s","85497674","YelT4","854788","0","1","1","","Yellow Dragon Teleport","Created by JayTouch","","-1","-1"],
Don't forget to put the page!!



And


Right Enjoy! ScreenShot:
BBEmRO5.png


If you want to recolor them feel free :) Can you post some recolors (you don't need to do sqls ill do them) saves me time :D Have fun and enjoy! RATE/LIKE!
 

JayC

Always Learning
Aug 8, 2013
5,493
1,398
Yeah like I said in the post, if someone wants to just recolor them and post them I will code :D
 

Jeffrey

Devbest Indian Tech Support
FindRetros Moderator
Feb 5, 2013
1,180
412
This is good, Nextime you should make a Letter Portal or a Human Portal, if you know what i mean ;)
 

Taylis

Member
Feb 7, 2012
87
16
Furnidata?
dude are you blind

["s","85497671","GrnT1","854785","0","1","1","","Green Dragon Teleport","Created by JayTouch","","-1","-1"],
["s","85497672","PnkT2","854786","0","1","1","","Pink Dragon Teleport","Created by JayTouch","","-1","-1"],
["s","85497673","BluT3","854787","0","1","1","","Blue Dragon Teleport","Created by JayTouch","","-1","-1"],
["s","85497674","YelT4","854788","0","1","1","","Yellow Dragon Teleport","Created by JayTouch","","-1","-1"],

that is the furnidata which he already put up there :-P
 

Users who are viewing this thread

Top