Square Thrones

Page 2 of 2 FirstFirst 12
Results 16 to 18 of 18
  1. #16
    Apprentice Laura Retros is offline
    MemberRank
    Dec 2012 Join Date
    7Posts

    Re: Square Thrones

    I really like these, added these to my hotel, here are the sqls for Phoenix r63

    catalogue_items
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
    (94856784, 'PAGEIDHERE', '94856784', 'squarethrone', '1500', '0', '0', '1'),
    (94856785, 'PAGEIDHERE', '94856785', 'squarethrone2', '1500', '0', '0', '1'),
    (94856786, 'PAGEIDHERE', '94856786', 'squarethrone3', '1500', '0', '0', '1'),
    (94856787, 'PAGEIDHERE', '94856787', 'squarethrone4', '1500', '0', '0', '1'),
    (94856788, 'PAGEIDHERE', '94856788', 'squarethrone5', '1500', '0', '0', '1'),
    (94856789, 'PAGEIDHERE', '94856789', 'squarethrone6', '1500', '0', '0', '1'),
    (94856790, 'PAGEIDHERE', '94856790', 'squarethrone7', '1500', '0', '0', '1'),
    (94856791, 'PAGEIDHERE', '94856791', 'squarethrone8', '1500', '0', '0', '1'),
    (94856792, 'PAGEIDHERE', '94856792', 'squarethrone9', '1500', '0', '0', '1');

    Furniture;

    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
    (94856784, 'squarethrone', 'squarethrone', 's', 1, 1, 1, '1', '1', '0', 94856784, '1', '1', '1', '1', '1', 'Default', 4, '0', '0'),
    (94856785, 'squarethrone2', 'squarethrone2', 's', 1, 1, 1, '1', '1', '0', 94856785, '1', '1', '1', '1', '1', 'Default', 4, '0', '0'),
    (94856786, 'squarethrone3', 'squarethrone3', 's', 1, 1, 1, '1', '1', '0', 94856786, '1', '1', '1', '1', '1', 'Default', 4, '0', '0'),
    (94856787, 'squarethrone4', 'squarethrone4', 's', 1, 1, 1, '1', '1', '0', 94856787, '1', '1', '1', '1', '1', 'Default', 4, '0', '0'),
    (94856788, 'squarethrone5', 'squarethrone5', 's', 1, 1, 1, '1', '1', '0', 94856788, '1', '1', '1', '1', '1', 'Default', 4, '0', '0'),
    (94856789, 'squarethrone6', 'squarethrone6', 's', 1, 1, 1, '1', '1', '0', 94856789, '1', '1', '1', '1', '1', 'Default', 4, '0', '0'),
    (94856790, 'squarethrone7', 'squarethrone7', 's', 1, 1, 1, '1', '1', '0', 94856790, '1', '1', '1', '1', '1', 'Default', 4, '0', '0'),
    (94856791, 'squarethrone8', 'squarethrone8', 's', 1, 1, 1, '1', '1', '0', 94856791, '1', '1', '1', '1', '1', 'Default', 4, '0', '0'),
    (94856792, 'squarethrone9', 'squarethrone9', 's', 1, 1, 1, '1', '1', '0', 94856792, '1', '1', '1', '1', '1', 'Default', 4, '0', '0');

    Furni Data;

    ["s","94856784","squarethrone","JustTimeCustom","0","1","1","squarethrone","Square Throne 1",","Coded by Laura, Created by JustTime @ RaGEZONE.COM"-1"],
    ["s","94856785","squarethrone2","JustTimeCustom","0","1","1","squarethrone2","Square Throne 2",","Coded by Laura, Created by JustTime @ RaGEZONE.COM"-1"],
    ["s","94856786","squarethrone3","JustTimeCustom","0","1","1","squarethrone3","Square Throne 3",","Coded by Laura, Created by JustTime @ RaGEZONE.COM"-1"],
    ["s","94856787","squarethrone4","JustTimeCustom","0","1","1","squarethrone4","Square Throne 4",","Coded by Laura, Created by JustTime @ RaGEZONE.COM"-1"],
    ["s","94856788","squarethrone5","JustTimeCustom","0","1","1","squarethrone5","Square Throne 5",","Coded by Laura, Created by JustTime @ RaGEZONE.COM"-1"],
    ["s","94856789","squarethrone6","JustTimeCustom","0","1","1","squarethrone6","Square Throne 6",","Coded by Laura, Created by JustTime @ RaGEZONE.COM"-1"],
    ["s","94856790","squarethrone7","JustTimeCustom","0","1","1","squarethrone7","Square Throne 7",","Coded by Laura, Created by JustTime @ RaGEZONE.COM"-1"],
    ["s","94856791","squarethrone8","JustTimeCustom","0","1","1","squarethrone8","Square Throne 8",","Coded by Laura, Created by JustTime @ RaGEZONE.COM"-1"],
    ["s","94856792","squarethrone9","JustTimeCustom","0","1","1","squarethrone9","Square Throne 9",","Coded by Laura, Created by JustTime @ RaGEZONE.COM"-1"],

    Here is a screenshot of them working on my Hotel;
    http://gyazo.com/f00b89239aa3a96d18a6472eb3324019

    You're welcome :)

  2. #17
    Novice Roofthop is offline
    MemberRank
    Dec 2014 Join Date
    2Posts

    Re: Square Thrones

    nice shit

  3. #18

    Re: Square Thrones

    Were the SQL's in the furni data on the SWF images mhmm



Page 2 of 2 FirstFirst 12

Advertisement