Jr Cautionz
Member
- Jun 12, 2011
- 31
- 0
My 2nd Throne release !
Credits:
- Me for the design
- Vulpix
[He did the SQL and fixed Throne images]
Major love !
If you release this anywhere else, don't forget the credits ^^
I've named this Throne; Junior because I use that name on most retro's I join unless its taken, but just because other hotels might have user's named Junior don't mean its me , the only hotel I play is Hableet Hotel
Download Link:
Credits:
- Me for the design
- Vulpix
[He did the SQL and fixed Throne images]
Major love !
If you release this anywhere else, don't forget the credits ^^
I've named this Throne; Junior because I use that name on most retro's I join unless its taken, but just because other hotels might have user's named Junior don't mean its me , the only hotel I play is Hableet Hotel
Download Link:
You must be registered for see links
SQL's
Furnidata:
PHP:
["s","6100011","junior","25824","0","1","1","0,0,0","Junior Throne","Hableet Throne","","-1","-1"],
Furniture:
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`, `is_arrow`)VALUES (6100011, 'Junior Throne', 'junior', 's', 1, 1, 1, '0', '1', '0', 6100011, '1', '1', '1', '1', '1', 'default', 1, '0', '0')
Catalog Items:
PHP:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (6100011, CATAID, '6100011', 'junior', 2500, 0, 0, 1)