Hello,
Thanks for this, and butterfly;
Items_Base
Code:
INSERT INTO items_base (item_id,sprite_id, public_name, item_name, type, width, length, height, allow_stack, allow_walk, allow_sit, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, cycle_count, vending_ids) VALUES ('4716', '4716', 'VIP Room Hopper', 'vip_hopper', 's', '1', '1', '1', '1', '0', '0', '1', '1', '1', '1', '1', 'teleport', '1', '0')
Catalog_items
Code:
INSERT INTO catalog_items_copy (page_id, item_ids, catalog_name, cost_credits, cost_pixels, amount, cost_snow, cost_oude_belcredits, song_id, limited_stack, limited_sells, offer_active) VALUES ('pageid', '4716', 'vip_hopper', '100', '0', '1', '0', '0', '0' '0', '0', '1')