Can Someone Code this *xmas Holly* for me (Phoeneix)

Results 1 to 7 of 7
  1. #1
    Enthusiast Nikeeey is offline
    MemberRank
    Aug 2014 Join Date
    Ollerton, NottiLocation
    26Posts

    Can Someone Code this *xmas Holly* for me (Phoeneix)

    if you can code can you code this for me so i can use it?
    i'm using phoenix

    http://fhttp://www.mediafire.com/dow...u/poster27.swf




  2. #2
    Member Dann Marchelo is offline
    MemberRank
    Jul 2013 Join Date
    50Posts

    Re: Can Someone Code this *xmas Holly* for me (Phoeneix)

    Quote Originally Posted by Rush Retros View Post
    if you have the swf yes
    are you blind he clearly posted download link to swf and image..

  3. #3
    Check http://arcturus.pw The General is offline
    DeveloperRank
    Aug 2011 Join Date
    7,610Posts

    Re: Can Someone Code this *xmas Holly* for me (Phoeneix)

    Use this and try learning SQL so you don't have to rely on others: http://forum.ragezone.com/f353/retro-tools-v3-998128/

  4. #4
    Infraction Banned HabMoon is offline
    MemberRank
    Jun 2007 Join Date
    HM OfficesLocation
    3,068Posts

    Re: Can Someone Code this *xmas Holly* for me (Phoeneix)

    I don't get it.. you want it to be coded but you already provided the swf, why not just add it? I don't see any difference in the screen than the original "Holly Garland".
    So what do you want to be coded?

  5. #5
    Rogu3 Wreckless is offline
    MemberRank
    May 2012 Join Date
    The WastelandLocation
    985Posts

    Re: Can Someone Code this *xmas Holly* for me (Phoeneix)

    Quote Originally Posted by HabMoon View Post
    I don't get it.. you want it to be coded but you already provided the swf, why not just add it? I don't see any difference in the screen than the original "Holly Garland".
    So what do you want to be coded?
    I think he wants someone to write an SQL for him.

  6. #6
    Enthusiast Nikeeey is offline
    MemberRank
    Aug 2014 Join Date
    Ollerton, NottiLocation
    26Posts

    Re: Can Someone Code this *xmas Holly* for me (Phoeneix)

    I only have the swf I dont have the sql's or anything for it

  7. #7
    Infraction Banned HabMoon is offline
    MemberRank
    Jun 2007 Join Date
    HM OfficesLocation
    3,068Posts

    Re: Can Someone Code this *xmas Holly* for me (Phoeneix)

    Quote Originally Posted by Wreckless View Post
    I think he wants someone to write an SQL for him.
    Still need the right Phoenix version to create a working sql

    ______
    Quote Originally Posted by Nikeeey View Post
    I only have the swf I dont have the sql's or anything for it
    This one is based on the Phoenix (GoldTree) db structure;

    Furnidata:
    Code:
    ["i","200000","poster27","","","","","","Holly Garland","Deck the halls!","","-1","-1","","1"]
    Productdata:
    Code:
    ["poster 27","Holly Garland","Deck the halls!"]
    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`, `height_adjustable`, `effectM`, `effectF`, `HeightOverride`) VALUES(200000, 'Holly Garland', 'poster27', 'i', 0, 0, 0, '0', '0', '0', 200000, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', 0, 0, '0');
    Catalogue:
    Code:
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`, `achievement`, `song_id`, `BadgeID`) VALUES
    (200000, PageID, '200000', 'poster 27', 3, 0, 0, 1, '0', 0, 0, '');
    Change PageID to the Catalogue page ID where you want the furni to be seen/bought.



Advertisement