Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

[SWF/SQL]Ice Dice Custom 

Status
Not open for further replies.
Newbie Spellweaver
Joined
Dec 15, 2011
Messages
30
Reaction score
14
Originally Made by Alferado for Obabh.org.

~Image~
Viced - [SWF/SQL]Ice Dice - RaGEZONE Forums

Viced - [SWF/SQL]Ice Dice - RaGEZONE Forums



~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 
(888989, 'Ice Dicemaster', 'icedice', 's', 1, 1, 1, '0', '0', '0', 888989, '1', '1', '1', '1', '1', 'dice', 1, '0', '0');

~Catalog Items~
Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES 
(888989, CATAID, '888989', 'icedice', 25, 0, 0, 5);

~FurniData~
Code:
["s","888989","icedice","25824","0","1","1","0,0,0","Ice Dicemaster","Brrrr! Chilly!","","-1","-1"]]

~ProductData~
Code:
["icedice","Ice Dicemaster","BRRR! Chilly!",""]]

~Swf Download~
 
Status
Not open for further replies.
Back