Welcome to the RaGEZONE - MMORPG development forums.

[Furni] Shopping cart - Go shopping...

This is a discussion on [Furni] Shopping cart - Go shopping... within the Habbo Customs and Layouts forums, part of the Habbo Releases category; SWF Download: http://puu.sh/JRmt Furnidata: Code: ["s","44002","spcart","34082","","","","","Shopping Cart","An easy way to transport things!","","-1","-1"] SQL: PHP Code: INSERT INTO  ` catalog_items ` (` id ...

Page 1 of 3 123 LastLast
Results 1 to 15 of 32
  1. #1
    Hardcore Member
    Rank
    Member
    Join Date
    May 2011
    Posts
    140
    Liked
    95

    [Furni] Shopping cart - Go shopping...

    Click


    SWF Download:
    http://puu.sh/JRmt

    Furnidata:
    Code:
    ["s","44002","spcart","34082","","","","","Shopping Cart","An easy way to transport things!","","-1","-1"]
    SQL:
    PHP Code:
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`) VALUES
    (44551PAGEID'4456''spcart'25001'0'); 
    PHP 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
    (4456'spcart''spcart''s'111'1''0''0'44002'1''1''1''1''1''puzzlebox'1'0''0'); 

    NOTICE: Look down this page to use a rotateable + puzzlebox-functional shopping cart by Tha Matrix


    50% - Sulake that gave me the idea + inspiration
    50% - final designing & SQL/SWF
    Last edited by Atomcraft; 19-07-12 at 06:42 PM.

  2. #2
    Hardcore Member
    Rank
    Member
    Join Date
    Jun 2012
    Location
    Germany
    Posts
    142
    Liked
    40

    Re: [Furni] Shopping cart - Go shopping...

    Thank you Atomcraft.
    Cool guyz on RaGEZONE:
    Lasse
    Moogly
    Quackster

  3. #3
    Developer - Matrix
    Rank
    Member +
    Join Date
    Apr 2011
    Location
    Matrix World.
    Posts
    1,150
    Liked
    231
    Gamertag: Tha Matrix

    Re: [Furni] Shopping cart - Go shopping...

    *Grabs Shopping cart - Where to go First.. Oh Goldbars :D - Nice one - 8/10 :D

    Thanks For Likes <3

    Internet in Danger again. Take action and keep Internet!
    http://www.google.com/takeaction
    [SIGPIC][/SIGPIC]
    Hello..

  4. #4
    Hardcore Member
    Rank
    Member
    Join Date
    May 2011
    Posts
    140
    Liked
    95

    Re: [Furni] Shopping cart - Go shopping...

    I forgot to say, that the shopping cart is pushable because its a puzzlebox.

  5. #5
    Developer - Matrix
    Rank
    Member +
    Join Date
    Apr 2011
    Location
    Matrix World.
    Posts
    1,150
    Liked
    231
    Gamertag: Tha Matrix

    Re: [Furni] Shopping cart - Go shopping...

    Quote Originally Posted by Atomcraft View Post
    I forgot to say, that the shopping cart is pushable because its a puzzlebox.
    Omg! I was going to do PuzzleBox Sql but you notice us about acts like PuzzleBox - rate changed - 10/10 ^^/

    Internet in Danger again. Take action and keep Internet!
    http://www.google.com/takeaction
    [SIGPIC][/SIGPIC]
    Hello..

  6. #6
    Hardcore Member
    Rank
    Member
    Join Date
    May 2011
    Posts
    140
    Liked
    95

    Re: [Furni] Shopping cart - Go shopping...

    The only problem is, that the shopping cart now is not rotateable.. it has just one direction.

  7. #7
    Developer - Matrix
    Rank
    Member +
    Join Date
    Apr 2011
    Location
    Matrix World.
    Posts
    1,150
    Liked
    231
    Gamertag: Tha Matrix

    Re: [Furni] Shopping cart - Go shopping...

    Solution -> Try on other Swf that rotates. :) -

    Internet in Danger again. Take action and keep Internet!
    http://www.google.com/takeaction
    [SIGPIC][/SIGPIC]
    Hello..

  8. #8
    Hardcore Member
    Rank
    Member
    Join Date
    May 2011
    Posts
    140
    Liked
    95

    Re: [Furni] Shopping cart - Go shopping...

    I know but I was to lazy to make another SWF. If someone isnt that lazy like me he could do it.

  9. #9
    Developer - Matrix
    Rank
    Member +
    Join Date
    Apr 2011
    Location
    Matrix World.
    Posts
    1,150
    Liked
    231
    Gamertag: Tha Matrix

    Re: [Furni] Shopping cart - Go shopping...

    Quote Originally Posted by Atomcraft View Post
    I know but I was to lazy to make another SWF. If someone isnt that lazy like me he could do it.
    Sound like meh. I'll Try :) -

    Quote Originally Posted by Tha Matrix View Post
    Sound like meh. I'll Try :) -
    EDITED:
    Done - Here Link for Download
    RZ_SC_Shopping.swf

    and New SQL

    Furnidata:
    Code:
    ["s","999001","RZ_SC_Shopping","999001","","","","","Shopping Cart","An easy way to transport things!","","-1","-1"]
    Catalogue Items:
    Code:
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`) VALUES 
    (999001, PAGEID, '999001', 'Shopping Cart', 25, 0, 0, 1, '0');
    And 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`) VALUES 
    (999001, 'Shopping Cart', 'RZ_SC_Shopping', 's', 1, 1, 1, '1', '0', '0', 999001, '1', '1', '1', '1', '1', 'puzzlebox', 1, '0', '0');
    Enjoy! :D - Haven't Test so make Sure it's working :3
    (Almost Forgot Credits)

    CREDIT:
    Tha Matrix 10% For Swfing into new Swf So Makes Rotatable.
    Atomcraft 90% for Designing and Acts as PuzzleBox. :)
    Last edited by Tha Matrix; 20-07-12 at 12:37 AM.

    Internet in Danger again. Take action and keep Internet!
    http://www.google.com/takeaction
    [SIGPIC][/SIGPIC]
    Hello..

  10. #10
    Dobba Hotel
    Rank
    Member +
    Join Date
    Feb 2009
    Posts
    231
    Liked
    25

    Re: [Furni] Shopping cart - Go shopping...

    You did NOT make this...

  11. #11
    (:
    Rank
    Member +
    Join Date
    Sep 2011
    Location
    Chi-Town
    Posts
    1,237
    Liked
    277
    Gamertag: BoiYouBettaRun

    Re: [Furni] Shopping cart - Go shopping...

    Wow this is great 10/10

  12. #12
    Developer - Matrix
    Rank
    Member +
    Join Date
    Apr 2011
    Location
    Matrix World.
    Posts
    1,150
    Liked
    231
    Gamertag: Tha Matrix

    Re: [Furni] Shopping cart - Go shopping...

    Quote Originally Posted by jeroen262 View Post
    You did NOT make this...
    Then Can you tell who made this?

    Internet in Danger again. Take action and keep Internet!
    http://www.google.com/takeaction
    [SIGPIC][/SIGPIC]
    Hello..

  13. #13
    Ultimate Member
    Rank
    Member
    Join Date
    Nov 2011
    Posts
    154
    Liked
    18

    Re: [Furni] Shopping cart - Go shopping...

    Quote Originally Posted by jeroen262 View Post
    You did NOT make this...
    proof regarding your comment? very nice release :)

  14. #14
    Pixeling loving ragezoner
    Rank
    Member +
    Join Date
    Nov 2011
    Location
    Dream world..zz
    Posts
    224
    Liked
    30

    Re: [Furni] Shopping cart - Go shopping...

    I like the release i give you 8/10 been better if there was more to this release.
    Make your own customs by focusing on the swf tired of recolored furniture make somthing new and better!

  15. #15
    *Flip Table*
    Rank
    Member +
    Join Date
    May 2012
    Location
    'Straya
    Posts
    286
    Liked
    51
    PSN ID: incinigrating Steam ID: incinigrating

    Re: [Furni] Shopping cart - Go shopping...

    Ooh I really like this release :P Congrats on a great release 9/10

    Heh, 69th post.
    P.S This is probably one of the best customs I have seen since I joined!


    Credit to James MGN for the signature.

 

 
Page 1 of 3 123 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
  •