Hello everyone, this is my first post on DevBest as I'm most of the time on Otaku therefore I'm sorry if this is in the incorrect place.
I'm under the name 'VerbOtaku' because some faker used my name but I can assure you this is the real Verb.
I'm going to show you a few of my customs I've made and that have been coded by a friend named 'SoulEater' (RazorKitteh on here I think)
Hope you enjoy them as much as I enjoy making them!
My Halloween Pumkin - Designed by Verb - Coded By SoulEater.
~Catalog Items~
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(969007, CATAID, '969007', 'Pumpkin', 3, 0, 0, 1);
~Furniture~
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
(969007, 'Pumpkin', 'pukin', 's', 1, 1, 0.001, '0', '0', '0', 969007, '1', '1', '1', '1', '1', 'default', 1, '0', '0');
~Furnidata~
["s","969007","pukin","25824","0","1","1","0,0, 0"," Pumpkin","Designed by Verb.","","-1","-1"],
Tell me what you think
My Throne Set - Designed By Verb - Coded By SoulEater
Catalog Item:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(969001, CATAID, '969001', 'Blue Throne', 2500, 0, 0, 1),
(969002, CATAID, '969002', 'Green Throne', 2500, 0, 0, 1),
(969003, CATAID, '969003', 'Orange Throne', 2500, 0, 0, 1),
(969004, CATAID, '969004', 'Pink Throne', 2500, 0, 0, 1),
(969005, CATAID, '969005', 'Purple Throne', 2500, 0, 0, 1),
(969006, CATAID, '969006', 'Yellow Throne', 2500, 0, 0, 1);
Furniture:
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
(969001, 'Blue Throne', 'kidth1', 's', 1, 1, 1, '0', '1', '0', 969001, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(969002, 'Green Throne', 'kidth2', 's', 1, 1, 1, '0', '1', '0', 969002, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(969003, 'Orange Throne', 'kidth3', 's', 1, 1, 1, '0', '1', '0', 969003, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(969004, 'Pink Throne', 'kidth4', 's', 1, 1, 1, '0', '1', '0', 969004, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(969005, 'Purple Throne', 'kidth5', 's', 1, 1, 1, '0', '1', '0', 969005, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(969006, 'Yellow Throne', 'kidth6', 's', 1, 1, 1, '0', '1', '0', 969006, '1', '1', '1', '1', '1', 'default', 1, '0', '0');
Furnidata:
["s","969001","kidth1","25824","0","1","1","0,0,0","Blue Throne","A Blue Throne Designed By Verb.","","-1","-1"],
["s","969002","kidth2","25824","0","1","1","0,0,0","Green Throne","A Green Throne Designed By Verb.","","-1","-1"],
["s","969003","kidth3","25824","0","1","1","0,0,0","Orange Throne","A Orange Throne Designed By Verb.","","-1","-1"],
["s","969004","kidth4","25824","0","1","1","0,0,0","Pink Throne","A Pink Throne Designed By Verb.","","-1","-1"],
["s","969005","kidth5","25824","0","1","1","0,0,0","Purple Throne","A Purple Throne Designed By Verb.","","-1","-1"],
["s","969006","kidth6","25824","0","1","1","0,0,0","Yellow Throne","A Yellow Throne Designed By Verb.","","-1","-1"],
This is just a little amount of my work, I'd love to share more with you in the future,tell me what you think of this please Thanks!
I'm under the name 'VerbOtaku' because some faker used my name but I can assure you this is the real Verb.
I'm going to show you a few of my customs I've made and that have been coded by a friend named 'SoulEater' (RazorKitteh on here I think)
Hope you enjoy them as much as I enjoy making them!
My Halloween Pumkin - Designed by Verb - Coded By SoulEater.
You must be registered for see links
~Catalog Items~
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(969007, CATAID, '969007', 'Pumpkin', 3, 0, 0, 1);
~Furniture~
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
(969007, 'Pumpkin', 'pukin', 's', 1, 1, 0.001, '0', '0', '0', 969007, '1', '1', '1', '1', '1', 'default', 1, '0', '0');
~Furnidata~
["s","969007","pukin","25824","0","1","1","0,0, 0"," Pumpkin","Designed by Verb.","","-1","-1"],
Tell me what you think
My Throne Set - Designed By Verb - Coded By SoulEater
You must be registered for see links
Catalog Item:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(969001, CATAID, '969001', 'Blue Throne', 2500, 0, 0, 1),
(969002, CATAID, '969002', 'Green Throne', 2500, 0, 0, 1),
(969003, CATAID, '969003', 'Orange Throne', 2500, 0, 0, 1),
(969004, CATAID, '969004', 'Pink Throne', 2500, 0, 0, 1),
(969005, CATAID, '969005', 'Purple Throne', 2500, 0, 0, 1),
(969006, CATAID, '969006', 'Yellow Throne', 2500, 0, 0, 1);
Furniture:
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
(969001, 'Blue Throne', 'kidth1', 's', 1, 1, 1, '0', '1', '0', 969001, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(969002, 'Green Throne', 'kidth2', 's', 1, 1, 1, '0', '1', '0', 969002, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(969003, 'Orange Throne', 'kidth3', 's', 1, 1, 1, '0', '1', '0', 969003, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(969004, 'Pink Throne', 'kidth4', 's', 1, 1, 1, '0', '1', '0', 969004, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(969005, 'Purple Throne', 'kidth5', 's', 1, 1, 1, '0', '1', '0', 969005, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(969006, 'Yellow Throne', 'kidth6', 's', 1, 1, 1, '0', '1', '0', 969006, '1', '1', '1', '1', '1', 'default', 1, '0', '0');
Furnidata:
["s","969001","kidth1","25824","0","1","1","0,0,0","Blue Throne","A Blue Throne Designed By Verb.","","-1","-1"],
["s","969002","kidth2","25824","0","1","1","0,0,0","Green Throne","A Green Throne Designed By Verb.","","-1","-1"],
["s","969003","kidth3","25824","0","1","1","0,0,0","Orange Throne","A Orange Throne Designed By Verb.","","-1","-1"],
["s","969004","kidth4","25824","0","1","1","0,0,0","Pink Throne","A Pink Throne Designed By Verb.","","-1","-1"],
["s","969005","kidth5","25824","0","1","1","0,0,0","Purple Throne","A Purple Throne Designed By Verb.","","-1","-1"],
["s","969006","kidth6","25824","0","1","1","0,0,0","Yellow Throne","A Yellow Throne Designed By Verb.","","-1","-1"],
This is just a little amount of my work, I'd love to share more with you in the future,tell me what you think of this please Thanks!