[Uncoded]Naked Statue[Uncoded]

Page 1 of 2 12 LastLast
Results 1 to 15 of 23
  1. #1
    Member marles is offline
    MemberRank
    May 2011 Join Date
    RagezoneLocation
    51Posts

    [Uncoded]Naked Statue[Uncoded]

    Hi there.

    I am still new in custom making but here is a custom i designed.Hope somebody could code it.Already got the sql and furnidata.Hope you guys like it.

    custom1.png

    Credits to tdid for the statue base.


  2. #2
    Account Upgraded | Title Enabled! Incinigrate is offline
    MemberRank
    May 2012 Join Date
    314Posts

    Re: [Uncoded]Naked Statue[Uncoded]

    Looks too simple to me, just like a C+P job, Sorreh :[

  3. #3
    Photoshop Design Naphier is offline
    MemberRank
    Jun 2012 Join Date
    Trenton, NJLocation
    1,061Posts

    Re: [Uncoded]Naked Statue[Uncoded]

    Looks too simple, but it's quite funny x].

  4. #4
    ╰☆ Learning PHP Craqued is offline
    MemberRank
    Jul 2012 Join Date
    ╰☆Earth☆Location
    502Posts

    Re: [Uncoded]Naked Statue[Uncoded]

    I don't like it it's not somthing that hass somthing too say you know it means nothing to me

  5. #5
    Enthusiast CustomMaker is offline
    MemberRank
    Jul 2012 Join Date
    the NetherlandsLocation
    41Posts

    Re: [Uncoded]Naked Statue[Uncoded]

    It looks too simple. But, it's a good idea!

  6. #6
    Account Upgraded | Title Enabled! Cor is offline
    MemberRank
    Jun 2012 Join Date
    127.0.0.1Location
    201Posts

    Re: [Uncoded]Naked Statue[Uncoded]


  7. #7
    Member marles is offline
    MemberRank
    May 2011 Join Date
    RagezoneLocation
    51Posts

    Re: [Uncoded]Naked Statue[Uncoded]

    Quote Originally Posted by Cor View Post
    Thanks Cor

  8. #8
    Account Upgraded | Title Enabled! Cor is offline
    MemberRank
    Jun 2012 Join Date
    127.0.0.1Location
    201Posts

    Re: [Uncoded]Naked Statue[Uncoded]

    No problem x]

  9. #9
    Run, but I'll find you. Ddos Attack is offline
    MemberRank
    Jan 2011 Join Date
    AustraliaLocation
    908Posts

    Re: [Uncoded]Naked Statue[Uncoded]

    Lol, nice job. If you somehow made clothes that could be attached to the body, that would be awesome.
    7/10 for the release.

  10. #10
    Member marles is offline
    MemberRank
    May 2011 Join Date
    RagezoneLocation
    51Posts

    Re: [Uncoded]Naked Statue[Uncoded]

    Quote Originally Posted by zuc0001 View Post
    Lol, nice job. If you somehow made clothes that could be attached to the body, that would be awesome.
    7/10 for the release.
    I could mkae it like that but idk how to make swf's

  11. #11
    Super Moderator! Shoelace is offline
    Super ModRank
    Mar 2012 Join Date
    6,579Posts

    Re: [Uncoded]Naked Statue[Uncoded]

    Looks quite pointless atm i dont mean it in a mean way but there isnt much use to it.

  12. #12
    Valued Member madsmartapple is offline
    MemberRank
    Mar 2011 Join Date
    United StatesLocation
    145Posts

    Re: [Uncoded]Naked Statue[Uncoded]

    What's the sql? I'd like to add it to my hotel and put it in the homeroom..Just for the lolz.

  13. #13
    Member marles is offline
    MemberRank
    May 2011 Join Date
    RagezoneLocation
    51Posts

    Re: [Uncoded]Naked Statue[Uncoded]

    Quote Originally Posted by madsmartapple View Post
    What's the sql? I'd like to add it to my hotel and put it in the homeroom..Just for the lolz.
    SQL

    Catalog_items
    Code:
    INSERT INTO `rev63cms`.`catalog_items` (
    `id` ,
    `page_id` ,
    `item_ids` ,
    `catalog_name` ,
    `cost_credits` ,
    `cost_pixels` ,
    `cost_snow` ,
    `amount` ,
    `vip`
    )
    VALUES (
    '1407637', '94', '515254', 'Naked Statue', '50', '50', '0', '1', '0'
    );
    Furniture
    Code:
    INSERT INTO `rev63cms`.`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` ,
    `foot_figure`
    )
    VALUES (
    '515254', 'Naked Statue', 'naked_statue', 's', '1', '1', '1', '0', '0', '0', '515254', '0', '1', '1', '1', '1', 'default', '1', '0', '0', ''
    );
    Furnidata
    Code:
    ["s","515254","naked_statue","875645","0","1","1","","Naked Statue","Hoah naked i liek..","","-1","-1"],
    Quote Originally Posted by madsmartapple View Post
    What's the sql? I'd like to add it to my hotel and put it in the homeroom..Just for the lolz.
    SQL

    Catalog_items
    Code:
    INSERT INTO `catalog_items` (
    `id` ,
    `page_id` ,
    `item_ids` ,
    `catalog_name` ,
    `cost_credits` ,
    `cost_pixels` ,
    `cost_snow` ,
    `amount` ,
    `vip`
    )
    VALUES (
    '1407637', '94', '515254', 'Naked Statue', '50', '50', '0', '1', '0'
    );
    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` ,
    `is_arrow` ,
    `foot_figure`
    )
    VALUES (
    '515254', 'Naked Statue', 'naked_statue', 's', '1', '1', '1', '0', '0', '0', '515254', '0', '1', '1', '1', '1', 'default', '1', '0', '0', ''
    );
    Furnidata
    Code:
    ["s","515254","naked_statue","875645","0","1","1","","Naked Statue","Hoah naked i liek..","","-1","-1"],
    Use the second one if the first sql set don't work

  14. #14
    Apprentice Bryzon is offline
    MemberRank
    Jul 2012 Join Date
    17Posts

    Re: [Uncoded]Naked Statue[Uncoded]

    Wheres the tits and puss?

  15. #15
    Apprentice Ing is offline
    MemberRank
    Aug 2012 Join Date
    DublinLocation
    12Posts

    Re: [Uncoded]Naked Statue[Uncoded]

    Aha knew Someone was going to say that -_-



Page 1 of 2 12 LastLast

Advertisement