Rainbow Dragon (Animate)

Jerry

not rly active lol
Jul 8, 2013
1,956
522
Hello,
This is not my release/furni but I am releasing it from another forum!
48f4aff8c65f44a3d6af4b7bb7a276b2.png


Download link: !

Furniture:
Code:
INSERT INTO `furniture` VALUES ('4747000', 'Rainbowdragon', 'LuminiaHM_rainbowdragon', 's', '1', '1', '1', '1', '0', '0', '4747000', '1', '1', '1', '1', '1', 'default', '2', '0', '0', null, '0', '0', '0', '0');
Catalog_items:
Code:
INSERT INTO `catalog_items` VALUES ('4747000', 'PAGEID', '4747000', 'Rainbowdragon', '1', '15', '1', '1', '0', '0', '0', '');
Furnidata:
Code:
["s","4747000","LuminiaHM_rainbowdragon","4747000","0","1","1","","Rainbowdragon","Opensource is king!","","-1","-1","","1"],

To create your own animations just take a look on this code:
Code:
<animation id="1">
          <animationLayer id="0"/>
          <animationLayer id="1" frameRepeat="3" loopCount="0">
            <frameSequence>
              <frame id="1"/>
              <frame id="2"/>
              <frame id="3"/>
              <frame id="4"/>
              <frame id="5"/>
              <frame id="6"/>
              <frame id="7"/>
              <frame id="8"/>
              <frame id="9"/>
              <frame id="10"/>
              <frame id="11"/>
            </frameSequence>
          </animationLayer>
        </animation>

Credits:
95% for HabMoon & Luminia = Creating it!
5% for Keyuko for releasing it on another forum!

Like + Rate!
 

Rush

Member
Jul 5, 2013
35
0
Right sqls
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(10080, 'PAGEID', '10080', 'LuminiaHM_rainbowdragon', '100', '0', '0', '1');


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
(10080, 'LuminiaHM_rainbowdragon', 'LuminiaHM_rainbowdragon', 's', 1, 1, 1, '1', '0', '1', 10080, '1', '1', '1', '1', '1', 'Default', 2, '0', '0');


["s","10080","LuminiaHM_rainbowdragon","10080","2","1","1","","Rainbow Dragon","Click to see the magic happens!","","-1","-1"]
 

Users who are viewing this thread

Top