[REL]Custom ReColour Throne SWF[REL]

Results 1 to 23 of 23
  1. #1
    Elite Member iRosko is offline
    Member +Rank
    Nov 2010 Join Date
    110Posts

    smile [REL]Custom ReColour Throne SWF[REL]

    made my frist swf custom furniture.
    Here Is the file if you guys wana take and test out the furniture.
    FrostThrone.swf

    So its sort of a Frost Throne I Will try to do a new different Furniture!
    Heres the pictures sorry about earlier!
    Attached Thumbnails Attached Thumbnails image-1.png   image-14.png   image-15.png   image-16.png  
    Last edited by iRosko; 12-06-11 at 11:46 PM. Reason: Added Pictures


  2. #2
    Thanks for the memories! Mithex is offline
    Grand MasterRank
    May 2010 Join Date
    HeavenLocation
    2,014Posts

    Re: [REL]Custom ReColour Throne SWF[REL]

    screenie b4 u release this kinda stuff

  3. #3
    Elite Member iRosko is offline
    Member +Rank
    Nov 2010 Join Date
    110Posts

    Re: [REL]Custom ReColour Throne SWF[REL]

    Quote Originally Posted by Mithex View Post
    screenie b4 u release this kinda stuff
    yeah i stated that i needed someone with a hotel to test it out due to idk how to start my own lmoa

  4. #4
    Thanks for the memories! Mithex is offline
    Grand MasterRank
    May 2010 Join Date
    HeavenLocation
    2,014Posts

    Re: [REL]Custom ReColour Throne SWF[REL]

    0.o just use one of the pictures u used to make the SWF... fuck it ill decompile and post a screenie

  5. #5
    Thanks for the memories! Mithex is offline
    Grand MasterRank
    May 2010 Join Date
    HeavenLocation
    2,014Posts

    Re: [REL]Custom ReColour Throne SWF[REL]

    Here, not bad actually
    Attached Thumbnails Attached Thumbnails untitled.png  

  6. #6
    Elite Member iRosko is offline
    Member +Rank
    Nov 2010 Join Date
    110Posts

    Re: [REL]Custom ReColour Throne SWF[REL]

    Quote Originally Posted by Mithex View Post
    Here, not bad actually
    :) ty I will add the rest to attachments?

  7. #7
    Your Favorite Stalker Arnii is offline
    Grand MasterRank
    Jul 2008 Join Date
    The NetherlandsLocation
    579Posts

    Re: [REL]Custom ReColour Throne SWF[REL]

    Mithex, that double post wasn't needed. And doesn't it replace and other furni?

    Grr..
    Arnii
    Posted via Mobile Device

  8. #8
    Infraction Banned HabMoon is offline
    Grand MasterRank
    Jun 2007 Join Date
    HM OfficesLocation
    3,068Posts

    Re: [REL]Custom ReColour Throne SWF[REL]

    Quote Originally Posted by Arnii View Post
    Mithex, that double post wasn't needed. And doesn't it replace and other furni?

    Grr..
    Arnii
    Posted via Mobile Device
    Not sure, don't even know if this would actually work cause the scripts aren't edited so he will still search for a throne but the swf is wrong name so it would just display the PH/Placeholder box.. I think?

    Edit; tested it, for me it doesnt work:
    Furnidata:
    Code:
    ["s","500002","FrostThrone","25824","0","1","1","0,0,0","Troon","Alleen voor belangrijke Habbie's","","-1","-1"]
    Productdata:
    Code:
    ["a0 FrostThrone","Troon","Alleen voor belangrijke Habbie's"]
    Catalog_items:
    Code:
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_sterren`, `cost_pixels`, `amount`, `hc`, `vip`) VALUES
    (29874, '116', '29874', 'a0 FrostThrone', 25, 0, 0, 1, 0, 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`) VALUES
    (29874, 'FrostThrone', 'FrostThrone', 's', 1, 1, 1, '0', '1', '0', 500002, '1', '1', '1', '1', '1', 'default', 1, '0');
    itemid: 29874
    spriteid: 500002
    Outcome: catalogue placeholder (black loading furni image)


    So... what am I doing wrong, I suppose nothing..


    Edit 2:
    When I replace it with the real throne it works.


    outcome;
    custom furni making, if you use the thread of mithex it won't work because the scripts aren't edited.
    Last edited by HabMoon; 13-06-11 at 06:37 AM.

  9. #9
    Thanks for the memories! Mithex is offline
    Grand MasterRank
    May 2010 Join Date
    HeavenLocation
    2,014Posts

    Re: [REL]Custom ReColour Throne SWF[REL]

    Did u edit the you Product data and bla bla from the base of the throne?

  10. #10
    Infraction Banned HabMoon is offline
    Grand MasterRank
    Jun 2007 Join Date
    HM OfficesLocation
    3,068Posts

    Re: [REL]Custom ReColour Throne SWF[REL]

    Quote Originally Posted by Mithex View Post
    Did u edit the you Product data and bla bla from the base of the throne?
    How do you edit those scripts (cause when I try to edit it it doesn't let me..)

  11. #11
    Thanks for the memories! Mithex is offline
    Grand MasterRank
    May 2010 Join Date
    HeavenLocation
    2,014Posts

    Re: [REL]Custom ReColour Throne SWF[REL]

    You have to goto your PHPMyadmin and, for example, goto the furniture table and click on the base furniture, export the code and edit it, import it as a new furniture. For productdata or furnidata goto ur productdata.txt or furnidata.txt and find the base furnitures code and copy it and edit it.

  12. #12
    Infraction Banned HabMoon is offline
    Grand MasterRank
    Jun 2007 Join Date
    HM OfficesLocation
    3,068Posts

    Re: [REL]Custom ReColour Throne SWF[REL]

    Quote Originally Posted by Mithex View Post
    You have to goto your PHPMyadmin and, for example, goto the furniture table and click on the base furniture, export the code and edit it, import it as a new furniture. For productdata or furnidata goto ur productdata.txt or furnidata.txt and find the base furnitures code and copy it and edit it.
    Ohyeah I thought you mean't in the swf, I did that already.
    Did you ever tested it before you made the tutorial you made? Cause this swf is still searching for the normal throne..

  13. #13
    Thanks for the memories! Mithex is offline
    Grand MasterRank
    May 2010 Join Date
    HeavenLocation
    2,014Posts

    Re: [REL]Custom ReColour Throne SWF[REL]

    yes i did. It worked 100%

    I think it may be a issue in how I worded it. If its looking for throne.swf instead of FrostThrone.swf then you did someething wrong.

  14. #14
    Elite Member iRosko is offline
    Member +Rank
    Nov 2010 Join Date
    110Posts

    Re: [REL]Custom ReColour Throne SWF[REL]

    humm due to lack of lazyness i guess i would have to also try to add the FurniData , Catalouge Etc.

  15. #15
    Thanks for the memories! Mithex is offline
    Grand MasterRank
    May 2010 Join Date
    HeavenLocation
    2,014Posts

    Re: [REL]Custom ReColour Throne SWF[REL]

    Sorry to bump, http://www.mediafire.com/?5uatypj6j8wj562

    there is the SWF that will work with the SQL and Data codes Habmoon added.
    Last edited by Mithex; 30-06-11 at 11:27 PM.

  16. #16
    Elite Member iRosko is offline
    Member +Rank
    Nov 2010 Join Date
    110Posts

    Re: [REL]Custom ReColour Throne SWF[REL]

    you fixed it jack? :) nice you found the way to it? :D

  17. #17
    Thanks for the memories! Mithex is offline
    Grand MasterRank
    May 2010 Join Date
    HeavenLocation
    2,014Posts
    Yes :D

    Sent from my Eris using Tapatalk

  18. #18

    me ridez bykes

    Sean is offline

    LegendRank
    Jun 2007 Join Date
    JerseyLocation
    4,096Posts

    Re: [REL]Custom ReColour Throne SWF[REL]

    Good release, great color btw!

  19. #19
    Thanks for the memories! Mithex is offline
    Grand MasterRank
    May 2010 Join Date
    HeavenLocation
    2,014Posts

    Re: [REL]Custom ReColour Throne SWF[REL]

    There is a guy on Dev-Studios who ripped this and one of your other releases and posted it as his own.

  20. #20
    Member iLLZONE is offline
    MemberRank
    Jul 2010 Join Date
    EarthLocation
    35Posts

    Re: [REL]Custom ReColour Throne SWF[REL]

    looks like shit tbh

  21. #21
    Elite Member hackerz is offline
    Member +Rank
    Jul 2011 Join Date
    ProgrammingLocation
    102Posts

    Re: [REL]Custom ReColour Throne SWF[REL]

    Wow , i luv the effort ( But Shitty Color )

  22. #22
    Grand Master Ma Ma is offline
    Grand MasterRank
    Jan 2011 Join Date
    home.phpLocation
    580Posts

    Re: [REL]Custom ReColour Throne SWF[REL]

    Lol black would be awesome
    Posted via Mobile Device

  23. #23
    Member brendan90 is offline
    MemberRank
    Mar 2009 Join Date
    61Posts

    Re: [REL]Custom ReColour Throne SWF[REL]

    its because u dident edit the ActionScripts Use this tut to edit them http://forum.ragezone.com/f377/make-...-furni-747191/



Advertisement