New Gothic Furni - Fixed

Page 1 of 2 12 LastLast
Results 1 to 15 of 28
  1. #1
    Proficient Member Jeanzinh0 is offline
    MemberRank
    May 2009 Join Date
    BrazilLocation
    175Posts

    New Gothic Furni - Fixed

    I just created a new SQL Gothic Furni

    Let's start, first go to your database, select the SQL and run the code below it

    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`, `foot_figure`) VALUES
    (89907, 'gothic_st_glass', 'gothic_st_glass', 'i', 1, 1, 1, '0', '0', '0', 4380, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
    (89908, 'gothic_candles', 'gothic_candles', 's', 1, 1, 1, '0', '0', '0', 3825, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
    (89909, 'gothic_bed', 'gothic_bed', 's', 2, 3, 1, '0', '1', '0', 3824, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
    (89910, 'gothic_bowl', 'gothic_bowl', 's', 1, 1, 1, '0', '0', '0', 3828, '1', '1', '1', '1', '1', 'vendingmachine', 1, '62', ''),
    (89911, 'gothic_desk', 'gothic_desk', 's', 1, 2, 1, '0', '0', '0', 3826, '1', '1', '1', '1', '1', 'default', 5, '0', ''),
    (89912, 'ads_grefu_trophy', 'ads_grefu_trophy', 's', 1, 1, 1, '0', '0', '0', 3827, '1', '1', '1', '1', '1', 'trophy', 1, '0', '');
    Catalog_items:
    Code:
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
    (89907, '200', '89907', 'gothic_st_glass', '3', '0', '1'),
    (89908, '200', '89908', 'gothic_candles', '3', '0', '1'),
    (89909, '200', '89909', 'gothic_bed', '3', '0', '1'),
    (89910, '200', '89910', 'gothic_desk', '3', '0', '1'),
    (89911, '200', '89911', 'gothic_bowl', '3', '0', '1'),
    (89912, '200', '89912', 'ads_grefu_trophy', '3', '0', '1');
    Catalog_pages:
    Code:
    INSERT INTO `catalog_pages` (`id`, `parent_id`, `caption`, `icon_color`, `icon_image`, `visible`, `enabled`, `min_rank`, `club_only`, `coming_soon`, `order_num`, `page_layout`, `page_headline`, `page_teaser`, `page_special`, `page_text1`, `page_text2`, `page_text_details`, `page_text_teaser`) VALUES
    (200, 3, 'New Gothic', 1, 30, '1', '1', 1, '0', '0', 7, 'default_3x3', '', '', '', '', '', '', '');
    We finished in the database, so lets go to swf, open it and add the furnidata.txt

    Code:
    ["i","4380","gothic_st_glass","31560","","","","","gothic st glass","gothic st glass","","-1","-1"],
    ["s","3825","gothic_candles","31560","0","1","1","","gothic_candles name","gothic_candles desc","","-1","-1"],
    ["s","3824","gothic_bed","31560","2","2","3","","gothic_bed name","gothic_bed desc","","-1","-1"],
    ["s","3826","gothic_desk","31560","0","1","2","","gothic_desk name","gothic_desk desc","","-1","-1"],
    ["s","3828","gothic_bowl","31560","0","1","1","","gothic_bowl name","gothic_bowl desc","","-1","-1"],
    ["s","3827","ads_grefu_trophy","31560","0","1","1","","ads_grefu_trophy name","ads_grefu_trophy desc","","-1","-1"],
    Now, to the people want with no foot_figure

    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`) VALUES
    (89907, 'gothic_st_glass', 'gothic_st_glass', 'i', 1, 1, 1, '0', '0', '0', 4380, '1', '1', '1', '1', '1', 'default', 2, '0'),
    (89908, 'gothic_candles', 'gothic_candles', 's', 1, 1, 1, '0', '0', '0', 3825, '1', '1', '1', '1', '1', 'default', 2, '0'),
    (89909, 'gothic_bed', 'gothic_bed', 's', 2, 3, 1, '0', '1', '0', 3824, '1', '1', '1', '1', '1', 'default', 2, '0'),
    (89910, 'gothic_bowl', 'gothic_bowl', 's', 1, 1, 1, '0', '0', '0', 3828, '1', '1', '1', '1', '1', 'vendingmachine', 1, '62'),
    (89911, 'gothic_desk', 'gothic_desk', 's', 1, 2, 1, '0', '0', '0', 3826, '1', '1', '1', '1', '1', 'default', 5, '0'),
    (89912, 'ads_grefu_trophy', 'ads_grefu_trophy', 's', 1, 1, 1, '0', '0', '0', 3827, '1', '1', '1', '1', '1', 'trophy', 1, '0');
    Download: New Gothic.rar

    Screen: http://img812.imageshack.us/img812/7986/imagemyv.png


    Credits:
    Jeanzinh0(me) for creating the SQL and put the downloads
    Sulake for creating the SWF

    Excuse me for going the wrong code
    Last edited by Jeanzinh0; 16-02-11 at 02:41 AM.


  2. #2
    Member Bicasxz is offline
    MemberRank
    Feb 2011 Join Date
    HotelsLocation
    59Posts

    Re: New Gothic Furni

    Like !

  3. #3
    Member FlawlessJokke is offline
    MemberRank
    Feb 2011 Join Date
    DenmarkLocation
    51Posts

    Re: New Gothic Furni

    Nice Love the bed.

  4. #4
    8-bit Bitch Slapper Alpha Ducky is offline
    MemberRank
    Mar 2007 Join Date
    In My HouseLocation
    2,436Posts

    Re: New Gothic Furni

    I was just working on these lol
    but thanks for releasing (:

  5. #5
    Proficient Member Alexx. is offline
    MemberRank
    Feb 2011 Join Date
    160Posts

    Re: New Gothic Furni

    nice releasing

  6. #6
    Member scription is offline
    MemberRank
    Jun 2010 Join Date
    66Posts

    Re: New Gothic Furni

    Nice release :D

  7. #7
    Account Upgraded | Title Enabled! chillhabbo is offline
    MemberRank
    Jun 2007 Join Date
    RotterdamLocation
    367Posts

    Re: New Gothic Furni

    Very nice release.

  8. #8
    Member efferinie is offline
    MemberRank
    Aug 2008 Join Date
    69Posts

    Re: New Gothic Furni

    Very nice Release!

  9. #9
    C# | C++ Emerica is offline
    MemberRank
    Oct 2010 Join Date
    GermanyLocation
    437Posts

    Re: New Gothic Furni

    Whooo Nice ;)
    Posted via Mobile Device

  10. #10
    Say whaaat pLEDGE is offline
    MemberRank
    Jun 2010 Join Date
    NorwayLocation
    299Posts

    Re: New Gothic Furni

    Thank you! 10/10

  11. #11
    Proficient Member DjInTrouble is offline
    MemberRank
    Dec 2010 Join Date
    The NetherlandsLocation
    180Posts

    Re: New Gothic Furni

    furniture is bad

  12. #12
    The one and only! Hejula is offline
    MemberRank
    Nov 2008 Join Date
    4,128Posts

    Re: New Gothic Furni

    Very nice, thanks!!

  13. #13
    Member lars1080 is offline
    MemberRank
    Apr 2010 Join Date
    99Posts

    Re: New Gothic Furni

    Just bad

  14. #14
    Member Im Legend is offline
    MemberRank
    Mar 2009 Join Date
    93Posts

    Re: New Gothic Furni

    Ugly
    //msgtooshrt

  15. #15
    Account Upgraded | Title Enabled! Chapo is offline
    MemberRank
    Jul 2010 Join Date
    United StatesLocation
    944Posts

    Re: New Gothic Furni

    Thanks i needed it for my hotel :)



Page 1 of 2 12 LastLast

Advertisement