Advertisement
Sansuall

Untitled

Mar 26th, 2025 (edited)
370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 3.02 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 (300109, 0, -1, -1, 30, 5, 'Battle Of Dazar'Alor Heroic (from 400 and above ilvl + other)', 'Битва за Дазар'Алор Героический (от 400 илвла и выше + допы)', 22, 0, 'When you purchase, you get one item from 400 ilvl and above, 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).', 'При приобретении вы получаете одну вещь от 400 ilvl и выше, а также от 1000 до 7000 золота, от 500 до 2500 ед.опыта Сердца Азерот, а также репутацию с некоторыми фракциями (каждая категория имеет свой % случайного выпадения).');
  3.  
  4. -- Мифический бокс
  5. INSERT INTO world_bfa_cp.item_template6 (entry, InventoryType, AllowableClass, AllowableRace, ItemLevel, subclass, name, name_loc8, class, itemset, tooltip, tooltip_loc8) VALUES (300110, 0, -1, -1, 30, 5, 'Battle Of Dazar'Alor Mythic (from 415 and above ilvl + other)', 'Битва за Дазар'Алор Мифический (от 415 илвла и выше + допы)', 22, 0, 'When you purchase, you get one item from 415 ilvl and above, 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).', 'При приобретении вы получаете одну вещь от 415 ilvl и выше, а также от 1000 до 7000 золота, от 500 до 2500 ед.опыта Сердца Азерот, а также репутацию с некоторыми фракциями (каждая категория имеет свой % случайного выпадения).');
  6.  
  7. -- Корректировать описание 300108, если еще не сделал
  8. UPDATE world_bfa_cp.item_template6
  9. SET
  10.     name = ' Battle Of Dazar'Alor Normal (from 385 and above ilvl + other)',
  11.    name_loc8 = 'Битва за Дазар'Алор Обычный (от 385 илвл и выше + допы)',
  12.     tooltip = 'When you purchase, you get one item from 385 ilvl and above, 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)',
  13.     tooltip_loc8 = 'При приобретении вы получаете одну вещь от 385 ilvl и выше, а также от 1000 до 7000 золота, от 500 до 2500 ед.опыта Сердца Азерот, и репутацию с некоторыми фракциями (каждая категория имеет свой % случайного выпадения)'
  14. WHERE entry = 300108;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement