Welcome to the RaGEZONE - MMORPG development forums.

Chinese new year & Niko fountain

This is a discussion on Chinese new year & Niko fountain within the Habbo Releases forums, part of the Habbo Hotel category; Hello there' Screen: Download: Mediafire - By HabMoon Furnidata + SQL: Spoiler : Code: ["s","4410","china_lantern","39374","0","1","1","","china_lantern name","china_lantern desc","","-1","-1","","1"], ["s","4411","fireworks_13","39374","0","1","1","","fireworks_13 name","fireworks_13 desc","","-1","-1","fireworks_charge_13,10,20,10","1"], ...

LyncusMU
Page 1 of 2 12 LastLast
Results 1 to 15 of 28
  1. #1
    Best contributor of 2011'
    Rank
    Alpha Member
    Join Date
    Jun 2007
    Location
    HM Offices
    Posts
    2,353
    Liked
    621

    thumbs up Chinese new year & Niko fountain

    Tabo Hotel
    Hello there'

    Screen:


    Download:
    Mediafire - By HabMoon

    Furnidata + SQL:
    Spoiler:
    Code:
    ["s","4410","china_lantern","39374","0","1","1","","china_lantern name","china_lantern desc","","-1","-1","","1"],
    ["s","4411","fireworks_13","39374","0","1","1","","fireworks_13 name","fireworks_13 desc","","-1","-1","fireworks_charge_13,10,20,10","1"],
    ["s","4412","rare_fountain_niko","39374","0","1","1","","rare_fountain_niko name","rare_fountain_niko desc","","-1","-1","","1"],
    ["s","4413","teleport_dragon","39374","2","1","1","","teleport_dragon name","teleport_dragon desc","","-1","-1","","1"],
    ["i","4448","urban_wall_china","39374","","","","","urban_wall_china name","urban_wall_china desc","","-1","-1","1"]
    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
    (30722, 'china_lantern', 'china_lantern', 's', 1, 1, 0.01, '1', '0', '1', 4410, '1', '1', '0', '1', '1', 'default', 2, '0'),
    (30723, 'fireworks_13', 'fireworks_13', 's', 1, 1, 1, '0', '0', '0', 4411, '1', '1', '0', '1', '1', 'default', 3, '0'),
    (30724, 'rare_fountain_niko', 'rare_fountain_niko', 's', 1, 1, 1, '0', '0', '0', 4412, '1', '1', '0', '1', '1', 'default', 2, '0'),
    (30725, 'teleport_dragon', 'teleport_dragon', 's', 1, 1, 0.02, '1', '0', '0', 4413, '1', '1', '0', '1', '1', 'teleport', 1, '0'),
    (30726, 'urban_wall_china', 'urban_wall_china', 'i', 1, 1, 1, '0', '0', '0', 4448, '1', '1', '0', '1', '1', 'default', 3, '0');
    Code:
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
    (NULL, 115, '30722', 'china_lantern', 4, 0, 1),
    (NULL, 115, '30723', 'fireworks_13', 8, 0, 1),
    (NULL, 115, '30724', 'rare_fountain_niko', 25, 0, 1),
    (NULL, 115, '30725', 'teleport_dragon', 8, 0, 1),
    (NULL, 115, '30726', 'urban_wall_china', 4, 0, 1);


    Cya'
    HabMoon
    Like release? Like thread!

  2. HostKey.com: Unmetered Dedicated servers in the Netherlands
  3. #2
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Aug 2011
    Location
    England Coder<3
    Posts
    525
    Liked
    104
    Yay! New furni from tha best furni releaser

    Sent from my mobile via Tapatalk.

  4. #3
    Epic Member ;)
    Rank
    Member +
    Join Date
    Aug 2011
    Location
    England
    Posts
    571
    Liked
    113

    Re: Chinese new year & Niko fountain

    Very fast :) .. I love the teles, they're awesome.
    "exoh"

  5. #4
    Monster Member
    Rank
    Member
    Join Date
    Aug 2007
    Location
    Germany
    Posts
    177
    Liked
    62

    Re: Chinese new year & Niko fountain

    Thanks waited for this ;)

    Btw,
    use 0 instead of NULL
    using NULL causes problems with the database.
    0 forces the mysql server to use the next auto_increment id

  6. #5
    Newbie
    Rank
    Newbie
    Join Date
    May 2009
    Location
    Germany
    Posts
    20
    Liked
    1

    Re: Chinese new year & Niko fountain

    amazing bro!

  7. #6
    Best contributor of 2011'
    Rank
    Alpha Member
    Join Date
    Jun 2007
    Location
    HM Offices
    Posts
    2,353
    Liked
    621

    Re: Chinese new year & Niko fountain

    Quote Originally Posted by Bifi2000 View Post
    Thanks waited for this ;)

    Btw,
    use 0 instead of NULL
    using NULL causes problems with the database.
    0 forces the mysql server to use the next auto_increment id
    Your welcome (:

    Hmm weird, when I use 0 it just add the furni as '0' even when auto_increment is on, NULL works fine for me never had any problems with it. But ok if it's better I will use that in my future releases, thanks for the tip (:

  8. #7
    yerro
    Rank
    Alpha Member
    Join Date
    Feb 2010
    Location
    none ur bizz
    Posts
    2,682
    Liked
    383

    Re: Chinese new year & Niko fountain

    You deliver as usual. Thanks!

  9. #8
    - MichaelMadman
    Rank
    Member +
    Join Date
    Aug 2011
    Posts
    219
    Liked
    52

    Re: Chinese new year & Niko fountain

    Thank you. Loving the dragon :P Its sxc

  10. #9
    Epic Member ;)
    Rank
    Member +
    Join Date
    Aug 2011
    Location
    England
    Posts
    571
    Liked
    113

    Re: Chinese new year & Niko fountain

    You could try just using the itemID instead of "null" .. works just as good, use it on my own hotel and we've never had a problem.

    "exoh"

  11. #10
    Monster Member
    Rank
    Member
    Join Date
    Aug 2007
    Location
    Germany
    Posts
    177
    Liked
    62

    Re: Chinese new year & Niko fountain

    Quote Originally Posted by HabMoon View Post
    Your welcome (:

    Hmm weird, when I use 0 it just add the furni as '0' even when auto_increment is on, NULL works fine for me never had any problems with it. But ok if it's better I will use that in my future releases, thanks for the tip (:
    If you want to be 100% sure it works right for everyone just remove the whole id in the insert and it will automatically choose an auto_increment id.

    Example:
    INSERT INTO `catalog_items` (`page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES (115, '30722', 'china_lantern', 4, 0, 1);

  12. #11
    Azure subscription
    Rank
    Subscriber
    Join Date
    Dec 2011
    Location
    єαятн
    Posts
    1,734
    Liked
    263

    Re: Chinese new year & Niko fountain

    Once again you've successfully brought us some great furniture. 10/10 <3

  13. #12
    Best contributor of 2011'
    Rank
    Alpha Member
    Join Date
    Jun 2007
    Location
    HM Offices
    Posts
    2,353
    Liked
    621

    Re: Chinese new year & Niko fountain

    Thanks bifi (:
    __

    And ofcourse all the downloaders ;-)

  14. #13
    CF Web Developer
    Rank
    Member +
    Join Date
    Dec 2010
    Location
    Lincoln, UK
    Posts
    1,107
    Liked
    414

    Re: Chinese new year & Niko fountain

    Thanks Mooneh.

    Awesome, as usual!

  15. #14
    -poke-
    Rank
    Member +
    Join Date
    Jan 2011
    Posts
    236
    Liked
    60

    Re: Chinese new year & Niko fountain

    Thanks for this. Adding to my hotel ^.^

  16. #15
    Every Little Thing<3
    Rank
    Member +
    Join Date
    Nov 2011
    Location
    Philippines
    Posts
    378
    Liked
    30

    Re: Chinese new year & Niko fountain

    Thanks for this!
    Awesome release(;

 

 
Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •