Guest User

Untitled

a guest
Nov 23rd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. update gossip_menu_option set action_script_id=50016 where menu_id = 8161;
  2. update gossip_menu_option set action_script_id=50015 where menu_id = 8162;
  3. update gossip_menu_option set action_script_id=50017 where menu_id = 8163;
  4. delete from `gossip_scripts` where id in (50015,50016,50017);
  5. insert into `gossip_scripts` values
  6. (50015,0,8,20677,0,0,0,0,0,0),
  7. (50015,1,0,0,0,2000001200,0,0,0,0),
  8. (50016,0,8,20679,0,0,0,0,0,0),
  9. (50016,1,0,0,0,2000001201,0,0,0,0),
  10. (50017,0,8,20678,0,0,0,0,0,0),
  11. (50017,1,0,0,0,2000001202,0,0,0,0);
  12. delete from `db_script_string` where entry in (2000001200,2000001201,2000001202);
  13. insert into `db_script_string` values
  14. ('2000001200','Freedom! Finally! My people will know again the wind and hear his voice. Thank you, stranger.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Свобода! Наконец-то! Мой народ снова познает силу ветра и услышит его голос. Благодарю тебя, незнакомец.'),
  15. ('2000001201','I am free! Spirit of the water back to my people. It will bring us the wisdom that is necessary for survival in this harsh land. I am in your duty, $ N.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Я свободен! Дух воды возвращается к моему народу. это принесет нам мудрость, которая необходима для выживания на этой суровой земле. Я перед вами в долгу, $N.'),
  16. ('2000001202','I am free! I ask the spirit of fire back to us so that my people have found the courage to fight with the owners! Thank you, $ R.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Я свободен! Я попрошу духа огня вернуться к нам, чтобы мой народ обрел мужество сражаться с хозяевами! Спасибо тебе, $R.');
Add Comment
Please, Sign In to add comment