Показать сообщение отдельно
Старый 20.06.2010, 20:08   #19
NeatElves
YTDB dev
 
Аватар для NeatElves
 
Регистрация: 05.11.2009
Сообщений: 5,920
Сказал(а) спасибо: 91
Поблагодарили 5,383 раз(а) в 4,847 сообщениях
NeatElves Репутация неоспоримаNeatElves Репутация неоспоримаNeatElves Репутация неоспоримаNeatElves Репутация неоспоримаNeatElves Репутация неоспоримаNeatElves Репутация неоспоримаNeatElves Репутация неоспоримаNeatElves Репутация неоспоримаNeatElves Репутация неоспоримаNeatElves Репутация неоспоримаNeatElves Репутация неоспорима
По умолчанию

Как-то так:
Код:
UPDATE `creature_template` SET `gossip_menu_id` = '26423' WHERE `entry` =26423;
DELETE FROM `npc_gossip` WHERE `npc_guid` = 119623;
REPLACE INTO `gossip_menu` (`entry`, `text_id`, `cond_1`, `cond_1_val_1`, `cond_1_val_2`, `cond_2`, `cond_2_val_1`, `cond_2_val_2`) VALUES ('26423', '12998', '0', '0', '0', '0', '0', '0');
REPLACE INTO `gossip_menu_option` (`menu_id`, `id`, `option_icon`, `option_text`, `option_id`, `npc_option_npcflag`, `action_menu_id`, `action_poi_id`, `action_script_id`, `box_coded`, `box_money`, `box_text`, `cond_1`, `cond_1_val_1`, `cond_1_val_2`, `cond_2`, `cond_2_val_1`, `cond_2_val_2`, `cond_3`, `cond_3_val_1`, `cond_3_val_2`) VALUES
(26423, 0, 0, 'GOSSIP_OPTION_QUESTGIVER', 2, 2, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26423, 1, 0, 'To shake given a hand Drakuru.', 1, 1, 0, 0, 26423, 0, 0, NULL, 1, 50001, 0, 0, 0, 0, 0, 0, 0);
REPLACE INTO `locales_gossip_menu_option` (`menu_id`, `id`, `option_text_loc1`, `option_text_loc2`, `option_text_loc3`, `option_text_loc4`, `option_text_loc5`, `option_text_loc6`, `option_text_loc7`, `option_text_loc8`, `box_text_loc1`, `box_text_loc2`, `box_text_loc3`, `box_text_loc4`, `box_text_loc5`, `box_text_loc6`, `box_text_loc7`, `box_text_loc8`) VALUES ('26423', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Пожать протянутую руку Дракуру.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
INSERT INTO `gossip_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, `datalong3`, `datalong4`, `data_flags`, `dataint`, `x`, `y`, `z`, `o`) VALUES ('26423', '0', '15', '50016', '3', '0', '0', '0', '0', '0', '0', '0', '0');
Код:
UPDATE `quest_template` SET `ReqItemId1` = '38083',`ReqItemCount1` = '1' WHERE `entry` =11989;
А вот если(когда) добавят поддержку думми - убрать из базы автокредит при юзании ножа - из п7.))

Последний раз редактировалось NeatElves; 22.06.2010 в 23:30.
NeatElves вне форума