🆙 Name changes and add tile walk tiles 🆙

This commit is contained in:
Remco
2026-05-14 20:34:33 +02:00
parent da4efc1e90
commit 82e01b42ff
2 changed files with 58 additions and 42 deletions
+12 -4
View File
@@ -3,15 +3,15 @@
Source Server : Epicnabbo ryzen
Source Server Type : MySQL
Source Server Version : 110806 (11.8.6-MariaDB-ubu2404)
Source Server Version : 110806 (11.8.6-MariaDB-ubu2504)
Source Host : 5.252.100.130:3306
Source Schema : habbo
Target Server Type : MySQL
Target Server Version : 110806 (11.8.6-MariaDB-ubu2404)
Target Server Version : 110806 (11.8.6-MariaDB-ubu2504)
File Encoding : 65001
Date: 10/05/2026 20:09:03
Date: 14/05/2026 20:33:17
*/
SET NAMES utf8mb4;
@@ -53,7 +53,7 @@ CREATE TABLE `items_base` (
INDEX `sprite_id`(`sprite_id` ASC) USING BTREE,
INDEX `type`(`type` ASC) USING BTREE,
FULLTEXT INDEX `item_name`(`item_name`)
) ENGINE = InnoDB AUTO_INCREMENT = 1996672079 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = DYNAMIC;
) ENGINE = InnoDB AUTO_INCREMENT = 1996672087 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = DYNAMIC;
-- ----------------------------
-- Records of items_base
@@ -36963,5 +36963,13 @@ INSERT INTO `items_base` VALUES (1996672075, 886737581, 'ladygaga_kleed', 'ladyg
INSERT INTO `items_base` VALUES (1996672076, 444457389, 'ladygaga_poster', 'ladygaga_poster', 2, 0, 2.34, 1, 0, 0, 0, 1, 1, 0, 1, 1, 's', 'default', 1, '0', '0', '0', 0, 0, '0', NULL, '0');
INSERT INTO `items_base` VALUES (1996672077, 38433259, 'Mut_Vinilos_LadyGaga', 'Mut_Vinilos_LadyGaga', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 's', 'default', 1, '0', '0', '0', 0, 0, '0', NULL, '0');
INSERT INTO `items_base` VALUES (1996672078, 886737677, 'roombg_ladygaga', 'roombg_ladygaga', 1, 1, 0.45, 1, 0, 0, 0, 1, 1, 0, 1, 1, 's', 'default', 1, '0', '0', '0', 0, 0, '0', NULL, '0');
INSERT INTO `items_base` VALUES (1996672079, 42197651, 'tile_walk_magic', 'tile_walk_magic', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 's', 'default', 2, '0', '0', '0', 0, 0, '0', NULL, '0');
INSERT INTO `items_base` VALUES (1996672080, 42197652, 'tile_walk_magic1', 'tile_walk_magic1', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 's', 'default', 2, '0', '0', '0', 0, 0, '0', NULL, '0');
INSERT INTO `items_base` VALUES (1996672081, 42197653, 'tile_walk_magic10x', 'tile_walk_magic10x', 10, 10, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 's', 'default', 2, '0', '0', '0', 0, 0, '0', NULL, '0');
INSERT INTO `items_base` VALUES (1996672082, 42197654, 'tile_walk_magic2', 'tile_walk_magic2', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 's', 'default', 2, '0', '0', '0', 0, 0, '0', NULL, '0');
INSERT INTO `items_base` VALUES (1996672083, 42197655, 'tile_walk_magic3', 'tile_walk_magic3', 3, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 's', 'default', 2, '0', '0', '0', 0, 0, '0', NULL, '0');
INSERT INTO `items_base` VALUES (1996672084, 42197656, 'tile_walk_magic4x4', 'tile_walk_magic4x4', 4, 4, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 's', 'default', 2, '0', '0', '0', 0, 0, '0', NULL, '0');
INSERT INTO `items_base` VALUES (1996672085, 42197657, 'tile_walk_magic6x6', 'tile_walk_magic6x6', 6, 6, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 's', 'default', 2, '0', '0', '0', 0, 0, '0', NULL, '0');
INSERT INTO `items_base` VALUES (1996672086, 42197658, 'tile_walk_magic8x8', 'tile_walk_magic8x8', 8, 8, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 's', 'default', 2, '0', '0', '0', 0, 0, '0', NULL, '0');
SET FOREIGN_KEY_CHECKS = 1;