[Help] Adding a custom issue

Results 1 to 10 of 10
  1. #1
    Apprentice jayzor is offline
    MemberRank
    Aug 2015 Join Date
    8Posts

    [Help] Adding a custom issue

    i tried adding in a custom and this is what it showed Screenshot by Lightshot

    did i do something wrong or forgotten something?


  2. #2
    Retired Robot is offline
    MemberRank
    Apr 2015 Join Date
    EnglandLocation
    720Posts

    Re: [Help] Adding a custom issue

    Quote Originally Posted by jayzor View Post
    i tried adding in a custom and this is what it showed Screenshot by Lightshot

    did i do something wrong or forgotten something?
    Check your furnidata and sql correctly.

  3. #3
    Apprentice jayzor is offline
    MemberRank
    Aug 2015 Join Date
    8Posts

    Re: [Help] Adding a custom issue

    Quote Originally Posted by Robot View Post
    Check your furnidata and sql correctly.
    I get an error when i run the sql Screenshot by Lightshot

  4. #4
    Retired Robot is offline
    MemberRank
    Apr 2015 Join Date
    EnglandLocation
    720Posts

    Re: [Help] Adding a custom issue

    Quote Originally Posted by jayzor View Post
    I get an error when i run the sql Screenshot by Lightshot
    If I was you I would just add it manually as its only 1 sql row todo.

  5. #5
    Apprentice jayzor is offline
    MemberRank
    Aug 2015 Join Date
    8Posts

    Re: [Help] Adding a custom issue

    Quote Originally Posted by Robot View Post
    If I was you I would just add it manually as its only 1 sql row todo.
    Okay i did that Screenshot by Lightshot is that correct?

  6. #6
    Retired Robot is offline
    MemberRank
    Apr 2015 Join Date
    EnglandLocation
    720Posts

    Re: [Help] Adding a custom issue

    Quote Originally Posted by jayzor View Post
    Okay i did that Screenshot by Lightshot is that correct?
    Looks alright, try it and see if it works? Make sure you refresh you catalogue and then clear cache.

  7. #7
    Apprentice jayzor is offline
    MemberRank
    Aug 2015 Join Date
    8Posts

    Re: [Help] Adding a custom issue

    Quote Originally Posted by Robot View Post
    Looks alright, try it and see if it works? Make sure you refresh you catalogue and then clear cache.
    Hmm its still not working , i also put in the SWF in the hof_furni folder but its still not showing anything , i can place it and stuff , but images doesnt work

  8. #8
    Retired Robot is offline
    MemberRank
    Apr 2015 Join Date
    EnglandLocation
    720Posts

    Re: [Help] Adding a custom issue

    If furnidata and SQL are correct, and that you've refresh the catalog and clear cache the only thing that's left is that the swf itself is broken.

  9. #9
    Apprentice jayzor is offline
    MemberRank
    Aug 2015 Join Date
    8Posts

    Re: [Help] Adding a custom issue

    Quote Originally Posted by Robot View Post
    If furnidata and SQL are correct, and that you've refresh the catalog and clear cache the only thing that's left is that the swf itself is broken.
    well i tried another one and Screenshot by Lightshot still blank ):

    - - - Updated - - -

    Still needing help

  10. #10
    Account Upgraded | Title Enabled! asesinato is offline
    MemberRank
    Aug 2014 Join Date
    601Posts

    Re: [Help] Adding a custom issue

    First of all you're trying to run a query that isn't even SQL. That is why it's returning an error. Furni Data belongs in furnidata.txt (if r63)

    Run these queries:
    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`) VALUES (33890, 'ads_spyro_arcade', 'ads_spyro_arcade', 's', 1, 1, 1, '0', '0', '0', 54891, '1', '1', '1', '1', '1', 'Default', 1, '0', '0');
    
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (33890, 'PAGEID', '33890', 'ads_spyro_arcade', '1500', '0', '0', '1');
    And put this in your furnidata:
    Code:
    ["s","54891","ads_spyro_arcade","33890","0","1","1","ads_spyro_arcade","ads_spyro_arcade_name",","ads_spyro_arcade_desc"-1"],



Advertisement