Can't Buy Black Holes

Results 1 to 4 of 4
  1. #1
    Newbie crownn is offline
    MemberRank
    Oct 2013 Join Date
    12Posts

    Can't Buy Black Holes

    Hello,

    I noticed that you can not buy black holes, you click the buy button and it does nothing. I have no idea how to fix this. There are no errors logged at all.

    Does anyone know?
    I'm on Phoenix EMU 3.11.0

    Furnidata:
    ["s","4071","hole","0","0","2","2","","Black Hole","Reshape your room map with this 2x2 Black Hole","","141010","10257"],
    SQLS:
    INSERT INTO `catalog_items` VALUES ('12485', '1042', '254874', 'Black Hole', '2', '0', '0', '1', '0', '0', '0', '');


    INSERT INTO `furniture` VALUES ('254874', 'Black Hole', 'hole', 's', '2', '2', '1', '1', '0', '0', '4071', '0', '0', '1', '0', '1', 'default', '1', '0', '0', '0', '0', '0', '0');

    Thanks.


  2. #2
    Newbie smokingcow is offline
    MemberRank
    Mar 2015 Join Date
    1Posts

    Re: Can't Buy Black Holes

    Did you add the swfs of the black holes?

  3. #3
    Newbie crownn is offline
    MemberRank
    Oct 2013 Join Date
    12Posts

    Re: Can't Buy Black Holes

    Yeah i did, any ideas?

  4. #4
    Elite Member Meller Plus is offline
    Member +Rank
    Mar 2015 Join Date
    In my laptop.Location
    111Posts

    Re: Can't Buy Black Holes

    1. Remove your current SQL for the Black hole.
    2. Run this SQL
    Code:
     INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`, `cost_shells`, `achievement`) VALUES
    (111111, pageid, '3004328', 'hole3', 30, 0, 0, 10, '0', 0, 0),
    (222222, pageid, '254874', 'Black hole', 30, 0, 0, 10, '0', 0, 0),
    3. Remove Furnitures for the black hole and run this sql
    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`, `is_arrow`, `height_adjustable`, `effectM`, `effectF`) VALUES
    (3004328, 'hole3', 'hole3', 's', 1, 1, 1, '0', '0', '0', 3004328, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', 0, 0),
    (254874, 'Black Hole', 'hole', 's', 2, 2, 1, '1', '0', '0', 4071, '0', '0', '1', '0', '1', 'default', 1, '0', '0', '0', 0, 0),
    And now replace your blackhole furnidata with
    Code:
     ["s","4071","hole","34742","0","2","2","","Black Hole","Reshape your room map with this 2x2 Black Hole","","141010","10257"] ["s","3004328","hole3","39538","0","1","1","","hole3 for internal use only","hole3 for internal use only","","-1","-1","","1"],
    And now it should work, If not then lemme send me the SWF OBS: Change pageid in catalog_items



Advertisement