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!

Duck_vipwhite and vote_count_add (needs coding into emu)

Status
Not open for further replies.
Joined
May 8, 2010
Messages
1,902
Reaction score
669
Location
Tumptonshire
This doesnt work without coding, pointless release then, until i make it using a custom file.​

Spheral - Duck_vipwhite and vote_count_add (needs coding into emu) - RaGEZONE Forums



Furnidata
PHP:
["s","4367","vote_count_add","38732","2","1","1","","vote_count_add name","vote_count_add desc","","-1","-1","","1"],

SQL:
PHP:
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 ('4367', 'vote_count_add', 'vote_count_add', 's', '1', '1', '1', '0', '0', '0', '4367', '1', '1', '1', '1', '1', 'default', '1', '0');

PHP:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES ('4367', '95', '4367', 'vote_count_add', '1', '0', '0', '1');

Right click > save as


New Codes;
snowwar.leaderboards.link=Leaderboard
snowwar.leaderboard.all=High Scores
snowwar.leaderboard.friends=Friends' Scores
ads.domain=images.habbo.com

quick tip: probably needs coding?

Duck VIP White
Spheral - Duck_vipwhite and vote_count_add (needs coding into emu) - RaGEZONE Forums



Right click > save as

PHP:
["s","4365","duck_vipwhite","38732","0","1","1","","duck_vipwhite","duck_vipwhite","","-1","-1","","1"],

PHP:
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 ('4365', 'duck_vipwhite', 'duck_vipwhite', 's', '1', '1', '1', '0', '0', '0', '4365', '1', '1', '1', '1', '1', 'default', '1', '0');

PHP:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES ('4365', '95', '4365', 'duck_vipwhite', '1', '0', '0', '1');
 
Last edited:
Shit didn't see this topic XD
Now i re-released it :P

But.. The board is 2 width (i think)
 
Status
Not open for further replies.
Back