You've already forked Epicnabbo-Catalogus-Updated-Daily
🆙Starting add al wired 80% done 🆙
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
Target Server Version : 110806 (11.8.6-MariaDB-ubu2404)
|
||||
File Encoding : 65001
|
||||
|
||||
Date: 01/03/2026 21:54:55
|
||||
Date: 07/04/2026 11:50:16
|
||||
*/
|
||||
|
||||
SET NAMES utf8mb4;
|
||||
@@ -22,7 +22,7 @@ SET FOREIGN_KEY_CHECKS = 0;
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS `items_base`;
|
||||
CREATE TABLE `items_base` (
|
||||
`id` int UNSIGNED NOT NULL DEFAULT 0,
|
||||
`id` int UNSIGNED NOT NULL,
|
||||
`sprite_id` int NOT NULL DEFAULT 0,
|
||||
`public_name` varchar(56) CHARACTER SET utf8mb4 COLLATE utf8mb4_uca1400_ai_ci NOT NULL DEFAULT '',
|
||||
`item_name` varchar(70) CHARACTER SET utf8mb4 COLLATE utf8mb4_uca1400_ai_ci NOT NULL,
|
||||
@@ -46,8 +46,10 @@ CREATE TABLE `items_base` (
|
||||
`customparams` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_uca1400_ai_ci NOT NULL DEFAULT '',
|
||||
`effect_id_male` int NOT NULL DEFAULT 0,
|
||||
`effect_id_female` int NOT NULL DEFAULT 0,
|
||||
`clothing_on_walk` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_uca1400_ai_ci NOT NULL DEFAULT ''
|
||||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_uca1400_ai_ci ROW_FORMAT = Dynamic;
|
||||
`clothing_on_walk` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_uca1400_ai_ci NOT NULL DEFAULT '',
|
||||
PRIMARY KEY (`id`) USING BTREE,
|
||||
INDEX `idx_items_base_id`(`id` ASC) USING BTREE
|
||||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_uca1400_ai_ci ROW_FORMAT = DYNAMIC;
|
||||
|
||||
-- ----------------------------
|
||||
-- Records of items_base
|
||||
@@ -32056,12 +32058,12 @@ INSERT INTO `items_base` VALUES (532851, 4538, 'wf_act_call_stacks', 'wf_act_cal
|
||||
INSERT INTO `items_base` VALUES (532852, 14936, 'wf_act_change_var_val', 'wf_act_change_var_val', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532853, 4735, 'wf_act_chase', 'wf_act_chase', 's', 1, 1, 0.65, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'wf_act_chase', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532854, 886748074, 'wf_act_cond_stacks', 'wf_act_cond_stacks', 's', 1, 1, 0.65, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532855, 13098, 'wf_act_control_clock', 'wf_act_control_clock', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532855, 13098, 'wf_act_control_clock', 'wf_act_control_clock', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_act_control_clock', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532856, 886741199, 'wf_act_endgame_team', 'wf_act_endgame_team', 's', 1, 1, 0.65, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532857, 4749, 'wf_act_flee', 'wf_act_flee', 's', 1, 1, 0.65, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'wf_act_flee', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532858, 13834, 'wf_act_freeze', 'wf_act_freeze', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532859, 14036, 'wf_act_furni_to_furni', 'wf_act_furni_to_furni', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532860, 14048, 'wf_act_furni_to_user', 'wf_act_furni_to_user', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532858, 13834, 'wf_act_freeze', 'wf_act_freeze', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_act_freeze', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532859, 14036, 'wf_act_furni_to_furni', 'wf_act_furni_to_furni', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_act_furni_to_furni', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532860, 14048, 'wf_act_furni_to_user', 'wf_act_furni_to_user', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_act_furni_to_user', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532861, 886741198, 'wf_act_give_pointss', 'wf_act_give_pointss', 's', 1, 1, 0.65, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532862, 4213, 'wf_act_give_reward', 'wf_act_give_reward', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 0, 0, 0, 0, 'wf_act_give_reward', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532863, 3413, 'wf_act_give_score', 'wf_act_give_score', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_act_give_score', 2, '0', '0', '0', 0, 0, '0');
|
||||
@@ -32083,12 +32085,12 @@ INSERT INTO `items_base` VALUES (532878, 14265, 'wf_act_neg_call_stacks', 'wf_ac
|
||||
INSERT INTO `items_base` VALUES (532879, 14264, 'wf_act_neg_send_signal', 'wf_act_neg_send_signal', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532880, 886802168, 'wf_act_raise_furni', 'wf_act_raise_furni', 's', 1, 1, 0.65, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532881, 886731917, 'wf_act_regenerate_map', 'wf_act_regenerate_map', 's', 1, 1, 0.65, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532882, 13835, 'wf_act_rel_mov', 'wf_act_rel_mov', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532882, 13835, 'wf_act_rel_mov', 'wf_act_rel_mov', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_act_rel_mov', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532883, 14946, 'wf_act_remove_var', 'wf_act_remove_var', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532884, 886741197, 'wf_act_reset_scoreb', 'wf_act_reset_scoreb', 's', 1, 1, 0.65, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532885, 3402, 'wf_act_reset_timers', 'wf_act_reset_timers', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_act_reset_timers', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532886, 13793, 'wf_act_send_signal', 'wf_act_send_signal', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532887, 13800, 'wf_act_set_altitude', 'wf_act_set_altitude', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532886, 13793, 'wf_act_send_signal', 'wf_act_send_signal', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_act_send_signal', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532887, 13800, 'wf_act_set_altitude', 'wf_act_set_altitude', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_act_set_altitude', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532888, 886731915, 'wf_act_set_roller_spd', 'wf_act_set_roller_spd', 's', 1, 1, 0.65, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532889, 3404, 'wf_act_show_message', 'wf_act_show_message', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_act_show_message', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532890, 886742469, 'wf_act_super_wiredd', 'wf_act_super_wiredd', 's', 1, 1, 0.65, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
@@ -32098,12 +32100,12 @@ INSERT INTO `items_base` VALUES (532893, 3398, 'wf_act_teleport_to', 'wf_act_tel
|
||||
INSERT INTO `items_base` VALUES (532894, 16168, 'wf_act_teleport_to_room', 'wf_act_teleport_to_room', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532895, 3411, 'wf_act_toggle_state', 'wf_act_toggle_state', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_act_toggle_state', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532896, 5130, 'wf_act_toggle_to_rnd', 'wf_act_toggle_to_rnd', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_act_toggle_to_rnd', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532897, 13838, 'wf_act_unfreeze', 'wf_act_unfreeze', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532897, 13838, 'wf_act_unfreeze', 'wf_act_unfreeze', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_act_unfreeze', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532898, 14947, 'wf_act_user_to_furni', 'wf_act_user_to_furni', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532899, 886745472, 'wf_act_walkuser_alone', 'wf_act_walkuser_alone', 's', 1, 1, 0.65, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532900, 886748076, 'wf_act_walk_to_furnii', 'wf_act_walk_to_furnii', 's', 1, 1, 0.65, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532901, 13805, 'wf_antenna1', 'wf_antenna1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532902, 13803, 'wf_antenna2', 'wf_antenna2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532901, 13805, 'wf_antenna1', 'wf_antenna1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'antenna', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532902, 13803, 'wf_antenna2', 'wf_antenna2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'antenna', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532903, 3392, 'wf_arrowplate', 'wf_arrowplate', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'pressureplate', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532904, 886603341, 'wf_arrowplate_black', 'wf_arrowplate_black', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532905, 886603340, 'wf_arrowplate_white', 'wf_arrowplate_white', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
@@ -32112,44 +32114,44 @@ INSERT INTO `items_base` VALUES (532907, 4775, 'wf_blob2', 'wf_blob2', 's', 1, 1
|
||||
INSERT INTO `items_base` VALUES (532908, 5615, 'wf_blob2_vis', 'wf_blob2_vis', 's', 1, 1, 0.01, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_blob', 2, '0', '0', '', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532909, 5616, 'wf_blob_invis', 'wf_blob_invis', 's', 1, 1, 0.01, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_blob', 2, '0', '0', '', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532910, 3558, 'wf_box', 'wf_box', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'puzzle_box', 0, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532911, 13837, 'wf_cnd_actor_dir', 'wf_cnd_actor_dir', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532911, 13837, 'wf_cnd_actor_dir', 'wf_cnd_actor_dir', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_cnd_actor_dir', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532912, 3996, 'wf_cnd_actor_in_group', 'wf_cnd_actor_in_group', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_cnd_actor_in_group', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532913, 4744, 'wf_cnd_actor_in_team', 'wf_cnd_actor_in_team', 's', 1, 1, 0.65, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'wf_cnd_actor_in_team', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532914, 13518, 'wf_cnd_counter_time_matches', 'wf_cnd_counter_time_matches', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532914, 13518, 'wf_cnd_counter_time_matches', 'wf_cnd_counter_time_matches', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_cnd_counter_time_matches', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532915, 5566, 'wf_cnd_date_rng_active', 'wf_cnd_date_rng_active', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_cnd_date_rng_active', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532916, 3416, 'wf_cnd_furnis_hv_avtrs', 'wf_cnd_furnis_hv_avtrs', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_cnd_furnis_hv_avtrs', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532917, 13801, 'wf_cnd_has_altitude', 'wf_cnd_has_altitude', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532917, 13801, 'wf_cnd_has_altitude', 'wf_cnd_has_altitude', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_cnd_has_altitude', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532918, 3572, 'wf_cnd_has_furni_on', 'wf_cnd_has_furni_on', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_cnd_has_furni_on', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532919, 7560, 'wf_cnd_has_handitem', 'wf_cnd_has_handitem', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_cnd_has_handitem', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532920, 14953, 'wf_cnd_has_var', 'wf_cnd_has_var', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532921, 13511, 'wf_cnd_match_date', 'wf_cnd_match_date', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532921, 13511, 'wf_cnd_match_date', 'wf_cnd_match_date', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_cnd_match_date', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532922, 3403, 'wf_cnd_match_snapshot', 'wf_cnd_match_snapshot', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_cnd_match_snapshot', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532923, 13512, 'wf_cnd_match_time', 'wf_cnd_match_time', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532923, 13512, 'wf_cnd_match_time', 'wf_cnd_match_time', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_cnd_match_time', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532924, 14950, 'wf_cnd_neg_has_var', 'wf_cnd_neg_has_var', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532925, 5124, 'wf_cnd_not_furni_on', 'wf_cnd_not_furni_on', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_cnd_not_furni_on', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532926, 13514, 'wf_cnd_not_has_handitem', 'wf_cnd_not_has_handitem', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532926, 13514, 'wf_cnd_not_has_handitem', 'wf_cnd_not_has_handitem', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_cnd_not_has_handitem', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532927, 5134, 'wf_cnd_not_hv_avtrs', 'wf_cnd_not_hv_avtrs', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_cnd_not_hv_avtrs', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532928, 5135, 'wf_cnd_not_in_group', 'wf_cnd_not_in_group', 's', 1, 1, 0.65, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'wf_cnd_not_in_group', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532929, 5129, 'wf_cnd_not_in_team', 'wf_cnd_not_in_team', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_cnd_not_in_team', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532930, 5132, 'wf_cnd_not_match_snap', 'wf_cnd_not_match_snap', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_cnd_not_match_snap', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532931, 5131, 'wf_cnd_not_stuff_is', 'wf_cnd_not_stuff_is', 's', 1, 1, 0.65, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'wf_cnd_not_stuff_is', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532932, 5126, 'wf_cnd_not_trggrer_on', 'wf_cnd_not_trggrer_on', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_cnd_not_trggrer_on', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532933, 13516, 'wf_cnd_not_triggerer_match', 'wf_cnd_not_triggerer_match', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532933, 13516, 'wf_cnd_not_triggerer_match', 'wf_cnd_not_triggerer_match', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_cnd_not_triggerer_match', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532934, 5125, 'wf_cnd_not_user_count', 'wf_cnd_not_user_count', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_cnd_not_user_count', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532935, 13510, 'wf_cnd_not_user_performs_action', 'wf_cnd_not_user_performs_action', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532935, 13510, 'wf_cnd_not_user_performs_action', 'wf_cnd_not_user_performs_action', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_cnd_not_user_performs_action', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532936, 5128, 'wf_cnd_not_wearing_b', 'wf_cnd_not_wearing_b', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_cnd_not_wearing_b', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532937, 5133, 'wf_cnd_not_wearing_fx', 'wf_cnd_not_wearing_fx', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_cnd_not_wearing_fx', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532938, 14043, 'wf_cnd_slc_quantity', 'wf_cnd_slc_quantity', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532938, 14043, 'wf_cnd_slc_quantity', 'wf_cnd_slc_quantity', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_cnd_slc_quantity', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532939, 5136, 'wf_cnd_stuff_is', 'wf_cnd_stuff_is', 's', 1, 1, 0.65, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'wf_cnd_stuff_is', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532940, 886742470, 'wf_cnd_super_wiredddd', 'wf_cnd_super_wiredddd', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532941, 13519, 'wf_cnd_team_has_rank', 'wf_cnd_team_has_rank', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532942, 13520, 'wf_cnd_team_has_score', 'wf_cnd_team_has_score', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532941, 13519, 'wf_cnd_team_has_rank', 'wf_cnd_team_has_rank', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_cnd_team_has_rank', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532942, 13520, 'wf_cnd_team_has_score', 'wf_cnd_team_has_score', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_cnd_team_has_score', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532943, 3415, 'wf_cnd_time_less_than', 'wf_cnd_time_less_than', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_cnd_time_less_than', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532944, 3406, 'wf_cnd_time_more_than', 'wf_cnd_time_more_than', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_cnd_time_more_than', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532945, 3400, 'wf_cnd_trggrer_on_frn', 'wf_cnd_trggrer_on_frn', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_cnd_trggrer_on_frn', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532946, 13513, 'wf_cnd_triggerer_match', 'wf_cnd_triggerer_match', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532946, 13513, 'wf_cnd_triggerer_match', 'wf_cnd_triggerer_match', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_cnd_triggerer_match', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532947, 5138, 'wf_cnd_user_count_in', 'wf_cnd_user_count_in', 's', 1, 1, 0.65, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'wf_cnd_user_count_in', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532948, 13517, 'wf_cnd_user_performs_action', 'wf_cnd_user_performs_action', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532948, 13517, 'wf_cnd_user_performs_action', 'wf_cnd_user_performs_action', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_cnd_user_performs_action', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532949, 14261, 'wf_cnd_valid_moves', 'wf_cnd_valid_moves', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532950, 14941, 'wf_cnd_var_age_match', 'wf_cnd_var_age_match', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532951, 14934, 'wf_cnd_var_val_match', 'wf_cnd_var_val_match', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
@@ -32174,8 +32176,8 @@ INSERT INTO `items_base` VALUES (532969, 886740242, 'wf_dragbal7', 'wf_dragbal7'
|
||||
INSERT INTO `items_base` VALUES (532970, 3390, 'wf_firegate', 'wf_firegate', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'gate', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532971, 3394, 'wf_floor_switch1', 'wf_floor_switch1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'switch', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532972, 3393, 'wf_floor_switch2', 'wf_floor_switch2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'switch', 4, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532973, 13103, 'wf_game_upcounter1', 'wf_game_upcounter1', 's', 2, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532974, 13092, 'wf_game_upcounter2', 'wf_game_upcounter2', 's', 2, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532973, 13103, 'wf_game_upcounter1', 'wf_game_upcounter1', 's', 2, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'game_upcounter', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532974, 13092, 'wf_game_upcounter2', 'wf_game_upcounter2', 's', 2, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'game_upcounter', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532975, 3395, 'wf_glassdoor', 'wf_glassdoor', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'gate', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532976, 3384, 'wf_glowball', 'wf_glowball', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532977, 886741129, 'wf_jetsdeau', 'wf_jetsdeau', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
@@ -32191,25 +32193,25 @@ INSERT INTO `items_base` VALUES (532986, 3388, 'wf_ringplate', 'wf_ringplate', '
|
||||
INSERT INTO `items_base` VALUES (532987, 886603343, 'wf_ringplate_black', 'wf_ringplate_black', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532988, 886603342, 'wf_ringplate_white', 'wf_ringplate_white', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532989, 16169, 'wf_room_linker', 'wf_room_linker', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532990, 14038, 'wf_slc_furni_altitude', 'wf_slc_furni_altitude', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 6, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532991, 14041, 'wf_slc_furni_area', 'wf_slc_furni_area', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 6, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532992, 14042, 'wf_slc_furni_bytype', 'wf_slc_furni_bytype', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 3, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532993, 14050, 'wf_slc_furni_neighborhood', 'wf_slc_furni_neighborhood', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 3, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532994, 14037, 'wf_slc_furni_onfurni', 'wf_slc_furni_onfurni', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 6, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532995, 14045, 'wf_slc_furni_picks', 'wf_slc_furni_picks', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 6, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532996, 14034, 'wf_slc_furni_signal', 'wf_slc_furni_signal', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 6, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532990, 14038, 'wf_slc_furni_altitude', 'wf_slc_furni_altitude', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_slc_furni_altitude', 6, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532991, 14041, 'wf_slc_furni_area', 'wf_slc_furni_area', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_slc_furni_area', 6, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532992, 14042, 'wf_slc_furni_bytype', 'wf_slc_furni_bytype', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_slc_furni_bytype', 3, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532993, 14050, 'wf_slc_furni_neighborhood', 'wf_slc_furni_neighborhood', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_slc_furni_neighborhood', 3, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532994, 14037, 'wf_slc_furni_onfurni', 'wf_slc_furni_onfurni', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_slc_furni_onfurni', 6, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532995, 14045, 'wf_slc_furni_picks', 'wf_slc_furni_picks', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_slc_furni_picks', 6, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532996, 14034, 'wf_slc_furni_signal', 'wf_slc_furni_signal', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_slc_furni_signal', 6, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532997, 14931, 'wf_slc_furni_with_var', 'wf_slc_furni_with_var', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 6, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532998, 14949, 'wf_slc_remote', 'wf_slc_remote', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 6, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532999, 14033, 'wf_slc_users_area', 'wf_slc_users_area', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 3, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533000, 14047, 'wf_slc_users_byaction', 'wf_slc_users_byaction', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 6, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533001, 14035, 'wf_slc_users_byname', 'wf_slc_users_byname', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 6, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533002, 14051, 'wf_slc_users_bytype', 'wf_slc_users_bytype', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 6, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533003, 14039, 'wf_slc_users_group', 'wf_slc_users_group', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 6, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533004, 14044, 'wf_slc_users_handitem', 'wf_slc_users_handitem', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 6, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533005, 14054, 'wf_slc_users_neighborhood', 'wf_slc_users_neighborhood', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 3, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533006, 14049, 'wf_slc_users_onfurni', 'wf_slc_users_onfurni', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 3, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533007, 14046, 'wf_slc_users_signal', 'wf_slc_users_signal', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 6, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533008, 14053, 'wf_slc_users_team', 'wf_slc_users_team', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 6, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (532999, 14033, 'wf_slc_users_area', 'wf_slc_users_area', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_slc_users_area', 3, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533000, 14047, 'wf_slc_users_byaction', 'wf_slc_users_byaction', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_slc_users_byaction', 6, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533001, 14035, 'wf_slc_users_byname', 'wf_slc_users_byname', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_slc_users_byname', 6, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533002, 14051, 'wf_slc_users_bytype', 'wf_slc_users_bytype', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_slc_users_bytype', 6, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533003, 14039, 'wf_slc_users_group', 'wf_slc_users_group', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_slc_users_group', 6, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533004, 14044, 'wf_slc_users_handitem', 'wf_slc_users_handitem', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_slc_users_handitem', 6, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533005, 14054, 'wf_slc_users_neighborhood', 'wf_slc_users_neighborhood', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_slc_users_neighborhood', 3, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533006, 14049, 'wf_slc_users_onfurni', 'wf_slc_users_onfurni', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_slc_users_onfurni', 3, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533007, 14046, 'wf_slc_users_signal', 'wf_slc_users_signal', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_slc_users_signal', 6, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533008, 14053, 'wf_slc_users_team', 'wf_slc_users_team', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_slc_users_team', 6, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533009, 14952, 'wf_slc_users_with_var', 'wf_slc_users_with_var', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 6, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533010, 13338, 'wf_test_act', 'wf_test_act', 's', 1, 1, 0.65, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533011, 13335, 'wf_test_cnd', 'wf_test_cnd', 's', 1, 1, 0.65, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
@@ -32225,10 +32227,10 @@ INSERT INTO `items_base` VALUES (533020, 3414, 'wf_trg_at_given_time', 'wf_trg_a
|
||||
INSERT INTO `items_base` VALUES (533021, 5127, 'wf_trg_at_time_long', 'wf_trg_at_time_long', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_trg_at_time_long', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533022, 7563, 'wf_trg_bot_reached_avtr', 'wf_trg_bot_reached_avtr', 's', 1, 1, 0.65, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'wf_trg_bot_reached_avtr', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533023, 7557, 'wf_trg_bot_reached_stf', 'wf_trg_bot_reached_stf', 's', 1, 1, 0.65, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'wf_trg_bot_reached_stf', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533024, 13797, 'wf_trg_click_furni', 'wf_trg_click_furni', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533024, 13797, 'wf_trg_click_furni', 'wf_trg_click_furni', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_trg_click_furni', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533025, 14262, 'wf_trg_click_tile', 'wf_trg_click_tile', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533026, 16288, 'wf_trg_click_user', 'wf_trg_click_user', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533027, 13093, 'wf_trg_clock_counter', 'wf_trg_clock_counter', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533027, 13093, 'wf_trg_clock_counter', 'wf_trg_clock_counter', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_trg_clock_counter', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533028, 886741200, 'wf_trg_cls_user1', 'wf_trg_cls_user1', 's', 1, 1, 0.65, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533029, 886741201, 'wf_trg_cls_user2', 'wf_trg_cls_user2', 's', 1, 1, 0.65, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533030, 4736, 'wf_trg_collision', 'wf_trg_collision', 's', 1, 1, 0.65, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'wf_trg_collision', 2, '0', '0', '0', 0, 0, '0');
|
||||
@@ -32240,17 +32242,17 @@ INSERT INTO `items_base` VALUES (533035, 14935, 'wf_trg_leave_room', 'wf_trg_lea
|
||||
INSERT INTO `items_base` VALUES (533036, 886610652, 'wf_trg_mobi_ssortants', 'wf_trg_mobi_ssortants', 's', 1, 1, 0.65, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533037, 3418, 'wf_trg_periodically', 'wf_trg_periodically', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_trg_periodically', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533038, 4743, 'wf_trg_period_long', 'wf_trg_period_long', 's', 1, 1, 0.65, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'wf_trg_period_long', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533039, 13836, 'wf_trg_period_short', 'wf_trg_period_short', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533039, 13836, 'wf_trg_period_short', 'wf_trg_period_short', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_trg_period_short', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533040, 886612298, 'wf_trg_player_clicked', 'wf_trg_player_clicked', 's', 1, 1, 0.65, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533041, 13798, 'wf_trg_recv_signal', 'wf_trg_recv_signal', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533041, 13798, 'wf_trg_recv_signal', 'wf_trg_recv_signal', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_trg_recv_signal', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533042, 3407, 'wf_trg_says_something', 'wf_trg_says_something', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_trg_says_something', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533043, 886731903, 'wf_trg_says_sycommand', 'wf_trg_says_sycommand', 's', 1, 1, 0.65, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533044, 886612297, 'wf_trg_says_sycommanr', 'wf_trg_says_sycommanr', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533045, 3420, 'wf_trg_score_achieved', 'wf_trg_score_achieved', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_trg_score_achieved', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533046, 886748078, 'wf_trg_state_changdd', 'wf_trg_state_changdd', 's', 1, 1, 0.65, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533047, 3409, 'wf_trg_state_changed', 'wf_trg_state_changed', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_trg_state_changed', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533048, 13799, 'wf_trg_stuff_state', 'wf_trg_stuff_state', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533049, 13515, 'wf_trg_user_performs_action', 'wf_trg_user_performs_action', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533048, 13799, 'wf_trg_stuff_state', 'wf_trg_stuff_state', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_trg_stuff_state', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533049, 13515, 'wf_trg_user_performs_action', 'wf_trg_user_performs_action', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_trg_user_performs_action', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533050, 14932, 'wf_trg_var_changed', 'wf_trg_var_changed', 's', 1, 1, 0.65, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533051, 3401, 'wf_trg_walks_off_furni', 'wf_trg_walks_off_furni', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_trg_walks_off_furni', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533052, 3405, 'wf_trg_walks_on_furni', 'wf_trg_walks_on_furni', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_trg_walks_on_furni', 2, '0', '0', '0', 0, 0, '0');
|
||||
@@ -32267,17 +32269,17 @@ INSERT INTO `items_base` VALUES (533062, 3383, 'wf_wire1', 'wf_wire1', 's', 1, 1
|
||||
INSERT INTO `items_base` VALUES (533063, 3382, 'wf_wire2', 'wf_wire2', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 4, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533064, 3396, 'wf_wire3', 'wf_wire3', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 4, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533065, 3380, 'wf_wire4', 'wf_wire4', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 4, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533066, 13839, 'wf_xtra_anim_time', 'wf_xtra_anim_time', 's', 1, 1, 0.37, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533067, 13806, 'wf_xtra_execution_limit', 'wf_xtra_execution_limit', 's', 1, 1, 0.37, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533066, 13839, 'wf_xtra_anim_time', 'wf_xtra_anim_time', 's', 1, 1, 0.37, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_xtra_anim_time', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533067, 13806, 'wf_xtra_execution_limit', 'wf_xtra_execution_limit', 's', 1, 1, 0.37, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_xtra_execution_limit', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533068, 14955, 'wf_xtra_exec_in_order', 'wf_xtra_exec_in_order', 's', 1, 1, 0.37, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533069, 14052, 'wf_xtra_filter_furni', 'wf_xtra_filter_furni', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533069, 14052, 'wf_xtra_filter_furni', 'wf_xtra_filter_furni', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_xtra_filter_furni', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533070, 14933, 'wf_xtra_filter_furni_by_var', 'wf_xtra_filter_furni_by_var', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533071, 14040, 'wf_xtra_filter_users', 'wf_xtra_filter_users', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533071, 14040, 'wf_xtra_filter_users', 'wf_xtra_filter_users', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_xtra_filter_users', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533072, 14937, 'wf_xtra_filter_users_by_var', 'wf_xtra_filter_users_by_var', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533073, 13804, 'wf_xtra_mov_carry_users', 'wf_xtra_mov_carry_users', 's', 1, 1, 0.37, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533074, 13796, 'wf_xtra_mov_no_animation', 'wf_xtra_mov_no_animation', 's', 1, 1, 0.37, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533075, 13794, 'wf_xtra_mov_physics', 'wf_xtra_mov_physics', 's', 1, 1, 0.37, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533076, 12980, 'wf_xtra_or_eval', 'wf_xtra_or_eval', 's', 1, 1, 0.37, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533073, 13804, 'wf_xtra_mov_carry_users', 'wf_xtra_mov_carry_users', 's', 1, 1, 0.37, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_xtra_mov_carry_users', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533074, 13796, 'wf_xtra_mov_no_animation', 'wf_xtra_mov_no_animation', 's', 1, 1, 0.37, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_xtra_mov_no_animation', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533075, 13794, 'wf_xtra_mov_physics', 'wf_xtra_mov_physics', 's', 1, 1, 0.37, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_xtra_mov_physics', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533076, 12980, 'wf_xtra_or_eval', 'wf_xtra_or_eval', 's', 1, 1, 0.37, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_xtra_or_eval', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533077, 3387, 'wf_xtra_random', 'wf_xtra_random', 's', 1, 1, 0.37, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_xtra_random', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533078, 14951, 'wf_xtra_text_input_variable', 'wf_xtra_text_input_variable', 's', 1, 1, 0.37, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (533079, 14948, 'wf_xtra_text_output_username', 'wf_xtra_text_output_username', 's', 1, 1, 0.37, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
@@ -33705,11 +33707,11 @@ INSERT INTO `items_base` VALUES (534500, 886732298, 'yllw_marble', 'yllw_marble'
|
||||
INSERT INTO `items_base` VALUES (534501, 886732422, 'ypink', 'ypink', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (534502, 886732421, 'yred1', 'yred1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (534503, 5089, 'ytprojector', 'ytprojector', 's', 3, 3, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'youtube', 2, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (534504, 4882, 'yttv1', 'yttv1', 's', 3, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'youtube', 0, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (534505, 4884, 'yttv2', 'yttv2', 's', 3, 1, 2.45, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'youtube', 0, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (534506, 4883, 'yttv2b', 'yttv2b', 's', 3, 1, 2.45, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'youtube', 0, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (534504, 4882, 'yttv1', 'yttv1', 's', 3, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'youtube', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (534505, 4884, 'yttv2', 'yttv2', 's', 3, 1, 2.45, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'youtube', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (534506, 4883, 'yttv2b', 'yttv2b', 's', 3, 1, 2.45, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'youtube', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (534507, 5030, 'yttv2n', 'yttv2n', 's', 1, 1, 2.45, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 0, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (534508, 4881, 'yttv3', 'yttv3', 's', 3, 1, 3.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'youtube', 0, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (534508, 4881, 'yttv3', 'yttv3', 's', 3, 1, 3.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'youtube', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (534509, 7900, 'yttv_retro', 'yttv_retro', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 0, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (534510, 886740392, 'yt_rug1', 'yt_rug1', 's', 3, 3, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
INSERT INTO `items_base` VALUES (534511, 886740393, 'yt_rug2', 'yt_rug2', 's', 3, 3, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '0', '0', 0, 0, '0');
|
||||
|
||||
Reference in New Issue
Block a user