Advertisement
Sansuall

Мифик Бокс(запрос на добавление кастом итем)

Jun 17th, 2025 (edited)
726
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 1.10 KB | None | 0 0
  1. -- Мифический бокс
  2. INSERT INTO world_bfa_cp.item_template6 (entry, InventoryType, AllowableClass, AllowableRace, ItemLevel, subclass, name, name_loc8, class, itemset, tooltip, tooltip_loc8) VALUES (300122, 0, -1, -1, 30, 5, 'The Eternal Palace Mythic (445 ilvl + other)', 'Вечный Дворец Мифический (445 ilvl + допы)', 22, 0, 'When you purchase, you get one item 445 ilvl, as well as from 1000 to 7000 gold, from 500 to 2500 units of Heart of Azeroth experience, as well as reputation with some factions (each category has its own % of random drop).', 'При приобретении вы получаете одну вещь 445 ilvl, а также от 1000 до 7000 золота, от 500 до 2500 ед.опыта Сердца Азерот, и репутацию с некоторыми фракциями (каждая категория имеет свой % случайного выпадения).');
  3.  
  4.  
  5. -- Запрос на добавления в кабинет(в кастом добавлена 1):
  6. REPLACE INTO TItemPrice VALUES
  7. (300122, 2, 1150, 'Y', 000, '0', 1, 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement