how to edit Sqls to add customs for butterfly db

Results 1 to 4 of 4
  1. #1
    Enthusiast Dexter9494 is offline
    MemberRank
    Jul 2012 Join Date
    45Posts

    ! how to edit Sqls to add customs for butterfly db

    So i have never user Butterfly before and im not sure about adding customs.
    Because everyone always makes there custom sqls for phoenix. I have tryed multiple times to edit the Furniture sql to make it work for butterfly but i cant get it to import.
    If someone one could show me how to edit it it would be verry helpful


    Phoenix (just an example of a Furniture sql)
    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 (1234657, 'leathr', 'leathr', 's', 1, 1, 1, '0', '1', '0', 2305, '1', '1', '1', '1', '1', 'Default', 1, '0', '0');

    Butterfly
    INSERT INTO `items_base` (`item_id`, `sprite_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_walk`, `allow_sit`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES
    (Item_id, Sprite_id, 'Public_name', 'item_name', 's', Width, Length, Height, Allow_stack, Allow_walk, Allow_sit, Allow_recycle, Allow_trade, allow_marketplace_sell, Allow_gift, allow_inventory_stack, 'interaction_type', cycle_count, 'vending_ids');
    Idk if this explains what i need help with but if someone could show me a quick way to edit Furniture Sqls to Item_base is would help me alot


  2. #2
    Enthusiast Dexter9494 is offline
    MemberRank
    Jul 2012 Join Date
    45Posts

    Re: how to edit Sqls to add customs for butterfly db

    Please some one help me

    ///////////////Bump////////////////////

  3. #3
    Enthusiast Dexter9494 is offline
    MemberRank
    Jul 2012 Join Date
    45Posts

    Re: how to edit Sqls to add customs for butterfly db

    bump 2 comon guys i need a simple guide to edit

  4. #4
    Check http://arcturus.pw The General is offline
    DeveloperRank
    Aug 2011 Join Date
    7,610Posts

    Re: how to edit Sqls to add customs for butterfly db

    They are almost the same but in a different order. The names tell you almost everything and I think cycle_count is the same as interaction_modes_count.



Advertisement