diff --git a/data/sql/playerbots/updates/2025_10_09_00_ai_playerbot_texts_fix.sql b/data/sql/playerbots/updates/2025_10_09_00_ai_playerbot_texts_fix.sql new file mode 100644 index 00000000..854f7729 --- /dev/null +++ b/data/sql/playerbots/updates/2025_10_09_00_ai_playerbot_texts_fix.sql @@ -0,0 +1,1976 @@ +DROP TABLE IF EXISTS `ai_playerbot_texts`; +CREATE TABLE IF NOT EXISTS `ai_playerbot_texts` ( + `id` smallint(20) NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL COMMENT 'name - used in strategies/code as filter', + `text` varchar(1024) NOT NULL COMMENT 'text', + `say_type` tinyint(3) NOT NULL DEFAULT '0' COMMENT '0 - say, 1 - yell', + `reply_type` tinyint(3) NOT NULL DEFAULT '0' COMMENT 'if > 0 then can be filtered as a response to chat', + `text_loc1` varchar(1024) NOT NULL DEFAULT '', + `text_loc2` varchar(1024) NOT NULL DEFAULT '', + `text_loc3` varchar(1024) NOT NULL DEFAULT '', + `text_loc4` varchar(1024) NOT NULL DEFAULT '', + `text_loc5` varchar(1024) NOT NULL DEFAULT '', + `text_loc6` varchar(1024) NOT NULL DEFAULT '', + `text_loc7` varchar(1024) NOT NULL DEFAULT '', + `text_loc8` varchar(1024) NOT NULL DEFAULT '', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; + +-- strings +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1, 'string_unknown_area', 'the middle of nowhere', 0, 0, '', 'au milieu de nulle part', 'Mitten im Nirgendwo', '荒无人烟之地', '', '', '', 'посреди нигде'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (2, 'string_unknown_area', 'an undisclosed location', 0, 0, '', 'un lieu non divulgué', 'Ein geheimer Ort', '某个不为人知的地方', '', '', '', 'в неопределенном месте'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (3, 'string_unknown_area', 'somewhere', 0, 0, '', 'Quelque part.', 'Irgendwo', '某个地方', '', '', '', 'где-то'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (4, 'string_empty_link', 'something', 0, 0, '', 'quelque chose', 'Irgendwas', '某样东西', '', '', '', 'что-то'); + +-- looting item events +-- usable placeholders: +-- %item_link +-- %zone_name +-- %area_name +-- %my_race +-- %my_class +-- %my_level +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (5, 'broadcast_looting_item_normal', 'wonder what %item_link tastes like', 0, 0, '', 'Je me demande à quoi %item_link peut bien goûter.', 'Ich frag mich, wie %item_link wohl schmeckt.', '想知道这%item_link吃起来啥味儿', '', '', '', 'интересно, какой на вкус %item_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (6, 'broadcast_looting_item_poor', 'nooo, I got %item_link', 0, 0, '', 'Oh non, j’ai reçu %item_link', 'Neeein, ich hab %item_link bekommen.', '不!我捡了个%item_link', '', '', '', 'нет, мне выпал %item_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (7, 'broadcast_looting_item_poor', 'aww not this trash again %item_link', 0, 0, '', 'Encore cette poubelle %item_link.', 'Och nö, schon wieder dieser Schrott %item_link.', '哎,又是这破烂%item_link', '', '', '', 'опять этот хлам %item_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (8, 'broadcast_looting_item_poor', 'seem to be looting trash %item_link', 0, 0, '', 'Il semble que je fouille dans les ordures %item_link.', 'Scheint so, als würde ich nur Müll looten %item_link.', '看来我捡的都是垃圾%item_link', '', '', '', 'похоже, я лутаю мусор %item_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (9, 'broadcast_looting_item_poor', 'well, it’s better than nothing I guess %item_link', 0, 0, '', 'Eh bien, c’est toujours mieux que rien, je suppose %item_link', 'Naja, besser als nix, denk ich %item_link.', '好吧,有%item_link总比没有强', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (10, 'broadcast_looting_item_poor', 'not sure what to do with %item_link', 0, 0, '', 'Je ne suis pas certain de ce qu’il faut faire avec %item_link.', 'Keine Ahnung, was ich mit %item_link anfangen soll.', '不知道这%item_link能干啥', '', '', '', 'не знаю, что делать с %item_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (11, 'broadcast_looting_item_normal', 'well, I can keep looting %item_link all day', 0, 0, '', 'Eh bien, je peux passer la journée à looter %item_link!', 'Super, ich könnte den ganzen Tag %item_link looten.', '好吧,我能捡%item_link捡一天', '', '', '', 'могу лутать %item_link весь день'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (12, 'broadcast_looting_item_normal', 'another day, another %item_link', 0, 0, '', 'Encore une journée, encore un %item_link', 'Neuer Tag, neues %item_link.', '又是新的一天,又捡了个%item_link', '', '', '', 'еще один день, еще один %item_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (13, 'broadcast_looting_item_normal', 'looted some %item_link', 0, 0, '', 'J’ai pillé quelques %item_link.', 'Hab ein paar %item_link gelootet.', '捡了点%item_link', '', '', '', 'получил немного %item_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (14, 'broadcast_looting_item_normal', 'some %item_link is alright', 0, 0, '', 'Certains %item_link passent bien', 'Ein paar %item_link sind ganz okay.', '有点%item_link还凑合', '', '', '', 'немного %item_link — это нормально'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (15, 'broadcast_looting_item_uncommon', 'not bad, I just got %item_link', 0, 0, '', 'Pas mal du tout, je viens juste de recevoir %item_link', 'Nicht schlecht, hab grad %item_link bekommen.', '不错,刚捡到个%item_link', '', '', '', 'неплохо, только что получил %item_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (16, 'broadcast_looting_item_uncommon', 'just looted %item_link in %zone_name', 0, 0, '', 'Je viens de piller %item_link dans %zone_name.', 'Hab gerade %item_link in %zone_name gelootet.', '刚在%zone_name捡到个%item_link', '', '', '', 'только что залутал %item_link в %zone_name'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (17, 'broadcast_looting_item_uncommon', 'I could put that to good use %item_link', 0, 0, '', 'Je pourrais bien utiliser ça %item_link', 'Könnte %item_link gut gebrauchen.', '这%item_link我能派上用场', '', '', '', 'могу найти применение %item_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (18, 'broadcast_looting_item_uncommon', 'money money money %item_link', 0, 0, '', 'L’argent, l’argent, l’argent! %item_link', 'Geld, Geld, Geld! %item_link', '发财了发财了!%item_link', '', '', '', 'деньги, деньги, деньги %item_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (19, 'broadcast_looting_item_uncommon', 'got %item_link', 0, 0, '', 'J’ai eu %item_link.', 'Hab %item_link bekommen.', '拿到了%item_link', '', '', '', 'получил %item_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (20, 'broadcast_looting_item_rare', '%item_link is hunter bis', 0, 0, '', 'Ah, %item_link c’est le meilleur équipement pour les chasseurs.', '%item_link ist perfekt für Jäger.', '%item_link简直是猎人的极品装备', '', '', '', '%item_link — лучший для охотника'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (21, 'broadcast_looting_item_rare', '%item_link is %my_class bis', 0, 0, '', '%item_link est %my_class bis.', '%item_link ist ideal für %my_class.', '%item_link对%my_class来说是极品', '', '', '', '%item_link — лучший для %my_class'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (22, 'broadcast_looting_item_rare', 'RNG is not bad today %item_link', 0, 0, '', 'La RNG n’est pas mauvaise aujourd’hui %item_link.', 'Das RNG ist heute gar nicht mal so schlecht %item_link.', '今天人品不错,捡到个%item_link', '', '', '', 'сегодня удача на моей стороне %item_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (23, 'broadcast_looting_item_rare', 'sweet %item_link, freshly looted', 0, 0, '', 'Doux %item_link, fraîchement looté', 'Schönes %item_link, frisch gelootet.', '太棒了,新鲜出炉的%item_link', '', '', '', 'классный %item_link, только что залутал'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (24, 'broadcast_looting_item_rare', 'wow, I just got %item_link', 0, 0, '', 'wow, je viens de recevoir %item_link', 'Wow, hab grad %item_link bekommen!', '哇,我刚捡到个%item_link', '', '', '', 'вау, только что получил %item_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (25, 'broadcast_looting_item_rare', '%item_link is hunter bis', 0, 0, '', 'Ah, %item_link, c’est le meilleur équipement pour les chasseurs.', '%item_link ist perfekt für Jäger.', '%item_link是猎人的顶级装备', '', '', '', '%item_link — лучший для охотника'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (26, 'broadcast_looting_item_rare', '%item_link is %my_class bis', 0, 0, '', '%item_link est %my_class bis.', '%item_link ist ideal für %my_class.', '%item_link对%my_class来说是顶级货', '', '', '', '%item_link — лучший для %my_class'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (27, 'broadcast_looting_item_rare', 'RNG is not bad today %item_link', 0, 0, '', 'Aujourd’hui, la RNG n’est pas mauvaise %item_link.', 'Das RNG ist heute gar nicht mal so schlecht %item_link.', '今天运气真好,捡到%item_link', '', '', '', 'сегодня удача на моей стороне %item_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (28, 'broadcast_looting_item_rare', 'sweet %item_link, freshly looted', 0, 0, '', 'Oh, %item_link, fraîchement pillé', 'Schönes %item_link, frisch gelootet.', '太好了,刚捡到个%item_link', '', '', '', 'классный %item_link, только что залутал'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (29, 'broadcast_looting_item_epic', 'OMG, look at what I just got %item_link!!!', 0, 0, '', 'OMG, regardez ce que je viens d’obtenir %item_link !!!', 'OMG, schaut euch an, was ich grad bekommen habe %item_link!!!', '天啊,快看我刚捡到的%item_link!!!', '', '', '', 'ОГО, посмотрите, что я только что получил %item_link!!!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (30, 'broadcast_looting_item_legendary', 'No @#$@% way! This can not be, I got %item_link, this is insane', 0, 0, '', 'Pas moyen! Ça ne peut pas être vrai, j’ai obtenu %item_link, c’est fou!', 'Nicht dein Ernst! Das kann nicht sein, ich hab %item_link bekommen, das ist irre!', '不是吧!这不可能,我竟然捡到%item_link,太疯狂了!', '', '', '', 'Нет @#$@%! Не может быть, я получил %item_link, это безумие'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (31, 'broadcast_looting_item_artifact', 'No @#$@% way! This can not be, I got %item_link, this is insane', 0, 0, '', 'Pas possible! Ça ne peut pas être vrai, j’ai eu %item_link, c’est fou', 'Unfassbar! Das kann nicht sein, ich hab %item_link bekommen, das ist verrückt!', '天哪!这不可能,我拿到了%item_link,简直不敢相信!', '', '', '', 'Нет @#$@%! Не может быть, я получил %item_link, это безумие'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (32, 'broadcast_looting_item_poor', 'Seriously? Another %item_link? My luck is broken.', 0, 0, '', 'Sérieusement? Encore un %item_link? La poisse me suit, c’est pas possible.', 'Ernsthaft? Noch ein %item_link? Ich habe kein Glück.', '不是吧?又是个%item_link?我的运气真是烂透了。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (33, 'broadcast_looting_item_poor', 'This %item_link is not even worth the pixels it’s printed on.', 0, 0, '', 'Cet %item_link ne vaut même pas les pixels sur lesquels il est imprimé.', 'Dieser %item_link ist nicht mal die Pixel wert, auf denen er angezeigt wird.', '这%item_link连显示它的像素都不值。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (34, 'broadcast_looting_item_poor', 'I got %item_link... Ugh, here we go again.', 0, 0, '', 'J’ai de nouveau %item_link... Oh là là, c’est reparti.', 'Ich hab %item_link... Uff, schon wieder.', '我又捡到个%item_link...哎,又来了。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (35, 'broadcast_looting_item_poor', 'I don’t even know why I’m picking up %item_link, it’s useless.', 0, 0, '', 'Je me demande pourquoi je prends %item_link, c’est inutile.', 'Ich weiß nicht mal, warum ich %item_link aufhebe, ist eh nutzlos.', '我都不知道为啥要捡%item_link,完全没用。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (36, 'broadcast_looting_item_poor', 'Look at this shiny %item_link... too bad it’s garbage.', 0, 0, '', 'Regarde ce magnifique %item_link... dommage que ce soit de la camelote.', 'Schau dir dieses glänzende %item_link an... schade, dass es Müll ist.', '看看这闪亮的%item_link...可惜就是个垃圾。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (37, 'broadcast_looting_item_poor', 'This %item_link isn’t even worth the paper it’s written on.', 0, 0, '', '%item_link ne vaut même pas le papier sur lequel il est écrit.', 'Dieser %item_link ist nicht mal das Papier wert, auf dem er steht.', '这%item_link连写它的羊皮纸都不值。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (38, 'broadcast_looting_item_poor', 'I guess %item_link is better than nothing? Barely.', 0, 0, '', 'Je suppose que %item_link vaut mieux que rien ? À peine.', 'Ich schätze, %item_link ist besser als nichts? Gerade noch.', '我想%item_link总比没有强吧?勉强。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (39, 'broadcast_looting_item_poor', 'Not sure what to do with %item_link, maybe I’ll just sell it for 1 silver.', 0, 0, '', 'Je ne suis pas sûr de ce que faire avec %item_link, peut-être que je vais juste le vendre pour 1 pièce d’argent.', 'Keine Ahnung, was ich mit %item_link machen soll, vielleicht verkauf ich’s für 1 Silber.', '不知道%item_link能干嘛,或许卖1个银币得了。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (40, 'broadcast_looting_item_poor', 'Another %item_link... well, at least I’m getting something.', 0, 0, '', 'Encore un %item_link... eh bien, au moins je reçois quelque chose.', 'Noch ein %item_link... naja, immerhin bekomme ich was.', '又是个%item_link...好吧,至少有点收获。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (41, 'broadcast_looting_item_poor', 'I hope %item_link is actually worth something because it looks awful.', 0, 0, '', 'J’espère que %item_link vaut en fait quelque chose parce que ça a l’air affreux.', 'Hoffentlich ist %item_link wenigstens was wert, sieht nämlich furchtbar aus.', '希望%item_link能值点钱,因为它看起来真垃圾。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (42, 'broadcast_looting_item_poor', 'Is %item_link a joke? Someone’s laughing at me.', 0, 0, '', '%item_link c’est une blague ? Quelqu’un se moque de moi.', 'Ist %item_link ein Witz? Irgendwer lacht mich aus.', '这%item_link是开玩笑吗?谁在嘲笑我啊!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (43, 'broadcast_looting_item_poor', 'Why do I keep getting %item_link... did I anger RNG?', 0, 0, '', 'Pourquoi est-ce que je continue à obtenir %item_link... est-ce que j’ai fâché le RNG?', 'Warum krieg ich immer wieder %item_link... hab ich die RNG-Götter verärgert?', '为啥我老是拿到%item_link……我是不是得罪了随机之神?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (44, 'broadcast_looting_item_poor', 'It’s like %item_link is following me around. I don’t want it!', 0, 0, '', 'C’est comme si %item_link me suivait partout. Je ne veux pas de ça !', 'Es ist, als würde %item_link mir nachlaufen. Ich will das nicht!', '这%item_link就像缠着我一样,我才不要呢!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (45, 'broadcast_looting_item_poor', 'There’s %item_link, again. What a surprise.', 0, 0, '', 'Encore %item_link. Quelle surprise.', 'Schon wieder %item_link. Was für eine Überraschung.', '又是%item_link,真是“惊喜”啊。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (46, 'broadcast_looting_item_poor', 'I guess %item_link is good for vendor trash?', 0, 0, '', 'I présume qu’ %item_link est bon pour vendre à un marchand ?', 'Ich schätze, %item_link taugt immerhin als Müll für den Händler?', '看来%item_link只能当垃圾卖给商人了?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (47, 'broadcast_looting_item_poor', 'Noooo, not %item_link again! RNG, please!', 0, 0, '', 'Oh non, pas encore %item_link! RNG s’il te plaît!', 'Neeein, nicht schon wieder %item_link! RNG, bitte!', '不!别又是%item_link!随机之神,求放过!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (48, 'broadcast_looting_item_poor', 'Well, at least %item_link isn’t completely useless, right?', 0, 0, '', 'Eh bien, au moins %item_link n’est pas complètement inutile, n’est-ce pas?', 'Naja, wenigstens ist %item_link nicht komplett nutzlos, oder?', '好吧,至少%item_link还不算完全没用,对吧?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (49, 'broadcast_looting_item_poor', 'Another %item_link? RNG, do you even care?', 0, 0, '', 'Encore %item_link ? La RNG est-ce que ça te dit quelque chose au moins?', 'Noch ein %item_link? RNG, interessiert dich das überhaupt?', '又一个%item_link?随机之神,你在乎过我的感受吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (50, 'broadcast_looting_item_poor', 'Maybe %item_link will be worth something in 10 years.', 0, 0, '', 'Peut-être que %item_link vaudra quelque chose dans 10 ans.', 'Vielleicht ist %item_link in 10 Jahren mal was wert.', '或许%item_link十年后能值点钱吧。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (51, 'broadcast_looting_item_poor', 'I guess I’ll just admire how %item_link looks... and throw it away.', 0, 0, '', 'Je suppose que je vais juste admirer %item_link ... et le jeter.', 'Ich schätze, ich bewundere einfach, wie %item_link aussieht... und werfe es weg.', '我就欣赏一下%item_link的样子……然后扔了吧。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (52, 'broadcast_looting_item_poor', 'Who needs %item_link? Not me, that’s for sure.', 0, 0, '', 'Qui a besoin de %item_link ? Pas moi en tout cas, ça c’est sûr.', 'Wer braucht %item_link? Ich auf jeden Fall nicht.', '谁需要%item_link啊?反正我肯定不要。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (53, 'broadcast_looting_item_poor', 'Maybe %item_link will be useful... just kidding, it’s trash.', 0, 0, '', 'Peut-être que %item_link sera utile... non, je plaisante, c’est nul.', 'Vielleicht ist %item_link nützlich... nur Spaß, ist Müll.', '也许%item_link有用……开玩笑的,就是个垃圾。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (54, 'broadcast_looting_item_poor', 'The universe has given me %item_link. Great.', 0, 0, '', 'L’univers m’a donné %item_link. Génial.', 'Das Universum hat mir %item_link geschenkt. Toll.', '宇宙赐予了我%item_link,棒极了。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (55, 'broadcast_looting_item_poor', 'Well, I have %item_link. Can’t say I’m thrilled.', 0, 0, '', 'Eh bien, j’ai %item_link. Franchement, je ne suis pas super emballé.', 'Naja, ich hab %item_link. Begeistert bin ich nicht.', '好吧,我拿到了%item_link,可一点也高兴不起来。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (56, 'broadcast_looting_item_poor', 'What am I even going to do with %item_link? Can’t even sell it.', 0, 0, '', 'Qu’est-ce que je vais bien pouvoir faire avec %item_link ? Je ne peux même pas le vendre.', 'Was soll ich bloß mit %item_link anfangen? Kann es nicht mal verkaufen.', '我拿%item_link能干啥?连卖都卖不掉。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (57, 'broadcast_looting_item_poor', 'Let’s add %item_link to my growing pile of disappointment.', 0, 0, '', 'Ajoutons %item_link à ma pile croissante de déceptions.', 'Packen wir %item_link zu meinem wachsenden Berg der Enttäuschungen.', '把%item_link扔进我那堆失望的垃圾里吧。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (58, 'broadcast_looting_item_poor', 'Thanks for %item_link... it’s exactly what I didn’t need.', 0, 0, '', 'Merci pour %item_link... c’est exactement ce qu’il me fallait pas.', 'Danke für %item_link... genau das, was ich nicht gebraucht habe.', '谢谢给了我%item_link……这正是我不需要的东西。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (59, 'broadcast_looting_item_poor', 'Another %item_link... RNG, we need to talk.', 0, 0, '', 'Encore un %item_link... RNG, on doit avoir une discussion.', 'Noch ein %item_link... RNG, wir müssen reden.', '又一个%item_link……随机之神,咱们得谈谈。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (60, 'broadcast_looting_item_poor', 'I’ve looted so many %item_link, I could open a store with them.', 0, 0, '', 'J’ai récupéré tellement de %item_link, je pourrais ouvrir un magasin avec.', 'Ich hab so viele %item_link gelootet, ich könnte einen Laden eröffnen.', '我捡了这么多%item_link,够开个杂货铺了。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (61, 'broadcast_looting_item_poor', 'A shiny %item_link... maybe for the trash pile.', 0, 0, '', 'Un brillant %item_link... peut-être destiné à la poubelle.', 'Ein glänzendes %item_link... perfekt für den Müll.', '一个闪亮的%item_link……大概只能扔垃圾堆了。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (62, 'broadcast_looting_item_poor', 'It’s %item_link, everybody. Don’t get too excited.', 0, 0, '', 'C’est %item_link, tout le monde. Pas de quoi s’affoler.', 'Es ist %item_link, Leute. Bloß nicht zu sehr freuen.', '各位,这是%item_link,别太激动哦。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (63, 'broadcast_looting_item_poor', 'Well, at least it’s %item_link... could be worse.', 0, 0, '', 'Eh bien, au moins c’est %item_link... ça pourrait être pire.', 'Naja, immerhin ist es %item_link... könnte schlimmer sein.', '好吧,至少是%item_link……还能更糟呢。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (64, 'broadcast_looting_item_poor', 'I’ll take %item_link over nothing.', 0, 0, '', 'Je préfère %item_link à rien du tout.', 'Lieber %item_link als gar nichts.', '有%item_link总比啥也没有强。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (65, 'broadcast_looting_item_poor', 'Another %item_link. Not the worst.', 0, 0, '', 'Encore un %item_link. Pas le pire.', 'Noch ein %item_link. Geht schlimmer.', '又一个%item_link,还不算最差。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (66, 'broadcast_looting_item_poor', 'Hey, %item_link... it’s okay, I suppose.', 0, 0, '', 'Salut, %item_link... c’est correct, je suppose.', 'Hey, %item_link... naja, ist okay, denk ich.', '嘿,%item_link……还行吧,我觉得。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (67, 'broadcast_looting_item_normal', 'Hey, %item_link. Not bad, not great, but I’ll take it.', 0, 0, '', 'Salut, %item_link. Pas mal, pas super, mais je vais le prendre.', 'Hey, %item_link. Nicht schlecht, nicht überragend, aber ich nehm’s.', '嘿,%item_link。不算好也不算差,拿了再说。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (68, 'broadcast_looting_item_normal', 'Could be worse... I just looted %item_link.', 0, 0, '', 'Ça aurait pu être pire... Je viens juste de mettre la main sur %item_link.', 'Könnte schlimmer sein... hab grad %item_link gelootet.', '还行吧……刚捡到个%item_link。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (69, 'broadcast_looting_item_normal', 'I guess %item_link will come in handy for something.', 0, 0, '', 'Je suppose que %item_link va être utile pour quelque chose.', 'Ich schätze, %item_link wird irgendwann mal nützlich sein.', '我觉得%item_link总能派上点用场。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (70, 'broadcast_looting_item_normal', 'Another day, another %item_link. Can’t complain.', 0, 0, '', 'Encore une journée, encore un %item_link. Je ne vais pas me plaindre.', 'Neuer Tag, neues %item_link. Kann mich nicht beschweren.', '又是新的一天,又捡到个%item_link,挺好。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (71, 'broadcast_looting_item_normal', 'Well, %item_link is alright, I guess.', 0, 0, '', 'Hmm, %item_link, c’est pas mal, je suppose.', 'Joah, %item_link geht klar, denk ich.', '嗯,%item_link还行吧,我觉得。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (72, 'broadcast_looting_item_normal', 'Just got %item_link. It’s not the best, but it’s something.', 0, 0, '', 'Je viens de récupérer %item_link. Ce n’est pas le meilleur, mais c’est mieux que rien.', 'Hab grad %item_link bekommen. Nicht das Beste, aber besser als nix.', '刚拿到%item_link,不是最好的,但也算有点收获。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (73, 'broadcast_looting_item_normal', 'Could be worse, at least it’s %item_link.', 0, 0, '', 'Ça pourrait être pire, au moins c’est %item_link.', 'Könnte schlimmer sein, immerhin ist es %item_link.', '还能更糟呢,至少是%item_link。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (74, 'broadcast_looting_item_normal', '%item_link is good enough, I’m not mad.', 0, 0, '', '%item_link est assez bon, je ne suis pas fâché.', '%item_link ist gut genug, ich kann mich nicht beklagen.', '%item_link还不错,我没啥好抱怨的。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (75, 'broadcast_looting_item_normal', 'It’s no legendary, but %item_link will do.', 0, 0, '', 'Ce n’est pas légendaire, mais %item_link fera l’affaire.', 'Ist kein Legendäres, aber %item_link reicht.', '虽然不是传说装备,但%item_link也凑合了。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (76, 'broadcast_looting_item_normal', 'Not a bad drop... %item_link is alright.', 0, 0, '', 'Pas mal du tout cette trouvaille... %item_link est pas mal du tout.', 'Kein schlechter Drop... %item_link geht in Ordnung.', '掉落还行……%item_link不错。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (77, 'broadcast_looting_item_normal', 'I’ll take %item_link over nothing.', 0, 0, '', 'Je préfère %item_link à rien du tout.', 'Lieber %item_link als gar nichts.', '有%item_link总比啥也没有强。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (78, 'broadcast_looting_item_normal', 'Not the best, but %item_link is a nice addition.', 0, 0, '', 'Ce n’est pas le meilleur, mais %item_link est une belle addition.', 'Nicht das Beste, aber %item_link ist eine nette Ergänzung.', '不是最好的,但%item_link也是个不错的收获。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (79, 'broadcast_looting_item_normal', 'Getting %item_link again. I guess it’s better than nothing.', 0, 0, '', 'Encore en train de récupérer %item_link. Je suppose que c’est mieux que rien.', 'Schon wieder %item_link. Naja, besser als nix.', '又拿了个%item_link,总比啥也没有好。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (80, 'broadcast_looting_item_normal', '%item_link again, huh? I’m not thrilled, but I’ll live.', 0, 0, '', 'Encore %item_link, hein? Je ne suis pas super enthousiaste, mais bon, je vais m’en sortir.', 'Schon wieder %item_link, hm? Bin nicht begeistert, aber naja.', '又是%item_link?不太激动,不过还能接受。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (81, 'broadcast_looting_item_normal', 'Another %item_link? I’m okay with that.', 0, 0, '', 'Encore un %item_link? Ça me va.', 'Noch ein %item_link? Passt schon.', '又一个%item_link?我觉得还行。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (82, 'broadcast_looting_item_normal', 'Could’ve gotten worse, but %item_link isn’t so bad.', 0, 0, '', 'Ça aurait pu être pire, mais %item_link n’est pas si mal.', 'Hätte schlimmer kommen können, %item_link ist okay.', '本来可能更糟,但%item_link还算可以。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (83, 'broadcast_looting_item_normal', 'It’s %item_link... but at least it’s something.', 0, 0, '', 'C’est %item_link... mais au moins c’est quelque chose.', 'Es ist %item_link... aber immerhin etwas.', '是%item_link……但至少是个东西。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (84, 'broadcast_looting_item_normal', 'I’ll take %item_link, could be worse.', 0, 0, '', 'Je vais prendre %item_link, ça aurait pu être pire.', 'Ich nehm %item_link, hätte schlimmer sein können.', '我就拿%item_link吧,总比更糟的好。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (85, 'broadcast_looting_item_normal', 'Looted %item_link, nothing special but okay.', 0, 0, '', 'J’ai pillé %item_link, rien de spécial mais bon.', 'Hab %item_link gelootet, nichts Besonderes, aber okay.', '捡了个%item_link,没啥特别的,但还行。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (86, 'broadcast_looting_item_normal', 'Not what I wanted, but %item_link will do for now.', 0, 0, '', 'Ce n’est pas exactement ce que je voulais, mais %item_link fera l’affaire pour l’instant.', 'Nicht das, was ich wollte, aber %item_link reicht erstmal.', '不是我想要的,但%item_link先凑合用吧。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (87, 'broadcast_looting_item_normal', 'Another %item_link. Not amazing, but it’ll do.', 0, 0, '', 'Encore un %item_link. Pas extraordinaire, mais ça fera l’affaire.', 'Noch ein %item_link. Nicht der Hammer, aber geht.', '又一个%item_link,不算惊艳,但能用。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (88, 'broadcast_looting_item_normal', 'Looted %item_link, could be worse.', 0, 0, '', 'J’ai pillé %item_link, ça aurait pu être pire.', 'Hab %item_link gelootet, hätte schlimmer sein können.', '捡了个%item_link,还不算太糟。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (89, 'broadcast_looting_item_normal', 'Well, %item_link is better than a poke in the eye.', 0, 0, '', 'Eh bien, %item_link vaut mieux que de se faire poke dans l’œil.', 'Naja, %item_link ist besser, als ins Auge gestochen zu werden.', '好吧,%item_link总比被戳眼强。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (90, 'broadcast_looting_item_normal', 'I’ll take %item_link and move on.', 0, 0, '', 'Je vais prendre %item_link et continuer.', 'Ich nehm %item_link und mach weiter.', '拿上%item_link,继续前行吧。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (91, 'broadcast_looting_item_uncommon', 'Nice! A solid %item_link for the collection.', 0, 0, '', 'Super! Un bel %item_link pour la collection.', 'Nice! Ein solides %item_link für die Sammlung.', '不错!一个靠谱的%item_link,收好了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (92, 'broadcast_looting_item_uncommon', 'I’ll take that %item_link any day.', 0, 0, '', 'Je prendrais bien ce lien de %item_link n’importe quel jour.', 'Den %item_link nehm ich jederzeit.', '这%item_link我随时都乐意拿!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (93, 'broadcast_looting_item_uncommon', 'Not bad, %item_link might come in handy.', 0, 0, '', 'Pas mal, %item_link pourrait s’avérer utile.', 'Nicht schlecht, %item_link könnte nützlich sein.', '还不错,%item_link说不定能派上用场。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (94, 'broadcast_looting_item_uncommon', 'Got myself a %item_link, now we’re talking.', 0, 0, '', 'Je me suis procuré %item_link, ça va être la folie maintenant !', 'Hab mir ein %item_link geholt, jetzt geht’s ab.', '搞到个%item_link,这下有戏了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (95, 'broadcast_looting_item_uncommon', 'That %item_link is better than most, I’ll take it.', 0, 0, '', 'Ce %item_link est meilleur que la plupart, je vais le prendre.', 'Dieses %item_link ist besser als die meisten, nehm ich.', '这%item_link比大多数都好,我收下了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (96, 'broadcast_looting_item_uncommon', 'I could use %item_link for something good.', 0, 0, '', 'Je pourrais utiliser %item_link pour quelque chose de bien.', 'Ich könnte %item_link für etwas Nützliches gebrauchen.', '我能用%item_link干点好事。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (97, 'broadcast_looting_item_uncommon', 'Not bad, %item_link will work just fine.', 0, 0, '', 'Pas mal, %item_link va parfaitement convenir.', 'Nicht schlecht, %item_link passt schon.', '不错,%item_link用起来正好。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (98, 'broadcast_looting_item_uncommon', 'Another %item_link, at least it’s not useless.', 0, 0, '', 'Encore un %item_link, au moins ce n’est pas inutile.', 'Noch ein %item_link, immerhin nicht nutzlos.', '又一个%item_link,至少不是没用的。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (99, 'broadcast_looting_item_uncommon', 'That %item_link might make a decent profit.', 0, 0, '', 'Ce %item_link pourrait me rapporter un joli profit.', 'Das %item_link könnte einen netten Gewinn bringen.', '这%item_link说不定能卖个好价钱。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (100, 'broadcast_looting_item_uncommon', 'A solid %item_link, now the day is looking better.', 0, 0, '', 'Un bon %item_link, ça rend la journée plus belle maintenant.', 'Ein solides %item_link, jetzt sieht der Tag besser aus.', '一个靠谱的%item_link,今天心情都变好了。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (101, 'broadcast_looting_item_uncommon', 'Well, I didn’t expect %item_link, but I’ll take it.', 0, 0, '', 'Eh bien, je ne m’attendais pas à %item_link, mais je vais le prendre.', 'Nun, %item_link hab ich nicht erwartet, aber ich nehm’s.', '嗯,没想到会拿到%item_link,但我收下了。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (102, 'broadcast_looting_item_uncommon', 'Not sure what to do with %item_link, but I’m happy to have it.', 0, 0, '', 'Je ne suis pas sûr de ce qu’il faut faire avec %item_link, mais je suis content de l’avoir.', 'Keine Ahnung, was ich mit %item_link machen soll, aber ich freu mich drüber.', '不太确定%item_link干啥用,但我很开心能拿到。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (103, 'broadcast_looting_item_uncommon', 'Not my first choice, but I’ll happily accept %item_link.', 0, 0, '', 'Ce n’était pas mon premier choix, mais je vais volontiers accepter %item_link.', 'Nicht meine erste Wahl, aber ich nehm %item_link gerne.', '不是我的首选,但我很乐意收下%item_link。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (104, 'broadcast_looting_item_uncommon', 'That %item_link is exactly what I needed today.', 0, 0, '', 'Ce %item_link est exactement ce dont j’avais besoin aujourd’hui.', '%item_link ist genau das, was ich heute gebraucht habe.', '这%item_link正是我今天需要的!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (105, 'broadcast_looting_item_uncommon', 'I’ll never say no to a nice %item_link.', 0, 0, '', 'Je ne dis jamais non à une belle %item_link.', 'Zu einem schönen %item_link sag ich nie nein.', '对一个不错的%item_link,我从不说不。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (106, 'broadcast_looting_item_uncommon', 'Another %item_link. I’ll take it, no complaints here.', 0, 0, '', 'Encore un %item_link. Je le prends, pas de soucis ici.', 'Noch ein %item_link. Ich nehm’s, keine Beschwerden.', '又一个%item_link,我收下,没啥好抱怨的。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (107, 'broadcast_looting_item_uncommon', 'At least %item_link has some use. Not the worst loot.', 0, 0, '', 'Au moins %item_link a une certaine utilité. Ce n’est pas le pire butin.', 'Zumindest hat %item_link eine Verwendung. Nicht der schlechteste Loot.', '至少%item_link有点用,不是最差的战利品。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (108, 'broadcast_looting_item_uncommon', '%item_link might just be the one thing I need for the day.', 0, 0, '', 'Hmm, le lien %item_link pourrait bien être exactement ce dont j’ai besoin pour la journée.', 'Vielleicht ist %item_link genau das, was ich heute brauche.', '或许%item_link正是我今天需要的东西。', '', '', '', ''); + +-- quest events +-- usable placeholders: +-- %quest_link +-- %zone_name +-- %area_name +-- %my_race +-- %my_class +-- %my_level +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (109, 'broadcast_quest_accepted_generic', 'I have just taken the %quest_link', 0, 0, '', 'Je viens de commencer %quest_link.', 'Ich habe gerade %quest_link angenommen.', '我刚接了%quest_link任务。', '', '', '', 'Я только что взял %quest_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (110, 'broadcast_quest_accepted_generic', 'just accepted %quest_link', 0, 0, '', 'Je viens d’accepter %quest_link', 'Hab gerade %quest_link angenommen.', '刚接受了%quest_link任务。', '', '', '', 'только что принял %quest_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (111, 'broadcast_quest_accepted_generic', '%quest_link gonna try to complete this one', 0, 0, '', '%quest_link Je vais essayer de terminer celle-ci.', '%quest_link – Ich versuch mal, die abzuschließen.', '%quest_link,这个任务我得试着完成。', '', '', '', '%quest_link попробую выполнить это задание'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (112, 'broadcast_quest_accepted_generic', 'took %quest_link in %zone_name', 0, 0, '', 'J’ai pris %quest_link dans %zone_name.', 'Hab %quest_link in %zone_name angenommen.', '在%zone_name接下了%quest_link任务。', '', '', '', 'взял %quest_link в %zone_name'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (113, 'broadcast_quest_accepted_generic', 'I just picked up %quest_link, time to get to work!', 0, 0, '', 'Je viens de prendre %quest_link, c’est parti pour se mettre au travail !', 'Hab gerade %quest_link angenommen, ran an die Arbeit!', '刚接到%quest_link,是时候开干了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (114, 'broadcast_quest_accepted_generic', 'Got %quest_link, let’s see what this one is about.', 0, 0, '', 'J’ai obtenu %quest_link, voyons de quoi il s’agit.', 'Hab %quest_link bekommen, mal sehen, worum’s geht.', '拿到了%quest_link,看看这是个啥任务。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (115, 'broadcast_quest_accepted_generic', 'Just grabbed %quest_link, let’s do this!', 0, 0, '', 'Je viens de prendre %quest_link, allons-y!', 'Hab gerade %quest_link geschnappt, los geht’s!', '刚抢到%quest_link,走起!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (116, 'broadcast_quest_accepted_generic', 'Another quest, another %quest_link. Let’s go!', 0, 0, '', 'Encore une autre quête, encore %quest_link. Allons-y!', 'Noch eine Quest, noch ein %quest_link. Auf geht’s!', '又一个任务,又是%quest_link,走吧!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (117, 'broadcast_quest_accepted_generic', 'Looks like it’s %quest_link time, wish me luck.', 0, 0, '', 'Il semblerait que c’est l’heure de faire %quest_link, souhaitez-moi bonne chance.', 'Sieht aus, als wäre %quest_link dran. Drückt mir die Daumen!', '看来是时候做%quest_link了,祝我好运吧。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (118, 'broadcast_quest_accepted_generic', 'Accepted %quest_link, let’s see how tough this one is.', 0, 0, '', 'Accepté %quest_link, eh bien, voyons à quel point celle-ci est difficile.', 'Hab %quest_link angenommen, mal sehen, wie schwer sie ist.', '接受了%quest_link,看看这任务有多难。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (119, 'broadcast_quest_accepted_generic', 'Picked up %quest_link, time to go make some progress.', 0, 0, '', 'J’ai récupéré %quest_link, il est temps d’avancer et de progresser.', 'Hab %quest_link aufgenommen, Zeit, Fortschritt zu machen.', '拿下%quest_link,该去干点活儿了。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (120, 'broadcast_quest_accepted_generic', 'Just took %quest_link. Let’s see how hard this one is.', 0, 0, '', 'Je viens de commencer %quest_link. Voyons à quel point elle est difficile.', 'Hab gerade %quest_link angenommen. Mal sehen, wie hart sie ist.', '刚接了%quest_link,看看这任务有多棘手。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (121, 'broadcast_quest_accepted_generic', 'Accepted %quest_link, let’s hope there’s no surprise boss at the end.', 0, 0, '', 'Accepté %quest_link, espérons qu’il n’y ait pas de boss surprise à la fin.', 'Hab %quest_link angenommen, hoffentlich gibt’s am Ende keinen Überraschungsboss.', '接了%quest_link,希望最后别蹦出个惊喜首领。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (122, 'broadcast_quest_accepted_generic', 'On my way to complete %quest_link. Here we go!', 0, 0, '', 'En route pour terminer ma quête %quest_link! C’est parti!', 'Unterwegs, um %quest_link abzuschließen. Auf geht’s!', '正在赶去完成%quest_link,走起!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (123, 'broadcast_quest_accepted_generic', 'I guess I’m doing %quest_link now. Let’s hope it’s worth it.', 0, 0, '', 'Je suppose que je me lance dans %quest_link maintenant. Espérons que cela en vaille la peine.', 'Sieht so aus, als würde ich jetzt %quest_link machen. Hoffentlich lohnt es sich.', '看来现在得做%quest_link,希望值回票价。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (124, 'broadcast_quest_accepted_generic', 'Picked up %quest_link. Let’s get moving!', 0, 0, '', 'J’ai récupéré %quest_link. Allez, on se bouge !', 'Hab %quest_link bekommen. Los geht’s!', '拿到了%quest_link,赶紧行动起来!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (125, 'broadcast_quest_accepted_generic', 'I’ve just taken %quest_link. This should be a piece of cake.', 0, 0, '', 'Je viens juste de prendre %quest_link. Ça devrait être facile comme tout.', 'Hab gerade %quest_link angenommen. Das sollte ein Klacks sein.', '刚接了%quest_link,这应该很简单。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (126, 'broadcast_quest_accepted_generic', 'I accepted %quest_link, now to knock it out of the park.', 0, 0, '', 'J’ai accepté %quest_link, maintenant il va falloir assurer comme jamais.', 'Hab %quest_link angenommen, jetzt bring ich’s zu Ende.', '我接了%quest_link,现在得干得漂亮。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (127, 'broadcast_quest_accepted_generic', 'Took %quest_link in %zone_name. Let’s do this!', 0, 0, '', 'J’ai pris %quest_link dans %zone_name. Allons-y!', 'Hab %quest_link in %zone_name angenommen. Los geht’s!', '在%zone_name接了%quest_link,干吧!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (128, 'broadcast_quest_accepted_generic', 'On my way to finish %quest_link. Let’s make it quick!', 0, 0, '', 'En route pour terminer %quest_link. Allez, on se dépêche !', 'Unterwegs, um %quest_link zu beenden. Machen wir’s schnell!', '正在去完成%quest_link,赶紧搞定!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (129, 'broadcast_quest_accepted_generic', 'Accepted %quest_link. Wonder what awaits me in %zone_name.', 0, 0, '', 'Quête %quest_link acceptée. Je me demande ce qui m’attend dans la zone %zone_name.', '%quest_link angenommen. Mal sehen, was mich in %zone_name erwartet.', '接了%quest_link,不知道%zone_name会有啥等着我。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (130, 'broadcast_quest_accepted_generic', 'Got %quest_link, hope it doesn’t take forever.', 0, 0, '', 'J’ai attrapé %quest_link, j’espère que ça ne prendra pas une éternité.', 'Hab %quest_link bekommen, hoffentlich dauert das nicht ewig.', '拿到了%quest_link,希望别拖太久。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (131, 'broadcast_quest_accepted_generic', 'Just grabbed %quest_link. Here we go again.', 0, 0, '', 'Je viens de récupérer %quest_link. C’est reparti pour une nouvelle aventure.', 'Hab %quest_link geschnappt. Und wieder geht’s los.', '刚抢到%quest_link,又开始了。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (132, 'broadcast_quest_accepted_generic', 'Looks like %quest_link is the next one on my list.', 0, 0, '', 'Il semblerait que %quest_link soit le prochain sur ma liste.', 'Sieht aus, als wäre %quest_link die nächste auf meiner Liste.', '看来%quest_link是我列表上的下一个任务。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (133, 'broadcast_quest_accepted_generic', 'Off to complete %quest_link. I hope this one is fun.', 0, 0, '', 'En route pour accomplir %quest_link. J’espère que celle-ci est amusante.', 'Auf geht’s, %quest_link abschließen. Hoffentlich macht die Spaß.', '去完成%quest_link,希望这任务有点意思。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (134, 'broadcast_quest_accepted_generic', 'I’m diving into %quest_link. This will be an adventure!', 0, 0, '', 'Je plonge dans %quest_link. Ça s’annonce comme une aventure passionnante !', 'Ich stürze mich in %quest_link. Das wird ein Abenteuer!', '我一头扎进%quest_link,这会是一场冒险!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (135, 'broadcast_quest_accepted_generic', 'Accepted %quest_link in %zone_name. Let’s see what this brings!', 0, 0, '', '%Quête acceptée dans %zone_name. Voyons ce que cela nous réserve !', '%quest_link in %zone_name angenommen. Mal sehen, was das bringt!', '在%zone_name接了%quest_link,看看会发生啥!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (136, 'broadcast_quest_accepted_generic', 'Just took %quest_link. Time to see what I’m up against.', 0, 0, '', 'Je viens de prendre %quest_link. C’est l’heure de voir à quoi je dois faire face.', 'Hab gerade %quest_link angenommen. Mal sehen, was mich erwartet.', '刚接了%quest_link,是时候看看我要面对啥了。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (137, 'broadcast_quest_accepted_generic', 'Another %quest_link. Let’s get this done quickly!', 0, 0, '', 'Encore une %quest_link. On va régler ça rapidement!', 'Noch eine %quest_link. Machen wir’s schnell!', '又一个%quest_link,赶紧搞定吧!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (138, 'broadcast_quest_accepted_generic', 'I just took %quest_link. This will be a fun one!', 0, 0, '', 'Je viens de prendre %quest_link. Ça promet d’être amusant !', 'Hab gerade %quest_link angenommen. Das wird bestimmt lustig!', '刚接了%quest_link,这任务应该挺有趣!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (139, 'broadcast_quest_accepted_generic', 'Taking on %quest_link in %zone_name. Let’s go!', 0, 0, '', 'Je me lance dans %quest_link dans la région de %zone_name. C’est parti !', 'Starte %quest_link in %zone_name. Los geht’s!', '在%zone_name挑战%quest_link,走起!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (140, 'broadcast_quest_accepted_generic', 'Grabbed %quest_link. Can’t wait to see what happens next.', 0, 0, '', 'Attrapé %quest_link. Hâte de voir ce qui se passe ensuite.', 'Hab %quest_link geschnappt. Bin gespannt, was als Nächstes passiert.', '抢到%quest_link,迫不及待想知道接下来会发生啥。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (141, 'broadcast_quest_accepted_generic', 'Took %quest_link. Time to dive in and get it done.', 0, 0, '', 'J’ai pris %quest_link. Il est temps de s’y mettre et de le réaliser.', 'Hab %quest_link angenommen. Zeit, loszulegen.', '接了%quest_link,是时候埋头苦干了。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (142, 'broadcast_quest_accepted_generic', 'Alright, %quest_link is on. Let’s get to work!', 0, 0, '', 'D’accord, %quest_link est en marche. Au travail !', 'Alles klar, %quest_link läuft. An die Arbeit!', '好吧,%quest_link开始了,干活去!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (143, 'broadcast_quest_accepted_generic', 'On to %quest_link. Let’s hope it’s not too hard.', 0, 0, '', 'En route vers %quest_link. Espérons que ce ne soit pas trop difficile.', 'Auf zu %quest_link. Hoffentlich ist die nicht zu schwer.', '前往做%quest_link,希望别太难。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (144, 'broadcast_quest_accepted_generic', 'Just grabbed %quest_link. Should be an easy one!', 0, 0, '', 'Je viens de saisir %quest_link. Ça devrait être une mission facile !', 'Hab gerade %quest_link geschnappt. Sollte einfach sein!', '刚抢到%quest_link,应该挺简单的!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (145, 'broadcast_quest_accepted_generic', 'I’ve accepted %quest_link. Let’s make it quick!', 0, 0, '', 'J’ai accepté %quest_link. Allons-y rapidement!', 'Hab %quest_link angenommen. Machen wir’s schnell!', '我接了%quest_link,赶紧完成吧!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (146, 'broadcast_quest_accepted_generic', 'Took %quest_link, now to see what it’s all about.', 0, 0, '', 'J’ai pris %quest_link, maintenant je vais voir de quoi il s’agit.', 'Hab %quest_link angenommen, mal sehen, worum’s geht.', '接了%quest_link,现在看看这是个啥任务。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (147, 'broadcast_quest_accepted_generic', 'Just accepted %quest_link, let’s get moving!', 0, 0, '', 'Je viens d’accepter la %quest_link, allons-y !', 'Gerade %quest_link angenommen, los geht’s!', '刚接受了%quest_link,动起来吧!', '', '', '', ''); + +-- usable placeholders: +-- %quest_link +-- %zone_name +-- %area_name +-- %quest_obj_available +-- %quest_obj_required +-- %quest_obj_missing +-- %quest_obj_name +-- %quest_obj_full_formatted +-- %my_race +-- %my_class +-- %my_level +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (148, 'broadcast_quest_update_add_kill_objective_completed', 'Finally done with the %quest_obj_name for %quest_link', 0, 0, '', 'Enfin terminé avec la quête %quest_obj_name pour %quest_link.', 'Endlich fertig mit %quest_obj_name für %quest_link.', '终于完成了%quest_link的%quest_obj_name任务目标!', '', '', '', 'Наконец-то закончил %quest_obj_name для %quest_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (149, 'broadcast_quest_update_add_kill_objective_completed', 'finally got %quest_obj_available/%quest_obj_required of %quest_obj_name for the %quest_link', 0, 0, '', 'J’ai enfin obtenu %quest_obj_available/%quest_obj_required de %quest_obj_name pour %quest_link.', 'Endlich %quest_obj_available/%quest_obj_required von %quest_obj_name für %quest_link bekommen.', '终于在%quest_link任务中拿到了%quest_obj_available/%quest_obj_required个%quest_obj_name!', '', '', '', 'наконец-то получил %quest_obj_available/%quest_obj_required %quest_obj_name для %quest_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (150, 'broadcast_quest_update_add_kill_objective_completed', '%quest_obj_full_formatted for the %quest_link, at last', 0, 0, '', 'Enfin, j’ai terminé la %quest_obj_full_formatted pour %quest_link.', '%quest_obj_full_formatted für %quest_link, endlich fertig.', '终于搞定了%quest_link的%quest_obj_full_formatted!', '', '', '', '%quest_obj_full_formatted для %quest_link, наконец-то'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (151, 'broadcast_quest_update_add_kill_objective_progress', 'Oof, got %quest_obj_available/%quest_obj_required %quest_obj_name for %quest_link', 0, 0, '', 'Oof, j’ai obtenu %quest_obj_available/%quest_obj_required %quest_obj_name pour %quest_link.', 'Uff, %quest_obj_available/%quest_obj_required %quest_obj_name für %quest_link gesammelt.', '呼,完成了%quest_link的%quest_obj_available/%quest_obj_required个%quest_obj_name。', '', '', '', 'Ох, получил %quest_obj_available/%quest_obj_required %quest_obj_name для %quest_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (152, 'broadcast_quest_update_add_kill_objective_progress', 'still need %quest_obj_missing more of %quest_obj_name for %quest_link', 0, 0, '', 'Il me manque encore %quest_obj_missing de %quest_obj_name pour %quest_link.', 'Mir fehlen noch %quest_obj_missing von %quest_obj_name für %quest_link.', '还差%quest_obj_missing个%quest_obj_name才能完成%quest_link。', '', '', '', 'еще нужно %quest_obj_missing %quest_obj_name для %quest_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (153, 'broadcast_quest_update_add_kill_objective_progress', '%quest_obj_full_formatted, still working on %quest_link', 0, 0, '', 'Je suis toujours en train de travailler sur %quest_obj_full_formatted, ça prend un peu de temps mais je vais y arriver.', '%quest_obj_full_formatted erledigt, arbeite noch an %quest_link.', '%quest_obj_full_formatted完成了,还在努力做%quest_link。', '', '', '', '%quest_obj_full_formatted, все еще работаю над %quest_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (154, 'broadcast_quest_update_add_kill_objective_completed', '%quest_obj_name complete for %quest_link, what a grind!', 0, 0, '', '%quest_obj_name complété pour %quest_link, quelle corvée !', '%quest_obj_name für %quest_link erledigt, was für ein Grind!', '%quest_obj_name完成了%quest_link,真是累死人!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (155, 'broadcast_quest_update_add_kill_objective_progress', 'Getting close to completing %quest_obj_name for %quest_link, just need %quest_obj_missing more.', 0, 0, '', 'Je suis sur le point de terminer %quest_obj_name pour %quest_link, il me manque juste %quest_obj_missing.', 'Fast fertig mit %quest_obj_name für %quest_link, brauche nur noch %quest_obj_missing.', '快完成%quest_link的%quest_obj_name了,只差%quest_obj_missing个。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (156, 'broadcast_quest_update_add_kill_objective_progress', '%quest_obj_name is almost done, need just %quest_obj_missing more for %quest_link.', 0, 0, '', 'Il ne manque presque rien à %quest_obj_name, j’ai juste besoin de %quest_obj_missing de plus pour %quest_link.', '%quest_obj_name fast geschafft, brauche nur noch %quest_obj_missing für %quest_link.', '%quest_obj_name快完成了,%quest_link还差%quest_obj_missing个。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (157, 'broadcast_quest_update_add_kill_objective_progress', 'So far, %quest_obj_available/%quest_obj_required %quest_obj_name completed for %quest_link.', 0, 0, '', 'Jusqu’à présent, %quest_obj_available/%quest_obj_required %quest_obj_name ont été complétés pour %quest_link.', 'Bisher %quest_obj_available/%quest_obj_required %quest_obj_name für %quest_link erledigt.', '目前完成了%quest_link的%quest_obj_available/%quest_obj_required个%quest_obj_name。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (158, 'broadcast_quest_update_add_kill_objective_completed', 'Finally finished %quest_obj_name for %quest_link! That took a while!', 0, 0, '', 'J’ai enfin terminé %quest_obj_name pour %quest_link! Ça m’a pris un moment!', 'Endlich %quest_obj_name für %quest_link abgeschlossen! Das hat gedauert!', '终于完成了%quest_link的%quest_obj_name,花了好长时间!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (159, 'broadcast_quest_update_add_kill_objective_progress', 'Still going strong, got %quest_obj_available/%quest_obj_required of %quest_obj_name for %quest_link.', 0, 0, '', 'Toujours en pleine forme, j’ai réussi à obtenir %quest_obj_available/%quest_obj_required de %quest_obj_name pour %quest_link.', 'Läuft gut, %quest_obj_available/%quest_obj_required von %quest_obj_name für %quest_link bekommen.', '进展顺利,拿到了%quest_link的%quest_obj_available/%quest_obj_required个%quest_obj_name。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (160, 'broadcast_quest_update_add_kill_objective_completed', 'Yes! Completed %quest_obj_name for %quest_link. On to the next one!', 0, 0, '', 'Oui! J’ai fini %quest_obj_name pour %quest_link. Passons à la prochaine!', 'Ja! %quest_obj_name für %quest_link abgeschlossen. Weiter geht’s!', '好耶!完成了%quest_link的%quest_obj_name,下一目标!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (161, 'broadcast_quest_update_add_kill_objective_progress', 'Made progress on %quest_obj_name, %quest_obj_available/%quest_obj_required completed for %quest_link.', 0, 0, '', 'J’ai fait des progrès sur l’objectif de quête, j’ai terminé %quest_obj_available/%quest_obj_required pour %quest_link.', 'Fortschritt bei %quest_obj_name gemacht, %quest_obj_available/%quest_obj_required für %quest_link abgeschlossen.', '在%quest_obj_name上有了进展,完成了%quest_link的%quest_obj_available/%quest_obj_required。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (162, 'broadcast_quest_update_add_kill_objective_progress', '%quest_obj_full_formatted... almost there for %quest_link!', 0, 0, '', '%quest_obj_full_formatted... presque arrivé pour %quest_link!', '%quest_obj_full_formatted... fast fertig mit %quest_link!', '%quest_obj_full_formatted…快搞定%quest_link了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (163, 'broadcast_quest_update_add_kill_objective_progress', 'Just need %quest_obj_missing more %quest_obj_name for %quest_link, almost done!', 0, 0, '', 'J’ai juste besoin de quelques %quest_obj_missing supplémentaires de %quest_obj_name pour %quest_link, presque terminé !', 'Brauche nur noch %quest_obj_missing mehr von %quest_obj_name für %quest_link, fast geschafft!', '只差%quest_obj_missing个%quest_obj_name就能完成%quest_link,快好了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (164, 'broadcast_quest_update_add_kill_objective_completed', 'Finally done with %quest_obj_name for %quest_link, what a relief!', 0, 0, '', 'Enfin terminé avec %quest_obj_name pour %quest_link, quel soulagement !', 'Endlich fertig mit %quest_obj_name für %quest_link, was für eine Erleichterung!', '终于搞定了%quest_link的%quest_obj_name,真是松了一口气!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (165, 'broadcast_quest_update_add_kill_objective_progress', 'Got %quest_obj_available/%quest_obj_required of %quest_obj_name for %quest_link, making progress!', 0, 0, '', 'J’ai obtenu %quest_obj_available/%quest_obj_required de %quest_obj_name pour %quest_link, je progresse !', '%quest_obj_available/%quest_obj_required von %quest_obj_name für %quest_link bekommen, Fortschritt gemacht!', '拿到了%quest_link的%quest_obj_available/%quest_obj_required个%quest_obj_name,进展不错!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (166, 'broadcast_quest_update_add_kill_objective_completed', 'The %quest_obj_name for %quest_link is complete! Now for the next task.', 0, 0, '', 'La %quest_obj_name pour %quest_link est terminée ! Maintenant, passons à la tâche suivante.', '%quest_obj_name für %quest_link ist erledigt! Jetzt zur nächsten Aufgabe.', '%quest_link的%quest_obj_name完成了!接下来是下一个目标。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (167, 'broadcast_quest_update_add_kill_objective_completed', '100% of %quest_obj_name done for %quest_link, now onto the rewards!', 0, 0, '', 'J’ai terminé 100% de %quest_obj_name pour %quest_link, passons maintenant aux récompenses!', '100% von %quest_obj_name für %quest_link erledigt, jetzt zu den Belohnungen!', '完成了 %quest_obj_name 的 100% 进度,为 %quest_link,接下来就是领取奖励了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (168, 'broadcast_quest_update_add_kill_objective_progress', 'Still need %quest_obj_missing more of %quest_obj_name for %quest_link, almost done!', 0, 0, '', 'J’ai encore besoin de %quest_obj_missing de %quest_obj_name pour %quest_link, presque terminé !', 'Brauche noch %quest_obj_missing mehr von %quest_obj_name für %quest_link, fast fertig!', '还差 %quest_obj_missing 个 %quest_obj_name 就能完成 %quest_link,快搞定了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (169, 'broadcast_quest_update_add_kill_objective_progress', 'Working on %quest_obj_name for %quest_link, currently %quest_obj_available/%quest_obj_required done.', 0, 0, '', 'Je travaille sur la quête %quest_obj_name pour %quest_link, j’ai actuellement accompli %quest_obj_available sur %quest_obj_required étapes.', 'Arbeite an %quest_obj_name für %quest_link, bisher %quest_obj_available/%quest_obj_required erledigt.', '正在为 %quest_link 搞定 %quest_obj_name,目前完成了 %quest_obj_available/%quest_obj_required。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (170, 'broadcast_quest_update_add_kill_objective_completed', '%quest_obj_full_formatted for %quest_link. That was a long one!', 0, 0, '', '%quest_obj_full_formatted pour %quest_link. Quelle aventure épique!', '%quest_obj_full_formatted für %quest_link. Das war eine lange Aufgabe!', '完成了 %quest_obj_full_formatted,为 %quest_link。这任务真够长的!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (171, 'broadcast_quest_update_add_kill_objective_progress', 'Just need a few more of %quest_obj_name for %quest_link, and I’m done!', 0, 0, '', 'J’ai juste besoin de quelques %quest_obj_name de plus pour %quest_link, et j’ai fini!', 'Brauche nur noch ein paar %quest_obj_name für %quest_link, dann bin ich fertig!', '就差几个 %quest_obj_name 就能完成 %quest_link,马上就搞定啦!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (172, 'broadcast_quest_update_add_kill_objective_completed', 'Another objective completed! %quest_obj_full_formatted for %quest_link', 0, 0, '', 'Encore un objectif accompli! %quest_obj_full_formatted pour %quest_link', 'Noch ein Ziel erreicht! %quest_obj_full_formatted für %quest_link', '又一个目标完成!%quest_obj_full_formatted,为 %quest_link。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (173, 'broadcast_quest_update_add_kill_objective_progress', 'Still grinding on %quest_obj_name for %quest_link, almost there with %quest_obj_available/%quest_obj_required.', 0, 0, '', 'Je continue de travailler sur %quest_obj_name pour %quest_link, j’y suis presque avec %quest_obj_available/%quest_obj_required.', 'Noch am Farmen für %quest_obj_name für %quest_link, fast fertig mit %quest_obj_available/%quest_obj_required.', '还在为 %quest_link 刷 %quest_obj_name,快到了,目前 %quest_obj_available/%quest_obj_required。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (174, 'broadcast_quest_update_add_kill_objective_completed', 'Objective done! %quest_obj_full_formatted for %quest_link. On to the next one!', 0, 0, '', 'Objectif accompli ! J’ai rempli l’objectif pour la quête « %quest_link ». Passons à la suivante !', 'Ziel erreicht! %quest_obj_full_formatted für %quest_link erledigt. Weiter geht’s!', '目标完成!%quest_obj_full_formatted,为 %quest_link。下一个!', '', '', '', ''); + +-- usable placeholders: +-- %quest_link +-- %zone_name +-- %area_name +-- %quest_obj_available +-- %quest_obj_required +-- %quest_obj_missing +-- %item_link +-- %quest_obj_full_formatted +-- %my_race +-- %my_class +-- %my_level +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (175, 'broadcast_quest_update_add_item_objective_completed', 'Finally done with the %item_link for %quest_link', 0, 0, '', 'Enfin fini avec l’%item_link pour %quest_link.', 'Endlich fertig mit %item_link für %quest_link.', '终于搞定了 %item_link,为 %quest_link!', '', '', '', 'Наконец-то закончил с %item_link для %quest_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (176, 'broadcast_quest_update_add_item_objective_completed', 'finally got %quest_obj_available/%quest_obj_required of %item_link for the %quest_link', 0, 0, '', 'J’ai enfin obtenu %quest_obj_available/%quest_obj_required de %item_link pour la %quest_link.', 'Endlich %quest_obj_available/%quest_obj_required von %item_link für %quest_link bekommen.', '终于收集到 %quest_obj_available/%quest_obj_required 个 %item_link,为 %quest_link!', '', '', '', 'наконец-то получил %quest_obj_available/%quest_obj_required %item_link для %quest_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (177, 'broadcast_quest_update_add_item_objective_completed', '%quest_obj_full_formatted for the %quest_link, at last', 0, 0, '', 'La quête est enfin terminée pour %quest_link.', '%quest_obj_full_formatted für %quest_link, endlich geschafft.', '终于完成了 %quest_obj_full_formatted,为 %quest_link!', '', '', '', '%quest_obj_full_formatted для %quest_link, наконец-то'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (178, 'broadcast_quest_update_add_item_objective_progress', 'Oof, got %quest_obj_available/%quest_obj_required %item_link for %quest_link', 0, 0, '', 'Ouf, j’ai obtenu %quest_obj_available sur %quest_obj_required %item_link pour la quête %quest_link.', 'Uff, %quest_obj_available/%quest_obj_required %item_link für %quest_link gesammelt.', '哎呀,搞到 %quest_obj_available/%quest_obj_required 个 %item_link,为 %quest_link。', '', '', '', 'Ох, получил %quest_obj_available/%quest_obj_required %item_link для %quest_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (179, 'broadcast_quest_update_add_item_objective_progress', 'still need %quest_obj_missing more of %item_link for %quest_link', 0, 0, '', 'Il me faut %quest_obj_missing encore plus de %item_link pour la quête %quest_link.', 'Brauche noch %quest_obj_missing mehr von %item_link für %quest_link.', '还差 %quest_obj_missing 个 %item_link 就能完成 %quest_link。', '', '', '', 'еще нужно %quest_obj_missing %item_link для %quest_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (180, 'broadcast_quest_update_add_item_objective_progress', '%quest_obj_full_formatted, still working on %quest_link', 0, 0, '', 'Désolé, je suis toujours en train de travailler sur %quest_link.', '%quest_obj_full_formatted erledigt, arbeite noch an %quest_link.', '完成了 %quest_obj_full_formatted,还在为 %quest_link 努力。', '', '', '', '%quest_obj_full_formatted, все еще работаю над %quest_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (181, 'broadcast_quest_update_add_item_objective_completed', 'Completed the %item_link objective for %quest_link. Finally!', 0, 0, '', 'J’ai terminé l’objectif %item_link de la quête %quest_link. Enfin!', 'Das Ziel mit %item_link für %quest_link abgeschlossen. Endlich!', '完成了 %item_link 目标,为 %quest_link。终于搞定!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (182, 'broadcast_quest_update_add_item_objective_progress', 'Making progress! %quest_obj_available/%quest_obj_required %item_link for %quest_link.', 0, 0, '', 'Je progresse! J’ai actuellement %quest_obj_available sur les %quest_obj_required %item_link requis pour la quête %quest_link.', 'Fortschritt gemacht! %quest_obj_available/%quest_obj_required %item_link für %quest_link.', '有进展!目前有 %quest_obj_available/%quest_obj_required 个 %item_link,为 %quest_link。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (183, 'broadcast_quest_update_add_item_objective_progress', '%quest_obj_name is halfway done, need %quest_obj_missing more %item_link for %quest_link.', 0, 0, '', '%quest_obj_name est à moitié terminée, il me manque %quest_obj_missing %item_link pour %quest_link.', '%quest_obj_name ist zur Hälfte erledigt, brauche noch %quest_obj_missing %item_link für %quest_link.', '%quest_obj_name 完成了一半,还差 %quest_obj_missing 个 %item_link 为 %quest_link。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (184, 'broadcast_quest_update_add_item_objective_progress', 'Still need %quest_obj_missing of %item_link for %quest_link, but getting closer!', 0, 0, '', 'Il me manque encore %quest_obj_missing de %item_link pour %quest_link, mais je me rapproche !', 'Brauche noch %quest_obj_missing von %item_link für %quest_link, aber ich komme näher!', '还差 %quest_obj_missing 个 %item_link 为 %quest_link,不过越来越近了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (185, 'broadcast_quest_update_add_item_objective_completed', 'Finally finished %item_link for %quest_link, now time for the next task!', 0, 0, '', 'J’ai enfin terminé %item_link pour la quête %quest_link, il est temps de passer à la prochaine tâche !', 'Endlich %item_link für %quest_link abgeschlossen, jetzt auf zur nächsten Aufgabe!', '终于完成了 %item_link 为 %quest_link,接下来是下一个任务!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (186, 'broadcast_quest_update_add_item_objective_progress', 'Almost there! Got %quest_obj_available/%quest_obj_required %item_link for %quest_link.', 0, 0, '', 'On y est presque! J’ai obtenu %quest_obj_available/%quest_obj_required %item_link pour %quest_link.', 'Fast geschafft! Habe %quest_obj_available/%quest_obj_required %item_link für %quest_link.', '快搞定了!已经拿到 %quest_obj_available/%quest_obj_required 个 %item_link,为 %quest_link。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (187, 'broadcast_quest_update_add_item_objective_completed', 'Yes! Completed %item_link for %quest_link. Now moving on to the next objective.', 0, 0, '', 'Oui ! J’ai terminé %item_link pour %quest_link. Je passe maintenant à l’objectif suivant.', 'Ja! %item_link für %quest_link abgeschlossen. Weiter zum nächsten Ziel.', '好嘞!完成了 %item_link 为 %quest_link。下一个目标走起!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (188, 'broadcast_quest_update_add_item_objective_progress', 'Still need %quest_obj_missing more %item_link for %quest_link, but progress is being made!', 0, 0, '', 'Il me manque encore %quest_obj_missing %item_link pour la quête %quest_link, mais je progresse!', 'Brauche noch %quest_obj_missing %item_link für %quest_link, aber es geht voran!', '还差 %quest_obj_missing 个 %item_link 为 %quest_link,不过已经在进步了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (189, 'broadcast_quest_update_add_item_objective_progress', 'Made good progress on %item_link for %quest_link, need %quest_obj_missing more.', 0, 0, '', 'J’ai bien avancé sur %item_link pour %quest_link, mais il me manque encore %quest_obj_missing.', 'Guten Fortschritt mit %item_link für %quest_link gemacht, brauche noch %quest_obj_missing.', '在 %item_link 上有不错进展,为 %quest_link,还差 %quest_obj_missing 个。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (190, 'broadcast_quest_update_add_item_objective_completed', '100% of %item_link done for %quest_link! Time to move forward.', 0, 0, '', 'J’ai complété 100% de %item_link pour %quest_link! Il est temps de passer à la suite.', '100% von %item_link für %quest_link erledigt! Zeit weiterzumachen.', '100% 完成 %item_link 为 %quest_link!该继续前进了。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (191, 'broadcast_quest_update_add_item_objective_progress', 'Got %quest_obj_available/%quest_obj_required %item_link for %quest_link. I can feel the finish line!', 0, 0, '', 'J’ai obtenu %quest_obj_available/%quest_obj_required %item_link pour %quest_link. Je sens que je touche au but!', 'Habe %quest_obj_available/%quest_obj_required %item_link für %quest_link. Ziel fast erreicht!', '拿到 %quest_obj_available/%quest_obj_required 个 %item_link 为 %quest_link,终点就在眼前!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (192, 'broadcast_quest_update_add_item_objective_completed', 'That’s it, %item_link complete for %quest_link. What a relief!', 0, 0, '', 'C’est bon, %item_link complet pour %quest_link. Quel soulagement !', 'Geschafft, %item_link für %quest_link erledigt. Was für eine Erleichterung!', '搞定,完成了 %item_link 为 %quest_link。松了一口气!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (193, 'broadcast_quest_update_add_item_objective_progress', 'Working hard on %item_link for %quest_link, still need %quest_obj_missing more.', 0, 0, '', 'Je travaille dur sur %item_link pour %quest_link, mais j’ai encore besoin de %quest_obj_missing de plus.', 'Arbeite hart an %item_link für %quest_link, brauche noch %quest_obj_missing mehr.', '正在努力搞 %item_link 为 %quest_link,还差 %quest_obj_missing 个。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (194, 'broadcast_quest_update_add_item_objective_progress', 'Almost finished with %item_link for %quest_link, just %quest_obj_missing more left.', 0, 0, '', 'Presque terminé avec %item_link pour %quest_link, il ne reste plus que %quest_obj_missing.', 'Fast fertig mit %item_link für %quest_link, nur noch %quest_obj_missing übrig.', '快搞定 %item_link 为 %quest_link了,只剩 %quest_obj_missing 个。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (195, 'broadcast_quest_update_add_item_objective_completed', 'Completed %item_link for %quest_link, the grind is real!', 0, 0, '', 'J’ai terminé %item_link pour %quest_link, la galère!', '%item_link für %quest_link abgeschlossen, das war ein harter Grind!', '完成了 %item_link 为 %quest_link,刷得真辛苦!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (196, 'broadcast_quest_update_add_item_objective_progress', 'Still chipping away at %item_link for %quest_link, %quest_obj_available/%quest_obj_required done so far.', 0, 0, '', 'Je suis toujours en train de travailler sur %item_link pour %quest_link, j’ai accompli %quest_obj_available/%quest_obj_required jusqu’à présent.', 'Immer noch dabei, %item_link für %quest_link zu sammeln, bisher %quest_obj_available/%quest_obj_required erledigt.', '还在慢慢搞 %item_link 为 %quest_link,目前完成了 %quest_obj_available/%quest_obj_required。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (197, 'broadcast_quest_update_add_item_objective_progress', '%item_link for %quest_link is getting closer to completion, %quest_obj_available/%quest_obj_required done.', 0, 0, '', '%item_link pour la quête %quest_link approche de la fin, j’ai accompli %quest_obj_available/%quest_obj_required objectifs.', '%item_link für %quest_link fast fertig, %quest_obj_available/%quest_obj_required erledigt.', '%item_link 为 %quest_link 快完成了,目前完成 %quest_obj_available/%quest_obj_required。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (198, 'broadcast_quest_update_add_item_objective_completed', 'Yes! %item_link finished for %quest_link! That one took a bit longer.', 0, 0, '', 'Oui! %item_link terminé pour %quest_link! Celui-là a pris un peu plus de temps.', 'Ja! %item_link für %quest_link abgeschlossen! Das hat etwas länger gedauert.', '好嘞!%item_link 为 %quest_link 完成!这个花了点时间。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (199, 'broadcast_quest_update_add_item_objective_progress', 'I have %quest_obj_available/%quest_obj_required of %item_link for %quest_link, still going strong!', 0, 0, '', 'J’ai %quest_obj_available/%quest_obj_required de %item_link pour %quest_link, et je continue sur ma lancée!', 'Habe %quest_obj_available/%quest_obj_required von %item_link für %quest_link, läuft weiter gut!', '我有 %quest_obj_available/%quest_obj_required 个 %item_link 为 %quest_link,继续努力!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (200, 'broadcast_quest_update_add_item_objective_completed', 'Done with %item_link for %quest_link. On to the next one!', 0, 0, '', 'Terminé avec %item_link pour %quest_link. Passons à la suite !', 'Fertig mit %item_link für %quest_link. Weiter zur nächsten!', '搞定 %item_link 为 %quest_link,下一个任务走起!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (201, 'broadcast_quest_update_add_item_objective_completed', 'Another one down! %item_link is complete for %quest_link!', 0, 0, '', 'Encore un de fait! %item_link est complet pour %quest_link!', 'Wieder eine erledigt! %item_link für %quest_link abgeschlossen!', '又搞定一个!%item_link 为 %quest_link 完成!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (202, 'broadcast_quest_update_add_item_objective_progress', 'Still grinding on %item_link for %quest_link, got %quest_obj_available/%quest_obj_required done.', 0, 0, '', 'Je continue à travailler sur %item_link pour la quête %quest_link, j’ai accompli %quest_obj_available/%quest_obj_required objectifs jusqu’à présent.', 'Noch am Farmen für %item_link für %quest_link, bisher %quest_obj_available/%quest_obj_required erledigt.', '还在刷 %item_link 为 %quest_link,目前完成 %quest_obj_available/%quest_obj_required。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (203, 'broadcast_quest_update_add_item_objective_progress', 'Getting there! Need %quest_obj_missing more %item_link for %quest_link.', 0, 0, '', 'On y est presque! Il me manque %quest_obj_missing %item_link pour %quest_link.', 'Fast geschafft! Noch %quest_obj_missing %item_link für %quest_link nötig.', '快到了!还差 %quest_obj_missing 个 %item_link 为 %quest_link。', '', '', '', ''); + +-- usable placeholders: +-- %quest_link +-- %zone_name +-- %area_name +-- %my_race +-- %my_class +-- %my_level +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (204, 'broadcast_quest_update_failed_timer', 'Failed to finish %quest_link in time...', 0, 0, '', 'J’ai échoué à terminer %quest_link à temps...', 'Hab es nicht geschafft, %quest_link rechtzeitig abzuschließen...', '没能在时间内完成 %quest_link……', '', '', '', 'Не успел завершить %quest_link вовремя...'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (205, 'broadcast_quest_update_failed_timer', 'Ran out of time for %quest_link :(', 0, 0, '', 'J’ai manqué de temps pour %quest_link :(', 'Keine Zeit mehr für %quest_link :(', '时间不够,没完成 %quest_link :(', '', '', '', 'Время для %quest_link вышло :('); + +-- usable placeholders: +-- %quest_link +-- %zone_name +-- %area_name +-- %my_race +-- %my_class +-- %my_level +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (206, 'broadcast_quest_update_complete', 'I have completed all objectives for %quest_link', 0, 0, '', 'J’ai terminé tous les objectifs pour %quest_link.', 'Alle Ziele für %quest_link abgeschlossen.', '我已经完成了 %quest_link 的所有目标!', '', '', '', 'Я выполнил все задачи для %quest_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (207, 'broadcast_quest_update_complete', 'Completed all objectives for %quest_link', 0, 0, '', 'J’ai rempli tous les objectifs pour %quest_link.', 'Alle Aufgaben für %quest_link erledigt.', '完成了 %quest_link 的所有目标!', '', '', '', 'Выполнил все задачи для %quest_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (208, 'broadcast_quest_update_complete', 'Gonna turn in the %quest_link soon, just finished all objectives', 0, 0, '', 'Je vais bientôt remettre la %quest_link, je viens de finir tous les objectifs.', 'Werde %quest_link bald abgeben, hab gerade alle Ziele erledigt.', '马上要去交 %quest_link 了,刚刚完成所有目标!', '', '', '', 'Скоро сдам %quest_link, только что закончил все задачи'); + +-- usable placeholders: +-- %quest_link +-- %zone_name +-- %area_name +-- %my_race +-- %my_class +-- %my_level +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (209, 'broadcast_quest_turned_in', 'Yess, I have finally turned in the %quest_link', 0, 0, '', 'Oh ouiii, j’ai enfin remis la %quest_link', 'Ja, endlich %quest_link abgegeben!', '耶,终于完成了%quest_link任务,交掉了!', '', '', '', 'Да, наконец-то сдал %quest_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (210, 'broadcast_quest_turned_in', 'turned in the %quest_link', 0, 0, '', 'J’ai soumis %quest_link.', '%quest_link abgegeben.', '交掉了%quest_link任务!', '', '', '', 'сдал %quest_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (211, 'broadcast_quest_turned_in', 'managed to finish %quest_link, just turned in', 0, 0, '', 'J’ai réussi à terminer %quest_link, je viens tout juste de le remettre.', '%quest_link abgeschlossen und gerade abgegeben.', '终于搞定%quest_link任务,刚交了!', '', '', '', 'смог завершить %quest_link, только что сдал'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (212, 'broadcast_quest_turned_in', 'just turned in %quest_link', 0, 0, '', 'Je viens de remettre %quest_link.', 'Gerade %quest_link abgegeben.', '刚交了%quest_link任务!', '', '', '', 'только что сдал %quest_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (213, 'broadcast_quest_turned_in', 'just turned in %quest_link in %zone_name', 0, 0, '', 'Je viens de terminer la quête %quest_link dans la zone %zone_name.', 'Gerade %quest_link in %zone_name abgeschlossen.', '刚在%zone_name交了%quest_link任务!', '', '', '', 'только что сдал %quest_link в %zone_name'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (214, 'broadcast_quest_turned_in', 'Another quest completed! %quest_link turned in', 0, 0, '', 'Encore une quête terminée! %quest_link remise', 'Noch eine Quest erledigt! %quest_link abgegeben.', '又完成一个任务!%quest_link交掉了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (215, 'broadcast_quest_turned_in', 'Mission accomplished! %quest_link is turned in', 0, 0, '', 'Mission accomplie ! J’ai remis %quest_link.', 'Mission erfüllt! %quest_link abgegeben.', '任务完成!%quest_link交掉了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (216, 'broadcast_quest_turned_in', 'Finally, %quest_link turned in! That was a journey!', 0, 0, '', 'Enfin, j’ai remis la %quest_link ! Quelle aventure !', 'Endlich %quest_link abgegeben! Was für eine Reise!', '终于交了%quest_link任务!真是一场冒险!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (217, 'broadcast_quest_turned_in', 'Just completed %quest_link and turned it in, feeling good!', 0, 0, '', 'Je viens de terminer %quest_link et de le rendre, je me sens bien !', 'Gerade %quest_link abgeschlossen und abgegeben, fühlt sich gut an!', '刚完成%quest_link任务并交了,感觉真不错!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (218, 'broadcast_quest_turned_in', 'Turned in %quest_link in %zone_name. Now, on to the next challenge!', 0, 0, '', 'J’ai remis la %quest_link dans %zone_name. Maintenant, je passe au défi suivant !', '%quest_link in %zone_name abgegeben. Jetzt weiter zur nächsten Herausforderung!', '在%zone_name交了%quest_link任务,接下来迎接新的挑战!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (219, 'broadcast_quest_turned_in', 'I have turned in %quest_link. One more down!', 0, 0, '', 'J’ai remis %quest_link. Un de moins à faire !', '%quest_link abgegeben. Wieder eine weniger!', '我交了%quest_link任务,又搞定一个!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (220, 'broadcast_quest_turned_in', 'Successfully turned in %quest_link, that took a while!', 0, 0, '', 'J’ai enfin réussi à remettre la %quest_link, ça m’a pris du temps !', '%quest_link endlich abgegeben, das hat gedauert!', '成功交了%quest_link任务,耗了不少时间!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (221, 'broadcast_quest_turned_in', 'Completed and turned in %quest_link in %zone_name. Feels great!', 0, 0, '', 'J’ai terminé et remis la %quest_link dans la zone %zone_name. Je me sens génial!', '%quest_link in %zone_name abgeschlossen und abgegeben. Fühlt sich super an!', '在%zone_name完成了%quest_link任务并交了,感觉棒极了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (222, 'broadcast_quest_turned_in', 'Quest complete! %quest_link turned in and ready for the next one!', 0, 0, '', 'Quête terminée! J’ai remis %quest_link et je suis prêt pour la prochaine!', 'Quest abgeschlossen! %quest_link abgegeben und bereit für die nächste!', '任务完成!%quest_link交掉了,准备接下一个!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (223, 'broadcast_quest_turned_in', 'Finally turned in %quest_link in %zone_name. That one was tough!', 0, 0, '', 'Je viens enfin de rendre la %quest_link dans la zone de %zone_name. Celle-là était vraiment coriace !', 'Endlich %quest_link in %zone_name abgegeben. Die war echt hart!', '终于在%zone_name交了%quest_link任务,这任务真难!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (224, 'broadcast_quest_turned_in', 'That’s it, %quest_link turned in! Now to collect the reward!', 0, 0, '', 'C’est bon, la %quest_link est terminée ! Maintenant, je vais chercher ma récompense !', 'Geschafft, %quest_link abgegeben! Jetzt die Belohnung abholen!', '搞定了,%quest_link交掉了!现在去领赏!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (225, 'broadcast_quest_turned_in', 'Finished %quest_link! Now time to turn it in and move on.', 0, 0, '', 'J’ai fini la %quest_link ! Maintenant, il est temps de la remettre et de passer à la suite.', '%quest_link abgeschlossen! Jetzt abgeben und weiter geht’s.', '完成了%quest_link任务!现在交掉,继续前行。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (226, 'broadcast_quest_turned_in', 'Just turned in %quest_link, feeling accomplished!', 0, 0, '', 'Je viens juste de terminer %quest_link, je me sens tellement accompli !', 'Gerade %quest_link abgegeben, fühlt sich gut an!', '刚交了%quest_link任务,感觉很有成就感!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (227, 'broadcast_quest_turned_in', 'I’ve turned in %quest_link. Let’s see what’s next!', 0, 0, '', 'J’ai remis %quest_link. Voyons ce qui nous attend ensuite!', 'Hab %quest_link abgegeben. Mal sehen, was als Nächstes kommt!', '我交了%quest_link任务,看看接下来有什么!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (228, 'broadcast_quest_turned_in', 'Just wrapped up %quest_link and turned it in. On to the next one!', 0, 0, '', 'Je viens de terminer %quest_link et de la rendre. En route pour la suite !', '%quest_link abgeschlossen und abgegeben. Weiter geht’s!', '刚搞定%quest_link任务并交了,继续下一个!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (229, 'broadcast_quest_turned_in', 'Another one in the books, %quest_link turned in', 0, 0, '', 'Encore une de faite, %quest_link remise.', 'Wieder eine erledigt, %quest_link abgegeben.', '又记上一笔,%quest_link任务交掉了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (230, 'broadcast_quest_turned_in', 'Turned in %quest_link! Time to collect my rewards.', 0, 0, '', 'J’ai rendu la %quest_link! Il est temps de récupérer mes récompenses.', '%quest_link abgegeben! Zeit, die Belohnung einzusacken.', '交了%quest_link任务!该去领奖励了。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (231, 'broadcast_quest_turned_in', 'Completed and turned in %quest_link, what a relief!', 0, 0, '', 'J’ai terminé et remis %quest_link, quel soulagement !', '%quest_link abgeschlossen und abgegeben, was für eine Erleichterung!', '完成了%quest_link任务并交了,真是松了一口气!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (232, 'broadcast_quest_turned_in', 'That was quick! %quest_link turned in already!', 0, 0, '', 'Déjà?! %quest_link a été rendu si rapidement!', 'Das ging schnell! %quest_link schon abgegeben!', '这么快就搞定了!%quest_link任务已经交了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (233, 'broadcast_quest_turned_in', 'Just turned in %quest_link in %zone_name. Ready for the next adventure!', 0, 0, '', 'Je viens de rendre %quest_link dans %zone_name. Je suis prêt pour la prochaine aventure !', 'Gerade %quest_link in %zone_name abgegeben. Bereit für das nächste Abenteuer!', '刚在%zone_name交了%quest_link任务,准备好迎接下一次冒险了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (234, 'broadcast_quest_turned_in', 'Successfully turned in %quest_link. Feels like progress!', 0, 0, '', 'J’ai réussi à rendre %quest_link. On dirait que j’avance!', '%quest_link erfolgreich abgegeben. Fühlt sich nach Fortschritt an!', '成功交了%quest_link任务,感觉自己在进步!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (235, 'broadcast_quest_turned_in', 'Mission complete! %quest_link is turned in!', 0, 0, '', 'Mission accomplie! %quest_link a été rendue!', 'Mission erfüllt! %quest_link abgegeben!', '任务完成!%quest_link交掉了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (236, 'broadcast_quest_turned_in', 'I just finished %quest_link and turned it in, on to the next one!', 0, 0, '', 'Je viens de terminer %quest_link et de le remettre, passons à la suite!', 'Gerade %quest_link abgeschlossen und abgegeben, weiter zur nächsten!', '刚完成%quest_link任务并交了,接下来继续!', '', '', '', ''); + +-- kill mob events +-- usable placeholders: +-- %victim_name +-- %zone_name +-- %area_name +-- %victim_level +-- %my_race +-- %my_class +-- %my_level +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (237, 'broadcast_killed_normal', 'another %victim_name down', 0, 0, '', 'Encore une %victim_name tombée.', 'Noch ein %victim_name erledigt.', '又干掉了一个%victim_name!', '', '', '', 'еще одна жертва — %victim_name'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (238, 'broadcast_killed_normal', 'I keep killing %victim_name, nothing to talk about', 0, 0, '', 'Je continue de tuer %victim_name, il n’y a rien à dire à ce sujet.', 'Ich töte weiter %victim_name, nichts Besonderes.', '老是杀%victim_name,没啥好说的。', '', '', '', 'Я продолжаю убивать %victim_name, нечего рассказывать'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (239, 'broadcast_killed_normal', 'another %victim_name bites the dust', 0, 0, '', 'Encore une fois, %victim_name mord la poussière.', 'Noch ein %victim_name beißt ins Gras.', '又一个%victim_name倒下了!', '', '', '', 'еще один %victim_name пал'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (240, 'broadcast_killed_normal', 'one less %victim_name in %zone_name', 0, 0, '', 'Une victime en moins dans la zone.', 'Ein %victim_name weniger in %zone_name.', '%zone_name少了一个%victim_name!', '', '', '', 'минус один %victim_name в %zone_name'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (241, 'broadcast_killed_elite', 'Took down this elite bastard %victim_name!', 0, 0, '', 'J’ai descendu cet enfoiré d’élite %victim_name !', 'Diesen Elite-Bastard %victim_name erledigt!', '干掉了这个精英混蛋%victim_name!', '', '', '', 'Убил этого элитного ублюдка %victim_name!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (242, 'broadcast_killed_player', 'killed elite %victim_name in %zone_name', 0, 0, '', 'J’ai tué l’élite %victim_name dans la zone %zone_name', 'Elite %victim_name in %zone_name erledigt.', '在%zone_name干掉了精英%victim_name!', '', '', '', 'убил элиту %victim_name в %zone_name'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (243, 'broadcast_killed_rareelite', 'Fooof, managed to take down %victim_name!', 0, 0, '', 'Oh là là, j’ai réussi à abattre %victim_name !', 'Puh, hab %victim_name endlich erledigt!', '呼,终于干掉了%victim_name!', '', '', '', 'Фух, удалось завалить %victim_name!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (244, 'broadcast_killed_worldboss', 'That was sick! Just killed %victim_name! Can tell tales now', 0, 0, '', 'C’était fou! Je viens juste de tuer %victim_name! Je pourrais raconter des histoires maintenant.', 'Das war heftig! Gerade %victim_name getötet! Jetzt gibt’s was zu erzählen.', '太爽了!刚干掉%victim_name!这下有故事可以吹了!', '', '', '', 'Это было круто! Только что убил %victim_name! Теперь есть что рассказать'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (245, 'broadcast_killed_rare', 'Yoo, I just killed %victim_name!', 0, 0, '', 'Eh, je viens juste de tuer %victim_name!', 'Yo, hab gerade %victim_name erledigt!', '嘿,刚干掉了%victim_name!', '', '', '', 'Йо, я только что убил %victim_name!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (246, 'broadcast_killed_player', 'killed rare %victim_name in %zone_name', 0, 0, '', 'J’ai tué un rare %victim_name dans %zone_name', 'Seltenen %victim_name in %zone_name erledigt.', '在%zone_name干掉了稀有怪%victim_name!', '', '', '', 'убил редкого %victim_name в %zone_name'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (247, 'broadcast_killed_unknown', 'WTF did I just kill? %victim_name', 0, 0, '', 'Qu’est-ce que je viens de tuer ? %victim_name', 'WTF hab ich da gerade getötet? %victim_name', '我刚杀了啥?%victim_name?', '', '', '', 'Что я только что убил? %victim_name'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (248, 'broadcast_killed_pet', 'Just killed that pet %victim_name', 0, 0, '', 'Je viens de tuer l’animal de compagnie, %victim_name.', 'Hab gerade das Pet %victim_name erledigt.', '刚干掉了那个宠物%victim_name。', '', '', '', 'Только что убил этого пета %victim_name'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (249, 'broadcast_killed_player', 'Oh yeah, I just killed %victim_name', 0, 0, '', 'Oh ouais, je viens juste de tuer %victim_name', 'Oh yeah, gerade %victim_name erledigt!', '哦耶,刚干掉了%victim_name!', '', '', '', 'О да, только что убил %victim_name'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (250, 'broadcast_killed_player', 'killed %victim_name in %zone_name', 0, 0, '', 'J’ai tué %victim_name dans %zone_name.', '%victim_name in %zone_name getötet.', '在%zone_name干掉了%victim_name!', '', '', '', 'убил %victim_name в %zone_name'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (251, 'broadcast_killed_normal', 'another %victim_name down', 0, 0, '', 'Encore une %victim_name de moins.', 'Noch ein %victim_name erledigt.', '又干掉了一个%victim_name!', '', '', '', 'еще одна жертва — %victim_name'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (252, 'broadcast_killed_normal', 'I keep killing %victim_name, nothing to talk about', 0, 0, '', 'Je continue de tuer %victim_name, rien à dire à ce sujet.', 'Ich töte weiter %victim_name, nichts Besonderes.', '一直在杀%victim_name,没啥好聊的。', '', '', '', 'Я продолжаю убивать %victim_name, нечего рассказывать'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (253, 'broadcast_killed_normal', 'another %victim_name bites the dust', 0, 0, '', 'Encore une victime %victim_name qui mord la poussière.', 'Noch ein %victim_name beißt ins Gras.', '又一个%victim_name倒下了!', '', '', '', 'еще один %victim_name пал'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (254, 'broadcast_killed_normal', 'one less %victim_name in %zone_name', 0, 0, '', 'Il y a une victime %victim_name de moins dans la zone.', 'Ein %victim_name weniger in %zone_name.', '%zone_name少了一个%victim_name!', '', '', '', 'минус один %victim_name в %zone_name'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (255, 'broadcast_killed_normal', 'Just took down %victim_name like it’s nothing', 0, 0, '', 'Je viens de neutraliser %victim_name comme si c’était rien.', 'Hab %victim_name erledigt, als wär’s nichts.', '刚干掉%victim_name,轻松得跟玩儿似的!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (256, 'broadcast_killed_normal', '%victim_name didn’t stand a chance', 0, 0, '', '%victim_name n’avait aucune chance.', '%victim_name hatte keine Chance.', '%victim_name完全不是对手!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (257, 'broadcast_killed_normal', 'One more %victim_name out of the way', 0, 0, '', 'Encore une victime %victim_name de moins sur notre chemin', 'Noch ein %victim_name aus dem Weg geräumt.', '又一个%victim_name被我清理掉了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (258, 'broadcast_killed_normal', '%victim_name was too easy, on to the next one', 0, 0, '', '%victim_name était trop facile, passons au suivant.', '%victim_name war zu einfach, weiter geht’s.', '%victim_name太简单了,下一只!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (259, 'broadcast_killed_normal', 'Another %victim_name defeated. Easy peasy', 0, 0, '', 'Encore une autre victime vaincue %victim_name. C’était du gâteau.', 'Noch ein %victim_name besiegt. Kinderleicht.', '又干掉了一个%victim_name,小菜一碟!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (260, 'broadcast_killed_normal', '%victim_name wasn’t tough at all', 0, 0, '', '%victim_name n’était vraiment pas du tout résistant.', '%victim_name war überhaupt nicht schwer.', '%victim_name一点都不难对付!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (261, 'broadcast_killed_normal', 'Down goes %victim_name, nothing special', 0, 0, '', '%victim_name tombe, rien de spécial', '%victim_name erledigt, nichts Besonderes.', '%victim_name倒下了,没啥特别的。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (262, 'broadcast_killed_normal', 'That was too easy, %victim_name down', 0, 0, '', 'C’était trop facile, %victim_name est hors jeu.', 'Das war zu einfach, %victim_name erledigt.', '太简单了,%victim_name倒下了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (263, 'broadcast_killed_normal', '%victim_name dropped so fast, blink and it’s over', 0, 0, '', '%victim_name a chuté si vite, cligne des yeux et c’est déjà terminé.', '%victim_name fiel so schnell, ein Blinzeln und vorbei.', '%victim_name 倒得太快了,眨眼就完事!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (264, 'broadcast_killed_elite', 'Took down this elite %victim_name!', 0, 0, '', 'J’ai vaincu cet élite %victim_name !', 'Elite %victim_name besiegt!', '干掉了精英 %victim_name!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (265, 'broadcast_killed_elite', 'Elite %victim_name is no more', 0, 0, '', 'Elite %victim_name n’est plus.', 'Elite %victim_name gibt’s nicht mehr.', '精英 %victim_name 已被消灭!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (266, 'broadcast_killed_elite', 'Took down the elite %victim_name like a champ', 0, 0, '', 'J’ai descendu l’élite %victim_name comme un champion.', 'Hab die Elite %victim_name locker besiegt.', '像个冠军一样干掉了精英 %victim_name!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (267, 'broadcast_killed_elite', 'Elite monster %victim_name, no match for me!', 0, 0, '', 'Monstre d’élite %victim_name, pas de taille pour moi !', 'Elite-Monster %victim_name, keine Konkurrenz für mich!', '精英怪 %victim_name,根本不是我的对手!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (268, 'broadcast_killed_elite', 'Finally took down the mighty %victim_name', 0, 0, '', 'J’ai enfin vaincu le redoutable %victim_name.', 'Endlich den mächtigen %victim_name besiegt.', '终于干掉了强大的 %victim_name!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (269, 'broadcast_killed_player', 'killed elite %victim_name in %zone_name', 0, 0, '', 'J’ai tué l’élite %victim_name dans la zone %zone_name.', 'Elite %victim_name in %zone_name besiegt.', '在 %zone_name 干掉了精英 %victim_name!', '', '', '', 'убил элиту %victim_name в %zone_name'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (270, 'broadcast_killed_player', 'Just got the elite %victim_name in %zone_name', 0, 0, '', 'Je viens tout juste d’obtenir l’élite %victim_name dans la région de %zone_name.', 'Gerade die Elite %victim_name in %zone_name besiegt.', '刚在 %zone_name 搞定了精英 %victim_name!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (271, 'broadcast_killed_player', 'Killed the elite %victim_name. Too easy', 0, 0, '', 'J’ai tué l’élite %victim_name. Trop facile.', 'Die Elite %victim_name erledigt. Viel zu einfach.', '干掉了精英 %victim_name,太简单了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (272, 'broadcast_killed_player', 'Took down %victim_name in %zone_name, what a fight', 0, 0, '', 'J’ai abattu %victim_name dans %zone_name, quel combat!', '%victim_name in %zone_name erledigt, was für ein Kampf!', '在 %zone_name 干掉了 %victim_name,真是一场激战!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (273, 'broadcast_killed_player', 'Killed elite %victim_name. Guess I’m unstoppable', 0, 0, '', 'J’ai tué l’élite %victim_name. Je suis imbattable, je crois.', 'Elite %victim_name besiegt. Unaufhaltbar!', '干掉了精英 %victim_name,我简直无人能挡!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (274, 'broadcast_killed_rareelite', 'Fooof, managed to take down %victim_name!', 0, 0, '', 'Whouaa, j’ai réussi à éliminer %victim_name !', 'Fooof, es ist gelungen, %victim_name auszuschalten!', '呼,成功干掉了 %victim_name!', '', '', '', 'Фух, удалось завалить %victim_name!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (275, 'broadcast_killed_rareelite', 'Rare elite %victim_name has fallen', 0, 0, '', 'Un rare élite nommé %victim_name est tombé', 'Seltener Elite %victim_name ist gefallen.', '稀有精英 %victim_name 倒下了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (276, 'broadcast_killed_rareelite', '%victim_name is no more. Another rare elite slain', 0, 0, '', '%victim_name n’est plus. Encore un rare élite abattu.', '%victim_name ist Geschichte. Ein weiterer seltener Elite besiegt.', '%victim_name 完了,又一个稀有精英被我干掉!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (277, 'broadcast_killed_rareelite', 'Rare elite %victim_name down. I’m on fire!', 0, 0, '', 'Rare elite %victim_name abattu. Je suis en feu!', 'Seltener Elite %victim_name erledigt. Läuft bei mir!', '稀有精英 %victim_name 被我干掉了,我现在状态火热!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (278, 'broadcast_killed_rareelite', 'I just killed the rare elite %victim_name', 0, 0, '', 'Je viens de vaincre l’élite rare %%victim_name.', 'Gerade den seltenen Elite %victim_name erledigt.', '我刚干掉了稀有精英 %victim_name!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (279, 'broadcast_killed_worldboss', 'That was awesome! Just killed %victim_name! What a battle', 0, 0, '', 'C’était incroyable! Je viens juste de tuer %victim_name! Quelle bataille!', 'Das war der Hammer! Gerade %victim_name besiegt! Was für ein Kampf.', '太棒了!刚干掉了 %victim_name!真是场精彩的战斗!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (280, 'broadcast_killed_worldboss', 'World boss %victim_name is down! That was epic', 0, 0, '', 'Le boss mondial %victim_name est tombé ! C’était épique.', 'Weltboss %victim_name ist gefallen! Das war episch.', '世界首领 %victim_name 倒下了!这场战斗太史诗了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (281, 'broadcast_killed_worldboss', 'I’ve slain the world boss %victim_name. Let’s celebrate!', 0, 0, '', 'J’ai abattu le boss mondial %victim_name. On va fêter ça !', 'Weltboss %victim_name erledigt! Das muss gefeiert werden!', '我干掉了世界首领 %victim_name,来庆祝一下吧!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (282, 'broadcast_killed_worldboss', 'Killed %victim_name! That world boss was no joke!', 0, 0, '', 'J’ai tué %victim_name! Ce world boss était vraiment costaud!', '%victim_name besiegt! Dieser Weltboss hatte es echt in sich!', '干掉了 %victim_name!这个世界首领可不是开玩笑的!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (283, 'broadcast_killed_worldboss', 'Just killed %victim_name, that was legendary', 0, 0, '', 'Je viens juste de tuer %victim_name, c’était légendaire!', 'Gerade %victim_name erledigt, das war legendär!', '刚干掉了 %victim_name,简直是传奇一战!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (284, 'broadcast_killed_rare', 'Yoo, I just killed %victim_name!', 0, 0, '', 'Eh, je viens juste de tuer %victim_name!', 'Yo, hab gerade %victim_name erledigt!', '嘿,我刚干掉了 %victim_name!', '', '', '', 'Йо, я только что убил %victim_name!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (285, 'broadcast_killed_rare', 'Rare %victim_name down. That was a fun fight', 0, 0, '', 'Rare %victim_name down. C’était un combat amusant.', 'Seltener %victim_name besiegt. Das hat Spaß gemacht!', '稀有怪 %victim_name 倒下了,这场战斗真有趣!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (286, 'broadcast_killed_rare', 'I just killed the rare %victim_name', 0, 0, '', 'Je viens de tuer le rare %victim_name.', 'Gerade den seltenen %victim_name erledigt.', '我刚干掉了稀有怪 %victim_name!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (287, 'broadcast_killed_rare', 'Rare %victim_name defeated in %zone_name', 0, 0, '', 'Rare %victim_name vaincu dans %zone_name', 'Seltener %victim_name in %zone_name besiegt.', '在 %zone_name 击败了稀有怪 %victim_name!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (288, 'broadcast_killed_rare', 'Just killed rare %victim_name in %zone_name. That was quick!', 0, 0, '', 'Je viens de tuer le rare %victim_name dans %zone_name. Ça a été rapide!', 'Seltenen %victim_name in %zone_name erledigt. Das ging fix!', '刚在 %zone_name 干掉了稀有怪 %victim_name,速度真快!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (289, 'broadcast_killed_player', 'killed rare %victim_name in %zone_name', 0, 0, '', 'J’ai tué un %victim_name rare dans la zone de %zone_name.', 'Seltenen %victim_name in %zone_name besiegt.', '在 %zone_name 干掉了稀有怪 %victim_name!', '', '', '', 'убил редкого %victim_name в %zone_name'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (290, 'broadcast_killed_player', 'Got the rare %victim_name in %zone_name', 0, 0, '', 'J’ai trouvé le rare %victim_name dans %zone_name', 'Den seltenen %victim_name in %zone_name erledigt.', '在 %zone_name 搞定了稀有怪 %victim_name!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (291, 'broadcast_killed_player', 'I killed %victim_name in %zone_name. That felt good', 0, 0, '', 'J’ai tué %victim_name dans %zone_name. Ça m’a fait du bien.', 'Hab %victim_name in %zone_name besiegt. Das hat gut getan.', '在 %zone_name 干掉了 %victim_name,感觉真爽!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (292, 'broadcast_killed_player', 'Took down %victim_name in %zone_name. They didn’t stand a chance', 0, 0, '', 'J’ai vaincu %victim_name dans %zone_name. Ils n’avaient aucune chance.', '%victim_name in %zone_name besiegt. Hatte keine Chance.', '在 %zone_name 干掉了 %victim_name,他们毫无还手之力!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (293, 'broadcast_killed_player', 'Just killed %victim_name in %zone_name, easy', 0, 0, '', 'Je viens de tuer %victim_name à %zone_name, c’était facile', 'Gerade %victim_name in %zone_name erledigt, war easy.', '刚在 %zone_name 干掉了 %victim_name,太轻松了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (294, 'broadcast_killed_unknown', 'What did I just kill? %victim_name', 0, 0, '', 'Qui est-ce que je viens de tuer? %victim_name', 'Was hab ich da gerade getötet? %victim_name', '我刚杀了啥?%victim_name?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (295, 'broadcast_killed_unknown', 'What kind of %victim_name is that? Never seen anything like it', 0, 0, '', 'Quel genre de %victim_name est-ce ça ? Je n’ai jamais rien vu de tel auparavant.', 'Was für ein %victim_name ist das? Noch nie sowas gesehen.', '这 %victim_name 是啥玩意儿?从没见过这样的!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (296, 'broadcast_killed_unknown', 'Just killed something strange, %victim_name', 0, 0, '', 'Je viens de tuer quelque chose d’étrange, %victim_name', 'Hab gerade was Seltsames getötet, %victim_name.', '刚干掉了个奇怪的东西,%victim_name!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (297, 'broadcast_killed_unknown', '%victim_name was weird, but down they go', 0, 0, '', '%victim_name était bizarre, mais au sol ils vont', '%victim_name war seltsam, aber erledigt ist erledigt.', '%victim_name 怪怪的,不过还是被我干掉了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (298, 'broadcast_killed_pet', 'Just defeated %victim_name', 0, 0, '', 'Je viens juste de vaincre %victim_name.', 'Gerade %victim_name besiegt.', '刚击败了 %victim_name!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (299, 'broadcast_killed_pet', 'Goodbye, %victim_name. You were just a pet', 0, 0, '', 'Au revoir, %victim_name. Tu étais qu’un animal de compagnie.', 'Tschüss, %victim_name. Warst halt nur ein Pet.', '再见了,%victim_name,你不过是个宠物而已。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (300, 'broadcast_killed_pet', 'Just took down the pet %victim_name. That was unexpected', 0, 0, '', 'Je viens de m’occuper de l’animal de compagnie %victim_name. Ça c’était inattendu.', 'Gerade das Pet %victim_name erledigt. Das kam unerwartet.', '刚干掉了宠物 %victim_name,真没想到!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (301, 'broadcast_killed_pet', 'Down goes %victim_name. Better luck next time, pet', 0, 0, '', '%victim_name mord la poussière. Meilleure chance la prochaine fois, mon pote.', '%victim_name erledigt. Nächstes Mal mehr Glück, Pet.', '%victim_name 倒下了,下次好运吧,小宠物!', '', '', '', ''); + +-- levelup events +-- usable placeholders: +-- %zone_name +-- %area_name +-- %my_class +-- %my_race +-- %my_level +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (302, 'broadcast_levelup_generic', '%my_level Ding!', 0, 0, '', '%my_level Ding !', '%my_level Ding!', '%my_level 级,升级啦!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (303, 'broadcast_levelup_generic', 'Yess, I am level %my_level!', 0, 0, '', 'Oui, je suis au niveau %my_level !', 'Ja, ich bin Level %my_level!', '耶,我到 %my_level 级了!', '', '', '', 'Да, я теперь %my_level уровень!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (304, 'broadcast_levelup_generic', 'I just leveled up', 0, 0, '', 'Je viens de monter de niveau', 'Hab gerade ein Level-Up bekommen!', '我刚升级了!', '', '', '', 'Я только что повысил уровень'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (305, 'broadcast_levelup_10x', 'I am level %my_level!!!', 0, 0, '', 'Je suis au niveau %my_level !!!', 'Ich bin Level %my_level!!!', '我到 %my_level 级了!!!', '', '', '', 'Я %my_level уровень!!!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (306, 'broadcast_levelup_10x', 'getting stronger, already level %my_level!!!', 0, 0, '', 'Je deviens de plus en plus fort, je suis déjà au niveau %my_level !!!', 'Werde stärker, schon Level %my_level!!!', '越来越强了,已经到 %my_level 级!!!', '', '', '', 'Становлюсь сильнее, уже %my_level уровень!!!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (307, 'broadcast_levelup_10x', 'Just reached level %my_level!!!', 0, 0, '', 'Je viens d’atteindre le niveau %my_level !!!', 'Gerade Level %my_level erreicht!!!', '刚达到 %my_level 级!!!', '', '', '', 'Только что достиг %my_level уровня!!!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (308, 'broadcast_levelup_max_level', 'OMG, finally level %my_level!!!', 0, 0, '', 'OMG, enfin le niveau %my_level!!!', 'OMG, endlich Level %my_level!!!', '天啊,终于到 %my_level 级了!!!', '', '', '', 'ОГО, наконец-то %my_level уровень!!!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (309, 'broadcast_levelup_max_level', '%my_level!!! can do endgame content now', 0, 0, '', '%my_level!!! je peux me permettre de faire du contenu de fin de jeu maintenant.', '%my_level!!! Endgame, ich komme!', '%my_level 级!!!现在可以挑战终极内容了!', '', '', '', '%my_level!!! теперь могу заниматься эндгейм-контентом'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (310, 'broadcast_levelup_max_level', 'fresh new level %my_level %my_class!!!', 0, 0, '', 'Nouveau niveau %my_level %my_class!!!', 'Frisch auf Level %my_level als %my_class!!!', '全新等级 %my_level 的 %my_class!!!', '', '', '', 'свежий новый уровень %my_level %my_class!!!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (311, 'broadcast_levelup_max_level', 'one more level %my_level %my_race %my_class!', 0, 0, '', 'Encore un niveau de plus %my_level pour ma race %my_race et ma classe %my_class!', 'Noch ein Level %my_level für meinen %my_race %my_class!', '又升了一级,%my_level 级的 %my_race %my_class!', '', '', '', 'еще один уровень %my_level %my_race %my_class!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (312, 'broadcast_levelup_generic', 'Ding! Another level up!', 0, 0, '', 'Ding! Encore un niveau de gagné!', 'Ding! Wieder ein Level-Up!', '叮!又升了一级!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (313, 'broadcast_levelup_generic', 'I’m officially level %my_level now!', 0, 0, '', 'Je suis maintenant officiellement au niveau %my_level !', 'Ich bin jetzt offiziell Level %my_level!', '我现在正式达到 %my_level 级了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (314, 'broadcast_levelup_generic', 'Level %my_level, feeling stronger already!', 0, 0, '', 'Niveau %my_level, je me sens déjà plus fort!', 'Level %my_level, fühle mich jetzt schon stärker!', '%my_level 级,感觉已经更强了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (315, 'broadcast_levelup_generic', 'Up I go! Level %my_level reached', 0, 0, '', 'Je monte ! Niveau %my_level atteint', 'Auf geht’s! Level %my_level erreicht.', '我升级了!达到 %my_level 级!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (316, 'broadcast_levelup_generic', 'That was quick, level %my_level already!', 0, 0, '', 'Déjà niveau %my_level ! Ça se passe bien !', 'Das ging schnell, schon Level %my_level!', '这么快,已经到 %my_level 级了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (317, 'broadcast_levelup_generic', 'Just hit level %my_level, let’s do this!', 0, 0, '', 'Je viens d’atteindre le niveau %my_level, allons-y !', 'Gerade Level %my_level erreicht, los geht’s!', '刚达到 %my_level 级,来吧,继续干!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (318, 'broadcast_levelup_generic', 'Level %my_level, on to bigger things!', 0, 0, '', 'Niveau %my_level, passons à des choses plus grandes !', 'Level %my_level, jetzt kommt das große Zeug!', '%my_level 级,接下来是更大的挑战!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (319, 'broadcast_levelup_generic', 'Level %my_level, I’m on fire now!', 0, 0, '', 'Niveau %my_level, je suis en feu maintenant !', 'Level %my_level, jetzt geht’s ab!', '%my_level 级,现在我状态火热!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (320, 'broadcast_levelup_generic', 'Level %my_level complete, onward!', 0, 0, '', 'Niveau %my_level terminé, en avant !', 'Level %my_level abgeschlossen, weiter geht’s!', '%my_level 级完成,继续前进!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (321, 'broadcast_levelup_generic', 'I’m now level %my_level, what’s next?', 0, 0, '', 'Je suis maintenant niveau %my_level, qu’est-ce qui suit?', 'Jetzt bin ich Level %my_level, was kommt als Nächstes?', '我现在是 %my_level 级,接下来干啥?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (322, 'broadcast_levelup_10x', 'Level %my_level!!! It’s happening!', 0, 0, '', 'Niveau %my_level!!! C’est en train de se passer!', 'Level %my_level!!! Es passiert wirklich!', '%my_level 级!!!这就发生了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (323, 'broadcast_levelup_10x', 'Just hit level %my_level, this feels amazing!', 0, 0, '', 'Je viens d’atteindre le niveau %my_level, c’est incroyable !', 'Gerade Level %my_level erreicht, fühlt sich großartig an!', '刚达到 %my_level 级,感觉太棒了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (324, 'broadcast_levelup_10x', 'Level %my_level and I’m only getting started!', 0, 0, '', 'Niveau %my_level et je ne fais que commencer!', 'Level %my_level und ich fange gerade erst an!', '%my_level 级,我才刚开始呢!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (325, 'broadcast_levelup_10x', 'Wow, level %my_level already, I’m unstoppable!', 0, 0, '', 'Wow, niveau %my_level déjà, je suis imbattable!', 'Wow, schon Level %my_level, ich bin unaufhaltsam!', '哇,已经到 %my_level 级了,我无人能挡!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (326, 'broadcast_levelup_10x', 'Reaching new heights at level %my_level!!!', 0, 0, '', 'Atteignant de nouveaux sommets au niveau %my_level !!!', 'Neue Höhen erreicht auf Level %my_level!!!', '在 %my_level 级达到了新的高度!!!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (327, 'broadcast_levelup_10x', 'Level %my_level and still pushing forward!', 0, 0, '', 'Niveau %my_level et je continue d’avancer à fond !', 'Level %my_level und immer noch auf dem Vormarsch!', '%my_level 级,我还在继续前进!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (328, 'broadcast_levelup_10x', 'Level %my_level, I’m too strong now!', 0, 0, '', 'Niveau %my_level, je suis trop fort maintenant!', 'Level %my_level, jetzt bin ich zu stark!', '达到%my_level级,我现在强得不行了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (329, 'broadcast_levelup_10x', 'Hitting %my_level, it feels so good!', 0, 0, '', 'Atteindre %my_level, ça fait tellement du bien !', '%my_level erreicht, fühlt sich großartig an!', '升到%my_level级,感觉真是太爽了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (330, 'broadcast_levelup_10x', 'I’m level %my_level now! Let’s go!', 0, 0, '', 'Je suis au niveau %my_level maintenant ! Allez, c’est parti !', 'Ich bin jetzt Level %my_level! Auf geht’s!', '我现在是%my_level级了!咱们走起!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (331, 'broadcast_levelup_10x', 'Level %my_level, still a lot to go!', 0, 0, '', 'Niveau %my_level, il me reste encore beaucoup de chemin à parcourir !', 'Level %my_level, noch viel zu tun!', '升到%my_level级,还有很长的路要走啊!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (332, 'broadcast_levelup_max_level', 'Finally hit level %my_level, I can do anything!', 0, 0, '', 'J’ai enfin atteint le niveau %my_level, je peux tout faire !', 'Endlich Level %my_level erreicht, jetzt geht alles!', '终于达到%my_level级了,我无所不能!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (333, 'broadcast_levelup_max_level', 'Max level %my_level, endgame here I come!', 0, 0, '', 'Niveau maximum %my_level atteint, je me rapproche de la fin du jeu !', 'Max-Level %my_level erreicht, Endgame ich komme!', '满级%my_level,终极挑战我来了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (334, 'broadcast_levelup_max_level', 'Level %my_level! Ready for the endgame!', 0, 0, '', 'Niveau %my_level ! Prêt pour la phase finale !', 'Level %my_level! Bereit fürs Endgame!', '%my_level级达成!准备好迎接终极内容了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (335, 'broadcast_levelup_max_level', 'Endgame unlocked at level %my_level, bring it on!', 0, 0, '', 'Fin du jeu débloquée au niveau %my_level, ça va déménager !', 'Endgame freigeschaltet auf Level %my_level, jetzt geht’s los!', '%my_level级解锁终极内容,来吧,挑战我!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (336, 'broadcast_levelup_max_level', 'I’ve reached level %my_level, time to shine!', 0, 0, '', 'J’ai atteint le niveau %my_level, c’est le moment de briller!', 'Level %my_level erreicht, Zeit zu glänzen!', '我达到%my_level级了,是时候大放异彩了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (337, 'broadcast_levelup_max_level', 'Level %my_level, let’s do some endgame raiding!', 0, 0, '', 'Niveau %my_level, allons faire un raid de fin de jeu!', 'Level %my_level, Zeit für Endgame-Raids!', '%my_level级了,咱去刷终极团队副本吧!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (338, 'broadcast_levelup_max_level', 'At level %my_level, nothing can stop me now!', 0, 0, '', 'Au niveau %my_level, rien ne peut m’arrêter maintenant !', 'Auf Level %my_level kann mich nichts mehr aufhalten!', '在%my_level级,谁也挡不住我了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (339, 'broadcast_levelup_max_level', 'Level %my_level, all systems go for high-level content!', 0, 0, '', 'Niveau %my_level, toutes les systèmes sont prêts pour du contenu de haut niveau !', 'Level %my_level, alle Systeme bereit für High-Level-Content!', '%my_level级,一切就绪,准备迎接高难度内容!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (340, 'broadcast_levelup_max_level', 'Yes! Level %my_level, %my_class ready for everything!', 0, 0, '', 'Oui! Niveau %my_level, %my_class prêt pour tout!', 'Ja! Level %my_level, %my_class bereit für alles!', '太棒了!%my_level级,我的%my_class准备好面对一切了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (341, 'broadcast_levelup_max_level', 'Level %my_level, it’s time to take on the world!', 0, 0, '', 'Niveau %my_level, c’est le moment de conquérir le monde!', 'Level %my_level, jetzt wird die Welt erobert!', '%my_level级,是时候征服这个世界了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (342, 'broadcast_levelup_max_level', 'Reached level %my_level, let’s take on those elite bosses!', 0, 0, '', 'J’ai atteint le niveau %my_level, allons affronter ces boss d’élite!', 'Level %my_level erreicht, Zeit, die Elitebosse anzugehen!', '达到%my_level级了,咱们去挑战那些精英首领吧!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (343, 'broadcast_levelup_max_level', 'Now I’m %my_level, the real adventure begins!', 0, 0, '', 'Maintenant que je suis %my_level, la vraie aventure commence!', 'Jetzt bin ich %my_level, das wahre Abenteuer beginnt!', '现在我是%my_level级,真正的冒险才刚刚开始!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (344, 'broadcast_levelup_max_level', 'Level %my_level! Time for some serious action!', 0, 0, '', 'Niveau %my_level ! Il est temps d’entrer en action sérieusement !', 'Level %my_level! Jetzt wird’s ernst!', '%my_level级!是时候来点硬核行动了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (345, 'broadcast_levelup_max_level', 'Level %my_level and still growing stronger!', 0, 0, '', 'Niveau %my_level et je continue de devenir de plus en plus fort !', 'Level %my_level und werde immer stärker!', '%my_level级了,而且我还会变得更强!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (346, 'broadcast_levelup_max_level', 'Finally at level %my_level! Let’s show off what I can do!', 0, 0, '', 'Enfin, je suis au niveau %my_level ! Il est temps de montrer de quoi je suis capable !', 'Endlich Level %my_level! Zeit, zu zeigen, was ich draufhabe!', '终于到%my_level级了!让大家看看我的厉害!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (347, 'broadcast_levelup_max_level', 'Level %my_level is here! I’m ready for the big leagues!', 0, 0, '', 'Le niveau %my_level est arrivé! Je suis prêt pour les grands matchs!', 'Level %my_level erreicht! Bereit für die großen Herausforderungen!', '%my_level级来了!我准备好迎接大挑战了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (348, 'broadcast_levelup_max_level', 'Just hit %my_level, get ready for the real challenges!', 0, 0, '', 'Je viens d’atteindre mon niveau %my_level, je suis prêt pour affronter de vrais défis !', 'Gerade %my_level erreicht, jetzt kommen die echten Herausforderungen!', '刚到%my_level级,准备好迎接真正的挑战吧!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (349, 'broadcast_levelup_max_level', 'Level %my_level complete, it’s time for the epic content!', 0, 0, '', 'Niveau %my_level complet, il est temps pour le contenu épique !', 'Level %my_level abgeschlossen, jetzt kommt das epische Zeug!', '%my_level级达成,是时候体验史诗内容了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (350, 'broadcast_levelup_max_level', 'Fresh out of %my_level! Ready for endgame dungeons!', 0, 0, '', 'Je viens enfin d’atteindre %my_level ! Prêt pour les donjons de fin de jeu !', 'Frisch Level %my_level erreicht! Bereit für Endgame-Dungeons!', '刚到%my_level级!准备好挑战终极地下城了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (351, 'broadcast_levelup_max_level', 'Now that I’m level %my_level, nothing is beyond my reach!', 0, 0, '', 'Maintenant que je suis au niveau %my_level, rien ne peut m’arrêter !', 'Jetzt, wo ich Level %my_level bin, ist nichts mehr unmöglich!', '现在我是%my_level级,没有什么是我做不到的!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (352, 'broadcast_levelup_max_level', 'It’s official! Level %my_level, time to dominate!', 0, 0, '', 'C’est officiel ! Niveau %my_level, c’est le moment de tout déchirer !', 'Es ist offiziell! Level %my_level, Zeit zu dominieren!', '正式宣布!%my_level级,是时候称霸一方了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (353, 'broadcast_levelup_max_level', 'Made it to level %my_level! Time to make my mark on the world!', 0, 0, '', 'J’ai atteint le niveau %my_level! Le moment de laisser ma trace dans le monde est enfin arrivé!', 'Level %my_level erreicht! Zeit, meinen Fußabdruck in der Welt zu hinterlassen!', '达到%my_level级了!是时候在这个世界上留下我的印记了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (354, 'broadcast_levelup_max_level', 'Level %my_level unlocked! The real fun begins now!', 0, 0, '', 'Niveau %my_level débloqué! Maintenant, les choses sérieuses commencent!', 'Level %my_level freigeschaltet! Jetzt geht der Spaß erst richtig los!', '%my_level级解锁!真正的乐趣现在才开始!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (355, 'broadcast_levelup_max_level', 'Level %my_level, and the world is my playground!', 0, 0, '', 'Niveau %my_level, et le monde est mon terrain de jeu!', 'Level %my_level, die Welt ist mein Spielplatz!', '%my_level级,这个世界就是我的游乐场!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (356, 'broadcast_levelup_max_level', 'Level %my_level, ready to show the world my power!', 0, 0, '', 'Niveau %my_level, prêt à montrer au monde ma puissance !', 'Level %my_level, bereit, der Welt meine Macht zu zeigen!', '%my_level级,准备好向世界展示我的力量了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (357, 'broadcast_levelup_max_level', 'Just hit %my_level, I’m going all in now!', 0, 0, '', 'Je viens d’atteindre %my_level, je me lance à fond maintenant !', 'Gerade %my_level erreicht, jetzt gebe ich alles!', '刚到%my_level级,现在我要全力以赴了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (358, 'broadcast_levelup_max_level', 'Level %my_level, I can finally take on everything!', 0, 0, '', 'Niveau %my_level, je peux enfin tout affronter !', 'Level %my_level, endlich kann ich alles in Angriff nehmen!', '%my_level级,我终于能挑战一切了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (359, 'broadcast_levelup_max_level', 'Level %my_level, I’m feeling unstoppable!', 0, 0, '', 'Niveau %my_level, je me sens imbattable!', 'Level %my_level, fühle mich unaufhaltsam!', '%my_level级,我感觉自己势不可挡!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (360, 'broadcast_levelup_max_level', 'Just reached level %my_level, can’t wait to dive into the endgame!', 0, 0, '', 'Je viens d’atteindre le niveau %my_level, j’ai hâte de me plonger dans le contenu de fin de jeu!', 'Gerade Level %my_level erreicht, kann es kaum erwarten, ins Endgame einzutauchen!', '刚达到%my_level级,迫不及待要投入终极内容了!', '', '', '', ''); + +-- guild +-- usable placeholders: +-- %other_name +-- %other_class +-- %other_race +-- %other_level +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (361, 'broadcast_guild_promotion', 'Good job %other_name. You deserved this.', 0, 0, '', 'Bien joué %other_name. Tu l’as bien mérité.', 'Gut gemacht %other_name. Das hast du dir verdient.', '干得好,%other_name,你当之无愧!', '', '', '', 'Молодец %other_name. Ты это заслужил.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (362, 'broadcast_guild_demotion', 'That was awful %other_name. I hate to do this but...', 0, 0, '', 'Désolé %other_name, mais ça a été horrible. Je déteste devoir faire ça, mais...', 'Das war echt schlecht %other_name. Ich hasse es, das zu tun, aber...', '太糟糕了,%other_name,我也不想这么做,但是...', '', '', '', 'Это было ужасно %other_name. Не хотел этого делать, но...'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (363, 'broadcast_guild_promotion', 'Congrats %other_name, you’ve earned this promotion!', 0, 0, '', 'Félicitations %other_name, tu as mérité cette promotion !', 'Glückwunsch %other_name, du hast dir diese Beförderung verdient!', '恭喜你,%other_name,这晋升是你应得的!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (364, 'broadcast_guild_promotion', 'Well deserved %other_name, welcome to the next level!', 0, 0, '', 'Bien mérité %other_name, bienvenue au niveau suivant !', 'Verdient %other_name, willkommen auf der nächsten Stufe!', '名副其实,%other_name,欢迎进入下一阶段!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (365, 'broadcast_guild_promotion', '%other_name is leveling up! Congratulations on the promotion!', 0, 0, '', '%other_name progresse dans sa carrière ! Félicitations pour la promotion !', '%other_name steigt auf! Glückwunsch zur Beförderung!', '%other_name升职了!恭喜晋升!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (366, 'broadcast_guild_promotion', 'Promotion time! %other_name, you’ve earned this one!', 0, 0, '', 'Promotion time! %other_name, tu l’as bien mérité !', 'Beförderungszeit! %other_name, das hast du dir verdient!', '晋升时刻!%other_name,你当之无愧!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (367, 'broadcast_guild_promotion', 'A new role for %other_name! Well done, keep it up!', 0, 0, '', 'Une nouvelle fonction pour %other_name ! Bravo, continue comme ça !', 'Eine neue Rolle für %other_name! Gut gemacht, weiter so!', '%other_name获得了新角色!干得漂亮,继续加油!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (368, 'broadcast_guild_promotion', 'Huge congrats to %other_name, you’ve earned a well-deserved promotion!', 0, 0, '', '%other_name, félicitations pour ta super promotion, tu la mérites amplement!', 'Große Glückwünsche an %other_name, du hast dir diese Beförderung verdient!', '热烈祝贺%other_name,你实至名归地获得了晋升!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (369, 'broadcast_guild_promotion', 'Let’s all give a round of applause to %other_name, for the promotion!', 0, 0, '', 'Donnons tous un grand round d’applaudissements à %other_name pour sa promotion!', 'Lasst uns %other_name für die Beförderung applaudieren!', '让我们为%other_name的晋升鼓掌庆祝吧!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (370, 'broadcast_guild_promotion', 'Cheers to %other_name on the promotion! Keep shining!', 0, 0, '', 'Salut à %other_name pour sa promotion! Continue de briller!', 'Prost auf %other_name zur Beförderung! Bleib am Ball!', '为%other_name的晋升干杯!继续发光发热!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (371, 'broadcast_guild_promotion', 'Congrats %other_name, you’re moving up! Well done!', 0, 0, '', 'Félicitations %other_name, tu progresses dans ton parcours ! Bravo !', 'Glückwunsch %other_name, du steigst auf! Gut gemacht!', '恭喜%other_name,你更进一步了!干得好!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (372, 'broadcast_guild_promotion', 'Another step up for %other_name! Congratulations!', 0, 0, '', 'Encore une promotion pour %other_name ! Félicitations !', 'Noch ein Aufstieg für %other_name! Glückwunsch!', '%other_name又迈上新台阶!恭喜!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (373, 'broadcast_guild_demotion', 'Tough decision, but %other_name, you’ve been demoted. Time to step up!', 0, 0, '', 'Décision difficile, mais %other_name, tu as été rétrogradé. C’est le moment de te ressaisir!', 'Schwere Entscheidung, aber %other_name, du wurdest degradiert. Zeit, dich zu beweisen!', '艰难的决定,%other_name,你被降职了。加把劲吧!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (374, 'broadcast_guild_demotion', 'Sorry %other_name, but it’s time for a demotion. Hope you come back stronger!', 0, 0, '', 'Désolé %other_name, mais c’est l’heure d’une rétrogradation. J’espère que tu reviendras plus fort !', 'Tut mir leid %other_name, aber es ist Zeit für eine Degradierung. Hoffe, du kommst stärker zurück!', '抱歉,%other_name,现在得降职了。希望你能更强地回来!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (375, 'broadcast_guild_demotion', 'Unfortunately, %other_name, it’s a demotion this time. You’ll get \'em next time!', 0, 0, '', '', 'Leider, %other_name, handelt es sich diesmal um eine Degradierung. Das nächste Mal kriegst du sie!', '遗憾的是,%other_name,这次是降职。下次再努力吧!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (376, 'broadcast_guild_demotion', 'A hard decision, but %other_name, you’ve been demoted. Time to grind back up!', 0, 0, '', 'Une décision difficile, mais %other_name, tu as été rétrogradé. Il est temps de remonter la pente !', 'Schwere Entscheidung, aber %other_name, du wurdest degradiert. Zeit, dich wieder hochzuarbeiten!', '艰难的决定,%other_name,你被降职了。是时候努力爬回去了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (377, 'broadcast_guild_demotion', 'We hate to see it, but %other_name, it’s a demotion for now.', 0, 0, '', 'C’est toujours difficile à accepter, %other_name, mais pour le moment, c’est une rétrogradation.', 'Es ist nie schön, aber %other_name, du wurdest degradiert – vorerst.', '我们也不想看到,%other_name,但现在是降职。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (378, 'broadcast_guild_demotion', 'Sorry %other_name, your rank has been lowered. Let’s work harder together!', 0, 0, '', 'Désolé %other_name, ton rang a été abaissé. On va devoir redoubler d’efforts ensemble !', 'Tut mir leid %other_name, dein Rang wurde gesenkt. Lass uns gemeinsam härter arbeiten!', '对不起,%other_name,你的等级被降低了。咱们一起更努力吧!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (379, 'broadcast_guild_demotion', 'A demotion for %other_name... Time to focus and rise back up!', 0, 0, '', 'Une rétrogradation pour %other_name... Il est temps de se concentrer et de remonter la pente!', 'Eine Degradierung für %other_name... Zeit, sich zu fokussieren und wieder aufzusteigen!', '%other_name被降职了...是时候集中精力再爬上去了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (380, 'broadcast_guild_demotion', 'Not what we wanted, but %other_name, you’ve been demoted. Learn and come back stronger!', 0, 0, '', 'Pas ce que nous voulions, mais %other_name, tu as été rétrogradé. Apprends et reviens plus fort !', 'Nicht das, was wir wollten, aber %other_name, du wurdest degradiert. Lern daraus und komm stärker zurück!', '这不是我们想要的,%other_name,你被降职了。吸取教训,变得更强吧!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (381, 'broadcast_guild_demotion', 'A tough moment for %other_name, but we know you can bounce back from this demotion!', 0, 0, '', 'Un moment difficile pour %other_name, mais on sait que tu peux rebondir après cette rétrogradation!', 'Ein harter Moment für %other_name, aber wir wissen, dass du dich von dieser Degradierung erholen kannst!', '对%other_name来说是艰难的一刻,但我们相信你能从这次降职中恢复!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (382, 'broadcast_guild_demotion', 'Sorry %other_name, but a demotion has been applied. It’s time for improvement!', 0, 0, '', 'Désolé %other_name, mais une rétrogradation a été appliquée. Il est temps de s’améliorer !', 'Tut mir leid %other_name, aber du wurdest degradiert. Jetzt ist es Zeit, sich zu verbessern!', '抱歉,%other_name,你被降职了。是时候改进自己了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (383, 'broadcast_guild_demotion', 'We didn’t want this for %other_name, but a demotion has occurred. Time to get better!', 0, 0, '', 'On n’a pas voulu cela pour %other_name, mais une rétrogradation a eu lieu. Il est temps de s’améliorer !', 'Das wollten wir nicht für %other_name, aber es ist zu einer Degradierung gekommen. Zeit, besser zu werden!', '我们不希望这样,%other_name,但降职已发生。是时候变得更好了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (384, 'broadcast_guild_recruitment', 'Looking for fresh blood! Join the guild, be part of something great!', 0, 0, '', 'À la recherche de sang neuf ! Rejoins la guilde, fais partie de quelque chose de grandiose !', 'Auf der Suche nach frischem Blut! Tritt der Gilde bei und sei Teil von etwas Großem!', '寻找新鲜血液!加入我们的公会,一起成就伟业!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (385, 'broadcast_guild_recruitment', 'Recruiting members! If you’re ready to join us, the guild door is open!', 0, 0, '', 'Recrutement de membres ! Si tu es prêt à nous rejoindre, la porte de la guilde est ouverte!', 'Wir rekrutieren! Wenn du bereit bist, uns beizutreten, steht die Tür der Gilde offen!', '招募成员!如果你准备好了,公会的大门随时为你敞开!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (386, 'broadcast_guild_recruitment', 'The guild is looking for skilled adventurers. Join us and thrive!', 0, 0, '', 'La guilde recherche des aventuriers compétents. Rejoins-nous et prospère!', 'Die Gilde sucht erfahrene Abenteurer. Tritt bei und wachse mit uns!', '公会正在寻找有实力的冒险者。加入我们,一起成长!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (387, 'broadcast_guild_recruitment', 'Want to join a great guild? We’re looking for new members! Come on in!', 0, 0, '', 'Envie de rejoindre une super guilde ? Nous cherchons de nouveaux membres ! Viens nous rejoindre !', 'Willst du einer großartigen Gilde beitreten? Wir suchen neue Mitglieder! Komm rein!', '想加入一个厉害的公会吗?我们在招新成员!快来加入吧!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (388, 'broadcast_guild_recruitment', 'The guild is growing! Join us for exciting adventures and rewards!', 0, 0, '', 'La guilde grandit! Rejoignez-nous pour vivre des aventures palpitantes et obtenir des récompenses!', 'Die Gilde wächst! Schließ dich uns an für spannende Abenteuer und Belohnungen!', '公会正在壮大!加入我们,体验刺激的冒险和丰厚的奖励!', '', '', '', ''); + +-- random instance +-- usable placeholders: +-- %my_role +-- %instance_name +-- %my_class +-- %my_race +-- %my_level +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (389, 'suggest_instance', 'Anyone wants %instance_name?', 0, 0, '', 'Qui veut %instance_name?', 'Wer will %instance_name?', '有人想去%instance_name吗?', '', '¿Alguien quiere ir a %instance_name?', '', 'Кому нужен %instance_name?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (390, 'suggest_instance', 'Any groups for %instance_name?', 0, 0, '', 'Des groupes pour %instance_name?', 'Gibt es Gruppen für %instance_name?', '有组队去%instance_name的吗?', '', '¿Algún grupo para %instance_name?', '', 'Есть группы в %instance_name?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (391, 'suggest_instance', 'Need help for %instance_name?', 0, 0, '', 'Besoin d’aide pour %instance_name ?', 'Braucht jemand Hilfe für %instance_name?', '有人需要帮忙打%instance_name吗?', '', '¿Alguien necesita ayuda con %instance_name?', '', 'Нужна помощь в %instance_name?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (392, 'suggest_instance', 'LFD: %instance_name.', 0, 0, '', 'LFG: %instance_name.', 'LFG: %instance_name.', '寻找队伍:%instance_name。', '', 'Busco grupo para %instance_name.', '', 'ЛФД: %instance_name.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (393, 'suggest_instance', 'Anyone needs %my_role for %instance_name?', 0, 0, '', 'Besoin de %my_role pour %instance_name?', 'Braucht jemand einen %my_role für %instance_name?', '有人需要%my_role去%instance_name吗?', '', '¿Alguien necesita un %my_role para %instance_name?', '', 'Кому нужен %my_role для %instance_name?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (394, 'suggest_instance', 'Missing %my_role for %instance_name?', 0, 0, '', 'Il manque %my_role pour %instance_name ?', 'Fehlt ein %my_role für %instance_name?', '缺一个%my_role去%instance_name,有人来吗?', '', '¿Buscando un %my_role para %instance_name?', '', 'Не хватает %my_role для %instance_name?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (395, 'suggest_instance', 'Can be a %my_role for %instance_name.', 0, 0, '', 'Je peux être %my_role pour %instance_name.', 'Ich kann als %my_role für %instance_name gehen.', '我可以当%my_role去%instance_name。', '', 'Puedo ser un %my_role para %instance_name.', '', 'Могу быть %my_role для %instance_name.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (396, 'suggest_instance', 'Need help with %instance_name?', 0, 0, '', 'Besoin d’aide avec %instance_name?', 'Braucht jemand Hilfe bei %instance_name?', '有人需要帮忙过%instance_name吗?', '', '¿Alguien necesita ayuda con %instance_name?', '', 'Нужна помощь с %instance_name?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (397, 'suggest_instance', 'Need %my_role help with %instance_name?', 0, 0, '', 'Besoin d’aide avec %instance_name? Je peux t’aider avec ça?', 'Braucht jemand die Hilfe eines %my_role für %instance_name?', '需要一个%my_role帮忙打%instance_name吗?', '', '¿Necesitas ayuda de %my_role con %instance_name?', '', 'Нужна помощь %my_role с %instance_name?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (398, 'suggest_instance', 'Anyone needs gear from %instance_name?', 0, 0, '', 'Besoin d’équipement de %instance_name?', 'Braucht jemand Ausrüstung aus %instance_name?', '有人需要%instance_name的装备吗?', '', '¿Alguien necesita equipo de %instance_name?', '', 'Кому нужен шмот из %instance_name?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (399, 'suggest_instance', 'A little grind in %instance_name?', 0, 0, '', 'Un petit farming dans %instance_name ?', 'Eine kleine Farm-Runde in %instance_name?', '去%instance_name刷一波怎么样?', '', '¿Un poco de farmeo en %instance_name?', '', 'Немного пофармить в %instance_name?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (400, 'suggest_instance', 'WTR %instance_name', 0, 0, '', 'WTR %instance_name', 'WTR %instance_name', '想跑%instance_name', '', 'WTR %instance_name', '', 'Ищу %instance_name'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (401, 'suggest_instance', 'Need help for %instance_name.', 0, 0, '', 'Besoin d’aide pour %instance_name.', 'Brauche Hilfe für %instance_name.', '需要帮忙打%instance_name。', '', 'Necesito ayuda para %instance_name.', '', 'Нужна помощь в %instance_name.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (402, 'suggest_instance', 'Wanna run %instance_name.', 0, 0, '', 'Tu veux lancer %instance_name.', 'Lust auf %instance_name?', '想去跑一趟%instance_name。', '', 'Quiero hacer %instance_name.', '', 'Хочу пройти %instance_name.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (403, 'suggest_instance', '%my_role looks for %instance_name.', 0, 0, '', 'Je recherche %instance_name dans le rôle de %my_role.', '%my_role sucht nach einer Gruppe für %instance_name.', '%my_role寻找%instance_name的队伍。', '', '%my_role busca %instance_name.', '', '%my_role ищет %instance_name.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (404, 'suggest_instance', 'What about %instance_name?', 0, 0, '', 'Et %instance_name, qu’en est-il?', 'Wie sieht’s mit %instance_name aus?', '%instance_name怎么样,去不去?', '', '¿Qué pasa con %instance_name?', '', 'Как насчет %instance_name?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (405, 'suggest_instance', 'Who wants to farm %instance_name?', 0, 0, '', 'Qui veut farm %instance_name ?', 'Wer will %instance_name farmen?', '有谁想去刷%instance_name?', '', '¿Quién quiere farmear %instance_name?', '', 'Кто хочет пофармить %instance_name?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (406, 'suggest_instance', 'Go in %instance_name?', 0, 0, '', 'On va dans %instance_name ?', 'Gehen wir nach %instance_name?', '去%instance_name怎么样?', '', '¿Vamos a %instance_name?', '', 'Пойдем в %instance_name?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (407, 'suggest_instance', 'Looking for %instance_name.', 0, 0, '', 'Je recherche %instance_name.', 'Suche Leute für %instance_name.', '寻找%instance_name的队伍。', '', 'Buscando gente para %instance_name.', '', 'Ищу %instance_name.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (408, 'suggest_instance', 'Need help with %instance_name quests?', 0, 0, '', 'Besoin d’aide avec les quêtes de %instance_name ?', 'Braucht jemand Hilfe bei Quests in %instance_name?', '有人需要帮忙做%instance_name的任务吗?', '', '¿Necesitas ayuda con las misiones en %instance_name?', '', 'Нужна помощь с квестами в %instance_name?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (409, 'suggest_instance', 'Wanna quest in %instance_name.', 0, 0, '', 'Tu veux partir en quête dans %instance_name?', 'Lust auf Quests in %instance_name?', '想去%instance_name做任务。', '', 'Quiero hacer una vuelta rapida en %instance_name.', '', 'Хочу квестить в %instance_name.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (410, 'suggest_instance', 'Anyone with quests in %instance_name?', 0, 0, '', 'Quelqu’un a des quêtes dans %instance_name?', 'Hat jemand Quests in %instance_name?', '有人有%instance_name的任务一起做吗?', '', '¿Alguien con misiones en %instance_name?', '', 'Кто-то с квестами в %instance_name?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (411, 'suggest_instance', 'Could help with quests in %instance_name.', 0, 0, '', '%instance_name, vous pouvez m’aider avec les quêtes ?', 'Kann bei Quests in %instance_name helfen.', '我可以帮忙做%instance_name的任务。', '', 'Podría ayudar con las misiones en %instance_name.', '', 'Могу помочь с квестами в %instance_name.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (412, 'suggest_instance', '%my_role: any place in group for %instance_name?', 0, 0, '', '%my_role: Est-ce qu’il y a une place dans le groupe pour %instance_name?', '%my_role: Gibt es einen Platz in einer Gruppe für %instance_name?', '%my_role:%instance_name的队伍有位置吗?', '', '%my_role: ¿algún lugar en el grupo para %instance_name?', '', '%my_role: есть место в группе для %instance_name?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (413, 'suggest_instance', 'Does anybody still run %instance_name this days?', 0, 0, '', 'Est-ce que quelqu’un utilise encore %instance_name de nos jours?', 'Läuft noch jemand %instance_name heutzutage?', '现在还有人跑%instance_name吗?', '', '¿Alguien todavía hace %instance_name estos días?', '', 'Кто-нибудь еще ходит в %instance_name в наши дни?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (414, 'suggest_instance', '%instance_name: anyone wants to take a %my_role?', 0, 0, '', '%instance_name: Est-ce que quelqu’un veut prendre un %my_role?', '%instance_name: Braucht jemand einen %my_role?', '%instance_name:有人需要一个%my_role吗?', '', '¿Alguien quiere un %my_role para %instance_name?', '', '%instance_name: кто хочет взять %my_role?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (415, 'suggest_instance', 'Is there any point being %my_role in %instance_name?', 0, 0, '', 'Est-ce que ça vaut la peine d’être %my_role dans %instance_name?', 'Macht es überhaupt Sinn, %my_role in %instance_name zu sein?', '在%instance_name当%my_role有意义吗?', '', '¿Tiene algún sentido ser %my_role en %instance_name?', '', 'Есть ли смысл быть %my_role в %instance_name?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (416, 'suggest_instance', 'It is really worth to go to %instance_name?', 0, 0, '', 'Est-ce que ça vaut vraiment la peine d’aller à %instance_name?', 'Lohnt es sich wirklich, nach %instance_name zu gehen?', '去%instance_name真的值得吗?', '', '¿Realmente vale la pena ir a %instance_name?', '', 'Стоит ли идти в %instance_name?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (417, 'suggest_instance', 'Anybody needs more people for %instance_name?', 0, 0, '', 'Est-ce que quelqu’un a besoin de plus de personnes pour %instance_name?', 'Braucht jemand noch Leute für %instance_name?', '有人需要更多人一起打%instance_name吗?', '', '¿Alguien necesita más personas para %instance_name?', '', 'Кому нужны еще люди для %instance_name?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (418, 'suggest_instance', '%instance_name bosses drop good gear. Wanna run?', 0, 0, '', '%instance_name Les boss laissent tomber du bon équipement. Tu veux qu’on y aille?', '%instance_name Bosse droppen gutes Gear. Lust auf einen Run?', '%instance_name的首领掉好装备,想去跑一趟吗?', '', 'Los jefes en %instance_name sueltan buen equipo. ¿Quieres ir?', '', 'В %instance_name боссы дропают хороший шмот. Пойдем?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (419, 'suggest_instance', 'What about %instance_name?', 0, 0, '', 'Que dire de %instance_name ?', 'Wie sieht’s mit %instance_name aus?', '%instance_name咋样,去不?', '', '¿Qué pasa con %instance_name?', '', 'Как насчет %instance_name?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (420, 'suggest_instance', 'Anybody needs %my_role?', 0, 0, '', 'Est-ce que quelqu’un a besoin de %my_role?', 'Braucht jemand einen %my_role?', '有人需要一个%my_role吗?', '', '¿Alguien necesita un %my_role?', '', 'Кому нужен %my_role?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (421, 'suggest_instance', 'Anyone needs %my_role?', 0, 0, '', 'Besoin de %my_role?', 'Braucht jemand einen %my_role?', '有人缺一个%my_role吗?', '', '¿Alguien hacer un grupo con un %my_role?', '', 'Кому нужен %my_role?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (422, 'suggest_instance', 'Who wants %instance_name?', 0, 0, '', 'Qui veut %instance_name ?', 'Wer will %instance_name?', '谁想去%instance_name?', '', '¿Quién quiere %instance_name?', '', 'Кто хочет %instance_name?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (423, 'suggest_instance', 'Can anybody summon me at %instance_name?', 0, 0, '', 'Est-ce que quelqu’un peut m’invoquer à %instance_name?', 'Kann mich jemand nach %instance_name herbeirufen?', '有人能在%instance_name召唤我吗?', '', '¿Alguien puede invocarme en %instance_name?', '', 'Кто может призвать меня в %instance_name?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (424, 'suggest_instance', 'Meet me in %instance_name', 0, 0, '', 'Rencontre-moi dans %instance_name', 'Triff mich in %instance_name.', '在%instance_name见我吧。', '', 'Encuéntrame en %instance_name', '', 'Встретимся в %instance_name'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (425, 'suggest_instance', 'Wanna quick %instance_name run', 0, 0, '', 'Tu veux lancer rapidement %instance_name ?', 'Lust auf einen schnellen %instance_name Run?', '想快速跑一趟%instance_name吗?', '', 'Quiero ir a %instance_name rápido', '', 'Хочу быструю пробежку %instance_name'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (426, 'suggest_instance', 'Wanna full %instance_name run', 0, 0, '', 'Bien sûr, je veux que l’instance %instance_name fonctionne.', 'Lust auf einen kompletten %instance_name Run?', '想完整跑一遍%instance_name吗?', '', 'Quiero hacer %instance_name completa', '', 'Хочу полный забег %instance_name'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (427, 'suggest_instance', 'How many times were you in %instance_name?', 0, 0, '', 'Combien de fois ai-je été dans %instance_name?', 'Wie oft warst du schon in %instance_name?', '你去过%instance_name几次了?', '', '¿Cuántas veces estuviste en %instance_name?', '', 'Сколько раз ты был в %instance_name?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (428, 'suggest_instance', 'Another %instance_name run?', 0, 0, '', 'Une autre éxpédition dans %instance_name ?', 'Noch ein Run in %instance_name?', '再跑一趟%instance_name怎么样?', '', '¿Otra vuelta en %instance_name ?', '', 'Еще один забег в %instance_name?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (429, 'suggest_instance', 'Wiped in %instance_name? Take me instead!', 0, 0, '', 'Wipe dans %instance_name ? Prends-moi à la place !', 'Wipe in %instance_name? Nehmt mich stattdessen!', '在%instance_name团灭了?带我吧!', '', '¿Borrado en %instance_name? ¡Tómame a mí en su lugar!', '', 'Вайпнулись в %instance_name? Возьмите меня!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (430, 'suggest_instance', 'Take me in %instance_name please.', 0, 0, '', 'Prenez-moi dans %instance_name s’il vous plaît.', 'Nehmt mich mit in %instance_name, bitte.', '请带我去%instance_name。', '', 'Tómame en %instance_name por favor.', '', 'Возьмите меня в %instance_name, пожалуйста.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (431, 'suggest_instance', 'Quick %instance_name run?', 0, 0, '', 'Rapidement, %instance_name, on y va ?', 'Schneller %instance_name Run?', '快速跑一趟%instance_name?', '', '¿Partida rápida de %instance_name?', '', 'Быстрый забег в %instance_name?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (432, 'suggest_instance', 'Full %instance_name run?', 0, 0, '', 'Complet %instance_name ?', 'Kompletter %instance_name Run?', '完整跑一遍%instance_name?', '', '¿Partida completa de %instance_name?', '', 'Полный забег в %instance_name?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (433, 'suggest_instance', 'Who can take %my_role to %instance_name?', 0, 0, '', 'Qui peut prendre %my_role à %instance_name?', 'Wer kann als %my_role nach %instance_name gehen?', '谁能带一个%my_role去%instance_name?', '', '¿Quién puede ir de %my_role para %instance_name?', '', 'Кто может взять %my_role в %instance_name?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (434, 'suggest_instance', 'LFG %instance_name, I am %my_role', 0, 0, '', 'LFG %instance_name, je suis %my_role.', 'LFG %instance_name, ich bin %my_role.', '找队%instance_name,我是%my_role', '', '', '', 'ЛФГ %instance_name, я %my_role'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (435, 'suggest_instance', '%my_role LFG %instance_name', 0, 0, '', '%my_role LFG %instance_name.', '%my_role LFG %instance_name.', '%my_role找队%instance_name', '', '', '', '%my_role ЛФГ %instance_name'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (436, 'suggest_instance', 'Anyone looking for a group for %instance_name?', 0, 0, '', 'Quelqu’un cherche un groupe pour %instance_name?', 'Sucht jemand eine Gruppe für %instance_name?', '有人在找%instance_name的队伍吗?', '', '¿Alguien busca grupo para %instance_name?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (437, 'suggest_instance', 'Need a DPS for %instance_name', 0, 0, '', 'Besoin d’un DPS pour %instance_name.', 'Brauchen noch einen DPS für %instance_name.', '需要一个DPS去%instance_name', '', 'Necesito un DPS para %instance_name', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (438, 'suggest_instance', 'Looking for a healer for %instance_name', 0, 0, '', 'Je suis à la recherche d’un guérisseur pour %instance_name.', 'Suche einen Heiler für %instance_name.', '找一个治疗去%instance_name', '', 'Busco un sanador para %instance_name', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (439, 'suggest_instance', 'Anyone need a tank for %instance_name?', 0, 0, '', 'Besoin d’un tank pour %instance_name ?', 'Braucht jemand einen Tank für %instance_name?', '有人需要一个坦克去%instance_name吗?', '', '¿Alguien necesita un tanque para %instance_name?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (440, 'suggest_instance', 'Trying to do %instance_name. Need a group!', 0, 0, '', 'J’essaie de faire %instance_name. Il me faut un groupe !', 'Ich versuche %instance_name zu machen. Brauche eine Gruppe!', '想打%instance_name,缺个队伍!', '', 'Intentando hacer %instance_name. ¡Necesito un grupo!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (441, 'suggest_instance', 'Anyone down for %instance_name?', 0, 0, '', 'Qui est partant pour %instance_name?', 'Wer hat Lust auf %instance_name?', '有人想一起去%instance_name吗?', '', '¿Alguien se apunta para %instance_name?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (442, 'suggest_instance', 'Looking for 1 more for %instance_name', 0, 0, '', 'Il nous manque 1 personne pour %instance_name.', 'Uns fehlt noch 1 Person für %instance_name.', '还差1人去%instance_name', '', 'Busco 1 más para %instance_name', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (443, 'suggest_instance', 'Anyone wanna join for %instance_name?', 0, 0, '', 'Quelqu’un veut se joindre pour %instance_name?', 'Möchte jemand für %instance_name mitkommen?', '有人想加入%instance_name的队伍吗?', '', '¿Alguien quiere unirse para %instance_name?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (444, 'suggest_instance', 'Anyone interested in %instance_name?', 0, 0, '', 'Quelqu’un intéressé par %instance_name ?', 'Hat jemand Interesse an %instance_name?', '有人对%instance_name感兴趣吗?', '', '¿Alguien interesado en %instance_name?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (445, 'suggest_instance', 'Looking for a quick run through %instance_name', 0, 0, '', 'À la recherche d’un rapide survol de %instance_name', 'Suche einen schnellen Run durch %instance_name.', '想快速通关%instance_name', '', 'Buscando una corrida rápida en %instance_name', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (446, 'suggest_instance', 'Who’s up for %instance_name?', 0, 0, '', 'Qui est partant pour %instance_name?', 'Wer ist bereit für %instance_name?', '谁愿意去%instance_name?', '', '¿Quién está listo para %instance_name?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (447, 'suggest_instance', 'Need help to clear %instance_name', 0, 0, '', 'Besoin d’aide pour vider %instance_name', 'Brauche Hilfe, um %instance_name zu clearen', '需要帮忙清%instance_name', '', 'Necesito ayuda para limpiar %instance_name', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (448, 'suggest_instance', 'Want to farm %instance_name?', 0, 0, '', 'Envie de farmer %instance_name?', 'Lust, %instance_name zu farmen?', '想去刷%instance_name吗?', '', '¿Quieres farmear %instance_name?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (449, 'suggest_instance', 'Looking to complete %instance_name', 0, 0, '', 'Je cherche à terminer %instance_name.', 'Suche Gruppe, um %instance_name abzuschließen.', '想完成%instance_name', '', 'Buscando completar %instance_name', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (450, 'suggest_instance', 'Anyone needs %instance_name items?', 0, 0, '', 'Besoin d’objets %instance_name ?', 'Braucht jemand Items aus %instance_name?', '有人需要%instance_name的道具吗?', '', '¿Alguien necesita objetos de %instance_name?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (451, 'suggest_instance', 'Looking for a carry through %instance_name', 0, 0, '', 'Je recherche un portage à travers %instance_name.', 'Suche Carry für %instance_name.', '找人带我过%instance_name', '', 'Buscando un carry para %instance_name', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (452, 'suggest_instance', 'Anyone want to run %instance_name?', 0, 0, '', 'Quelqu’un veut faire tourner %instance_name?', 'Will jemand %instance_name laufen?', '有人想跑%instance_name吗?', '', '¿Alguien quiere hacer %instance_name?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (453, 'suggest_instance', 'Running %instance_name, looking for more', 0, 0, '', 'En cours d’exécution de %instance_name, je suis à la recherche de plus d’informations.', 'Laufe %instance_name, suche noch Mitspieler.', '正在跑%instance_name,还缺人', '', 'Haciendo %instance_name, buscando más personas', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (454, 'suggest_instance', 'Anyone available for %instance_name?', 0, 0, '', 'Quelqu’un disponible pour %instance_name ?', 'Hat jemand Zeit für %instance_name?', '有人有空去%instance_name吗?', '', '¿Alguien disponible para %instance_name?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (455, 'suggest_instance', 'Looking for someone to help with %instance_name', 0, 0, '', 'Besoin d’aide pour %instance_name', 'Suche Hilfe für %instance_name.', '找人帮忙打%instance_name', '', 'Buscando a alguien para ayudar con %instance_name', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (456, 'suggest_instance', 'Need %my_role for %instance_name!', 0, 0, '', 'J’ai besoin de %my_role pour %nom_de_l’instance!', 'Brauche einen %my_role für %instance_name!', '需要一个%my_role去%instance_name!', '', '¡Necesito un %my_role para %instance_name!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (457, 'suggest_instance', 'Want to do a %instance_name run?', 0, 0, '', 'Tu veux faire une séance de %instance_name ?', 'Lust auf einen %instance_name Run?', '有人想一起刷%instance_name吗?', '', '¿Quieres hacer una corrida de %instance_name?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (458, 'suggest_instance', 'Need %my_role for %instance_name run', 0, 0, '', 'J’ai besoin de %my_role pour exécuter %instance_name.', 'Brauche %my_role für einen %instance_name Run.', '刷%instance_name需要一个%my_role!', '', 'Necesito %my_role para la corrida de %instance_name', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (459, 'suggest_instance', 'Anyone want to farm %instance_name gear?', 0, 0, '', 'Ça vous dit de farmer les équipements de %instance_name ?', 'Hat jemand Lust, %instance_name Gear zu farmen?', '有人想一起刷%instance_name的装备吗?', '', '¿Alguien quiere farmear equipo de %instance_name?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (460, 'suggest_instance', 'Looking for a group to speedrun %instance_name', 0, 0, '', 'Je recherche un groupe pour faire une speedrun de %instance_name.', 'Suche Gruppe für einen Speedrun in %instance_name.', '找个队伍一起速刷%instance_name!', '', 'Buscando un grupo para speedrun de %instance_name', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (461, 'suggest_instance', 'Need a group to clear %instance_name', 0, 0, '', 'Besoin d’un groupe pour nettoyer %instance_name', 'Brauche eine Gruppe, um %instance_name zu clearen.', '需要一个队伍清理%instance_name!', '', 'Necesito un grupo para limpiar %instance_name', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (462, 'suggest_instance', 'Anyone interested in farming %instance_name?', 0, 0, '', 'Quelqu’un intéressé par cultiver %instance_name?', 'Hat jemand Interesse daran, %instance_name zu farmen?', '有人对刷%instance_name感兴趣吗?', '', '¿Alguien interesado en farmear %instance_name?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (463, 'suggest_instance', 'Looking for some gear from %instance_name', 0, 0, '', 'Je cherche des équipements de %instance_name.', 'Suche nach Ausrüstung aus %instance_name.', '想从%instance_name弄点装备,有一起的吗?', '', 'Buscando equipo de %instance_name', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (464, 'suggest_instance', 'Anyone for a quick %instance_name run?', 0, 0, '', 'Qui est partant pour une petite instance rapide de %instance_name ?', 'Hat jemand Lust auf einen schnellen %instance_name Run?', '有人想速刷一波%instance_name吗?', '', '¿Alguien para una corrida rápida de %instance_name?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (465, 'suggest_instance', 'Anyone want to try %instance_name together?', 0, 0, '', 'Qui veut essayer %instance_name ensemble ?', 'Wer möchte %instance_name gemeinsam ausprobieren?', '有人想一起挑战%instance_name吗?', '', '¿Alguien quiere intentar %instance_name juntos?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (466, 'suggest_instance', 'Looking for people to complete %instance_name', 0, 0, '', 'Je recherche des personnes pour compléter %instance_name.', 'Suche Leute, um %instance_name abzuschließen.', '找人一起完成%instance_name!', '', 'Buscando personas para completar %instance_name', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (467, 'suggest_instance', 'Can we get a group for %instance_name?', 0, 0, '', 'Peut-on former un groupe pour %instance_name?', 'Können wir eine Gruppe für %instance_name zusammenstellen?', '能组个队去%instance_name吗?', '', '¿Podemos formar un grupo para %instance_name?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (468, 'suggest_instance', 'Need a quick run for %instance_name', 0, 0, '', 'Besoin d’une exécution rapide pour %instance_name', 'Brauche einen schnellen Run für %instance_name.', '需要快速刷一波%instance_name!', '', 'Necesito una corrida rápida para %instance_name', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (469, 'suggest_instance', 'Anyone down to farm %instance_name together?', 0, 0, '', 'Qui est partant pour farmer %instance_name ensemble ?', 'Hat jemand Lust, %instance_name gemeinsam zu farmen?', '有人想一起刷%instance_name吗?', '', '¿Alguien quiere farmear %instance_name juntos?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (470, 'suggest_instance', 'Looking for a few more for %instance_name', 0, 0, '', 'Je cherche encore quelques personnes pour %instance_name.', 'Suche noch ein paar Leute für %instance_name.', '还差几个人一起去%instance_name!', '', 'Buscando algunos más para %instance_name', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (471, 'suggest_instance', 'Anyone need help with %instance_name mechanics?', 0, 0, '', 'Besoin d’aide avec les mécanismes de %instance_name ?', 'Braucht jemand Hilfe bei den Mechaniken von %instance_name?', '有人需要%instance_name的机制讲解吗?', '', '¿Alguien necesita ayuda con las mecánicas de %instance_name?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (472, 'suggest_instance', 'Need a group for %instance_name fast', 0, 0, '', 'J’ai besoin d’un groupe pour %instance_name rapidement', 'Brauche schnell eine Gruppe für %instance_name.', '急需一个队伍去%instance_name!', '', 'Necesito un grupo rápido para %instance_name', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (473, 'suggest_instance', 'Anyone want to speedrun %instance_name?', 0, 0, '', 'Quelqu’un veut speedrunner %instance_name?', 'Will jemand %instance_name im Speedrun machen?', '有人想速刷%instance_name吗?', '', '¿Alguien quiere hacer %instance_name en speedrun?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (474, 'suggest_instance', 'Looking for a quick %instance_name completion', 0, 0, '', 'Je cherche une %instance_name complétion rapide.', 'Suche nach einer schnellen %instance_name Abschließung.', '找人快速完成%instance_name!', '', 'Buscando completar %instance_name rápido', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (475, 'suggest_instance', 'Looking for anyone to join %instance_name', 0, 0, '', 'Je recherche des personnes pour rejoindre %instance_name.', 'Suche Leute, die sich %instance_name anschließen möchten.', '找人一起加入%instance_name!', '', 'Buscando a alguien para unirse a %instance_name', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (476, 'suggest_instance', 'Anyone down to clear %instance_name?', 0, 0, '', 'Quelqu’un est partant pour nettoyer %instance_name?', 'Hat jemand Lust, %instance_name zu clearen?', '有人想一起清%instance_name吗?', '', '¿Alguien para limpiar %instance_name?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (477, 'suggest_instance', 'Need help with the final boss of %instance_name', 0, 0, '', 'Besoin d’aide avec le boss final de %instance_name?', 'Brauche Hilfe beim Endboss von %instance_name.', '需要帮忙打%instance_name的最终BOSS!', '', 'Necesito ayuda con el último jefe de %instance_name', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (478, 'suggest_instance', 'Anyone interested in running %instance_name today?', 0, 0, '', 'Quelqu’un intéressé pour lancer %instance_name aujourd’hui?', 'Hat jemand Interesse, heute %instance_name zu machen?', '今天有人想刷%instance_name吗?', '', '¿Alguien interesado en hacer %instance_name hoy?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (479, 'suggest_instance', 'Looking for a quick run of %instance_name to farm some gear', 0, 0, '', 'Je cherche à faire rapidement %instance_name pour récupérer un peu d’équipement.', 'Suche nach einem schnellen Run in %instance_name, um etwas Gear zu farmen.', '想速刷%instance_name搞点装备,有人一起吗?', '', 'Buscando una corrida rápida de %instance_name para farmear equipo', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (480, 'suggest_instance', 'Anyone looking to farm materials from %instance_name?', 0, 0, '', 'Qui veut farmer des matériaux dans %instance_name ?', 'Will jemand Materialien aus %instance_name farmen?', '有人想刷%instance_name的材料吗?', '', '¿Alguien quiere farmear materiales de %instance_name?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (481, 'suggest_instance', 'Let’s get a group for %instance_name', 0, 0, '', 'Formons un groupe pour %instance_name.', 'Lasst uns eine Gruppe für %instance_name zusammenstellen.', '咱们组个队去%instance_name吧!', '', 'Formemos un grupo para %instance_name', '', ''); + +-- random quest +-- usable placeholders: +-- %my_role +-- %quest_link +-- %quest_level +-- %my_class +-- %my_race +-- %my_level +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (482, 'suggest_quest', 'Need help with %quest_link?', 0, 0, '', 'Besoin d’aide avec %quest_link?', 'Brauche Hilfe bei %quest_link?', '有人能帮我做%quest_link吗?', '', '¿Alguien necesita ayuda con %quest_link?', '', 'Нужна помощь с %quest_link?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (483, 'suggest_quest', 'Anyone wants to share %quest_link?', 0, 0, '', 'Est-ce que quelqu’un veut partager %quest_link ?', 'Möchte jemand %quest_link teilen?', '有人想一起分享%quest_link吗?', '', '¿Alguien quiere hacer %quest_link?', '', 'Кто хочет поделиться %quest_link?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (484, 'suggest_quest', 'Anyone doing %quest_link?', 0, 0, '', 'Quelqu’un fait la %quest_link?', 'Macht gerade jemand %quest_link?', '有人在做%quest_link吗?', '', '¿Alguien está haciendo %quest_link?', '', 'Кто делает %quest_link?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (485, 'suggest_quest', 'Wanna do %quest_link.', 0, 0, '', 'Tu veux faire la %quest_link ?', 'Lust auf %quest_link?', '想做%quest_link,有人一起吗?', '', '¿Una ayudita con %quest_link?', '', 'Хочу сделать %quest_link.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (486, 'suggest_quest', 'Looking to group for %quest_link.', 0, 0, '', 'À la recherche de personnes pour %quest_link.', 'Suche Gruppe für %quest_link.', '找人组队做%quest_link!', '', 'Buscando un grupo para %quest_link.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (487, 'suggest_quest', 'Who wants to help with %quest_link?', 0, 0, '', 'Qui veut aider avec %quest_link?', 'Wer möchte bei %quest_link helfen?', '谁想帮我做%quest_link?', '', '¿Quién quiere ayudar con %quest_link?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (488, 'suggest_quest', 'Need assistance with %quest_link?', 0, 0, '', 'Besoin d’aide avec %quest_link?', 'Brauche Unterstützung bei %quest_link?', '需要帮忙做%quest_link吗?', '', '¿Alguien necesita ayuda con %quest_link?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (489, 'suggest_quest', 'Anyone interested in %quest_link?', 0, 0, '', 'Quelqu’un intéressé par %quest_link?', 'Hat jemand Interesse an %quest_link?', '有人对%quest_link感兴趣吗?', '', '¿Alguien interesado en %quest_link?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (490, 'suggest_quest', 'Anyone wants to finish %quest_link?', 0, 0, '', 'Qui veut terminer la %quest_link ?', 'Wer will %quest_link abschließen?', '有人想完成%quest_link吗?', '', '¿Alguien quiere terminar %quest_link?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (491, 'suggest_quest', 'Need a team for %quest_link?', 0, 0, '', 'Besoin d’une équipe pour %quest_link?', 'Brauche ein Team für %quest_link?', '需要一个队伍做%quest_link吗?', '', '¿Necesito un equipo para %quest_link?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (492, 'suggest_quest', 'Any takers for %quest_link?', 0, 0, '', 'Des volontaires pour %quest_link ?', 'Freiwillige für %quest_link?', '有志愿者一起做%quest_link吗?', '', '¿Alguien se apunta a %quest_link?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (493, 'suggest_quest', 'Let’s do %quest_link together.', 0, 0, '', 'Faisons cette %quest_link ensemble.', 'Lass uns %quest_link zusammen machen.', '咱们一起做%quest_link吧!', '', 'Vamos a hacer %quest_link juntos.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (494, 'suggest_quest', 'Need someone for %quest_link.', 0, 0, '', 'Besoin de quelqu’un pour %quest_link.', 'Brauche jemanden für %quest_link.', '需要一个人帮忙做%quest_link。', '', '¿Necesito a alguien para %quest_link?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (495, 'suggest_quest', 'Anyone needs help with %quest_link?', 0, 0, '', 'Besoin d’aide avec %quest_link?', 'Braucht jemand Hilfe bei %quest_link?', '有人需要帮忙做%quest_link吗?', '', '¿Alguien necesita ayuda con %quest_link?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (496, 'suggest_quest', 'Need help with %quest_link? I got you.', 0, 0, '', 'Besoin d’aide avec %quest_link? Pas de souci, je suis là pour t’épauler.', 'Brauchst du Hilfe bei %quest_link? Ich helfe dir.', '需要帮忙做%quest_link吗?我来帮你!', '', '¿Necesitas ayuda con %quest_link? Yo te ayudo.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (497, 'suggest_quest', 'Looking to do %quest_link. Anyone in?', 0, 0, '', 'Je veux faire %quest_link. Qui veut se joindre à moi ?', 'Ich will %quest_link machen. Wer kommt mit?', '想做%quest_link,有人加入吗?', '', 'Busco hacer %quest_link. ¿Alguien se une?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (498, 'suggest_quest', 'Help wanted for %quest_link.', 0, 0, '', 'Besoin d’aide pour %quest_link.', 'Hilfe gesucht für %quest_link.', '需要帮忙做%quest_link!', '', 'Se busca ayuda para %quest_link.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (499, 'suggest_quest', 'Who is up for %quest_link?', 0, 0, '', 'Qui est partant pour %quest_link ?', 'Wer ist dabei für %quest_link?', '谁想一起做%quest_link?', '', '¿Quién se apunta a %quest_link?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (500, 'suggest_quest', 'Who wants to join for %quest_link?', 0, 0, '', 'Qui veut se joindre à moi pour %quest_link ?', 'Wer möchte sich für %quest_link anschließen?', '谁想加入做%quest_link?', '', '¿Quién quiere unirse a %quest_link?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (501, 'suggest_quest', 'Anyone up for %quest_link?', 0, 0, '', 'Qui est partant pour %quest_link ?', 'Hat jemand Lust auf %quest_link?', '有人想做%quest_link吗?', '', '¿Alguien quiere hacer %quest_link?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (502, 'suggest_quest', 'Need some help with %quest_link here.', 0, 0, '', 'Besoin d’aide avec %quest_link ici.', 'Brauche hier Hilfe mit %quest_link.', '这里需要帮忙做%quest_link。', '', 'Necesito ayuda con %quest_link.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (503, 'suggest_quest', 'Anyone for %quest_link?', 0, 0, '', 'Quelqu’un pour %quest_link ?', 'Jemand für %quest_link?', '有人一起做%quest_link吗?', '', '¿Alguien para %quest_link?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (504, 'suggest_quest', 'Who is ready to do %quest_link?', 0, 0, '', 'Qui est prêt à faire %quest_link ?', 'Wer ist bereit für %quest_link?', '谁准备好做%quest_link了?', '', '¿Quién está listo para %quest_link?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (505, 'suggest_quest', 'Looking for some %quest_link help.', 0, 0, '', 'Je cherche de l’aide pour %quest_link.', 'Suche Hilfe für %quest_link.', '找人帮忙做%quest_link。', '', 'Buscando ayuda para %quest_link.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (506, 'suggest_quest', 'Anyone need %quest_link help?', 0, 0, '', 'Besoin d’aide pour la quête %quest_link?', 'Braucht jemand Hilfe für die Quest %quest_link?', '有人需要%quest_link的帮助吗?', '', '¿Alguien necesita ayuda con %quest_link?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (507, 'suggest_quest', 'Who is down to complete %quest_link?', 0, 0, '', 'Qui est partant pour compléter la %quest_link?', 'Wer möchte %quest_link abschließen?', '谁想一起完成%quest_link?', '', '¿Quién se apunta a completar %quest_link?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (508, 'suggest_quest', 'Anyone need assistance for %quest_link?', 0, 0, '', 'Besoin d’aide pour %quest_link ?', 'Braucht jemand Unterstützung für %quest_link?', '有人需要%quest_link的协助吗?', '', '¿Alguien necesita asistencia con %quest_link?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (509, 'suggest_quest', 'Who can help with %quest_link?', 0, 0, '', 'Qui peut m’aider avec %quest_link?', 'Wer kann mit %quest_link helfen?', '谁能帮忙做%quest_link?', '', '¿Quién puede ayudar con %quest_link?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (510, 'suggest_quest', 'Looking for a hand with %quest_link.', 0, 0, '', 'Recherchde l aide pour %quest_link.', 'Suche Unterstützung für %quest_link.', '找人帮一把做%quest_link。', '', 'Buscando ayuda con %quest_link.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (511, 'suggest_quest', 'Anyone ready for %quest_link?', 0, 0, '', 'Qui est prêt pour %quest_link?', 'Wer ist bereit für %quest_link?', '有人准备好做%quest_link了吗?', '', '¿Alguien listo para %quest_link?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (512, 'suggest_quest', 'Can anyone join me for %quest_link?', 0, 0, '', 'Est-ce que quelqu’un peut se joindre à moi pour %quest_link?', 'Kann sich jemand für %quest_link anschließen?', '有人能和我一起做%quest_link吗?', '', '¿Alguien puede unirse para %quest_link?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (513, 'suggest_quest', 'Looking for some partners for %quest_link.', 0, 0, '', 'Je recherche des partenaires pour %quest_link.', 'Suche Mitstreiter für %quest_link.', '找几个伙伴一起做%quest_link。', '', 'Buscando compañeros para %quest_link.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (514, 'suggest_quest', 'Anyone want to team up for %quest_link?', 0, 0, '', 'Quelqu’un veut faire équipe pour %quest_link?', 'Will jemand ein Team für %quest_link bilden?', '有人想组队做%quest_link吗?', '', '¿Alguien quiere formar un equipo para %quest_link?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (515, 'suggest_quest', 'Who is willing to do %quest_link?', 0, 0, '', 'Qui est prêt à faire %quest_link ?', 'Wer ist bereit, %quest_link zu machen?', '谁愿意做%quest_link?', '', '¿Quién está dispuesto a hacer %quest_link?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (516, 'suggest_quest', 'Who needs %quest_link to be completed?', 0, 0, '', 'Qui a besoin que %quest_link soit complété ?', 'Wer muss %quest_link abschließen?', '谁需要完成%quest_link?', '', '¿Quién necesita completar %quest_link?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (517, 'suggest_quest', 'Looking to complete %quest_link.', 0, 0, '', 'Je cherche à accomplir la %quest_link.', 'Suche Gruppe, um %quest_link abzuschließen.', '想完成%quest_link,有人一起吗?', '', 'Buscando completar %quest_link.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (518, 'suggest_quest', 'Who can join me for %quest_link?', 0, 0, '', 'Qui peut se joindre à moi pour %quest_link ?', 'Wer kann sich mir für %quest_link anschließen?', '谁能和我一起做%quest_link?', '', '¿Quién puede unirse a %quest_link?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (519, 'suggest_quest', 'Anyone interested in completing %quest_link?', 0, 0, '', 'Qui est intéressé pour compléter la %quest_link ?', 'Hat jemand Interesse, %quest_link abzuschließen?', '有人想完成%quest_link吗?', '', '¿Alguien interesado en completar %quest_link?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (520, 'suggest_quest', 'Wanna help with %quest_link?', 0, 0, '', 'Tu veux de l’aide avec %quest_link?', 'Willst du bei %quest_link helfen?', '想帮我做%quest_link吗?', '', '¿Quieres ayudar con %quest_link?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (521, 'suggest_quest', 'Anyone willing to help with %quest_link?', 0, 0, '', '%quest_link ? Oh, vous avez besoin d’aide pour cette quête ? Je suis là pour vous aider !', 'Braucht jemand Hilfe bei %quest_link? Ich bin dabei!', '有人愿意帮忙做%quest_link吗?', '', '¿Alguien dispuesto a ayudar con %quest_link?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (522, 'suggest_quest', 'Need someone to finish %quest_link.', 0, 0, '', 'Besoin que quelqu’un termine %quest_link.', 'Brauche jemanden, der %quest_link abschließt.', '需要有人一起完成%quest_link。', '', 'Necesito a alguien para terminar %quest_link.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (523, 'suggest_quest', 'Anyone want to finish %quest_link?', 0, 0, '', 'Quelqu’un veut finir %quest_link ?', 'Möchte jemand %quest_link beenden?', '有人想一起完成%quest_link吗?', '', '¿Alguien quiere terminar %quest_link?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (524, 'suggest_quest', 'Any help with %quest_link?', 0, 0, '', 'Besoin d’aide avec %quest_link?', 'Braucht jemand Hilfe bei %quest_link?', '有谁能帮忙做%quest_link?', '', '¿Necesito ayuda con %quest_link?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (525, 'suggest_quest', 'Anyone up for %quest_link?', 0, 0, '', 'Qui est partant pour %quest_link ?', 'Wer hat Lust auf %quest_link?', '有人想去做%quest_link吗?', '', '¿Alguien se apunta a %quest_link?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (526, 'suggest_quest', 'Looking for %quest_link completion partner.', 0, 0, '', 'Je recherche un partenaire pour compléter %quest_link.', 'Suche einen Partner, um %quest_link abzuschließen.', '找个伙伴一起完成%quest_link。', '', 'Buscando compañero para completar %quest_link.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (527, 'suggest_quest', 'Who is down to finish %quest_link?', 0, 0, '', 'Qui est partant pour finir la %quest_link?', 'Wer möchte %quest_link fertigstellen?', '谁愿意一起完成%quest_link?', '', '¿Quién se apunta a terminar %quest_link?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (528, 'suggest_quest', 'Help wanted for %quest_link.', 0, 0, '', 'Besoin d’aide pour %quest_link.', 'Hilfe gesucht für %quest_link.', '求助,需要帮忙做%quest_link。', '', 'Se busca ayuda para %quest_link.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (529, 'suggest_quest', 'Anyone interested in %quest_link today?', 0, 0, '', 'Quelqu’un intéressé par %quest_link aujourd’hui?', 'Hat jemand heute Interesse an %quest_link?', '今天有人对%quest_link感兴趣吗?', '', '¿Alguien interesado en %quest_link hoy?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (530, 'suggest_quest', 'Anyone doing %quest_link now?', 0, 0, '', 'Est-ce que quelqu’un est en train de faire %quest_link maintenant?', 'Macht gerade jemand %quest_link?', '现在有人在做%quest_link吗?', '', '¿Alguien haciendo %quest_link ahora?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (531, 'suggest_quest', 'Any takers for %quest_link now?', 0, 0, '', 'Des preneurs pour %quest_link maintenant?', 'Freiwillige für %quest_link jetzt?', '现在有人想做%quest_link吗?', '', '¿Alguien se apunta a %quest_link ahora?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (532, 'suggest_quest', 'Anyone wants to start %quest_link?', 0, 0, '', 'Qui veut commencer %quest_link?', 'Wer will %quest_link starten?', '有人想开始做%quest_link吗?', '', '¿Alguien quiere empezar %quest_link?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (533, 'suggest_quest', 'Need help with %quest_link please.', 0, 0, '', 'Besoin d’aide avec %quest_link s’il vous plaît.', 'Brauche Hilfe bei %quest_link, bitte.', '求帮忙做%quest_link,拜托了。', '', 'Necesito ayuda con %quest_link, por favor.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (534, 'suggest_quest', 'Who can help me with %quest_link?', 0, 0, '', 'Qui peut m’aider avec %quest_link?', 'Wer kann mir mit %quest_link helfen?', '谁能帮我做%quest_link?', '', '¿Quién puede ayudarme con %quest_link?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (535, 'suggest_quest', 'Looking to group for %quest_link.', 0, 0, '', 'Je cherche des compagnons pour %quest_link.', 'Suche eine Gruppe für %quest_link.', '找队伍一起做%quest_link。', '', 'Buscando un grupo para %quest_link.', '', ''); + +-- random trade? +-- usable placeholders: +-- %my_role +-- %category +-- %my_class +-- %my_race +-- %my_level +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (536, 'suggest_trade', 'Anyone to farm %category?', 0, 0, '', 'Quelqu’un pour farmer %category?', 'Jemand zum Farmen von %category?', '有人一起刷%category吗?', '', '¿Alguien para farmear %category?', '', 'Кто хочет пофармить %category?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (537, 'suggest_trade', 'Looking for help farming %category.', 0, 0, '', 'Je cherche de l’aide pour farm %category.', 'Suche Hilfe beim Farmen von %category.', '找人帮忙一起刷%category。', '', 'Buscando ayuda para farmear %category.', '', 'Ищу помощь для фарма %category.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (538, 'suggest_trade', 'Damn %category are so expensive!', 0, 0, '', 'Ah mince, les %category sont tellement chers !', 'Verdammt, %category sind so teuer!', '靠,%category也太贵了吧!', '', '¡Malditas %category son tan caras!', '', 'Черт, %category такие дорогие!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (539, 'suggest_trade', 'Wanna %category.', 0, 0, '', 'Envie de %category.', 'Lust auf %category.', '想要%category。', '', 'Quiero %category.', '', 'Хочу %category.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (540, 'suggest_trade', 'Need help with %category.', 0, 0, '', 'Besoin d’aide avec %category.', 'Brauche Hilfe mit %category.', '需要帮忙搞%category。', '', 'Necesito ayuda con %category.', '', 'Нужна помощь с %category.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (541, 'suggest_trade', 'WTB %category.', 0, 0, '', 'Je cherche à acheter %category.', 'Kaufe %category.', '求购%category。', '', 'Quiero comprar %category.', '', 'Куплю %category.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (542, 'suggest_trade', 'Anyone interested in %category?', 0, 0, '', 'Quelqu’un intéressé par %category ?', 'Hat jemand Interesse an %category?', '有人对%category感兴趣吗?', '', '¿Alguien interesado en %category?', '', 'Кому интересно %category?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (543, 'suggest_trade', 'WTS %category.', 0, 0, '', 'Je vends %category.', 'Verkaufe %category.', '出售%category。', '', 'Quiero vender %category.', '', 'Продам %category.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (544, 'suggest_trade', 'I am selling %category cheaper than AH.', 0, 0, '', 'Je vends %category moins cher que chez AH.', 'Verkaufe %category günstiger als im AH.', '我卖的%category比拍卖行便宜。', '', 'Estoy vendiendo %category más barato que en las subastas.', '', 'Продаю %category дешевле, чем на Аукционе.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (545, 'suggest_trade', 'Who wants to farm %category?', 0, 0, '', 'Qui veut farm %category?', 'Wer will %category farmen?', '谁想一起刷%category?', '', '¿Quién quiere farmear %category?', '', 'Кто хочет пофармить %category?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (546, 'suggest_trade', 'Wanna farm %category.', 0, 0, '', 'Envie de farmer %category.', 'Lust auf %category Farmen.', '想去刷%category。', '', 'Quiero farmear %category.', '', 'Хочу пофармить %category.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (547, 'suggest_trade', 'Looking for party after %category.', 0, 0, '', 'Je cherche un group pour farm %category.', 'Suche Gruppe nach %category.', '找队伍去搞%category。', '', 'Buscando grupo después de %category.', '', 'Ищу пати после %category.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (548, 'suggest_trade', 'Any %category are appreciated.', 0, 0, '', 'Toute %category est appréciée.', 'Jede %category ist willkommen.', '任何%category都欢迎。', '', 'Cualquier %category es apreciada.', '', 'Любые %category приветствуются.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (549, 'suggest_trade', 'Buying anything of %category.', 0, 0, '', 'Acheter toute votre %category.', 'Kaufe jegliche %category.', '收购所有%category。', '', 'Comprando algo de %category.', '', 'Куплю что угодно из %category.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (550, 'suggest_trade', 'Wow, anybody is farming %category!', 0, 0, '', 'Oh là là, tout le monde farm le %category !', 'Wow, jeder farmt gerade %category!', '哇,有人正在刷%category!', '', '¡Guau, alguien está farmeando %category!', '', 'Вау, кто-то фармит %category!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (551, 'suggest_trade', '%category are selling mad in the AH.', 0, 0, '', 'Les %category se vendent comme des petits pains à l’HDV.', '%category gehen im AH weg wie warme Semmeln.', '%category在拍卖行卖疯了。', '', '%category están vendiendo locos en las subastas.', '', '%category отлично продаются на аукционе.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (552, 'suggest_trade', 'AH is hot for %category.', 0, 0, '', 'AH c’est fan de %category.', 'AH läuft heiß für %category.', '拍卖行对%category很火爆。', '', 'Las subastas estan caliente para %category.', '', 'Аукцион горячий по %category.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (553, 'suggest_trade', '%category are on the market.', 0, 0, '', 'Des %category sont disponibles sur le marché.', '%category sind auf dem Markt.', '%category市场上有了。', '', '%category están en el mercado.', '', '%category на рынке.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (554, 'suggest_trade', 'Wanna trade some %category.', 0, 0, '', 'Tu veux échanger des %category ?', 'Will jemand %category tauschen?', '想换点%category吗?', '', 'Quiero intercambiar alguna %category.', '', 'Хочу обменять немного %category.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (555, 'suggest_trade', 'Need more %category.', 0, 0, '', 'J’ai besoin de plus de %category.', 'Brauche mehr %category.', '需要更多的%category。', '', 'Necesito más %category.', '', 'Нужно больше %category.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (556, 'suggest_trade', 'Anybody can spare some %category?', 0, 0, '', 'Est-ce que quelqu’un pourrait me passer un peu de %category?', 'Kann jemand etwas %category entbehren?', '有人能匀点%category给我吗?', '', '¿Alguien puede ahorrar algo de %category?', '', 'Кто-нибудь может поделиться %category?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (557, 'suggest_trade', 'Who wants %category?', 0, 0, '', 'Qui veut la %category ?', 'Wer will %category?', '谁想要%category?', '', '¿Quién quiere %category?', '', 'Кто хочет %category?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (558, 'suggest_trade', 'Some %category please?', 0, 0, '', 'Une %category s’il vous plaît ?', '%category bitte?', '能给点%category吗?', '', '¿Alguna %category, por favor?', '', 'Немного %category, пожалуйста?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (559, 'suggest_trade', 'I should have got skill for %category.', 0, 0, '', 'J’aurais dû avoir des compétences pour cette %category.', 'Ich hätte eine Fähigkeit für %category lernen sollen.', '我真该学点关于%category的技能。', '', 'Debería haber adquirido habilidad para %category.', '', 'Надо было прокачать навык для %category.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (560, 'suggest_trade', 'I am dying for %category.', 0, 0, '', 'Je meurs d’envie de %category.', 'Ich sterbe für %category.', '我超级想要%category。', '', 'Me muero por %category.', '', 'Очень хочу %category.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (561, 'suggest_trade', 'People are killing for %category.', 0, 0, '', 'Les gens se tuent pour cette %category.', 'Die Leute bringen sich um für %category.', '大家都在抢着要%category。', '', 'La gente está matando por %category.', '', 'Люди убивают ради %category.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (562, 'suggest_trade', '%category is a great bargain!', 0, 0, '', 'La catégorie est une super affaire !', '%category ist ein echtes Schnäppchen!', '%category真是大便宜!', '', '%category es una gran ganga!', '', '%category — отличная сделка!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (563, 'suggest_trade', 'Everybody is mad for %category!', 0, 0, '', 'Tout le monde est fou de %category !', 'Alle sind verrückt nach %category!', '大家都为%category疯狂!', '', '¡Todo el mundo está loco por %category!', '', 'Все сходят с ума по %category!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (564, 'suggest_trade', 'Where is the best place to farm for %category?', 0, 0, '', 'Quel est le meilleur endroit pour farm des %category?', 'Wo ist der beste Ort, um %category zu farmen?', '刷%category最好的地方是哪儿?', '', '¿Dónde está el mejor lugar para farmear para %category?', '', 'Где лучше всего фармить %category?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (565, 'suggest_trade', 'I am all set for %category.', 0, 0, '', 'Je suis prêt(e) pour la %category.', 'Ich bin bereit für %category.', '我已经准备好搞%category了。', '', 'Estoy listo para %category.', '', 'Я полностью готов к %category.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (566, 'suggest_trade', 'Is it good to sell %category?', 0, 0, '', 'Est-ce une bonne idée de vendre %category?', 'Lohnt es sich, %category zu verkaufen?', '现在卖%category合适吗?', '', '¿Es bueno vender %category?', '', 'Выгодно ли продавать %category?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (567, 'suggest_trade', 'I’d probably keep all my %category with me.', 0, 0, '', 'Je garderais probablement toutes mes %category avec moi.', 'Ich würde wahrscheinlich alle meine %category behalten.', '我大概会把所有%category留着。', '', 'Probablemente mantendría toda mi %category conmigo', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (568, 'suggest_trade', 'Need group? Maybe to farm some %category?', 0, 0, '', 'Besoin d’un groupe ? Peut-être pour farmer un peu de %category ?', 'Brauche eine Gruppe? Vielleicht um %category zu farmen?', '需要组队吗?一起刷点%category怎么样?', '', '¿Necesitas un grupo? ¿Tal vez para farmear alguna %category?', '', 'Нужна группа? Может, пофармить %category?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (569, 'suggest_trade', 'I am still thinking about %category.', 0, 0, '', 'Je suis toujours en train de réfléchir à farm %category.', 'Ich denke immer noch über %category nach.', '我还在考虑%category的事。', '', 'Todavía estoy pensando en %category.', '', 'Все еще думаю о %category.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (570, 'suggest_trade', 'I heard about %category already, but my pockets are empty.', 0, 0, '', 'J’ai déjà entendu parler de %category, mais mes poches sont vides.', 'Ich habe schon von %category gehört, aber meine Taschen sind leer.', '我早就听说过%category,可惜没钱。', '', 'Ya escuché sobre %category, pero mis bolsillos están vacíos.', '', 'Я уже слышал о %category, но карманы пусты.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (571, 'suggest_trade', 'LFG for %category', 0, 0, '', 'Je cherche un groupe pour %category.', 'Suche Gruppe für %category.', '找队伍搞%category。', '', 'Busco grupo para %category', '', 'ЛФГ для %category'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (572, 'suggest_trade', 'Would selling %category make me rich?', 0, 0, '', 'Est-ce que vendre %category me rendrait riche?', 'Würde der Verkauf von %category mich reich machen?', '卖%category能让我发财吗?', '', '¿Vender %category me haría rico?', '', 'Сделает ли продажа %category меня богатым?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (573, 'suggest_trade', 'OK. I an farming %category tomorrow.', 0, 0, '', 'D’accord. Demain, je vais grind %category.', 'OK. Morgen farme ich %category.', '好吧,明天我去刷%category。', '', 'OK. Tengo una sesion de farmeo de %category mañana.', '', 'ОК. Завтра фармлю %category.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (574, 'suggest_trade', 'Everyone is talking about %category.', 0, 0, '', 'Tout le monde parle de %category.', 'Alle reden über %category.', '大家都在讨论%category。', '', 'Todos hablan de %category', '', 'Все говорят о %category.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (575, 'suggest_trade', 'I saw at least ten people farming for %category.', 0, 0, '', 'J’ai vu au moins dix personnes qui farm %category.', 'Ich habe mindestens zehn Leute gesehen, die %category farmen.', '我看到至少十个人在刷%category。', '', 'Vi al menos diez personas farmeando para %category.', '', 'Видел как минимум десять человек, фармящих %category.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (576, 'suggest_trade', 'I sold all my %category yesterday. I am completely broke!', 0, 0, '', 'J’ai vendu toutes mes %category hier. Je suis complètement fauché !', 'Ich habe gestern all meine %category verkauft. Jetzt bin ich pleite!', '昨天我把所有%category都卖了,现在彻底破产了!', '', 'Ayer vendí todo mi %category. ¡Estoy completamente arruinado!', '', 'Вчера продал все свои %category. Теперь я полностью на мели!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (577, 'suggest_trade', 'Wanna join a guild farming for %category.', 0, 0, '', 'Tu veux rejoindre une guilde qui farme %category.', 'Willst du einer Gilde beitreten, die %category farmt?', '想加入一个刷%category的公会。', '', 'Quiero unirme a una hermandad de farmeo para %category.', '', 'Хочу вступить в гильдию, фармящую %category.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (578, 'suggest_trade', 'I am selling %category cheaper than AH.', 0, 0, '', 'Je vends %category moins cher qu’à l’AH.', 'Verkaufe %category günstiger als im AH.', '我卖的%category比拍卖行便宜。', '', 'Estoy vendiendo %category más barato que en las subastas.', '', 'Продаю %category дешевле, чем на Аукционе.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (579, 'suggest_trade', 'Who wants to farm %category?', 0, 0, '', 'Qui veut faire du farming pour %category?', 'Wer will %category farmen?', '谁想一起刷%category?', '', '¿Quién quiere farmear %category?', '', 'Кто хочет пофармить %category?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (580, 'suggest_trade', 'Selling %category, anyone interested?', 0, 0, '', 'Vente %category, des intéressés ?', 'Verkaufe %category, jemand interessiert?', '卖%category,有人感兴趣吗?', '', 'Vendo %category, ¿alguien interesado?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (581, 'suggest_trade', 'Anyone needs %category?', 0, 0, '', 'Besoin de %category?', 'Braucht jemand %category?', '有人需要%category吗?', '', '¿Alguien necesita %category?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (582, 'suggest_trade', 'Selling %category, whisper me.', 0, 0, '', 'Vente de %category, wisp me.', 'Verkaufe %category, flüstert mich an.', '卖%category,私聊我。', '', 'Vendo %category, susúrrame.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (583, 'suggest_trade', 'Looking to trade %category for %category.', 0, 0, '', 'Je cherche à échanger %category contre %category.', 'Suche Tausch %category gegen %category.', '想用%category换%category。', '', 'Busco intercambiar %category por %category.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (584, 'suggest_trade', 'Need %category, anyone selling?', 0, 0, '', 'Besoin de %category, est-ce que quelqu’un en vend?', 'Brauche %category, verkauft jemand?', '需要%category,有人卖吗?', '', 'Necesito %category, ¿alguien vende?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (585, 'suggest_trade', 'Got %category for sale, hit me up!', 0, 0, '', 'J’ai %category à vendre, fais-moi signe!', 'Habe %category zu verkaufen, meldet euch!', '有%category卖,联系我!', '', '¡Tengo %category en venta, contáctame!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (586, 'suggest_trade', 'Anyone willing to farm %category?', 0, 0, '', '"Quelqu’un prêt à faire du farming %category?"', 'Ist jemand bereit, %category zu farmen?', '有人愿意一起刷%category吗?', '', '¿Alguien dispuesto a farmear %category?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (587, 'suggest_trade', 'Want to trade %category for %category.', 0, 0, '', 'Je veux échanger %category contre %category.', 'Will %category gegen %category tauschen.', '想用 %category 换 %category,有人感兴趣吗?', '', 'Quiero intercambiar %category por %category.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (588, 'suggest_trade', 'Selling %category, best price in the market.', 0, 0, '', 'Je vends %category, au meilleur prix du marché.', 'Verkaufe %category zum besten Preis am Markt.', '出售 %category,市场最低价!', '', 'Vendo %category, el mejor precio del mercado.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (589, 'suggest_trade', 'Looking for %category in exchange for %category.', 0, 0, '', 'Je recherche %category en échange de %category.', 'Suche %category im Austausch gegen %category.', '想找 %category,愿意用 %category 交换。', '', 'Busco %category a cambio de %category.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (590, 'suggest_trade', 'Anyone got %category to trade?', 0, 0, '', 'Quelqu’un a %category à échanger ?', 'Hat jemand %category zum Tauschen?', '有人有 %category 能换吗?', '', '¿Alguien tiene %category para intercambiar?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (591, 'suggest_trade', 'Who needs %category? I got some for sale!', 0, 0, '', 'Qui a besoin de %category? J’en ai à vendre!', 'Wer braucht %category? Ich habe etwas zu verkaufen!', '谁需要 %category?我有些要卖!', '', '¿Quién necesita %category? ¡Tengo algo para vender!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (592, 'suggest_trade', 'I have %category for sale, whisper for price.', 0, 0, '', 'J’ai %category à vendre, chuchotez-moi pour le prix.', 'Ich habe %category zu verkaufen, flüstert mich für den Preis an.', '我有 %category 要卖,私聊问价。', '', 'Tengo %category en venta, susúrrame para el precio.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (593, 'suggest_trade', 'Looking to sell %category, whisper for details.', 0, 0, '', 'Je cherche à vendre des %category, envoyez-moi un message pour plus de détails.', 'Suche Käufer für %category, flüstert mich für Details an.', '想卖 %category,私聊了解详情。', '', 'Busco vender %category, susúrrame para detalles.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (594, 'suggest_trade', 'WTB %category. Anyone selling?', 0, 0, '', 'Je recherche %category. Est-ce que quelqu’un en vend?', 'Kaufe %category. Verkauft jemand?', '求购 %category,有人卖吗?', '', 'Busco comprar %category. ¿Alguien vende?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (595, 'suggest_trade', 'I am looking for %category, please contact me.', 0, 0, '', 'Je recherche %category, n’hésitez pas à me contacter.', 'Suche %category, bitte kontaktiert mich.', '我在找 %category,有货请联系我。', '', 'Estoy buscando %category, por favor contáctame.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (596, 'suggest_trade', 'Any takers for %category?', 0, 0, '', 'Des intéressés pour %category ?', 'Interessiert sich jemand für %category?', '有人想要 %category 吗?', '', '¿Alguien interesado en %category?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (597, 'suggest_trade', 'Can anyone help farm %category?', 0, 0, '', 'Est-ce que quelqu’un peut aider à farmer %category?', 'Kann jemand helfen, %category zu farmen?', '有人能帮我刷 %category 吗?', '', '¿Alguien puede ayudar a farmear %category?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (598, 'suggest_trade', 'Anyone have %category to sell?', 0, 0, '', 'Est-ce que quelqu’un a %category à vendre?', 'Hat jemand %category zu verkaufen?', '有人有 %category 卖吗?', '', '¿Alguien tiene %category para vender?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (599, 'suggest_trade', 'Looking to buy %category, please message me.', 0, 0, '', 'Je cherche à acheter %category, n’hésitez pas à me contacter.', 'Suche %category zu kaufen, bitte Nachricht senden.', '想买 %category,有货请私我。', '', 'Busco comprar %category, por favor mándame un mensaje.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (600, 'suggest_trade', 'I am looking for %category. Who has it?', 0, 0, '', 'Je cherche %category. Qui l’a en stock?', 'Ich suche %category. Wer hat es auf Lager?', '我在找 %category,谁有货?', '', 'Estoy buscando %category. ¿Quién lo tiene?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (601, 'suggest_trade', 'WTB %category at a fair price.', 0, 0, '', 'Je recherche %category à un prix raisonnable.', 'Kaufe %category zu einem fairen Preis.', '求购 %category,价格合理就行。', '', 'Busco comprar %category a un precio justo.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (602, 'suggest_trade', 'Need %category urgently, anyone got it?', 0, 0, '', 'Besoin de %category de toute urgence, est-ce que quelqu’un en a ?', 'Brauche dringend %category, hat es jemand?', '急需 %category,有人有吗?', '', 'Necesito %category urgente, ¿alguien lo tiene?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (603, 'suggest_trade', 'Got %category, selling at a low price.', 0, 0, '', 'J’ai trouvé %category, vendu à petit prix.', 'Habe %category, verkaufe es günstig.', '有 %category,低价出售!', '', 'Tengo %category, vendo a un precio bajo.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (604, 'suggest_trade', 'Selling %category for a good deal.', 0, 0, '', 'Je vends des %category à bon prix.', 'Verkaufe %category zu einem guten Preis.', '出售 %category,价格很划算。', '', 'Vendo %category a buen precio.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (605, 'suggest_trade', 'I’m looking to buy %category, anyone selling cheap?', 0, 0, '', 'Je suis à la recherche de %category, est-ce que quelqu’un en vendrait à bon prix ?', 'Ich suche %category, verkauft es jemand günstig?', '想买 %category,有人便宜卖吗?', '', 'Busco comprar %category, ¿alguien lo vende barato?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (606, 'suggest_trade', 'Anyone selling %category? I’m interested.', 0, 0, '', 'Quelqu’un vend de %category ? Ça m’intéresse.', 'Verkauft jemand %category? Bin interessiert.', '有人卖 %category 吗?我感兴趣。', '', '¿Alguien vende %category? Estoy interesado.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (607, 'suggest_trade', 'Need %category, please whisper if selling.', 0, 0, '', 'Besoin de la %category, s’il vous plaît wisp me si vous vendez.', 'Brauche %category, bitte flüstert mich an, wenn ihr es verkauft.', '需要 %category,有卖的请私聊我。', '', 'Necesito %category, susúrrame si lo vendes.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (608, 'suggest_trade', 'Anyone got extra %category for trade?', 0, 0, '', 'Quelqu’un aurait un %category supplémentaire à échanger?', 'Hat jemand extra %category zum Tauschen?', '有人有多余的 %category 能换吗?', '', '¿Alguien tiene %category extra para intercambiar?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (609, 'suggest_trade', 'Looking for %category. Anyone selling?', 0, 0, '', 'À la recherche de %category. Quelqu’un vend-il ?', 'Suche %category. Verkauft jemand?', '找 %category,有人卖吗?', '', 'Busco %category. ¿Alguien lo vende?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (610, 'suggest_trade', 'Anyone interested in trading %category?', 0, 0, '', '%category trading, ça vous tente?', 'Hat jemand Interesse, %category zu tauschen?', '有人想换 %category 吗?', '', '¿Alguien interesado en intercambiar %category?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (611, 'suggest_trade', 'Selling %category, hit me up for a trade.', 0, 0, '', 'Je vends des %category, n’hésitez pas à me contacter pour faire un échange.', 'Verkaufe %category, meldet euch für einen Tausch.', '卖 %category,想换的找我。', '', 'Vendo %category, contáctame para un intercambio.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (612, 'suggest_trade', 'WTB %category, looking for good deals.', 0, 0, '', 'Je recherche des %category à acheter, je souhaite trouver de bonnes affaires.', 'Kaufe %category, suche nach guten Angeboten.', '求购 %category,找个好价格。', '', 'Busco comprar %category, buscando buenas ofertas.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (613, 'suggest_trade', 'Who needs %category? I have extras.', 0, 0, '', 'Qui a besoin de %category? J’ai des extras.', 'Wer braucht %category? Habe ein paar übrig.', '谁需要 %category?我有多余的。', '', '¿Quién necesita %category? Tengo extras.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (614, 'suggest_trade', 'Anyone wants %category? Selling for cheap.', 0, 0, '', 'Qui veut de la %category? Je vends à bas prix.', 'Wer will %category? Verkaufe günstig.', '有人要 %category 吗?便宜卖。', '', '¿Alguien quiere %category? Lo vendo barato.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (615, 'suggest_trade', 'Looking for %category, anyone selling?', 0, 0, '', 'Je recherche des %category, est-ce que quelqu’un en vend?', 'Suche %category, verkauft jemand?', '找 %category,有人卖吗?', '', 'Busco %category, ¿alguien lo vende?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (616, 'suggest_trade', 'Anyone need %category? I have some for trade.', 0, 0, '', 'Besoin de %category? J’en ai quelques-uns à échanger.', 'Braucht jemand %category? Habe einige zum Tauschen.', '有人需要 %category 吗?我有些可以换。', '', '¿Alguien necesita %category? Tengo algunos para intercambiar.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (617, 'suggest_trade', 'WTB %category. Anyone selling cheaper than AH?', 0, 0, '', 'Je recherche %category. Est-ce que quelqu’un vend moins cher que à l’HV?', 'Kaufe %category. Verkauft jemand günstiger als im AH?', '求购 %category,有人比拍卖行便宜卖吗?', '', 'Busco comprar %category. ¿Alguien lo vende más barato que en la subasta?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (618, 'suggest_trade', 'Selling %category cheap, whisper for details.', 0, 0, '', 'Vente de %category à petit prix, chuchotez pour plus de détails.', 'Verkaufe %category günstig, flüstert mich für Details an.', '低价卖 %category,私聊了解详情。', '', 'Vendo %category barato, susúrrame para detalles.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (619, 'suggest_trade', 'Anyone needs %category? I have some for sale.', 0, 0, '', 'Besoin de %category ? J’en ai en vente.', 'Braucht jemand %category? Habe einige zum Verkauf.', '有人需要 %category 吗?我有些要卖。', '', '¿Alguien necesita %category? Tengo algunos para vender.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (620, 'suggest_trade', 'Looking to trade %category for something else.', 0, 0, '', 'Je cherche à échanger %category contre autre chose.', 'Möchte %category gegen etwas anderes tauschen.', '想用 %category 换点别的东西。', '', 'Busco intercambiar %category por algo más.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (621, 'suggest_trade', 'Got %category, willing to trade it for %category.', 0, 0, '', 'J’ai %category, je serais prêt à l’échanger contre %category.', 'Habe %category, tausche es gegen %category.', '有 %category,愿意换成 %category。', '', 'Tengo %category, dispuesto a intercambiarlo por %category.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (622, 'suggest_trade', 'WTB %category, anyone has extras?', 0, 0, '', 'Je recherche %category, est-ce que quelqu’un en a en plus ?', 'Suche %category, hat jemand welche übrig?', '求购 %category,有人有多余的吗?', '', 'Busco comprar %category, ¿alguien tiene extras?', '', ''); + +-- random faction rep grind +-- usable placeholders: +-- %my_role +-- %rep_level +-- %rndK +-- %faction +-- %my_class +-- %my_race +-- %my_level +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (623, 'suggest_faction', 'Anyone farming %faction rep?', 0, 0, '', 'Qui ici farm la réputation de la faction %faction ?', 'Farmt jemand Ruf für %faction?', '有人在刷 %faction 的声望吗?', '', '¿Alguien farmea reputación con %faction?', '', 'Кто фармит репутацию %faction?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (624, 'suggest_faction', 'Anyone help with %faction?', 0, 0, '', 'Besoin d’aide avec la réputation %faction?', 'Kann jemand bei %faction helfen?', '有人能帮我搞定 %faction 的声望吗?', '', '¿Alguien me ayuda con %faction?', '', 'Кто поможет с %faction?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (625, 'suggest_faction', 'Wanna quest for %faction.', 0, 0, '', 'Tu veux partir en quête pour la faction %faction?', 'Lust, Quests für %faction zu machen?', '想一起做 %faction 的任务吗?', '', 'Quiero buscar a %faction.', '', 'Хочу квестить ради %faction.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (626, 'suggest_faction', '%faction is the best.', 0, 0, '', '%faction est la meilleure.', '%faction ist die beste.', '%faction 真是最棒的!', '', '%faction es el mejor.', '', '%faction — лучшая.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (627, 'suggest_faction', 'Need just a bit to be %rep_level with %faction.', 0, 0, '', 'J’ai juste besoin d’un peu pour être %rep_level avec %faction.', 'Brauche nur noch ein wenig für %rep_level bei %faction.', '还差一点就能跟 %faction 达到 %rep_level 了。', '', 'Solo necesito un poco para estar %rep_level con %faction.', '', 'Нужно чуть-чуть, чтобы стать %rep_level у %faction.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (628, 'suggest_faction', 'Anyone got %rep_level with %faction?', 0, 0, '', 'Est-ce que quelqu’un a le niveau de réputation %rep_level avec %faction ?', 'Hat jemand schon %rep_level bei %faction?', '有人跟 %faction 达到 %rep_level 了吗?', '', '¿Alguien tiene %rep_level con %faction?', '', 'Кто-нибудь уже %rep_level у %faction?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (629, 'suggest_faction', 'Who wants to be %rep_level with %faction?', 0, 0, '', 'Qui veut être %rep_level avec %faction?', 'Wer will %rep_level bei %faction erreichen?', '谁想跟 %faction 达到 %rep_level?', '', '¿Quién quiere estar en %rep_level con %faction?', '', 'Кто хочет стать %rep_level у %faction?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (630, 'suggest_faction', 'I’ll never be %rep_level with %faction.', 0, 0, '', 'Je ne serai jamais %rep_level souhaité avec %faction.', 'Ich werde niemals %rep_level bei %faction erreichen.', '我恐怕永远也跟 %faction 达不到 %rep_level。', '', 'Nunca estaré %rep_level con %faction.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (631, 'suggest_faction', 'Someone missing %faction rep?', 0, 0, '', 'Quelqu’un manque de réputation auprès de %faction ?', 'Fehlt jemandem noch Ruf bei %faction?', '有人缺 %faction 的声望吗?', '', '¿Alguien falta reputación con %faction?', '', 'Кто-то не хватает репы у %faction?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (632, 'suggest_faction', 'Could help farming %faction rep.', 0, 0, '', 'Je peux t’aider à augmenter ta réputation avec %faction.', 'Ich kann beim Farmen von %faction-Ruf helfen.', '我能帮忙刷 %faction 的声望。', '', 'Podría ayudar a farmear %faction rep.', '', 'Могу помочь с фармом репы %faction.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (633, 'suggest_faction', 'The more rep the better. Especially with %faction.', 0, 0, '', 'Plus il y a de réput, mieux c’est. Surtout avec %faction', 'Je mehr Ruf, desto besser. Besonders bei %faction.', '声望越高越好,特别是跟 %faction 的。', '', 'Cuantas más repeticiones, mejor. Especialmente con %faction.', '', 'Чем больше репы, тем лучше. Особенно у %faction.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (634, 'suggest_faction', '%faction: need %rndK for %rep_level.', 0, 0, '', '%faction: J’ai besoin de %rndK pour %rep_level.', '%faction: Brauche %rndK für %rep_level.', '%faction:还差 %rndK 就能到 %rep_level。', '', '%faction: necesita %rndK para %rep_level.', '', '%faction: нужно %rndK для %rep_level.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (635, 'suggest_faction', 'Who can share %faction quests?', 0, 0, '', 'Qui peut partager les quêtes de %faction?', 'Wer kann %faction-Quests teilen?', '谁能分享一下 %faction 的任务?', '', '¿Quién puede compartir misiones de %faction?', '', 'Кто может поделиться квестами %faction?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (636, 'suggest_faction', 'Any dungeons for %faction?', 0, 0, '', 'Des donjons pour %faction ?', 'Gibt es Dungeons für %faction?', '有给 %faction 刷声望的副本吗?', '', '¿Alguna mazmorra para %faction?', '', 'Есть подземелья для %faction?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (637, 'suggest_faction', 'Wanna do %faction rep grind.', 0, 0, '', 'Je veux monter ma réputation avec la %faction.', 'Ich will Ruf farmen für %faction.', '想一起刷 %faction 的声望吗?', '', 'Quiero hacer %faction rep grind.', '', 'Хочу фармить репу %faction.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (638, 'suggest_faction', 'Let’s farm %faction rep!', 0, 0, '', 'On va monter la réputation de la %faction !', 'Lass uns %faction-Ruf farmen!', '咱们一起刷 %faction 声望吧!', '', '¡Vamos a farmear reputación con %faction!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (639, 'suggest_faction', 'Farming for %faction rep.', 0, 0, '', 'Je fais du farm pour gagner de la réputation auprès de %faction.', 'Ich farme Ruf für %faction.', '正在刷 %faction 的声望。', '', 'Farming for %faction rep.', '', 'Фармлю репу %faction.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (640, 'suggest_faction', 'Wanna farm for %faction.', 0, 0, '', 'Envie de farmer pour %faction ?', 'Lust, %faction zu farmen?', '想刷 %faction 的声望吗?', '', 'Quiero farmear para %faction.', '', 'Хочу пофармить %faction.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (641, 'suggest_faction', 'Need help with %faction.', 0, 0, '', 'Besoin d’aide avec %faction.', 'Brauche Hilfe mit %faction.', '需要帮忙搞定 %faction 的声望。', '', 'Necesito ayuda con %faction.', '', 'Нужна помощь с %faction.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (642, 'suggest_faction', 'Is %faction sells something useful?', 0, 0, '', 'Est-ce que %faction vend quelque chose d’utile ?', 'Verkauft %faction etwas Nützliches?', '%faction 有卖什么有用的东西吗?', '', '¿%faction vende algo útil?', '', '%faction что-то полезное продает?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (643, 'suggest_faction', 'Are there %faction vendors?', 0, 0, '', 'Y a-t-il des vendeurs de %faction ?', 'Gibt es Händler für %faction?', '有 %faction 的商人吗?', '', '¿Hay %proveedores de facciones?', '', 'Есть ли у %faction торговцы?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (644, 'suggest_faction', 'Who farms %faction?', 0, 0, '', 'Ah, qui farm %faction?', 'Wer farmt %faction?', '谁在刷 %faction 的声望?', '', '¿Quién farmea %faction?', '', 'Кто фармит %faction?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (645, 'suggest_faction', 'Which is the best way to farm %faction?', 0, 0, '', 'Quelle est la meilleurs façon de farmer %faction ?', 'Was ist die beste Methode, um %faction zu farmen?', '刷 %faction 声望最好的方法是什么?', '', '¿Cuál es la mejor manera de farmear %faction?', '', 'Как лучше всего фармить %faction?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (646, 'suggest_faction', 'I hate %faction rep grind.', 0, 0, '', 'Je déteste ce fichu grind de réputation pour %faction.', 'Ich hasse das Ruf-Farmen für %faction.', '我真是讨厌刷 %faction 的声望。', '', 'Odio %repetir de facción', '', 'Ненавижу фарм репы %faction.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (647, 'suggest_faction', 'I am so tired of %faction.', 0, 0, '', 'Je suis tellement fatigué de cette %faction.', 'Ich bin so müde von %faction.', '我真是受够了 %faction。', '', 'Estoy tan cansado de %faction.', '', 'Я так устал от %faction.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (648, 'suggest_faction', 'Go for %faction?', 0, 0, '', 'Allez pour la %faction!', 'Gehen wir für %faction?', '去刷 %faction 吗?', '', '¿Quereis ir a por %faction?', '', 'Пойдем за %faction?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (649, 'suggest_faction', 'Seems everyone is %rep_level with %faction. Only me is late as usually.', 0, 0, '', 'Il semble que tout le monde soit au niveau %rep_level avec la faction %faction. Et bien sûr, je suis en retard comme d’habitude.', 'Sieht so aus, als wären alle %rep_level bei %faction. Nur ich bin wie immer zu spät.', '好像大家都跟 %faction 达到 %rep_level 了,就我一如既往地落后。', '', 'Parece que todo el mundo está %rep_level con %faction. Solo yo llego tarde como siempre.', '', 'Кажется, все уже %rep_level у %faction. Только я, как обычно, опаздываю.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (650, 'suggest_faction', 'LFG for %faction rep grind?', 0, 0, '', 'Je recherche un groupe pour %faction rep grind !', 'Suche Gruppe für %faction Ruf-Farm!', '找人一起刷 %faction 的声望吗?', '', 'Busco grupo para subir reputación con %faction', '', 'ЛФГ для фарма репы %faction?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (651, 'suggest_faction', 'Can anobody suggest a good spot for %faction rep grind?', 0, 0, '', 'Est-ce que quelqu’un peut me recommander un bon endroit pour gagner de la réputation avec %faction?', 'Kann jemand einen guten Spot für %faction Ruf-Farm empfehlen?', '有谁能推荐个刷 %faction 声望的好地方?', '', '¿Alguien puede sugerir un buen lugar farmear reputacion con %faction?', '', 'Кто-нибудь подскажет хорошее место для фарма репы %faction?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (652, 'suggest_faction', 'Would %faction rep benefit me?', 0, 0, '', 'Est-ce que la réputation de %faction me sera bénéfique ?', 'Bringt mir der Ruf bei %faction etwas?', '刷 %faction 的声望对我有好处吗?', '', '¿Me beneficiaría subir reputación con %faction?', '', 'Будет ли польза от репы %faction?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (653, 'suggest_faction', 'Who would’ve thought that %faction rep will be useful after all...', 0, 0, '', 'Qui aurait pensé que cette réputation %faction serait finalement utile...', 'Wer hätte gedacht, dass Ruf bei %faction doch nützlich ist...', '谁能想到 %faction 的声望竟然还真有用……', '', 'Quién hubiera pensado que subir reputacion con %faction sería útil después de todo...', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (654, 'suggest_faction', 'I wanna be exalted with all factions, starting with %faction.', 0, 0, '', 'Je veux être honoré par toutes les factions, commençant par %faction.', 'Ich will bei allen Fraktionen ehrfürchtig sein, angefangen mit %faction.', '我想跟所有阵营都达到崇拜,先从 %faction 开始!', '', 'Quiero ser exaltado con todas las facciones, comenzando con %faction.', '', 'Хочу быть превознесенным у всех фракций, начну с %faction.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (655, 'suggest_faction', 'Is there any point to improve my rep with %faction?', 0, 0, '', 'Est-ce que ça vaut la peine d’améliorer ma réputation avec la faction %faction ?', 'Lohnt es sich, meinen Ruf bei %faction zu verbessern?', '提高 %faction 的声望有意义吗?', '', '¿Hay algún punto para mejorar mi reputación con %faction?', '', 'Есть ли смысл повышать репу с %faction?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (656, 'suggest_faction', 'What is better for %faction? Quests or mob grinding?', 0, 0, '', 'Pour %faction, il vaut mieux grind des mobs ou faire des quêtes ?', 'Was ist besser für %faction? Quests oder Mob-Farming?', '刷 %faction 声望,做任务好还是刷怪好?', '', '¿Qué es mejor para %faction? ¿Misiones o mafiosos?', '', 'Что лучше для %faction? Квесты или фарм мобов?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (657, 'suggest_faction', 'Will grind %faction rep for you. Just give me some gold.', 0, 0, '', 'Je vais augmenter la réputation de %faction pour toi. Il me suffit de me donner un peu d’or.', 'Ich farme %faction-Ruf für dich. Gib mir einfach etwas Gold.', '我可以帮你刷 %faction 声望,给点金币就行。', '', 'Ganare reputacion con %faction por ti. Sólo dame un poco de oro.', '', 'Пофармлю репу %faction для тебя. Только дай немного золота.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (658, 'suggest_faction', 'I think grinding rep with %faction would take forever.', 0, 0, '', 'Je pense que monter ma réputation avec %faction prendrait une éternité.', 'Ich glaube, Ruf farmen für %faction dauert ewig.', '我觉得刷 %faction 声望得花一辈子时间。', '', 'Creo que subir la reputación con %faction tomaría una eternidad.', '', 'Думаю, фармить репу %faction — это навсегда.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (659, 'suggest_faction', 'I am killing for %faction every day now but still far from %rep_level.', 0, 0, '', 'Je fais des missions pour la %faction tous les jours, mais je suis encore loin du niveau de réputation %rep_level.', 'Ich töte für %faction jeden Tag, aber bin noch weit entfernt von %rep_level.', '我现在每天都在为 %faction 杀怪,但离 %rep_level 还差得远。', '', 'Estoy matando por %faction todos los días ahora, pero aún estoy lejos del %rep_level.', '', 'Я убиваю ради %faction каждый день, но все еще далеко до %rep_level.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (660, 'suggest_faction', 'At %my_level AH deposits will decrease, right?', 0, 0, '', 'À mon niveau %my_level, les dépôts AH vont diminuer, n’est-ce pas ?', 'Auf %my_level werden die Auktionshausgebühren sinken, oder?', '到 %my_level 拍卖行的手续费会降低,对吧?', '', 'Al %rep_level, los depósitos subastas disminuirán, ¿verdad?', '', 'На %my_level депозиты на аукционе уменьшатся, да?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (661, 'suggest_faction', 'How many exalted reps do you have?', 0, 0, '', 'Combien de représentants exaltés avez-vous?', 'Wie viele ehrfürchtige Rufe hast du?', '你有多少个崇拜的声望?', '', '¿Cuántas reputaciones exaltadas tienes?', '', 'Сколько у тебя превознесенных реп?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (662, 'suggest_faction', 'Who wants to be %my_level with %faction?', 0, 0, '', 'Qui veut être %my_level avec %faction?', 'Wer will %my_level bei %faction erreichen?', '有谁想跟我一起把 %faction 刷到 %my_level?', '', '¿Quién quiere estar en %rep_level con %faction?', '', 'Кто хочет быть %my_level у %faction?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (663, 'suggest_faction', 'Damn. My guild did a good %faction grind yesterday without me.', 0, 0, '', 'Mince. Mon groupe a bien grindé la réputation %faction hier sans moi.', 'Verdammt. Meine Gilde hat gestern ordentlich %faction gefarmt ohne mich.', '靠!我的公会昨天没带我去刷 %faction 声望,刷得还挺好。', '', 'Maldición. Mi hermandad hizo un buen farmeo de %faction ayer sin mí.', '', 'Черт. Моя гильдия вчера хорошо пофармила %faction без меня.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (664, 'suggest_faction', 'Nobody wants to help me because I am %rep_level with %faction.', 0, 0, '', 'Personne ne veut m’aider parce que je suis %rep_level avec %faction.', 'Niemand will mir helfen, weil ich %rep_level bei %faction bin.', '没人愿意帮我,就因为我跟 %faction 才 %rep_level。', '', 'Nadie quiere ayudarme porque estoy %rep_level con %faction.', '', 'Никто не хочет мне помогать, потому что я %rep_level у %faction.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (665, 'suggest_faction', 'Please stay away from %faction.', 0, 0, '', 'S’il te plaît, garde tes distances avec %faction.', 'Bitte halte dich von %faction fern.', '请离 %faction 远点。', '', 'Por favor manténgase alejado de %faction.', '', 'Пожалуйста, держись подальше от %faction.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (666, 'suggest_faction', 'Anyone farming %faction rep today?', 0, 0, '', 'Vous êtes en train de farmer la réputation de %faction aujourd’hui ?', 'Farmt heute jemand %faction-Ruf?', '今天有谁在刷 %faction 声望吗?', '', '¿Alguien farmea reputación de %faction hoy?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (667, 'suggest_faction', 'Help me grind %faction rep!', 0, 0, '', 'Aide-moi à augmenter ma réputation avec la faction %faction!', 'Hilf mir, %faction-Ruf zu farmen!', '帮我刷 %faction 声望吧!', '', '¡Ayúdame a subir mi reputación con %faction!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (668, 'suggest_faction', 'I need %rep_level with %faction so badly!', 0, 0, '', 'J’ai tellement besoin d’atteindre le niveau %rep_level avec la faction %faction !', 'Ich brauche unbedingt %rep_level bei %faction!', '我急需把 %faction 刷到 %rep_level!', '', '¡Necesito %rep_level con %faction con urgencia!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (669, 'suggest_faction', 'Is %faction grind worth it?', 0, 0, '', 'Est-ce que le farm de %faction vaut vraiment la peine?', 'Lohnt sich das Farmen für %faction?', '刷 %faction 声望值得吗?', '', '¿Vale la pena el farmeo de %faction?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (670, 'suggest_faction', 'Anyone know %faction rep farm spots?', 0, 0, '', 'Je connais des endroits pour %faction pour augmenter ma réputation.', 'Kennt jemand gute Spots zum %faction-Ruf farmen?', '有谁知道刷 %faction 声望的好地方吗?', '', '¿Alguien conoce lugares para farmear reputación con %faction?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (671, 'suggest_faction', 'I love grinding %faction rep!', 0, 0, '', 'J’adore augmenter ma réputation auprès de la faction %!', 'Ich liebe es, %faction-Ruf zu farmen!', '我超爱刷 %faction 声望!', '', '¡Me encanta hacer grind de reputación con %faction!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (672, 'suggest_faction', 'Need help to finish %faction rep grind!', 0, 0, '', 'Besoin d’aide pour finir ma montée de réputation avec %faction!', 'Brauche Hilfe, um meinen %faction-Ruf-Farm abzuschließen!', '需要帮忙把 %faction 声望刷完!', '', '¡Necesito ayuda para terminar el grind de reputación de %faction!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (673, 'suggest_faction', 'Only a few more %rep_level with %faction to go!', 0, 0, '', 'Il ne me reste que quelques niveaux de réputation à faire avec %faction !', 'Nur noch ein paar %rep_level bei %faction zu erreichen!', '只差一点就能把 %faction 刷到 %rep_level 了!', '', '¡Solo me faltan unos %rep_level para llegar a %faction!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (674, 'suggest_faction', 'Anyone up for %faction grind today?', 0, 0, '', 'Quelqu’un est motivé pour farmer la réputation de la %faction aujourd’hui?', 'Hat heute jemand Lust auf %faction-Ruf farmen?', '今天有人想一起刷 %faction 声望吗?', '', '¿Alguien se anima al farmeo de %faction hoy?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (675, 'suggest_faction', 'Looking for %faction rep grind buddies!', 0, 0, '', 'À la recherche de compagnons de réputation de %faction! Qui est partant pour monter les réputations ensemble?', 'Suche Mitstreiter für %faction-Ruf farmen!', '找几个一起刷 %faction 声望的小伙伴!', '', 'Busco compañeros para farmear %faction.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (676, 'suggest_faction', 'I’m tired of grinding %faction rep!', 0, 0, '', 'J’en ai marre de faire monter ma réputation auprès de la faction %faction !', 'Ich habe genug vom %faction-Ruf farmen!', '我刷 %faction 声望刷到累死了!', '', '¡Estoy cansado de hacer grind de %faction!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (677, 'suggest_faction', 'Anyone on %faction rep grind too?', 0, 0, '', 'Oh, quelqu’un d’autre qui est en train de monter sa réputation avec %faction ?', 'Ist noch jemand dabei, %faction-Ruf zu farmen?', '还有人在刷 %faction 声望吗?', '', '¿Alguien más está haciendo el grind de %faction?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (678, 'suggest_faction', 'Time to hit %faction rep grind hard!', 0, 0, '', 'C’est le moment de faire le grind %faction sérieusement !', 'Zeit, den %faction-Ruf richtig zu farmen!', '是时候认真刷 %faction 声望了!', '', '¡Es hora de darle duro al grind de %faction!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (679, 'suggest_faction', 'Help me finish %faction rep!', 0, 0, '', 'Aide-moi à terminer ma réputation de faction !', 'Hilf mir, den %faction-Ruf abzuschließen!', '帮我把 %faction 声望刷完吧!', '', '¡Ayúdame a completar la reputación de %faction!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (680, 'suggest_faction', 'Need just %rndK more for %faction rep!', 0, 0, '', 'Il ne me manque plus que %rndK pour augmenter ma réputation auprès de la faction!', 'Brauche nur noch %rndK für den %faction-Ruf!', '只差 %rndK 就能提升 %faction 声望了!', '', '¡Solo me faltan %rndK para la reputación de %faction!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (681, 'suggest_faction', 'Grinding %faction rep all day!', 0, 0, '', 'À farmer la réputation de la faction toute la journée !', 'Den ganzen Tag %faction-Ruf farmen!', '今天一整天都在刷 %faction 声望!', '', '¡Farmearé la reputación de %faction todo el día!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (682, 'suggest_faction', 'Almost at %rep_level with %faction!', 0, 0, '', 'Je suis presque au niveau %rep_level avec la faction %faction !', 'Fast %rep_level bei %faction erreicht!', '快到 %faction 的 %rep_level 了!', '', '¡Casi al %rep_level con %faction!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (683, 'suggest_faction', '%faction rep grind never ends!', 0, 0, '', 'La réputation de faction, c’est jamais fini !', 'Das %faction-Ruf farmen nimmt kein Ende!', '%faction 声望刷到天荒地老也刷不完!', '', '¡El grind de reputación de %faction nunca termina!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (684, 'suggest_faction', 'Help with %faction daily quests?', 0, 0, '', 'Besoin d’aide avec les quêtes journalières de %faction ?', 'Brauche Hilfe mit den täglichen Quests für %faction!', '有谁能帮我做 %faction 的日常任务?', '', '¿Ayuda con las misiones diarias de %faction?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (685, 'suggest_faction', 'Who’s on %faction grind right now?', 0, 0, '', 'Qui est en train de faire du %faction en ce moment ?', 'Wer farmt gerade %faction-Ruf?', '谁现在正在刷 %faction 声望?', '', '¿Quién está farmeando %faction ahora?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (686, 'suggest_faction', 'Let’s do %faction quests together!', 0, 0, '', 'Faisons des quêtes de faction ensemble!', 'Lasst uns zusammen %faction-Quests machen!', '一起去做 %faction 的任务吧!', '', '¡Hagamos las misiones de %faction juntos!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (687, 'suggest_faction', 'Anyone farming %faction rep today?', 0, 0, '', 'Quelqu’un farme la réputation de la faction %faction aujourd’hui?', 'Farmt heute jemand %faction-Ruf?', '今天有人刷 %faction 声望吗?', '', '¿Alguien está farmeando reputación con %faction hoy?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (688, 'suggest_faction', 'Need %faction rep help for %rep_level!', 0, 0, '', 'Besoin d’aide pour la réputation de %faction %rep_level %rep_level !', 'Brauche Hilfe für %faction-Ruf bis %rep_level!', '需要帮我把 %faction 声望刷到 %rep_level!', '', '¡Necesito ayuda con la reputación de %faction para %rep_level!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (689, 'suggest_faction', 'Who wants to grind %faction rep with me?', 0, 0, '', 'Qui veut faire monter notre réputation auprès de %faction avec moi?', 'Wer will mit mir %faction-Ruf farmen?', '有谁想跟我一起刷 %faction 声望?', '', '¿Quién quiere farmeo de %faction conmigo?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (690, 'suggest_faction', 'Come join me for %faction rep grind!', 0, 0, '', 'Viens me rejoindre pour %faction rep grind!', 'Komm, schließ dich mir beim %faction-Ruf farmen an!', '快来跟我一起刷 %faction 声望!', '', '¡Ven a unirte a mí para el grind de reputación de %faction!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (691, 'suggest_faction', 'On a roll with %faction rep grind!', 0, 0, '', 'En plein dans la montée de réputation de la %faction !', 'Bin voll dabei beim %faction-Ruf farmen!', '刷 %faction 声望刷得正起劲!', '', '¡Estoy avanzando mucho con el grind de %faction!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (692, 'suggest_faction', 'Anyone want %faction rep grind boosts?', 0, 0, '', 'Qui est intéressé par des boosts pour monter sa réputation auprès de la faction ?', 'Wer braucht einen Boost für %faction-Ruf?', '有谁需要我帮忙加速刷 %faction 声望?', '', '¿Alguien quiere ayudas para el grind de %faction?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (693, 'suggest_faction', 'Just hit %rep_level with %faction!', 0, 0, '', 'Je viens d’atteindre le niveau de réputation %rep_level avec la faction %faction !', 'Gerade %rep_level bei %faction erreicht!', '刚把 %faction 刷到 %rep_level!', '', '¡Acabo de alcanzar %rep_level con %faction!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (694, 'suggest_faction', '%faction is so close to %rep_level, help me out!', 0, 0, '', 'La faction est tellement proche du niveau de réputation, aidez-moi !', '%faction ist so nah an %rep_level, helft mir!', '%faction 声望离 %rep_level 就差一点,帮帮我!', '', '¡%faction está tan cerca de %rep_level, ayúdame!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (695, 'suggest_faction', 'Wanna help me grind %faction rep?', 0, 0, '', 'Tu veux m’aider à monter ma réputation %faction ?', 'Willst du mir helfen, %faction-Ruf zu farmen?', '想帮我刷 %faction 声望吗?', '', '¿Quieres ayudarme a farmear reputación de %faction?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (696, 'suggest_faction', 'Farming %faction rep again!', 0, 0, '', 'Encore en train de gagner de la réputation avec %faction grâce à l’agriculture !', 'Schon wieder %faction-Ruf farmen!', '又在刷 %faction 声望了!', '', '¡Farmear reputación de %faction otra vez!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (697, 'suggest_faction', 'Anyone know a good spot for %faction rep?', 0, 0, '', 'Est-ce que quelqu’un sait un bon endroit pour augmenter ma réputation avec %faction?', 'Kennt jemand einen guten Spot für %faction-Ruf?', '有谁知道刷 %faction 声望的好地方?', '', '¿Alguien conoce un buen lugar para farmear %faction?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (698, 'suggest_faction', 'How much more for %faction rep grind?', 0, 0, '', 'Combien de plus pour monter ma réputation avec la faction %faction ?', 'Wie viel fehlt noch für den %faction-Ruf?', '刷 %faction 声望还差多少?', '', '¿Cuánto más para terminar el grind de %faction?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (699, 'suggest_faction', 'Anyone doing %faction quests with me?', 0, 0, '', '%Quelqu’un pour faire des quêtes de faction avec moi ?', 'Wer macht %faction-Quests mit mir?', '有谁跟我一起做 %faction 的任务?', '', '¿Alguien haciendo misiones de %faction conmigo?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (700, 'suggest_faction', 'Looking for %rep_level %faction rep grind!', 0, 0, '', 'Je recherche un moyen d’augmenter ma réputation avec la faction %faction de niveau %rep_level !', 'Suche eine Möglichkeit, %rep_level bei %faction zu farmen!', '找人一起刷 %faction 声望到 %rep_level!', '', 'Busco %rep_level para el grind de %faction!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (701, 'suggest_faction', 'Only need %rndK more %faction rep!', 0, 0, '', 'J’ai seulement besoin de %rndK de plus de réputation avec %faction!', 'Brauche nur noch %rndK für %faction-Ruf!', '只差 %rndK 就能提升 %faction 声望了!', '', '¡Solo necesito %rndK más de reputación con %faction!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (702, 'suggest_faction', '%faction grind is real!', 0, 0, '', 'La course à la réputation est intense!', 'Der %faction-Ruf grind ist real!', '刷 %faction 声望真是累死人!', '', '¡El grind de %faction es real!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (703, 'suggest_faction', 'Anyone farming %faction rep for %rep_level?', 0, 0, '', '%Est-ce que quelqu’un fait de l’agriculture de réputation de faction pour atteindre le niveau de réputation %rep_level?', 'Farmt jemand %faction-Ruf für %rep_level?', '有谁在刷 %faction 声望到 %rep_level?', '', '¿Alguien farmeando %faction para %rep_level?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (704, 'suggest_faction', 'Let’s do %faction rep grind together!', 0, 0, '', 'Hey, on va augmenter notre réputation avec la %faction ensemble !', 'Lasst uns gemeinsam %faction-Ruf farmen!', '一起刷 %faction 声望吧!', '', '¡Hagamos juntos el grind de reputación de %faction!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (705, 'suggest_faction', 'More %faction rep, more rewards!', 0, 0, '', 'Plus de réputation auprès de la faction, plus de récompenses !', 'Mehr %faction-Ruf, mehr Belohnungen!', '刷 %faction 声望越多,奖励越多!', '', '¡Más reputación de %faction, más recompensas!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (706, 'suggest_faction', 'Farming %faction rep with %my_class', 0, 0, '', 'Je monte ma réputation avec la faction agricole en jouant avec ma classe.', 'Farme %faction-Ruf mit %my_class.', '用我的 %my_class 刷 %faction 声望!', '', 'Farmeando reputación con %faction con %my_class', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (707, 'suggest_faction', 'Anyone else stuck at %rep_level with %faction?', 0, 0, '', 'Je suis coincé au niveau %rep_level avec la faction %faction. Vous aussi?', 'Hängt noch jemand bei %rep_level mit %faction fest?', '还有人卡在 %faction 的 %rep_level 吗?', '', '¿Alguien más atascado en %rep_level con %faction?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (708, 'suggest_faction', 'Doing %faction rep grind all night long!', 0, 0, '', 'À enchaîner les quêtes pour ma réputation auprès de la faction toute la nuit !', 'Die ganze Nacht %faction-Ruf farmen!', '通宵刷 %faction 声望!', '', '¡Voy a farmear reputación de %faction toda la noche!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (709, 'suggest_faction', 'Who wants to finish %faction rep grind with me?', 0, 0, '', 'Qui veut finir la réputation de %faction avec moi ?', 'Wer will den %faction-Ruf grind mit mir abschließen?', '有谁想跟我一起把 %faction 声望刷完?', '', '¿Quién quiere terminar el grind de %faction conmigo?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (710, 'suggest_faction', 'I can help with %faction rep grind!', 0, 0, '', 'Je peux t’aider avec la montée de réputation de %faction!', 'Ich kann beim %faction-Ruf grind helfen!', '我可以帮你刷 %faction 声望!', '', '¡Puedo ayudar con el grind de reputación de %faction!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (711, 'suggest_faction', 'I’m ready for more %faction rep grind!', 0, 0, '', 'Je suis prêt à gagner davantage de réputation auprès de la %faction !', 'Bin bereit für mehr %faction-Ruf farmen!', '我准备好继续刷 %faction 声望了!', '', '¡Estoy listo para más grind de reputación de %faction!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (712, 'suggest_faction', 'Wanna help with %faction rep? I need it bad!', 0, 0, '', 'Tu veux de l’aide pour %faction rep? J’en ai vraiment besoin!', 'Willst du mir bei %faction-Ruf helfen? Ich brauche es dringend!', '能帮我刷 %faction 声望吗?我真的很需要!', '', '¿Quieres ayudarme con %faction rep? ¡Lo necesito mucho!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (713, 'suggest_faction', 'I need %rndK more for %faction rep!', 0, 0, '', 'Il me manque %rndK de plus pour augmenter ma réputation avec %faction !', 'Ich brauche noch %rndK für %faction-Ruf!', '我还差 %rndK 就能提升 %faction 声望!', '', '¡Me faltan %rndK para la reputación de %faction!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (714, 'suggest_faction', 'Farm with me for %faction rep!', 0, 0, '', 'Viens faire de l’agriculture avec moi pour gagner de la réputation auprès de ma faction!', 'Farmt mit mir für %faction-Ruf!', '跟我一起刷 %faction 声望吧!', '', '¡Farmea conmigo para reputación de %faction!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (715, 'suggest_faction', 'I just need %rndK more %faction rep!', 0, 0, '', 'Il ne me manque plus que %rndK de réputation avec %faction!', 'Ich brauche nur noch %rndK für %faction-Ruf!', '我只差 %rndK 就能提升 %faction 声望了!', '', '¡Solo necesito %rndK más de %faction!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (716, 'suggest_faction', 'Doing %faction rep grind is never-ending...', 0, 0, '', 'Faire le farming de réputation pour la %faction n’en finit jamais...', '%faction-Ruf farmen hört einfach nie auf...', '刷 %faction 声望简直没完没了……', '', 'El grind de %faction nunca termina...', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (717, 'suggest_faction', 'Anyone got %faction rep boost items?', 0, 0, '', 'Est-ce que quelqu’un a des objets de boost de réputation de %faction ?', 'Hat jemand Ruf-Boost-Gegenstände für %faction?', '有谁有加速 %faction 声望的道具?', '', '¿Alguien tiene objetos para boostear reputación de %faction?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (718, 'suggest_faction', 'I need %rep_level %faction to unlock cool rewards!', 0, 0, '', 'J’ai besoin d’atteindre le niveau %rep_level auprès de la faction %faction pour débloquer des récompenses géniales!', 'Ich brauche %rep_level bei %faction, um coole Belohnungen freizuschalten!', '我需要把 %faction 刷到 %rep_level 才能解锁超酷的奖励!', '', '¡Necesito %rep_level de %faction para desbloquear buenas recompensas!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (719, 'suggest_faction', 'Anyone doing %faction rep for mounts?', 0, 0, '', 'Qui est en train de monter sa réputation avec %faction pour les montures?', 'Wer farmt %faction-Ruf für Mounts?', '有谁在刷 %faction 声望是为了坐骑?', '', '¿Alguien farmeando reputación de %faction para monturas?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (720, 'suggest_faction', 'Any chance to farm %faction rep with me?', 0, 0, '', 'Tu veux farmer ta réputation avec la faction %faction avec moi?', 'Lust, mit mir %faction-Ruf zu farmen?', '有机会跟我一起刷 %faction 声望吗?', '', '¿Algún chance de farmear reputación de %faction conmigo?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (721, 'suggest_faction', 'I am so close to %rep_level with %faction!', 0, 0, '', 'Je suis tellement proche du niveau %rep_level avec la faction %faction !', 'Ich bin so nah an %rep_level bei %faction!', '我离 %faction 的 %rep_level 就差一点了!', '', '¡Estoy tan cerca de %rep_level con %faction!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (722, 'suggest_faction', 'Help me get %rep_level with %faction!', 0, 0, '', 'Aide-moi à atteindre le niveau de réputation %rep_level avec %faction !', 'Hilf mir, %rep_level bei %faction zu erreichen!', '帮我把 %faction 声望刷到 %rep_level!', '', '¡Ayúdame a conseguir %rep_level con %faction!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (723, 'suggest_faction', 'Getting %faction rep grind done!', 0, 0, '', 'Je suis en train de grinder ma réputation avec la faction %faction !', 'Ich bin dabei, den %faction-Ruf grind abzuschließen!', '正在努力刷完 %faction 声望!', '', '¡Estoy terminando el grind de reputación de %faction!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (724, 'suggest_faction', 'I’m in need of %faction rep grinding help!', 0, 0, '', 'J’ai besoin d’aide pour augmenter ma réputation avec %faction !', 'Ich brauche Hilfe beim %faction-Ruf farmen!', '我需要帮手刷 %faction 声望!', '', '¡Necesito ayuda con el grind de %faction!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (725, 'suggest_faction', 'Need %rep_level %faction for the next rewards!', 0, 0, '', 'J’ai besoin d’atteindre le niveau %rep_level pour %faction afin de débloquer les prochaines récompenses !', 'Brauche %rep_level bei %faction für die nächsten Belohnungen!', '我得把 %faction 的声望刷到 %rep_level 才能拿到下个奖励!', '', '¡Necesito %rep_level de %faction para las siguientes recompensas!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (726, 'suggest_faction', 'Who can farm %faction rep with me?', 0, 0, '', 'Qui peut farmer la réputation de %faction avec moi ?', 'Wer kann mit mir %faction-Ruf farmen?', '有谁能跟我一起刷 %faction 的声望啊?', '', '¿Quién puede farmear la reputación de %faction conmigo?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (727, 'suggest_faction', 'Grinding %faction rep non-stop!', 0, 0, '', 'En train de farmer la réputation de %faction sans arrêt !', 'Ununterbrochen %faction-Ruf farmen!', '一直在拼命刷 %faction 声望,停不下来!', '', '¡Grind de %faction sin parar!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (728, 'suggest_faction', 'Who else is grinding %faction rep right now?', 0, 0, '', 'Je suis en train de bosser le rang de réputation de %faction en ce moment. Qui d’autre est dans le même cas ?', 'Wer farmt gerade auch %faction-Ruf?', '现在还有谁在刷 %faction 的声望?', '', '¿Quién más está farmeando %faction ahora?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (729, 'suggest_faction', 'Anyone want to farm %faction rep for fun?', 0, 0, '', 'Qui est partant pour monter la réputation de la faction %faction pour le plaisir ?', 'Wer hat Lust, zum Spaß %faction-Ruf zu farmen?', '有没人想一起刷 %faction 声望,纯属娱乐?', '', '¿Alguien quiere farmear %faction por diversión?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (730, 'suggest_faction', 'Need %faction rep grind to unlock new quests!', 0, 0, '', 'Il me faut améliorer ma réputation auprès de %faction pour débloquer de nouvelles quêtes!', 'Muss %faction-Ruf farmen, um neue Quests freizuschalten!', '得刷 %faction 声望才能解锁新任务!', '', '¡Necesito hacer grind de %faction para desbloquear nuevas misiones!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (731, 'suggest_faction', 'Wanna grind %faction rep for rewards!', 0, 0, '', 'Je veux faire monter ma réputation auprès de %faction pour obtenir des récompenses !', 'Will %faction-Ruf farmen für Belohnungen!', '想刷 %faction 声望拿奖励,有人一起吗?', '', '¡Vamos a grindear reputación de %faction por recompensas!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (732, 'suggest_faction', 'Grinding %faction rep, one day at a time!', 0, 0, '', 'À faire ma réputation avec %faction, un jour à la fois !', 'Einen Tag nach dem anderen %faction-Ruf farmen!', '每天刷一点 %faction 声望,慢慢来!', '', '¡Farmeando reputación de %faction, un día a la vez!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (733, 'suggest_faction', 'Anyone want to help with %faction rep grind?', 0, 0, '', 'Est-ce que quelqu’un veut m’aider à augmenter ma réputation auprès de %faction ?', 'Kann mir jemand beim %faction-Ruf farmen helfen?', '有人愿意帮我刷 %faction 声望吗?', '', '¿Alguien quiere ayudar con el grind de %faction?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (734, 'suggest_faction', 'Help me unlock rewards with %faction rep!', 0, 0, '', 'Aide-moi à débloquer des récompenses avec ma réputation auprès de la faction %faction !', 'Hilf mir, Belohnungen mit %faction-Ruf freizuschalten!', '帮我刷 %faction 声望,解锁奖励!', '', '¡Ayúdame a desbloquear recompensas con la reputación de %faction!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (735, 'suggest_faction', 'I’m grinding %faction rep for the mounts!', 0, 0, '', 'Je suis en train de farmer la réputation de %faction pour les montures !', 'Farme %faction-Ruf für die Mounts!', '我在刷 %faction 声望,为了那些坐骑!', '', '¡Estoy farmeando %faction para las monturas!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (736, 'suggest_faction', 'Come farm %faction rep with me!', 0, 0, '', 'Viens faire du farm de réputation %faction avec moi!', 'Komm, farm mit mir %faction-Ruf!', '来跟我一起刷 %faction 声望吧!', '', '¡Ven a farmear %faction conmigo!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (737, 'suggest_faction', 'I’m almost there with %faction rep!', 0, 0, '', 'Je suis presque arrivé à la réputation de %faction !', 'Ich bin fast fertig mit dem %faction-Ruf!', '我快把 %faction 声望刷到目标了!', '', '¡Casi llego con %faction!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (738, 'suggest_faction', 'Grinding %faction rep with my friends!', 0, 0, '', 'En train de monter la réputation de %faction avec mes potes !', 'Farmen %faction-Ruf mit meinen Freunden!', '和朋友们一起刷 %faction 声望!', '', '¡Estoy farmeando %faction con mis amigos!', '', ''); + +-- random generic +-- usable placeholders: +-- %my_role +-- %zone_name +-- %area_name +-- %my_class +-- %my_race +-- %my_level +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (739, 'suggest_something', 'Wanna party in %zone_name.', 0, 0, '', 'Envie de faire un groupe dans %zone_name.', 'Lust auf eine Party in %zone_name.', '想在 %zone_name 组队吗?', '', '¡Vamos a perrear a %zone_name!', '', 'Хочу в пати в %zone_name.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (740, 'suggest_something', 'Anyone is looking for %my_role?', 0, 0, '', 'Est-ce que quelqu’un recherche %my_role ?', 'Sucht jemand einen %my_role?', '有人需要 %my_role 吗?', '', '¿Alguien está buscando %my_role?', '', 'Кто ищет %my_role?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (741, 'suggest_something', '%my_role is looking for guild.', 0, 0, '', '%my_role Je suis à la recherche d’une guilde.', '%my_role sucht eine Gilde.', '我是 %my_role,求加入一个公会。', '', '%my_role está buscando hermandad.', '', '%my_role ищет гильдию.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (742, 'suggest_something', 'Looking for gold.', 0, 0, '', 'À la recherche d’or.', 'Suche Gold.', '缺金币,求支援!', '', 'Buscando oro.', '', 'Ищу золото.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (743, 'suggest_something', '%my_role wants to join a good guild.', 0, 0, '', 'Je veux rejoindre une bonne guilde.', '%my_role möchte einer guten Gilde beitreten.', '我是 %my_role,想加入一个靠谱的公会。', '', '%my_role quiere unirse a una buen hermandad.', '', '%my_role хочет вступить в хорошую гильдию.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (744, 'suggest_something', 'Need a friend.', 0, 0, '', 'Besoin d’un ami.', 'Brauche einen Freund.', '想找个朋友一起玩。', '', 'Necesito un amigo...', '', 'Нужен друг.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (745, 'suggest_something', 'Anyone feels alone?', 0, 0, '', 'Vous vous sentez seul ?', 'Fühlt sich jemand allein?', '有人觉得孤单吗?', '', '¿Alguien se siente solo?', '', 'Кто-нибудь чувствует себя одиноко?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (746, 'suggest_something', 'Boring...', 0, 0, '', 'Je m’ennui', 'Langweilig...', '好无聊啊……', '', 'Aburrido...', '', 'Скучно...'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (747, 'suggest_something', 'Who wants some?', 0, 0, '', 'Qui en veut?', 'Wer will was?', '谁想来点刺激?', '', '¿Quién quiere hacer grupo para levear?', '', 'Кто хочет немного?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (748, 'suggest_something', 'Go get me!', 0, 0, '', 'Viens me chercher!', 'Hol mich!', '来抓我啊!', '', '¡Ven a buscarme!', '', 'Давай, поймай меня!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (749, 'suggest_something', 'Maybe a duel in %zone_name?', 0, 0, '', 'Peut-être un duel dans %zone_name?', 'Vielleicht ein Duell in %zone_name?', '在 %zone_name 来场决斗如何?', '', '¿Quizás un duelo en %zone_name?', '', 'Может, дуэль в %zone_name?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (750, 'suggest_something', 'Anybody doing something?', 0, 0, '', 'Est-ce que quelqu’un fait quelque chose?', 'Macht jemand gerade etwas?', '有人在干啥吗?', '', '¿Alguien está haciendo algo?', '', 'Кто-нибудь что-то делает?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (751, 'suggest_something', '%zone_name: is anybody here?', 0, 0, '', '%zone_name: Est-ce qu’il y a quelqu’un ici ?', '%zone_name: Ist hier jemand?', '%zone_name:有人在吗?', '', '%zone_name: ¿hay alguien aquí?', '', '%zone_name: кто-нибудь здесь есть?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (752, 'suggest_something', '%zone_name: where is everyone?', 0, 0, '', '%zone_name: Où est tout le monde ?', '%zone_name: Wo sind die Leute?', '%zone_name:人都去哪了?', '', '¿Hay alguien en %zone_name?', '', '%zone_name: где все?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (753, 'suggest_something', 'Looks like I am alone in %zone_name.', 0, 0, '', 'Il semble que je sois seul dans %zone_name.', 'Sieht so aus, als wäre ich allein in %zone_name.', '看起来我在 %zone_name 就一个人。', '', 'Parece que estoy solo en %zone_name.', '', 'Похоже, я один в %zone_name.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (754, 'suggest_something', 'Meet me in %zone_name.', 0, 0, '', 'Retrouve-moi dans %zone_name.', 'Triff mich in %zone_name.', '来 %zone_name 找我吧。', '', 'Encuéntrame en %zone_name.', '', 'Встретимся в %zone_name.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (755, 'suggest_something', 'Let’s quest in %zone_name!', 0, 0, '', 'Partons à l’aventure dans %zone_name!', 'Lasst uns in %zone_name questen!', '去 %zone_name 做任务吧!', '', '¡Vamos a hacer un grupo para levear en %zone_name!', '', 'Давайте квестить в %zone_name!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (756, 'suggest_something', '%zone_name is the best place to be!', 0, 0, '', '%zone_name est l’endroit idéal où se trouver !', '%zone_name ist der beste Ort zum Sein!', '%zone_name 是最棒的地方!', '', '%zone_name es el mejor lugar para estar!', '', '%zone_name — лучшее место!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (757, 'suggest_something', 'Wanna go to %zone_name. Anybody with me?', 0, 0, '', 'Qui veut aller à la %zone_name? Qui est partant avec moi?', 'Will jemand nach %zone_name? Wer kommt mit?', '想去 %zone_name,有人一起吗?', '', 'Quiero ir a %zone_name. ¿Alguien se apunta?', '', 'Хочу в %zone_name. Кто со мной?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (758, 'suggest_something', 'Who wants going to %zone_name?', 0, 0, '', 'Qui veut aller à %zone_name?', 'Wer will nach %zone_name?', '谁想去 %zone_name?', '', '¿Quién quiere ir a %zone_name?', '', 'Кто хочет пойти в %zone_name?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (759, 'suggest_something', 'I don’t like %zone_name. Where to go?', 0, 0, '', 'Je n’aime pas %zone_name. Je devrais aller où ?', 'Ich mag %zone_name nicht. Wohin soll ich gehen?', '我不喜欢 %zone_name,换个地方吧?', '', 'No me gusta %zone_name. ¿Dónde podria ir?', '', 'Не нравится %zone_name. Куда идти?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (760, 'suggest_something', 'Are there a good quests in %zone_name?', 0, 0, '', 'Y a-t-il de bonnes quêtes dans %zone_name ?', 'Gibt es gute Quests in %zone_name?', '%zone_name 有啥好任务吗?', '', '¿Hay buenas misiones en %zone_name?', '', 'Есть хорошие квесты в %zone_name?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (761, 'suggest_something', 'Where to go after %zone_name?', 0, 0, '', 'Où devrais-je aller après %zone_name ?', 'Wohin soll ich nach %zone_name gehen?', '从 %zone_name 走后去哪?', '', '¿Adónde puedo ir después de %zone_name?', '', 'Куда идти после %zone_name?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (762, 'suggest_something', 'Who is in %zone_name?', 0, 0, '', 'Qui est dans %zone_name ?', 'Wer ist in %zone_name?', '谁在 %zone_name?', '', '¿Quién está en %zone_name?', '', 'Кто в %zone_name?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (763, 'suggest_something', 'LFG in %zone_name.', 0, 0, '', 'LFG dans %zone_name.', 'LFG in %zone_name.', '在 %zone_name 找队伍。', '', 'Busco grupo en %zone_name.', '', 'ЛФГ в %zone_name.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (764, 'suggest_something', '%zone_name is the worst place to be.', 0, 0, '', '%zone_name est le pire endroit où se trouver.', '%zone_name ist der schlimmste Ort an dem man grade sein kann.', '%zone_name 是最烂的地方。', '', '%zone_name es el peor lugar para estar', '', '%zone_name — худшее место.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (765, 'suggest_something', 'Catch me in %zone_name!', 0, 0, '', 'Retrouve-moi dans %zone_name !', 'Triff mich in %zone_name!', '在 %zone_name 抓我啊!', '', '¡Atrápame en %zone_name!', '', 'Лови меня в %zone_name!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (766, 'suggest_something', 'Go for %zone_name!', 0, 0, '', 'Allons-y pour %zone_name!', 'Auf nach %zone_name!', '冲向 %zone_name!', '', 'Me voy a %zone_name!', '', 'Пойдем в %zone_name!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (767, 'suggest_something', 'Wanna quest in %zone_name', 0, 0, '', 'Tu veux partir en quête dans %zone_name?', 'Lust auf Questen in %zone_name?', '想在 %zone_name 做任务吗?', '', 'Quiero hacer una búsqueda en %zone_name', '', 'Хочу квестить в %zone_name'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (768, 'suggest_something', 'Anyone has quests in %zone_name?', 0, 0, '', 'Est-ce que quelqu’un a des quêtes dans %zone_name?', 'Hat jemand Quests in %zone_name?', '有人在 %zone_name 有任务吗?', '', '¿Alguien tiene misiones en %zone_name?', '', 'У кого есть квесты в %zone_name?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (769, 'suggest_something', 'Come here to %zone_name!', 0, 0, '', 'Viens ici dans %zone_name!', 'Komm nach %zone_name!', '来 %zone_name 这儿!', '', '¡Ven aquí a %zone_name!', '', 'Приходите сюда, в %zone_name!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (770, 'suggest_something', 'Seems there is no Horde in %zone_name', 0, 0, '', 'Il semblerait qu’il n’y ait pas de Hordeux dans %zone_name.', 'Sieht so aus, als gäbe es keine Horde in %zone_name.', '看来 %zone_name 没有部落的人。', '', 'Parece que no hay Horda en %zone_name', '', 'Похоже, в %zone_name нет Орды'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (771, 'suggest_something', 'Seems there is no Alliance in %zone_name', 0, 0, '', 'Il semble qu’il n’y ait pas d’Allianceux dans %zone_name.', 'Sieht so aus, als gäbe es keine Allianz in %zone_name.', '看来 %zone_name 没有联盟的人。', '', 'Parece que no hay Alianza en %zone_name', '', 'Похоже, в %zone_name нет Альянса'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (772, 'suggest_something', 'I am really tired of %zone_name. Maybe go somewhere else?', 0, 0, '', 'Je suis vraiment fatigué de %zone_name. Pourquoi n’irions-nous pas ailleurs ?', 'Ich bin echt müde von %zone_name. Vielleicht sollte ich woanders hingehen?', '我真受够了 %zone_name,要不要换个地方?', '', 'Estoy realmente cansado de %zone_name. Quizás ire a otro lugar', '', 'Я очень устал от %zone_name. Может, пойти куда-нибудь еще?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (773, 'suggest_something', 'GL', 0, 0, '', 'Bonne chance', 'Viel Glück', '祝好运!', '', '', '', 'Удачи'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (774, 'suggest_something', 'I want to go home, and then edge', 0, 0, '', 'Je veux rentrer chez moi, puis me détendre.', 'Ich will nach Hause und dann entspannen.', '我想回家,然后放松一下。', '', '', '', 'Хочу домой, а потом на край'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (775, 'suggest_something', 'does anyone know what you need to dual wield?', 0, 0, '', 'Est-ce que quelqu’un peux m’aider avec la double spé ?', 'Weiß jemand, was man zum beidhändigen Kämpfen braucht?', '有人知道双持武器需要啥条件吗?', '', '', '', 'Кто-нибудь знает, что нужно для двуручного боя?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (776, 'suggest_something', 'hi everyone!', 0, 0, '', 'Salut tout le monde!', 'Hallo zusammen!', '大家好!', '', '', '', 'Всем привет!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (777, 'suggest_something', '%zone_name is comfy', 0, 0, '', '%zone_name est vraiment agréable.', '%zone_name ist gemütlich.', '%zone_name 感觉还挺舒服的。', '', '', '', '%zone_name уютно'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (778, 'suggest_something', 'i feel great', 0, 0, '', 'Je me sens super bien.', 'Ich fühle mich großartig.', '我感觉棒极了!', '', '', '', 'Я отлично себя чувствую'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (779, 'suggest_something', 'i don’t ignore people i troll them until they ignore me', 0, 0, '', 'Je n’ignore pas les gens, je les trolle jusqu’à ce qu’ils m’ignorent.', 'Ich ignoriere Leute nicht, ich trolle sie, bis sie mich ignorieren.', '我不无视别人,我会逗他们直到他们无视我。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (780, 'suggest_something', 'What do you guys think about my build? %my_role', 0, 0, '', 'Qu’est-ce que vous pensez de mon build? %mon_rolôle', 'Was haltet ihr von meinem Build? %my_role', '大家觉得我的装备咋样?我是 %my_role', '', '', '', 'Что думаете о моей сборке? %my_role'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (781, 'suggest_something', 'good to see chat still remembers', 0, 0, '', 'Content de voir que le chat se souvient toujours', 'Schön zu sehen, dass der Chat sich noch erinnert.', '很高兴聊天频道里还有人记得我。', '', '', '', 'Рад видеть, что чат еще помнит'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (782, 'suggest_something', 'like all weapons its hunter BIS', 0, 0, '', 'Comme toutes les armes, c’est le meilleur équipement pour les chasseurs.', 'Wie alle Waffen ist es natürlich das beste für Hunter.', '跟所有武器一样,这对猎人来说是极品。', '', '', '', 'Как и все оружие — это лучший для охотника'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (783, 'suggest_something', 'whole point to the game for me is soloing and finding new ways to solo stuff', 0, 0, '', 'Pour moi, le cœur du jeu réside dans le fait d’évoluer en solo et de découvrir de nouvelles façons de vaincre mes adversaires en solo.', 'Für mich dreht sich das Spiel darum, solo zu spielen und neue Wege zu finden, Dinge alleine zu erledigen.', '对我来说,游戏的乐趣就是单刷,找到新的单刷方法。', '', '', '', 'Вся суть игры для меня — соло и поиск новых способов соло'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (784, 'suggest_something', 'i’ve NEVER ripped off anyone', 0, 0, '', 'Je n’ai JAMAIS arnaqué qui que ce soit.', 'Ich habe NIEMALS jemanden abgezockt.', '我从没坑过任何人!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (785, 'suggest_something', 'ah yes the world of warcraft, where i come for life advice', 0, 0, '', 'Ah yes, le monde de Warcraft, là où je viens chercher des conseils de vie.', 'Ah ja, die Welt von Warcraft, wo ich Ratschläge fürs Lebensrat herbekomme.', '啊对,魔兽世界,我来这里寻求人生建议的地方。', '', '', '', 'Ах да, мир варкрафта, где я ищу жизненные советы'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (786, 'suggest_something', 'HELLO?', 0, 0, '', 'Salut! Comment ça va?', 'HALLO?', '喂,有人吗?', '', '', '', 'АЛЛО?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (787, 'suggest_something', 'Time to fight my way into %zone_name', 0, 0, '', 'Il est temps que je me batte pour rentrer dans %zone_name.', 'Zeit, mich nach %zone_name durchzukämpfen.', '是时候杀进 %zone_name 了!', '', '', '', 'Пора пробиваться в %zone_name'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (788, 'suggest_something', '%zone_name', 0, 0, '', '%zone_name', '%zone_name', '%zone_name', '', '', '', '%zone_name'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (789, 'suggest_something', 'gotta poop', 0, 0, '', 'je dois aller aux toilettes.', 'Muss mal eben aufs Klo.', '得去解决一下个人问题,等等我!', '', '', '', 'надо в туалет'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (790, 'suggest_something', 'if you don’t loot your skinnable kills your pp loses 1mm permanently', 0, 0, '', 'Si vous ne pillez pas les ennemis que je peux dépecer, ton zgegue perd 1mm de façon permanente.', 'Wenn du deine häutbaren Kills nicht lootest, schrumpft dein PP um 1mm dauerhaft.', '不拾取能剥皮的战利品,你的小兄弟可要永久缩水1毫米啊!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (791, 'suggest_something', 'NOOOOOOOOOOOOO', 0, 0, '', 'Oh nonnnnnnnnnn!', 'NEEEEEEEEEEEIN!', '不啊啊啊啊啊啊啊!', '', '', '', 'НЕТТТТТТТТТТ'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (792, 'suggest_something', 'I LIKE POTATO', 0, 0, '', 'J’AIME LA POMME DE TERRE.', 'ICH MAG ZÜGE.', '我超爱土豆!', '', '', '', 'Я ЛЮБЛЮ КАРТОШКУ'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (793, 'suggest_something', 'w chat', 0, 0, '', 'w chat', 'w Chat', '聊天真棒!', '', '', '', 'w чат'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (794, 'suggest_something', 'hi how are you guys', 0, 0, '', 'Salut, comment vous allez ?', 'Hi, wie geht’s euch?', '嗨,大家好吗?', '', '', '', 'привет, как дела'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (795, 'suggest_something', 'i just logged out and logged back in', 0, 0, '', 'Je viens de me déconnecter et de me reconnecter.', 'Gerade ausgeloggt und wieder eingeloggt.', '我刚掉线又重新登录了。', '', '', '', 'только что вышел и снова зашел'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (796, 'suggest_something', 'can you guys keep it down a bit, im lost in %zone_name', 0, 0, '', 'Est-ce que vous pouvez baisser un peu le volume, je suis perdu dans %zone_name.', 'Könnt ihr mal leiser sein? Ich bin in %zone_name verloren.', '能小声点吗?我在%zone_name迷路了!', '', '', '', 'можете потише, я заблудился в %zone_name'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (797, 'suggest_something', 'anyone want to have a drink with me at %zone_name ...hic!', 0, 0, '', 'Quelqu’un veut boire un verre avec moi à %zone_name ...hic!', 'Will jemand mit mir in %zone_name einen trinken? ...Hicks!', '有谁想在%zone_name和我喝一杯吗……嗝!', '', '', '', 'кто хочет выпить со мной в %zone_name ... ик!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (798, 'suggest_something', 'hahahahaheeeeeeee dirin diring ingggggg hahahahaheeeeeeeeeeeeee', 0, 0, '', 'hahahahaheeeeeeeeee dirin diring ingggggg hahahahaheeeeeeeeeeeeee', 'hahahahaheeeeeeee dirin diring ingggggg hahahahaheeeeeeeeeeeeee', '哈哈哈哈嘿嘿嘿叮叮叮哈哈哈哈嘿嘿嘿!', '', '', '', 'хахахахахииииииии дирин диринг инггггг хахахахахииииииииииииии'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (799, 'suggest_something', 'bait used to be believeable', 0, 0, '', 'Le leurre était autrefois crédible.', 'Früher war das Bait glaubwürdig.', '以前的诱饵还能让人信服。', '', '', '', 'раньше приманка была правдоподобной'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (800, 'suggest_something', 'maybe you just lost your innocence', 0, 0, '', 'Peut-être que tu viens juste de perdre ton innocence.', 'Vielleicht hast du einfach deine Unschuld verloren.', '可能你只是丢掉了天真。', '', '', '', 'может, ты просто потерял невинность'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (801, 'suggest_something', 'any guilds willing to carry %my_role?', 0, 0, '', 'Y a-t-il des guildes prêtes à me prendre %my_role?', 'Gibt es Gilden, die %my_role mitziehen wollen?', '有公会愿意带带我这个%my_role吗?', '', '', '', 'есть гильдии, готовые тащить %my_role?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (802, 'suggest_something', 'once you start getting higher, gold is so easy to get', 0, 0, '', 'Une fois que tu commences à monter en niveau, l’or devient si facile à obtenir.', 'Sobald man höher im Level ist, bekommt man Gold so einfach.', '等级高了之后,金币真是手到擒来。', '', '', '', 'чем выше уровень, тем легче золото'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (803, 'suggest_something', 'morning', 0, 0, '', 'Bonjour, comment ça va ce matin ?', 'Morgen!', '早上好啊!', '', '', '', 'утро'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (804, 'suggest_something', 'why does my ass hurt?', 0, 0, '', 'Pourquoi j’ai mal aux fesses?', 'Warum tut mein Hintern weh?', '为啥我的屁股这么疼?', '', '', '', 'почему у меня болит задница?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (805, 'suggest_something', 'I feel like spirit is bis for leveling', 0, 0, '', 'Je pense que l’esprit est bis pour monter de niveau.', 'Ich denke, Willenskraft ist das Beste zum Leveln.', '我觉得精神属性对升级来说是极品。', '', '', '', 'Мне кажется, дух — лучший для прокачки'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (806, 'suggest_something', 'Even more for troll', 0, 0, '', 'Encore plus pour les trolls', 'Noch mehr für Trolle.', '对巨魔来说更是如此。', '', '', '', 'Особенно для тролля'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (807, 'suggest_something', 'CAN SOMEONE INVITE ME', 0, 0, '', 'ON PEUT M INVITER', 'KANN MICH JEMAND EINLADEN?', '谁能邀请我一下啊!', '', '', '', 'КТО-НИБУДЬ ПРИГЛАСИТЕ МЕНЯ'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (808, 'suggest_something', 'need a lot of drinks', 0, 0, '', 'J’ai besoin de beaucoup de boissons.', 'Brauche viele Drinks.', '需要一大堆饮料!', '', '', '', 'нужно много выпивки'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (809, 'suggest_something', 'damn gnomes', 0, 0, '', 'Ces satanés gnomes!', 'Verdammte Gnome!', '该死的侏儒!', '', '', '', 'чертовы гномы'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (810, 'suggest_something', 'no one likes gnomes', 0, 0, '', 'Personne n’aime les gnomes.', 'Niemand mag Gnome.', '没人喜欢侏儒。', '', '', '', 'никто не любит гномов'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (811, 'suggest_something', 'gnomes are only good for one thing', 0, 0, '', 'Les gnomes ne sont bons que pour une seule chose', 'Gnome taugen nur für eine Sache.', '侏儒就只有一件事干得不错。', '', '', '', 'гномы годятся только для одного'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (812, 'suggest_something', 'Well', 0, 0, '', 'Bien', 'Nun', '好吧', '', '', '', 'Ну'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (813, 'suggest_something', 'mushrooms', 0, 0, '', 'champignons', 'Pilze', '蘑菇', '', '', '', 'грибы'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (814, 'suggest_something', 'automatic thoughts are a scary thing', 0, 0, '', 'Les pensées automatiques sont effrayantes, elles surgissent sans prévenir et peuvent vraiment perturber ma tranquillité d’esprit.', 'Automatische Gedanken sind eine beängstigende Sache.', '自动冒出来的想法真挺吓人的。', '', '', '', 'автоматические мысли — страшная вещь'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (815, 'suggest_something', 'the mind is more pliable than we like to believe', 0, 0, '', '', 'Der Geist ist formbarer, als wir glauben.', '思想比我们想象中更容易被塑造。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (816, 'suggest_something', 'any leveling guilds out there?', 0, 0, '', 'Des guildes de leveling par ici ?', 'Gibt es hier irgendwelche Leveling-Gilden?', '有升级公会吗?', '', '', '', 'есть гильдии для прокачки?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (817, 'suggest_something', 'brb', 0, 0, '', 'brb.', 'bin gleich zurück.', '马上回来!', '', '', '', 'брб'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (818, 'suggest_something', 'Why is snow white but Ice is clear ? made of the same thing', 0, 0, '', 'Oh, la neige est blanche parce que ses cristaux reflètent la lumière du soleil, ce qui donne cette couleur. Tandis que la glace est claire car elle compacte les cristaux de glace, ce qui la rend transparente. C’est fou de penser que ce sont tous les deux faits de la même chose, n’est-ce pas ?', 'Schnee ist weiß, weil die Eiskristalle das Licht streuen, während Eis klar ist, weil es eine kompaktere Struktur hat.', '为啥雪是白的而冰是透明的?明明是同一种东西啊!', '', '', '', 'Почему снег белый, а лед прозрачный? Ведь это одно и то же'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (819, 'suggest_something', 'why is whipped cream fluffy and regular not', 0, 0, '', 'Oh, whipped cream is all light and airy because we are beating some heavy cream until it traps air in. Regular cream just sits there all heavy and dense because it hasn’t been whipped yet. ', 'Schlagsahne ist luftig, weil beim Schlagen Luft eingeschlossen wird. Normale Sahne ist dicht und schwer, weil sie nicht aufgeschlagen wurde.', '为啥打发的奶油这么蓬松,而普通的就不行呢?', '', '', '', 'почему взбитые сливки пышные, а обычные нет'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (820, 'suggest_something', 'why do feet smell if they have no nose', 0, 0, '', 'Pourquoi les pieds sentent alors qu’ils n’ont pas de nez !?', 'Warum stinken Füße, wenn sie keine Nase haben?', '脚上又没长鼻子,咋还能臭呢?', '', '', '', 'почему ноги пахнут, если у них нет носа'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (821, 'suggest_something', 'seems a can of newbies arrived', 0, 0, '', 'Il semble qu’une brochette de noob soit arrivée.', 'Scheint, als wäre eine Fuhre Neulinge angekommen.', '看来来了一群菜鸟啊。', '', '', '', 'похоже, прибыла банка новичков'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (822, 'suggest_something', 'stop trolling new players with BS answers', 0, 0, '', 'Arrête de troll les nouveaux joueurs avec des réponses bidon.', 'Hört auf, neue Spieler mit falschen Antworten zu trollen.', '别再用瞎话忽悠新手了!', '', '', '', 'хватит троллить новичков бредовыми ответами'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (823, 'suggest_something', 'Is there PvP on this server?', 0, 0, '', 'Il y’a du pvp sur ce serveur ?', 'Gibt es PvP auf diesem Server?', '这个服务器有PVP吗?', '', '', '', 'На этом сервере есть PvP?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (824, 'suggest_something', 'duh', 0, 0, '', 'duh', 'tja', '废话!', '', '', '', 'угу'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (825, 'suggest_something', 'phew... :)', 0, 0, '', 'Phew... :)', 'Puh... :)', '呼……还好 :)', '', '', '', 'фух... :)'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (826, 'suggest_something', 'did you guys know that', 0, 0, '', 'Savez-vous que...', 'Wusstet ihr, dass...', '你们知道吗?', '', '', '', 'вы знали что'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (827, 'suggest_something', 'i don’t try to imagine what other creatures feel like', 0, 0, '', 'Je ne cherche pas à imaginer ce que d’autres créatures peuvent ressentir.', 'Ich versuche nicht, mir vorzustellen, was andere Kreaturen fühlen.', '我可不去猜其他生物心里咋想的。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (828, 'suggest_something', 'oh whoops, wrong chat', 0, 0, '', 'Oh mince, mauvais chat', 'Oh hoppla, falscher Chat.', '哎呀,发错频道了!', '', '', '', 'ой, не тот чат'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (829, 'suggest_something', 'bruh you guys are wildin out today', 0, 0, '', 'Oh là là, vous les gars, vous déconnez aujourd’hui!', 'Junge, ihr seid heute echt wild drauf!', '兄弟们,今天你们也太嗨了吧!', '', '', '', 'бро, вы сегодня отжигаете'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (830, 'suggest_something', 'just let it be known that my text was here', 0, 0, '', 'Je vais juste faire en sorte que mon texte soit là.', 'Lasst es einfach bekannt sein, dass mein Text hier war.', '就让大家知道,我的话在这儿呢!', '', '', '', 'пусть все знают, что мой текст был здесь'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (831, 'suggest_something', 'grrr angyy', 0, 0, '', 'Grrrrrr colère.', 'Grrrr wütend.', '咕噜咕噜,气炸了!', '', '', '', 'гррр злой'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (832, 'suggest_something', 'the grind is fun', 0, 0, '', 'Le grind est amusant', 'Das Grinden macht Spaß.', '刷怪升级真有意思!', '', '', '', 'гринд — это весело'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (833, 'suggest_something', 'Wow keeps me sharp', 0, 0, '', 'Wow me garde alerte', 'WoW hält mich wachsam.', '魔兽让我保持敏锐!', '', '', '', 'Wow держит меня в тонусе'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (834, 'suggest_something', 'hey have a question where can i take the roll for more xp? im in %zone_name', 0, 0, '', 'Hey, j’ai une question. Où est-ce que je peux trouver le rouleau pour gagner plus d’XP? Je suis dans %zone_name.', 'Hey, ich habe eine Frage. Wo bekomme ich die Rolle für mehr XP? Ich bin in %zone_name.', '嘿,有个问题,哪里能接任务多拿经验?我在%zone_name。', '', '', '', 'у меня вопрос: где можно взять бросок на больше опыта? я в %zone_name'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (835, 'suggest_something', 'do you guys like sausages?', 0, 0, '', 'Hmm, est-ce que vous aimez les saucisses?', 'Mögt ihr Würstchen?', '你们喜欢香肠吗?', '', '', '', 'вы любите сосиски?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (836, 'suggest_something', 'Invite me. I’ll help', 0, 0, '', 'Invite-moi. Je vais t’aider.', 'Ladet mich ein. Ich helfe.', '组我吧,我能帮忙!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (837, 'suggest_something', 'which class do you think is better for pvp?', 0, 0, '', 'Quelle classe est la meilleurs pour PvP !?', 'Welche Klasse ist besser für PvP?', '你们觉得哪个职业在PVP里更强?', '', '', '', 'какой класс лучше для пвп?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (838, 'suggest_something', 'where the fuck is the cooking trainer in %zone_name', 0, 0, '', '%zone_name? Ah, putain, c’est toujours la galère pour trouver les PNJ dans cette zone-là. Attends, laisse-moi voir sur ma carte... Ah, je crois que le formateur en cuisine est près de la taverne, à droite de l’aubergiste. Tu devrais le trouver là-bas!', 'Wo zum Teufel ist der Kochlehrer in %zone_name?', '靠,%zone_name的烹饪训练师到底在哪?', '', '', '', 'где, черт возьми, тренер кулинарии в %zone_name'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (839, 'suggest_something', 'you know what happens in %zone_name?', 0, 0, '', 'Tu sais ce qu’il se passe dans la %zone_name ?', 'Weißt du, was in %zone_name passiert?', '你知道%zone_name发生了啥事吗?', '', '', '', 'знаете, что происходит в %zone_name?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (840, 'suggest_something', 'I need to craft something', 0, 0, '', 'Je dois fabriquer quelque chose.', 'Ich muss etwas herstellen.', '我得做点东西。', '', '', '', 'Мне нужно что-то скрафтить'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (841, 'suggest_something', 'Anyone up for some nonsense in %zone_name?', 0, 0, '', 'Quelqu’un pour un peu de folie dans la %zone_name?', 'Hat jemand Lust auf etwas Unsinn in %zone_name?', '有谁想在%zone_name搞点乱子吗?', '', '¿Alguien para tonterías en %zone_name?', '', 'Кто-нибудь для глупости в %zone_name?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (842, 'suggest_something', 'Let’s make %zone_name our playground.', 0, 0, '', 'Faisons de %zone_name notre terrain de jeu.', 'Lasst uns %zone_name zu unserem Spielplatz machen.', '咱们把%zone_name变成我们的游乐场吧!', '', 'Hagamos de %zone_name nuestro patio de recreo.', '', 'Давайте сделаем %zone_name нашей игровой площадкой.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (843, 'suggest_something', 'I’m gonna get lost in %zone_name again.', 0, 0, '', 'Je vais me perdre dans %zone_name encore une fois.', 'Ich werde mich in %zone_name wieder verlaufen.', '我又要在%zone_name迷路了。', '', 'Voy a perderme otra vez en %zone_name.', '', 'Снова потеряюсь в %zone_name.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (844, 'suggest_something', 'Can’t believe I’m still here in %zone_name.', 0, 0, '', 'Je n’arrive pas à croire que je suis toujours dans %zone_name.', 'Ich kann nicht glauben, dass ich immer noch in %zone_name bin.', '真不敢相信我还在%zone_name。', '', 'No puedo creer que todavía esté aquí en %zone_name.', '', 'Не верю, что я до сих пор здесь в %zone_name.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (845, 'suggest_something', 'Wanna team up for %zone_name madness?', 0, 0, '', 'Tu veux faire équipe pour une folie dans la zone %zone_name?', 'Willst du dich für Chaos in %zone_name zusammentun?', '想组队在%zone_name大闹一场吗?', '', '¿Quieres unirte para la locura en %zone_name?', '', 'Хочешь составить команду для сумасшествия в %zone_name?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (846, 'suggest_something', 'Let’s raid the mailbox in %zone_name!', 0, 0, '', 'Allons piller la boîte aux lettres dans %zone_name!', 'Lasst uns den Briefkasten in %zone_name plündern!', '咱们去%zone_name抢邮箱吧!', '', '¡Vamos a asaltar el buzón en %zone_name!', '', 'Давайте захватим почтовый ящик в %zone_name!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (847, 'suggest_something', 'I swear, %zone_name is full of trolls.', 0, 0, '', 'Je te jure, %zone_name est rempli de trolls.', 'Ich schwöre, %zone_name ist voller Trolle.', '我发誓,%zone_name全是巨魔。', '', 'Juro que %zone_name está lleno de trolls.', '', 'Клянусь, %zone_name полно троллей.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (848, 'suggest_something', 'Let’s create chaos in %zone_name together.', 0, 0, '', 'Créons le chaos dans %zone_name ensemble.', 'Lasst uns zusammen Chaos in %zone_name anrichten.', '咱们一起在%zone_name制造混乱吧!', '', 'Creamos caos juntos en %zone_name.', '', 'Давайте устроим хаос в %zone_name вместе.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (849, 'suggest_something', 'I feel like doing absolutely nothing in %zone_name.', 0, 0, '', 'J’ai juste envie de ne rien faire du tout dans %zone_name.', 'Ich habe einfach Lust, in %zone_name absolut nichts zu tun.', '我只想在%zone_name啥也不干。', '', 'Tengo ganas de no hacer nada en %zone_name.', '', 'Хочу просто ничего не делать в %zone_name.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (850, 'suggest_something', 'No one ever listens in %zone_name.', 0, 0, '', 'Personne n’écoute jamais dans %zone_name.', 'Niemand hört jemals in %zone_name zu.', '在%zone_name没人听我说话。', '', 'Nadie escucha nunca en %zone_name.', '', 'В %zone_name никто никогда не слушает.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (851, 'suggest_something', 'Is %zone_name even real?', 0, 0, '', '%zone_name est vraiment réel?', 'Ist %zone_name überhaupt real?', '%zone_name到底是不是真的?', '', '¿Es %zone_name siquiera real?', '', 'Существует ли вообще %zone_name?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (852, 'suggest_something', 'Someone send help to %zone_name! It’s wild!', 0, 0, '', 'Envoyez de l’aide dans %zone_name ! C’est la folie !', 'Schickt Hilfe nach %zone_name! Es ist verrückt dort!', '谁来%zone_name救救我!这里乱成一团!', '', '¡Alguien envíe ayuda a %zone_name! ¡Es una locura!', '', 'Кто-нибудь, отправьте помощь в %zone_name! Тут творится безумие!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (853, 'suggest_something', 'I am sure %zone_name is haunted.', 0, 0, '', 'Je suis persuadé que %zone_name est hanté.', 'Ich bin mir sicher, dass %zone_name verflucht ist.', '我敢肯定%zone_name闹鬼。', '', 'Estoy seguro de que %zone_name está embrujado.', '', 'Уверен, что в %zone_name есть призраки.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (854, 'suggest_something', 'If %zone_name could talk, it would probably scream.', 0, 0, '', 'Si %zone_name pouvait parler, je pense qu’il crierait à s’en briser la voix.', 'Wenn %zone_name sprechen könnte, würde es wahrscheinlich schreien.', '如果%zone_name会说话,估计得尖叫起来。', '', 'Si %zone_name pudiera hablar, probablemente gritaría.', '', 'Если бы %zone_name мог говорить, он, наверное, кричал бы.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (855, 'suggest_something', 'There’s something fishy about %zone_name.', 0, 0, '', 'Il y a quelque chose de louche avec %zone_name.', 'Irgendwas ist faul an %zone_name.', '%zone_name有点不对劲。', '', 'Hay algo sospechoso acerca de %zone_name.', '', 'В %zone_name что-то подозрительное.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (856, 'suggest_something', 'I’m about to break %zone_name with my awesomeness.', 0, 0, '', 'Je m’apprête à conquérir %zone_name avec ma grandeur.', 'Ich werde %zone_name mit meiner Großartigkeit zerstören.', '我要用我的牛逼把%zone_name给炸了!', '', 'Estoy a punto de romper %zone_name con mi grandeza.', '', 'Я собираюсь разрушить %zone_name своей крутостью.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (857, 'suggest_something', 'Someone tell %zone_name that I am here.', 0, 0, '', 'Quelqu’un dit à %zone_name que je suis ici.', 'Jemand soll %zone_name sagen, dass ich hier bin.', '谁告诉%zone_name,我来了!', '', 'Alguien dígale a %zone_name que estoy aquí.', '', 'Кто-нибудь скажите %zone_name, что я здесь.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (858, 'suggest_something', 'I’m lost in %zone_name, send help.', 0, 0, '', 'Je suis perdu dans %zone_name, envoyez de l’aide.', 'Ich habe mich in %zone_name verlaufen, schickt Hilfe.', '我在%zone_name迷路了,快来救我!', '', 'Estoy perdido en %zone_name, envíen ayuda.', '', 'Я заблудился в %zone_name, отправьте помощь.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (859, 'suggest_something', 'I’m starting a revolution in %zone_name.', 0, 0, '', 'Je lance une révolution dans %zone_name.', 'Ich starte eine Revolution in %zone_name.', '我在%zone_name发起一场革命!', '', 'Estoy comenzando una revolución en %zone_name.', '', 'Я начинаю революцию в %zone_name.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (860, 'suggest_something', 'Anyone else find %zone_name suspiciously quiet?', 0, 0, '', 'Est-ce que vous trouvez que %zone_name est étrangement calme, non?', 'Findet noch jemand %zone_name verdächtig ruhig?', '还有人觉得%zone_name安静得诡异吗?', '', '¿Alguien más encuentra %zone_name sospechosamente tranquila?', '', 'Кто-нибудь еще находит %zone_name подозрительно тихой?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (861, 'suggest_something', 'I bet %zone_name has secrets we don’t know about.', 0, 0, '', 'Je parie que %zone_name a des secrets que nous ne connaissons pas.', 'Ich wette, %zone_name hat Geheimnisse, von denen wir nichts wissen.', '我打赌%zone_name藏着我们不知道的秘密。', '', 'Apuesto a que %zone_name tiene secretos que no conocemos.', '', 'Держу пари, что в %zone_name есть секреты, о которых мы не знаем.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (862, 'suggest_something', 'You can never have enough %my_race in %zone_name.', 0, 0, '', 'On ne peut jamais avoir assez de %my_race dans %zone_name.', 'Man kann nie genug %my_race in %zone_name haben.', '在%zone_name,%my_race永远不够多。', '', 'Nunca se tiene suficiente %my_race en %zone_name.', '', 'Никогда не бывает слишком много %my_race в %zone_name.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (863, 'suggest_something', 'I’m beginning to think %zone_name is just a myth.', 0, 0, '', 'Je commence à penser que %zone_name n’est qu’un mythe.', 'Ich fange an zu glauben, dass %zone_name nur ein Mythos ist.', '我开始怀疑%zone_name是不是只是个传说。', '', 'Empiezo a pensar que %zone_name es solo un mito.', '', 'Я начинаю думать, что %zone_name — это миф.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (864, 'suggest_something', 'Who knew %zone_name would be this crazy?', 0, 0, '', 'Qui aurait pensé que la %zone_name serait aussi folle ?', 'Wer hätte gedacht, dass %zone_name so verrückt wäre?', '谁能想到%zone_name会这么疯狂啊?', '', '¿Quién sabía que %zone_name sería tan loco?', '', 'Кто знал, что %zone_name будет таким безумным?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (865, 'suggest_something', 'It’s like the game broke in %zone_name.', 0, 0, '', 'C’est comme si le jeu avait buggé dans %zone_name.', 'Es ist, als wäre das Spiel in %zone_name kaputtgegangen.', '感觉在%zone_name游戏都崩了!', '', 'Es como si el juego se rompiera en %zone_name.', '', 'Похоже, игра сломалась в %zone_name.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (866, 'suggest_something', 'Is %zone_name actually a desert or am I just lost?', 0, 0, '', 'Est-ce que %zone_name est vraiment un désert ou suis-je simplement perdu(e) ?', 'Ist %zone_name wirklich eine Wüste oder bin ich einfach nur verloren?', '%zone_name到底是沙漠,还是我迷路了?', '', '¿%zone_name es realmente un desierto o simplemente estoy perdido?', '', '%zone_name реально пустыня или я просто заблудился?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (867, 'suggest_something', 'This place is starting to feel like %zone_name in a blender.', 0, 0, '', 'Cet endroit commence à ressembler à une véritable tornade de %zone_name.', 'Dieser Ort fühlt sich langsam an wie %zone_name in einem Mixer.', '这地方感觉就像把%zone_name扔进搅拌机里!', '', 'Este lugar empieza a sentirse como %zone_name en una licuadora.', '', 'Это место начинает напоминать %zone_name в блендере.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (868, 'suggest_something', 'Anyone got a map for %zone_name?', 0, 0, '', 'Est-ce que quelqu’un a une carte pour %zone_name?', 'Hat jemand eine Karte für %zone_name?', '谁有%zone_name的地图啊?', '', '¿Alguien tiene un mapa para %zone_name?', '', 'Кто-нибудь имеет карту для %zone_name?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (869, 'suggest_something', 'Who else thinks %zone_name is trying to kill us?', 0, 0, '', 'Qui d’autre pense que %zone_name essaie de nous tuer ?', 'Wer sonst denkt, dass %zone_name versucht, uns zu töten?', '还有谁觉得%zone_name是想弄死咱们?', '', '¿Quién más cree que %zone_name está tratando de matarnos?', '', 'Кто еще думает, что %zone_name пытается нас убить?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (870, 'suggest_something', 'I’m on a wild ride through %zone_name!', 0, 0, '', 'Je suis en train de vivre une aventure folle à travers %zone_name !', 'Ich bin auf einer wilden Fahrt durch %zone_name!', '我在%zone_name经历了一场狂野冒险!', '', '¡Estoy en una aventura salvaje a través de %zone_name!', '', 'Я на дикой поездке через %zone_name!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (871, 'suggest_something', 'Is it just me or is %zone_name getting weirder?', 0, 0, '', 'Est-ce que c’est moi ou %zone_name devient de plus en plus étrange ?', 'Liegt es nur an mir, oder wird %zone_name immer seltsamer?', '是我一个人觉得%zone_name越来越诡异了吗?', '', '¿Soy solo yo o %zone_name se está volviendo más raro?', '', 'Только мне кажется, что %zone_name становится все страннее?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (872, 'suggest_something', 'I’m convinced %zone_name is secretly an amusement park.', 0, 0, '', 'Je suis convaincu que %zone_name est secrètement un parc d’attractions.', 'Ich bin überzeugt, dass %zone_name heimlich ein Freizeitpark ist.', '我敢肯定%zone_name其实是个隐秘的游乐园!', '', 'Estoy convencido de que %zone_name es secretamente un parque de atracciones.', '', 'Я убежден, что %zone_name — это тайный парк аттракционов.'); + +-- random generic toxic phrases +-- usable placeholders: +-- %random_inventory_item_link +-- %my_role +-- %zone_name +-- %area_name +-- %my_class +-- %my_race +-- %my_level +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (873, 'suggest_something_toxic', 'why is my keyboard not working, is it because I don’t have enough friends', 0, 0, '', 'Pourquoi mon clavier ne fonctionne pas ? Ce doit être parceque je n’ai pas d’amis ....', 'Warum funktioniert meine Tastatur nicht? Liegt es daran, dass ich nicht genug Freunde habe?', '我的键盘怎么不好使了,是因为我朋友不够多吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (874, 'suggest_something_toxic', 'do you think the trees in this game have feelings', 0, 0, '', 'Vous pensez que les arbres ont des sentiments ?', 'Glaubt ihr, die Bäume in diesem Spiel haben Gefühle?', '你们觉得游戏里的树有感情吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (875, 'suggest_something_toxic', 'I keep pressing the same button, but i’m still not winning', 0, 0, '', 'Je continue d’appuyer sur le même bouton, mais je ne gagne toujours pas.', 'Ich drücke immer wieder denselben Knopf, aber ich gewinne trotzdem nicht.', '我一直在按同一个键,但怎么还是赢不了?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (876, 'suggest_something_toxic', 'I bet i could win a raid if i just yelled loot', 0, 0, '', 'Je parie que je pourrais gagner un raid si je hurlais LOOT !', 'Ich wette, ich könnte einen Raid gewinnen, wenn ich einfach LOOT schreien würde!', '我敢打赌,只要我大喊“战利品”,就能赢下团队副本!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (877, 'suggest_something_toxic', 'I’ve been trying to mount my mount for an hour, nothing’s happening', 0, 0, '', 'Ça fait une heure que j’essaie de monterma monture, mais rien ne se passe.', 'Ich versuche seit einer Stunde, mein Reittier zu besteigen, aber nichts passiert.', '我试了一个小时想上坐骑,啥反应都没有!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (878, 'suggest_something_toxic', 'Is there a way to become invincible without actually playing the game', 0, 0, '', 'Il y’a un moyen de devenir invincible sans même jouer au jeu ?', 'Gibt es eine Möglichkeit, unbesiegbar zu werden, ohne das Spiel tatsächlich zu spielen?', '有没有办法不玩游戏也能变无敌啊?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (879, 'suggest_something_toxic', 'can i just press random keys and still win, asking for a friend', 0, 0, '', 'Est-ce que je peux juste appuyer sur des touches au hasard et quand même gagner, c’est pour un ami.', 'Kann ich einfach zufällige Tasten drücken und trotzdem gewinnen? Frage für einen Freund.', '我随便按键也能赢吗?替朋友问的。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (880, 'suggest_something_toxic', 'If i stand still, does that mean i’m a better player than you', 0, 0, '', 'Si je reste immobile, est-ce que cela signifie que je suis un meilleur joueur que toi ?', 'Wenn ich stillstehe, bedeutet das, dass ich ein besserer Spieler bin als du?', '如果我站着不动,是不是就比你厉害了?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (881, 'suggest_something_toxic', 'why doesn’t my pet heal me when i stand in fire', 0, 0, '', 'Pourquoi mon pet ne me soigne pas quand je reste dans le feu ?', 'Warum heilt mein Begleiter mich nicht, wenn ich im Feuer stehe?', '为什么我站在火里,宠物不给我加血?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (882, 'suggest_something_toxic', 'so wait, do i need armor to be a true hero or is it optional', 0, 0, '', 'Alors, attends, est-ce que j’ai besoin d’une armure pour être un vrai héros ou est-ce facultatif ?', 'Warte mal, brauche ich eine Rüstung, um ein echter Held zu sein, oder ist das optional?', '等等,成为真正的英雄得穿铠甲吗,还是可选的?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (883, 'suggest_something_toxic', 'I need to collect 10000 Lucky Charm’s to level up, right?', 0, 0, '', 'Pour monter de niveau, j’ai besoin de collecter 10000 Lucky Charm’s, c’est ça ?', 'Ich muss 10000 Glücksbringer sammeln, um aufzusteigen, richtig?', '我得收集10000个幸运符才能升级,对吧?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (884, 'suggest_something_toxic', 'my weapon is broken, but can I still just slap enemies with my huge Di.. err fist', 0, 0, '', 'Oh non, mon arme est cassée, mais je peux toujours juste gifler les ennemis avec mon énorme Bi.. euh poing, non?', 'Oh nein, meine Waffe ist kaputt, aber kann ich Feinde trotzdem mit meiner riesigen Bi.. äh Faust schlagen?', '我的武器坏了,但还能用我巨大的……呃,拳头打敌人吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (885, 'suggest_something_toxic', 'Can we just rename this game to “World of DieCraft a Player keeps killing me”', 0, 0, '', 'Pouvons-nous simplement renommer le jeu en “World of DieCraft, un Joueur me farm la gueule“ ?', 'Können wir dieses Spiel einfach in "World of DieCraft, ein Spieler tötet mich ständig" umbenennen?', '能不能把这游戏改名叫“死亡世界”,有个玩家老是杀我!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (886, 'suggest_something_toxic', 'why doesn’t my horse fly? can’t it just go up', 0, 0, '', 'Pourquoi mon cheval ne vol pas ? Pourquoi il ne peut juste pas aller vers le ciel ?', 'Warum fliegt mein Pferd nicht? Kann es nicht einfach hochgehen?', '为什么我的马不会飞?就不能直接飞起来吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (887, 'suggest_something_toxic', 'Is there an option to turn off the graphics so it looks like my old calculator', 0, 0, '', 'Il n’y a pas une option pour désactiver les graphismes calculette ? Le jeu est vraiment moche.', 'Gibt es eine Option, die Grafik auszuschalten, damit es aussieht wie mein alter Taschenrechner?', '有没选项能关掉画面,让它看起来像我老计算器一样?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (888, 'suggest_something_toxic', 'I was supposed to kill something but i fell asleep, is that normal', 0, 0, '', 'Je devais tuer un truc mais je me suis endormi, c’est normal ?', 'Ich sollte etwas töten, aber ich bin eingeschlafen, ist das normal?', '我本来要去杀怪,结果睡着了,这正常吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (889, 'suggest_something_toxic', 'does anyone else just kill random NPCs for fun or is it just me', 0, 0, '', 'Est-ce que je suis le seul à tuer des PNJ au hasard juste pour le plaisir, ou est-ce qu’il y a d’autres dans le coin?', 'Bin ich der Einzige, der zufällig NPCs aus Spaß tötet, oder gibt es noch andere hier?', '还有谁跟我一样随便杀NPC玩吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (890, 'suggest_something_toxic', 'I’m %my_level and i already know all the secrets of the game', 0, 0, '', 'Je suis %my_level et je connais déjà tous les secrets du jeu.', 'Ich bin %my_level und kenne bereits alle Geheimnisse des Spiels.', '我才%my_level就知道游戏里所有秘密了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (891, 'suggest_something_toxic', 'can i just talk to the NPCs until they give me all the loot?', 0, 0, '', 'Je peux juste parler aux PNJ jusqu’à ce qu’ils me donnent tout le butin?', 'Kann ich einfach mit den NPCs reden, bis sie mir die ganze Beute geben?', '我能一直跟NPC聊天,直到他们把所有装备给我吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (892, 'suggest_something_toxic', 'WWWWWWwwwwwwwww ssssSSsssss dDDddddd aaaAA', 0, 0, '', 'WWWWWWwwwwwwwww ssssSSsssss dDDddddd aaaAA', 'WWWWWWwwwwwwwww ssssSSsssss dDDddddd aaaAA', 'WWWWWWwwwwwwwww ssssSSsssss dDDddddd aaaAA', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (893, 'suggest_something_toxic', 'why am i losing, i’ve been playing for 15 minutes', 0, 0, '', 'Pourquoi est-ce que je perds, je joue depuis 15 minutes.', 'Warum verliere ich? Ich spiele doch erst seit 15 Minuten.', '我玩了15分钟了,怎么还在输啊?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (894, 'suggest_something_toxic', 'I don’t need a strategy, i just need to spam this ability and hope for the best', 0, 0, '', 'Je n’ai pas besoin d’une stratégie, je vais juste spammer cette compétence et espérer le meilleur.', 'Ich brauche keine Strategie, ich werde einfach diese Fähigkeit spammen und auf das Beste hoffen.', '我不需要啥策略,就狂按这个技能,祈祷好运吧!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (895, 'suggest_something_toxic', 'If i equip a bunch of Lucky Charm’s, does that make me get more loot?', 0, 0, '', 'Équiper plusieurs Lucky Charm’s ne me donne pas un avantage supplémentaire pour obtenir plus de butin. Ces amulettes n’affectent pas directement la quantité de butin que je reçois.', 'Bringt es mir mehr Beute, wenn ich ganz viele Glücksbringer anlege?', '如果我装备一堆幸运符,能多爆装备吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (896, 'suggest_something_toxic', 'Is the secret to the game just screaming at the screen', 0, 0, '', 'Le secret du jeu est juste d’hurler sur l’écran', 'Ist das Geheimnis des Spiels einfach, den Bildschirm anzuschreien?', '游戏的秘诀是不是就是对着屏幕大喊大叫?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (897, 'suggest_something_toxic', 'can i just put on every item i find and hope for the best', 0, 0, '', 'Est-ce que je peux juste equipper n’importe quel loot et yolo ?', 'Kann ich einfach alles anziehen, was ich finde, und auf das Beste hoffen?', '我能把找到的所有东西都穿上,然后祈祷好运吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (898, 'suggest_something_toxic', 'do i really need to do quests or can i just explore and yell at people', 0, 0, '', 'Ah, est-ce que je dois vraiment faire des quêtes ou est-ce que je peux juste explorer et crier sur les gens?', 'Muss ich wirklich Quests machen, oder kann ich einfach herumlaufen und Leute anschreien?', '我真得做任务吗,还是能随便逛逛然后对人乱吼?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (899, 'suggest_something_toxic', 'I’m at work playing this game, they say I should be working >.> but it’s WOW!', 0, 0, '', 'Je suis au travail en train de jouer à ce jeu, ils disent que je devrais travailler >.> mais c’est WOW!', 'Ich bin bei der Arbeit und spiele WoW, meine Kollegen sagen, ich sollte arbeiten >.> aber es ist WOW!', '我在上班玩游戏,他们说我该工作>.>但这是魔兽啊!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (900, 'suggest_something_toxic', 'If i eat all the food in the game, will it make me invincible', 0, 0, '', 'Si je mange toute la nourriture dans le jeu, est-ce que cela va me rendre invincible ?', 'Wenn ich das ganze Essen im Spiel esse, werde ich dann unbesiegbar?', '如果我把游戏里所有食物都吃了,会不会变无敌?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (901, 'suggest_something_toxic', 'so what if i just throw my pet into every boss fight and need all time, it’s hunters rules', 0, 0, '', 'Donc je balance mon pet sur tout les boss du jeu et je clique sur need, c’est la règle de base des chasseurs."', 'Also, ich werfe mein Pet einfach in jeden Bosskampf und drücke immer auf Gier, das sind die Hunter-Regeln.', '要是每次打BOSS我都把宠物扔上去,然后一直点需求,这是猎人的规矩吧?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (902, 'suggest_something_toxic', 'can you die if you’re already dead, asking for a ghost', 0, 0, '', 'On peut mourir si on est déjà mort ? Je demande pour un fantome...', 'Kann man sterben, wenn man schon tot ist? Frage für einen Geist...', '如果你已经死了,还能再死一次吗?替一个幽灵问的。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (903, 'suggest_something_toxic', 'does anyone know where the legendary sword is, i’ve only looked for 5 minutes', 0, 0, '', 'Est-ce que quelqu’un sait où se trouve l’épée légendaire? Je n’ai cherché que pendant 5 minutes.', 'Weiß jemand, wo das legendäre Schwert ist? Ich habe erst 5 Minuten gesucht.', '有人知道传说之剑在哪吗?我才找了5分钟。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (904, 'suggest_something_toxic', 'I was told if I come here I get 100000 Gold where do I go?', 0, 0, '', 'On m’a dit que si je viens ici, je reçois 100 000 pièces d’or. Où dois-je aller?', 'Mir wurde gesagt, wenn ich hierher komme, bekomme ich 100000 Gold. Wo muss ich hin?', '听说来这里能拿10万金币,我该去哪?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (905, 'suggest_something_toxic', 'I play this game like I had your mum lastnight, in a screaming glory!', 0, 0, '', 'Je joue à ce jeu comme si j’avais ta mère la nuit dernière, dans un vacarme triomphant!', 'Ich spiele dieses Spiel, als hätte ich letzte Nacht deine Mutter gehabt – in triumphierendem Geschrei!', '我玩这游戏就像昨晚跟你妈一样,喊得震天响!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (906, 'suggest_something_toxic', 'so when does the game start getting fun, or is it all just grinding forever', 0, 0, '', 'Il devient fun quand le jeu ? Ou c’est juste du grind pour toujours ?', 'Wann wird das Spiel eigentlich spaßig, oder ist es einfach nur endloses Grinden?', '这游戏啥时候开始好玩啊,还是就一直刷刷刷?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (907, 'suggest_something_toxic', 'I keep asking for directions, but they keep sending me to random places, is this normal', 0, 0, '', 'J’arrête pas de demander mon chemin mais ils m’envoient constament à des endroits aléatoires, c’est normal ?', 'Ich frage ständig nach dem Weg, aber sie schicken mich immer irgendwohin. Ist das normal?', '我一直问路,但他们老把我指到乱七八糟的地方,这正常吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (908, 'suggest_something_toxic', 'I found out if your press ALF+f4 you get 100000 Gold, trick is you need to attact a red NPC 1st', 0, 0, '', 'WOOOW Si tu presses ALF + F4, tu te fais 100,000 Gold. Le truc c’est que tu dois attaquer un mob rouge juste avant !!!', 'WOOOW Wenn du ALT + F4 drückst, bekommst du 100.000 Gold! Der Trick ist, dass du vorher einen roten NPC angreifen musst!', '我发现按ALT+F4能得10万金币,窍门是你得先攻击一个红名NPC!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (909, 'suggest_something_toxic', 'why does my character always look so confused, is that my fault', 0, 0, '', 'Pourquoi mon personnage a l’air complètement con ? C’est de ma faute ?', 'Warum sieht mein Charakter immer so verwirrt aus? Ist das meine Schuld?', '为什么我的角色老是一脸懵逼,是我的错吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (910, 'suggest_something_toxic', 'Hey your mum said goto bed!', 0, 0, '', 'Hey, ta mère a dit d’aller te coucher!', 'Hey, deine Mutter hat gesagt, du sollst ins Bett gehen!', '嘿,你妈说该上床睡觉了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (911, 'suggest_something_toxic', 'Warcraft is a grind just like your mum was other day, she even has monthly subscription!', 0, 0, '', 'Warcraft, c’est une vraie corvée, tout comme ta mère l’était l’autre jour, elle a même un abonnement mensuel!', 'Warcraft ist ein Grind, genau wie deine Mutter neulich – sie hat sogar ein monatliches Abo!', '魔兽就是个刷刷刷的游戏,就像前几天你妈一样,她还有月卡呢!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (912, 'suggest_something_toxic', 'Is it true that Chuck Norris once leveled up without even pressing a button', 0, 0, '', 'Oh là là! Il parait que Chuck Norris a déjà monté de niveau sans même appuyer sur un bouton! C’est ça la légende de Chuck Norris, incroyable non?', 'Stimmt es, dass Chuck Norris einmal gelevelt hat, ohne eine Taste zu drücken?', '听说查克·诺里斯不用按键就能升级,这是真的吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (913, 'suggest_something_toxic', 'Chuck Norris doesn’t need a mount, the ground just moves under him', 0, 0, '', 'Chuck Norris n’a pas besoin d’une monture, le sol se déplace juste sous lui', 'Chuck Norris braucht kein Reittier, der Boden bewegt sich einfach unter ihm.', '查克·诺里斯不需要坐骑,地面会自己在他脚下移动。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (914, 'suggest_something_toxic', 'when Chuck Norris enters a raid, the boss just surrenders', 0, 0, '', 'Quand Chuck Norris entre dans un raid, le boss se rend simplement', 'Wenn Chuck Norris einen Raid betritt, gibt der Boss einfach auf.', '查克·诺里斯一进团队副本,BOSS直接投降。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (915, 'suggest_something_toxic', 'Chuck Norris doesn’t use abilities, he just looks at the enemies and they die', 0, 0, '', 'Chuck Norris ne se sert pas de ses capacités, il regarde juste les ennemis et ils meurent.', 'Chuck Norris benutzt keine Fähigkeiten, er schaut die Gegner einfach an und sie sterben.', '查克·诺里斯不用技能,瞪一眼敌人就死了。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (916, 'suggest_something_toxic', 'Chuck Norris doesn’t need healing, his enemies just heal him out of respect', 0, 0, '', 'Chuck Norris n’a pas besoin de guérison, ses ennemis le soignent juste par respect.', 'Chuck Norris braucht keine Heilung, seine Feinde heilen ihn aus Respekt.', '查克·诺里斯不需要治疗,敌人出于尊敬会主动给他加血。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (917, 'suggest_something_toxic', 'Chuck Norris can solo a raid... with no gear... and while AFK', 0, 0, '', 'Chuck Norris peut faire une raid tout seul... sans équipement... et en étant AFK', 'Chuck Norris kann einen Raid solo machen… ohne Ausrüstung… und während er AFK ist.', '查克·诺里斯能单刷团队副本……不穿装备……还挂机!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (918, 'suggest_something_toxic', 'Chuck Norris doesn’t need to dodge, the game dodges him', 0, 0, '', 'Chuck Norris n’a pas besoin d’esquiver, c’est le jeu qui l’évite', 'Chuck Norris muss nicht ausweichen, das Spiel weicht ihm aus.', '查克·诺里斯不需要躲闪,游戏会主动避开他。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (919, 'suggest_something_toxic', 'Chuck Norris once used a low-level weapon, and the game gave him the best loot', 0, 0, '', 'Chuck Norris a déjà utilisé une arme de bas niveau, et le jeu lui a donné le meilleur butin', 'Chuck Norris hat einmal eine Waffe mit niedrigem Level benutzt, und das Spiel hat ihm das beste Loot gegeben.', '查克·诺里斯用一把低级武器,游戏直接送他顶级装备。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (920, 'suggest_something_toxic', 'When Chuck Norris enters the instance, the loot automatically drops into his inventory', 0, 0, '', 'Quand Chuck Norris entre dans l’instance, le butin tombe automatiquement dans son inventaire.', 'Wenn Chuck Norris eine Instanz betritt, fällt das Loot automatisch in sein Inventar.', '查克·诺里斯一进副本,战利品自动掉进他背包。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (921, 'suggest_something_toxic', 'what is ligma', 0, 0, '', 'C’est quoi ligma', 'Was ist Ligma?', '啥是ligma?', '', '', '', 'что такое лигма'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (922, 'suggest_something_toxic', 'what is sugma', 0, 0, '', 'C’est quoi sugma', 'Was ist Sugma?', '啥是sugma?', '', '', '', 'что такое сугма'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (923, 'suggest_something_toxic', 'ligma balls', 0, 0, '', 'ligma balls', 'Ligma Balls', 'ligma balls', '', '', '', 'лима болс'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (924, 'suggest_something_toxic', 'sugma balls', 0, 0, '', 'sugma balls', 'Sugma Balls', 'sugma balls', '', '', '', 'сугма болс'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (925, 'suggest_something_toxic', 'I EAT ASS', 0, 0, '', 'JE MANGE DES CULS', 'ICH ESSE ÄRSCHE', '我吃屁股!', '', '', '', 'Я ЕМ ЗАДНИЦУ'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (926, 'suggest_something_toxic', 'I want to shove %random_inventory_item_link up my ass', 0, 0, '', 'Je veux enfoncer %random_inventory_item_link dans mon cul.', 'Ich will mir %random_inventory_item_link in den Arsch stecken.', '我想把%random_inventory_item_link塞进我屁股里!', '', '', '', 'Я хочу засунуть %random_inventory_item_link себе в задницу'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (927, 'suggest_something_toxic', 'I want to shove %random_inventory_item_link up your ass', 0, 0, '', 'Je veux te fourrer %random_inventory_item_link dans le cul.', 'Ich will dir %random_inventory_item_link in den Arsch schieben.', '我想把%random_inventory_item_link塞进你屁股里!', '', '', '', 'Я хочу засунуть %random_inventory_item_link тебе в задницу'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (928, 'suggest_something_toxic', 'Darnasses', 0, 0, '', 'Darnasses', 'Darnasses', '达纳苏斯的蠢货', '', '', '', 'Дарнасс'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (929, 'suggest_something_toxic', 'seems like your suffering from sugma', 0, 0, '', 'Il semble que tu souffres de sugma.', 'Sieht so aus, als würdest du unter Sugma leiden.', '看起来你得了“傻瓜病”啊', '', '', '', 'похоже, у тебя сугма'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (930, 'suggest_something_toxic', 'deez nutz in ur mouth', 0, 0, '', 'deez nutz dans ta bouche', 'Diese Nüsse in deinem Mund.', '嘴里塞满了我的“坚果”吧', '', '', '', 'дииз натс в твой рот'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (931, 'suggest_something_toxic', 'cool boner, bro', 0, 0, '', 'Belle bite bro', 'Coole Latte, Bro.', '老兄,你的“装备”真不错啊', '', '', '', 'крутой стояк, бро'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (932, 'suggest_something_toxic', 'ERP?', 0, 0, '', 'ERP?', 'ERP?', '来一场角色扮演吗?', '', '', '', 'ERP?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (933, 'suggest_something_toxic', 'i tried everything, but at the end ERP did the trick', 0, 0, '', 'J’ai tout essayé, mais finalement l’ERP a fait l’affaire.', 'Ich habe alles versucht, aber am Ende hat ERP den Trick gemacht.', '我啥都试过了,最后还是角色扮演最管用', '', '', '', 'я перепробовал все, но в итоге ERP помог'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (934, 'suggest_something_toxic', 'I want to bonk in %zone_name', 0, 0, '', 'Je veux ken dans %zone_name.', 'Ich will in %zone_name bumsen.', '我想在%zone_name来一发', '', '', '', 'Хочу заняться этим в %zone_name'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (935, 'suggest_something_toxic', 'looking for female gnome with gorilla pet for erp in %zone_name', 0, 0, '', 'Je recherche une gnome femelle avec un gorille de compagnie pour du jeu de rôle érotique dans %zone_name.', 'Suche weiblichen Gnom mit Gorilla-Haustier für ERP in %zone_name.', '在%zone_name找个带猩猩宠物的女性侏儒一起角色扮演', '', '', '', 'ищу гнома-девушку с гориллой для ERP в %zone_name'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (936, 'suggest_something_toxic', 'i may understand an asshole, but a pervert?', 0, 0, '', 'Je peux comprendre un imbécile, mais un pervers ?', 'Einen Idioten kann ich verstehen, aber einen Perversen?', '我能理解一个混蛋,但一个变态?', '', '', '', 'я могу понять засранца, но извращенца?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (937, 'suggest_something_toxic', 'there is no gyat in %zone_name', 0, 0, '', 'Il n’y a pas de gyat dans %zone_name.', 'Es gibt kein Gyat in %zone_name.', '%zone_name里啥也没有啊', '', '', '', 'в %zone_name нет гят'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (938, 'suggest_something_toxic', 'I’m killing all the animals in %zone_name. Fuck the animals!!!', 0, 0, '', 'Je tue tous les animaux dans %zone_name. NIQUE les animaux enculé de vegan !!!', 'Ich töte alle Tiere in %zone_name. Scheiß auf die Tiere!!!', '我在%zone_name把所有动物都杀了!去他娘的动物!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (939, 'suggest_something_toxic', 'good think i got 3 legs', 0, 0, '', 'Je suis doté de 3 jambes', 'Gut, dass ich drei Beine habe.', '还好我有三条“腿”', '', '', '', 'хорошо, что у меня три ноги'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (940, 'suggest_something_toxic', 'dont be mad im goonin like a sigma', 0, 0, '', 'Hey, ne sois pas fâché, je vais y aller comme un sigma.', 'Reg dich nicht auf, ich goone wie ein Sigma.', '别生气,我可是像头领狼一样在行动', '', '', '', 'не злись, я гоиню как сигма'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (941, 'suggest_something_toxic', 'try finger, but hole', 0, 0, '', 'Essai ton doigt mais dans le cul ?', 'try finger, but hole', '试试用手指,不过是哪个洞呢?', '', '', '', 'попробуй палец, но дырку'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (942, 'suggest_something_toxic', 'You somehow managed to mess that up, impressive', 0, 0, '', 'Tu as réussi à tout gâcher, c’est impressionnant.', 'Du hast es irgendwie geschafft, es zu vermasseln. Beeindruckend.', '你居然能把这事搞砸,真是厉害', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (943, 'suggest_something_toxic', 'I could do this blindfolded, but I don’t need to', 0, 0, '', 'Je pourrais le faire les yeux bandés, mais ce n’est pas nécessaire.', 'Ich könnte das blind machen, aber das ist nicht nötig.', '我闭着眼睛都能搞定,根本不用睁眼', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (944, 'suggest_something_toxic', 'You sure you know how to play this game?', 0, 0, '', 'Est-ce que tu es sûr de savoir comment jouer à ce jeu?', 'Bist du sicher, dass du weißt, wie man dieses Spiel spielt?', '你确定你会玩这个游戏吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (945, 'suggest_something_toxic', 'It’s like you’re trying to lose on purpose', 0, 0, '', 'Tu sembles vouloir perdre délibérément.', 'Es sieht so aus, als würdest du absichtlich verlieren wollen.', '你这操作像是故意想输啊', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (946, 'suggest_something_toxic', 'I’ve seen better plays from level 1 characters', 0, 0, '', 'J’ai vu des meilleures performances de la part de personnages de niveau 1.', 'Ich habe bessere Spielzüge von Level-1-Charakteren gesehen.', '我见过1级的菜鸟都比你玩得好', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (947, 'suggest_something_toxic', 'You’re like a speed bump in this game', 0, 0, '', 'Tu es comme un dos d’âne dans ce jeu.', 'Du bist wie ein Bremshügel in diesem Spiel.', '你在这游戏里就是个绊脚石', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (948, 'suggest_something_toxic', 'Maybe you should try a different hobby', 0, 0, '', 'Peut-être que tu devrais essayer une autre passion.', 'Vielleicht solltest du ein anderes Hobby ausprobieren.', '也许你该换个兴趣,游戏不适合你', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (949, 'suggest_something_toxic', 'Wow, your gameplay is like watching paint dry', 0, 0, '', 'Wow, ton gameplay c’est comme regarder de la peinture sécher', 'Wow, dein Gameplay ist wie beim Trocknen von Farbe zuzusehen.', '哇,你的玩法跟看油漆干一样无聊', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (950, 'suggest_something_toxic', 'I think my alt could carry you through this', 0, 0, '', 'Je pense que mon ALT pourrait te carry', 'Ich glaube, mein Alter könnte dich hier durchziehen.', '我觉得我的小号都能带你飞过这关', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (951, 'suggest_something_toxic', 'Are you sure you’re not trolling us?', 0, 0, '', 'T’est sure que tu nous troll pas ?', 'Bist du sicher, dass du uns nicht trollst?', '你确定你不是在逗我们玩?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (952, 'suggest_something_toxic', 'I think the enemy team is actually doing better with you on our side', 0, 0, '', 'Je crois que l’équipe adverse se débrouille mieux avec toi dans notre équipe.', 'Ich glaube, das gegnerische Team spielt besser, solange du in unserem Team bist.', '我觉得有你在我们这边,敌方队伍反而更强', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (953, 'suggest_something_toxic', 'Maybe play the game instead of watching the scenery', 0, 0, '', 'Peut-être vaut-il mieux jouer au jeu au lieu de regarder le paysage.', 'Vielleicht solltest du das Spiel spielen, anstatt die Landschaft zu bewundern.', '别老盯着风景看,认真玩游戏吧', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (954, 'suggest_something_toxic', 'I think you missed every single ability there', 0, 0, '', 'Je pense que vous avez manqué chaque capacité là.', 'Ich glaube, du hast jede einzelne Fähigkeit verfehlt.', '我觉得你一个技能都没打中', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (955, 'suggest_something_toxic', 'Are you lost or just pretending to be bad?', 0, 0, '', 'T’es perdu ou tu fais simplement semblant d’être mauvais?', 'Bist du verloren oder tust du nur so, als wärst du schlecht?', '你是迷路了,还是故意装菜?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (956, 'suggest_something_toxic', 'I’ve seen level 1 characters take less damage than that', 0, 0, '', 'J’ai vu des personnages de niveau 1 prendre moins de dégâts que ça.', 'Ich habe Level-1-Charaktere gesehen, die weniger Schaden genommen haben als du.', '我见过1级的小号都比你挨的打少', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (957, 'suggest_something_toxic', 'That was embarrassing for both of us', 0, 0, '', 'C’était gênant pour nous deux.', 'Das war peinlich für uns beide.', '这操作真让我们俩都丢脸', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (958, 'suggest_something_toxic', 'I’ve seen better teamwork in a solo game', 0, 0, '', 'J’ai déjà vu une meilleure coopération dans un jeu solo.', 'Ich habe in einem Solo-Spiel bessere Teamarbeit gesehen.', '我单人游戏时看到的配合都比这强', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (959, 'suggest_something_toxic', 'I’m just going to stand back and watch you fail', 0, 0, '', 'Je vais juste reculer et te regarder creuver.', 'Ich werde einfach zurücktreten und zusehen, wie du versagst.', '我就站这儿看你怎么失败', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (960, 'suggest_something_toxic', 'Did you really think that was a good idea?', 0, 0, '', 'Penses-tu vraiment que c’était une bonne idée?', 'Hast du wirklich gedacht, das wäre eine gute Idee?', '你真觉得那是个好主意?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (961, 'suggest_something_toxic', 'I can’t believe you managed to fail that simple task', 0, 0, '', 'Je n’arrive pas à croire que tu aies échoué à cette tâche si simple.', 'Ich kann nicht glauben, dass du an dieser einfachen Aufgabe gescheitert bist.', '我真不敢相信你连这么简单的任务都能搞砸', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (962, 'suggest_something_toxic', 'Are you here to help, or just to waste time?', 0, 0, '', 'Êtes-vous là pour aider, ou simplement perdre du temps ?', 'Bist du hier, um zu helfen, oder nur, um Zeit zu verschwenden?', '你是来帮忙的,还是来浪费时间的?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (963, 'suggest_something_toxic', 'It’s a good thing I’m here to carry this team', 0, 0, '', 'Heureusement que je suis là pour porter cette équipe', 'Gut, dass ich hier bin, um dieses Team zu tragen.', '还好有我在,不然这队伍早就完了', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (964, 'suggest_something_toxic', 'I swear you make this harder than it needs to be', 0, 0, '', 'Tu sais, parfois tu rends ça plus difficile que nécessaire.', 'Ich schwöre, du machst das schwieriger, als es sein muss.', '我发誓,你把事情搞得比实际难多了', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (965, 'suggest_something_toxic', 'How do you keep failing the simplest things?', 0, 0, '', 'Comment est-ce que je continue à échouer dans les tâches les plus simples?', 'Wie schaffst du es, selbst an den einfachsten Dingen zu scheitern?', '你怎么连最简单的事都能搞砸?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (966, 'suggest_something_toxic', 'Maybe try watching the game, instead of just playing', 0, 0, '', 'Peut-être que tu devrais essayer de regarder le match, au lieu de simplement y jouer.', 'Vielleicht solltest du das Spiel nur anschauen, anstatt es zu spielen.', '也许你该先看看别人怎么玩,而不是瞎搞', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (967, 'suggest_something_toxic', 'You could at least try to pretend you’re good', 0, 0, '', 'Tu pourrais au moins essayer de faire semblant d’être compétent.', 'Du könntest wenigstens so tun, als wärst du gut.', '你至少可以假装自己很厉害吧', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (968, 'suggest_something_toxic', 'If you keep this up, we’ll be here all day', 0, 0, '', 'Si tu continues comme ça, on va y passer la journée entière.', 'Wenn du so weitermachst, sitzen wir hier den ganzen Tag.', '你再这样下去,我们得在这耗一整天', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (969, 'suggest_something_toxic', 'Honestly, that was the worst decision ever', 0, 0, '', 'Franchement, c’était la pire décision que j’aie jamais prise.', 'Ganz ehrlich, das war die schlechteste Entscheidung aller Zeiten.', '老实说,这是我见过的最烂决定', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (970, 'suggest_something_toxic', 'I don’t think you’re cut out for this game', 0, 0, '', 'Je ne pense pas que tu sois fait pour ce jeu.', 'Ich glaube nicht, dass dieses Spiel das Richtige für dich ist.', '我觉得你真不适合玩这游戏', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (971, 'suggest_something_toxic', 'What was the point of that move?', 0, 0, '', 'Quel était l’intérêt de ce coup ?', 'Was sollte diese Aktion bringen?', '你那操作到底想干嘛?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (972, 'suggest_something_toxic', 'You’re like a burden on this team', 0, 0, '', 'Tu es comme un fardeau pour cette équipe.', 'Du bist wie ein Klotz am Bein für dieses Team.', '你就是这队伍的累赘', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (973, 'suggest_something_toxic', 'You really think you’re a pro, huh?', 0, 0, '', 'Tu te prends vraiment pour un pro, hein ?', 'Du hältst dich echt für einen Profi, oder?', '你真觉得自己是大神啊?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (974, 'suggest_something_toxic', 'Maybe it’s time to just quit and save us all the trouble', 0, 0, '', 'Il serait temps de déco et nous épargner tes problèmes.', 'Vielleicht solltest du einfach aufhören und uns allen Ärger ersparen.', '也许你该退出,省得给我们添麻烦', '', '', '', ''); + +-- random generic toxic item links +-- usable placeholders: +-- %prefix +-- %random_taken_quest_or_item_link +-- %random_inventory_item_link +-- %my_role +-- %zone_name +-- %area_name +-- %my_class +-- %my_race +-- %my_level +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (975, 'suggest_toxic_links', '%prefix %random_taken_quest_or_item_link', 0, 0, '', '.', '', '', '', '', '', '%prefix %random_taken_quest_or_item_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (976, 'suggest_toxic_links', '%prefix %random_inventory_item_link', 0, 0, '', '', '', '', '', '', '', '%prefix %random_inventory_item_link'); + +-- thunderfury spam +-- usable placeholders: +-- %thunderfury_link +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (977, 'thunderfury_spam', '%thunderfury_link', 0, 0, '', '.', '', '', '', '', '', '%thunderfury_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (978, 'thunderfury_spam', '%thunderfury_link%thunderfury_link', 0, 0, '', '', '', '', '', '', '', '%thunderfury_link%thunderfury_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (979, 'thunderfury_spam', '%thunderfury_link%thunderfury_link%thunderfury_link', 0, 0, '', '', '', '', '', '', '', '%thunderfury_link%thunderfury_link%thunderfury_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (980, 'thunderfury_spam', 'I think I just heard %thunderfury_link', 0, 0, '', 'J’ai entendu %thunderfury_link', 'Ich glaube, ich habe gerade %thunderfury_link gehört.', '我好像刚听到了%thunderfury_link', '', '', '', 'Кажется, я только что услышал %thunderfury_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (981, 'thunderfury_spam', 'I think I heard %thunderfury_link', 0, 0, '', 'Je viens juste d’entendre %thunderfury_link', 'Ich glaube, ich habe %thunderfury_link gehört.', '我觉得我听到了%thunderfury_link', '', '', '', 'Кажется, я слышал %thunderfury_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (982, 'thunderfury_spam', 'I definitely heard %thunderfury_link', 0, 0, '', 'Je suis sûr d’avoir entendu parler de %thunderfury_link.', 'Ich bin mir sicher, dass ich %thunderfury_link gehört habe.', '我确定听到了%thunderfury_link', '', '', '', 'Я точно слышал %thunderfury_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (983, 'thunderfury_spam', 'I dunno but I’m pretty sure I heard %thunderfury_link', 0, 0, '', 'Je ne sais pas, mais je suis presque certain d’avoir entendu %thunderfury_link.', 'Keine Ahnung, aber ich bin mir ziemlich sicher, dass ich %thunderfury_link gehört habe.', '我不确定,但我几乎肯定听到了%thunderfury_link', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (984, 'thunderfury_spam', 'Did you just say %thunderfury_link', 0, 0, '', 'Qui vient de parler de %thunderfury_link?', 'Hast du gerade %thunderfury_link gesagt?', '你刚刚是不是说了%thunderfury_link?', '', '', '', 'Ты только что сказал %thunderfury_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (985, 'thunderfury_spam', 'did someone say %thunderfury_link', 0, 0, '', 'Oh, vous avez mentionné %thunderfury_link ?', 'Hat jemand gerade %thunderfury_link erwähnt?', '有人提到%thunderfury_link了吗?', '', '', '', 'кто-то сказал %thunderfury_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (986, 'thunderfury_spam', 'Did someone say %thunderfury_link ?', 0, 0, '', 'Qui a mentionné %thunderfury_link ?', 'Hat jemand %thunderfury_link gesagt?', '有人说了%thunderfury_link吗?', '', '', '', 'Кто-то сказал %thunderfury_link?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (987, 'thunderfury_spam', 'Someone said %thunderfury_link', 0, 0, '', 'Quelqu’un a mentionné %thunderfury_link.', 'Jemand hat %thunderfury_link erwähnt.', '有人提到%thunderfury_link了!', '', '', '', 'Кто-то сказал %thunderfury_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (988, 'thunderfury_spam', '%thunderfury_link is coming out of the closet', 0, 0, '', '%thunderfury_link sort du placard', '%thunderfury_link kommt aus dem Schrank heraus.', '%thunderfury_link终于现身了!', '', '', '', '%thunderfury_link выходит из шкафа'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (989, 'thunderfury_spam', 'could swear it was a %thunderfury_link, might have been %thunderfury_link tho', 0, 0, '', 'Je pourrais jurer que c’était un %thunderfury_link, mais ça aurait aussi pu être %thunderfury_link en fait.', 'Ich könnte schwören, es war ein %thunderfury_link, aber es könnte auch %thunderfury_link gewesen sein.', '我敢发誓那是%thunderfury_link,不过也可能是%thunderfury_link吧。', '', '', '', 'мог бы поклясться, что это был %thunderfury_link, хотя, может, и %thunderfury_link'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (990, 'thunderfury_spam', 'Why use %thunderfury_link when %thunderfury_link is clearly way more OP', 0, 0, '', 'Pourquoi utiliser %thunderfury_link quand %thunderfury_link est clairement beaucoup plus puissant.', 'Warum %thunderfury_link benutzen, wenn %thunderfury_link eindeutig viel stärker ist?', '为什么用%thunderfury_link,%thunderfury_link明显更强啊!', '', '', '', 'Зачем использовать %thunderfury_link, если %thunderfury_link явно круче'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (991, 'thunderfury_spam', 'Did I just hear %thunderfury_link?', 0, 0, '', 'Ai-je juste entendu %thunderfury_link?', 'Habe ich gerade %thunderfury_link gehört?', '我刚才是听到%thunderfury_link了吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (992, 'thunderfury_spam', 'No way... is that a %thunderfury_link I hear?', 0, 0, '', 'Pas possible... Est-ce que j’entends %thunderfury_link ?', 'Unmöglich... Habe ich da etwa %thunderfury_link gehört?', '不会吧……我听到了%thunderfury_link?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (993, 'thunderfury_spam', '%thunderfury_link? Sounds like something only legends wield!', 0, 0, '', '%thunderfury_link? Ça a l’air d’être quelque chose que seuls les légendes manient!', '%thunderfury_link? Klingt nach etwas, das nur Legenden führen!', '%thunderfury_link?听起来只有传说中的英雄才能驾驭!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (994, 'thunderfury_spam', 'I can feel the power of %thunderfury_link in the air!', 0, 0, '', 'Je peux sentir la puissance de %thunderfury_link dans l’air !', 'Ich kann die Macht von %thunderfury_link in der Luft spüren!', '我能感受到空气中%thunderfury_link的力量!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (995, 'thunderfury_spam', '%thunderfury_link is the *real* MVP', 0, 0, '', '%thunderfury_link est le *vrai* MVP.', '%thunderfury_link ist der *wahre* MVP.', '%thunderfury_link才是真正的MVP!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (996, 'thunderfury_spam', 'Can someone get me a %thunderfury_link? Asking for a friend... maybe even two!', 0, 0, '', 'Est-ce que quelqu’un peut me trouver un %thunderfury_link ? Je demande pour un ami... peut-être même deux !', 'Kann mir jemand ein %thunderfury_link besorgen? Frage für einen Freund... oder zwei!', '谁能帮我搞把%thunderfury_link?替朋友问的……可能还得两把!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (997, 'thunderfury_spam', 'Hey, did %thunderfury_link just *smite* something? I swear I felt the ground shake.', 0, 0, '', 'Hey, est-ce que %thunderfury_link vient de *foudroyer* quelque chose ? Je te jure que j’ai senti la terre trembler.', 'Hey, hat %thunderfury_link gerade etwas *erschlagen*? Ich schwöre, ich habe den Boden beben gespürt.', '嘿,%thunderfury_link刚是不是劈了什么?我发誓感觉地面都在抖!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (998, 'thunderfury_spam', '%thunderfury_link on the battlefield... It’s like an instant flex.', 0, 0, '', '%thunderfury_link sur le champ de bataille... C’est comme montrer sa puissance instantanément.', '%thunderfury_link auf dem Schlachtfeld... Das ist purer Flex.', '%thunderfury_link在战场上……简直就是瞬间秀肌肉!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (999, 'thunderfury_spam', 'I *think* I heard %thunderfury_link... Or was that just a myth?', 0, 0, '', '*Je crois* avoir entendu %thunderfury_link... Ou peut-être que c’était juste un mythe?', '*Ich glaube*, ich habe %thunderfury_link gehört... Oder war das nur ein Mythos?', '我*好像*听到了%thunderfury_link……还是只是个传说?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1000, 'thunderfury_spam', 'Wait, did I just see someone wielding %thunderfury_link?!', 0, 0, '', 'Attends, est-ce que je viens de voir quelqu’un manier %thunderfury_link ?!', 'Warte mal, habe ich gerade jemanden gesehen, der %thunderfury_link führt?!', '等等,我刚是不是看到有人拿着%thunderfury_link?!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1001, 'thunderfury_spam', 'The power of %thunderfury_link is *undeniable*', 0, 0, '', 'Le pouvoir de %thunderfury_link est *indéniable*', 'Die Macht von %thunderfury_link ist *unbestreitbar*', '%thunderfury_link的力量*无可否认*!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1002, 'thunderfury_spam', 'I’m 99% sure that was %thunderfury_link. 1% might have been a random NPC, tho.', 0, 0, '', 'Je suis à 99% certain que c’était %thunderfury_link. Le 1% restant aurait pu être un PNJ aléatoire, cependant.', 'Ich bin zu 99% sicher, dass das %thunderfury_link war. Die restlichen 1% könnten ein zufälliger NPC gewesen sein.', '我99%确定那是%thunderfury_link。不过1%可能是随机NPC吧。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1003, 'thunderfury_spam', '%thunderfury_link in action! Who needs an army when you’ve got that kind of power?', 0, 0, '', '%thunderfury_link en action ! Qui a besoin d’une armée lorsqu’on a ce genre de puissance ?', '%thunderfury_link in Aktion! Wer braucht eine Armee, wenn man so eine Macht hat?', '%thunderfury_link出手了!有这种力量谁还需要军队?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1004, 'thunderfury_spam', 'I heard %thunderfury_link is what really brings all the boys to the yard.', 0, 0, '', 'J’ai entendu dire que %thunderfury_link, c’est ce qui attire vraiment tous les garçons dans la cour.', 'Ich habe gehört, dass %thunderfury_link wirklich alle Jungs in den Hof lockt.', '听说%thunderfury_link才是真正吸引大家的东西!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1005, 'thunderfury_spam', 'Why even use %thunderfury_link when %thunderfury_link is clearly the superior option?', 0, 0, '', 'Pourquoi même utiliser %thunderfury_link quand %thunderfury_link est clairement l’option supérieure ?', 'Warum überhaupt %thunderfury_link benutzen, wenn %thunderfury_link klar die bessere Option ist?', '干嘛还用%thunderfury_link,%thunderfury_link明显是更好的选择啊!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1006, 'thunderfury_spam', 'Is it me or does %thunderfury_link have a “smack talk” passive effect?', 0, 0, '', 'Est-ce moi ou est-ce que %thunderfury_link a un effet passif de provocation ?', 'Bin ich der Einzige, oder hat %thunderfury_link eine passive “Trash Talk”-Fähigkeit?', '是我感觉错了吗,%thunderfury_link是不是自带嘲讽被动效果?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1007, 'thunderfury_spam', 'I thought I heard %thunderfury_link, but it was just the sound of sheer awesome.', 0, 0, '', 'J’ai cru entendre %thunderfury_link, mais en fait c’était juste le son de la pure puissance.', 'Ich dachte, ich hätte %thunderfury_link gehört, aber es war nur der Klang reiner Epikness.', '我以为听到了%thunderfury_link,结果只是纯粹的震撼之声。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1008, 'thunderfury_spam', 'Oh, %thunderfury_link... Where *have* you been all my life?', 0, 0, '', 'Oh, %thunderfury_link ... Où as-tu été tout ce temps, ma belle épée ?', 'Oh, %thunderfury_link... Wo *warst* du mein ganzes Leben lang?', '哦,%thunderfury_link……我这辈子怎么才遇到你?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1009, 'thunderfury_spam', 'Did someone say %thunderfury_link? I think I need to go pick mine up.', 0, 0, '', '%thunderfury_link? Oh là là, j’entends toujours parler de cet incroyable objet! Je crois bien qu’il est temps pour moi d’aller le chercher.', 'Hat jemand %thunderfury_link gesagt? Ich glaube, ich muss meine jetzt auch abholen.', '有人提到%thunderfury_link了?我觉得我也得去弄一把。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1010, 'thunderfury_spam', 'That was definitely the sound of %thunderfury_link! I can feel the epicness.', 0, 0, '', 'C’était certainement le son de %thunderfury_link ! Je peux sentir toute son épopée.', 'Das war definitiv der Klang von %thunderfury_link! Ich kann die Epikness spüren.', '那绝对是%thunderfury_link的声音!我能感受到那份史诗感!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1011, 'thunderfury_spam', 'Is it just me, or does %thunderfury_link have a tendency to make everyone else *look* weak?', 0, 0, '', 'C’est moi ou bien %thunderfury_link a tendance à faire paraître les autres faibles?', 'Bin ich der Einzige, oder lässt %thunderfury_link alle anderen *schwach* aussehen?', '是我一个人觉得吗,%thunderfury_link让其他人都显得*好弱*?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1012, 'thunderfury_spam', 'You know what they say... the louder the %thunderfury_link, the bigger the bragging rights!', 0, 0, '', 'Tu sais ce qu’on dit... plus le %thunderfury_link rugit, plus grand sont les droits de vantardise!', 'Du weißt, was man sagt... je lauter das %thunderfury_link, desto größer die Prahlrechte!', '都知道……%thunderfury_link声音越大,吹牛的资本就越足!', '', '', '', ''); + +-- random WTS +-- usable placeholders: +-- %%item_formatted_link +-- %item_formatted_link +-- %item_count +-- %cost_gold +-- %my_class +-- %my_race +-- %my_level +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1013, 'suggest_sell', 'WTS %item_formatted_link for %cost_gold.', 0, 0, '', 'Je vends %item_formatted_link pour %cost_gold.', 'Verkaufe %item_formatted_link für %cost_gold.', '卖%item_formatted_link,只要%cost_gold!', '', 'Quiero vender %item_formatted_link por %cost_gold.', '', 'Продаю %item_formatted_link за %cost_gold.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1014, 'suggest_sell', 'Who wants %item_formatted_link for %cost_gold?', 0, 0, '', 'Qui veut %item_formatted_link pour %cost_gold?', 'Wer will %item_formatted_link für %cost_gold?', '谁想要%item_formatted_link?只要%cost_gold!', '', '¿Quién quiere %item_formatted_link por %cost_gold?', '', 'Кто хочет %item_formatted_link за %cost_gold?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1015, 'suggest_sell', 'Anyone wants %item_formatted_link? Only %cost_gold.', 0, 0, '', 'Est-ce que quelqu’un veut %item_formatted_link ? Seulement %cost_gold.', 'Will jemand %item_formatted_link? Nur %cost_gold.', '有人要%item_formatted_link吗?只要%cost_gold。', '', '¿Alguien quiere %item_formatted_link? Solo %cost_gold.', '', 'Кому нужен %item_formatted_link? Всего %cost_gold.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1016, 'suggest_sell', 'Just %cost_gold for %item_formatted_link!', 0, 0, '', 'Juste %cost_gold pour %item_formatted_link!', 'Nur %cost_gold für %item_formatted_link!', '只要%cost_gold就能拿走%item_formatted_link!', '', '¡Solo %cost_gold para %item_formatted_link!', '', 'Всего %cost_gold за %item_formatted_link!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1017, 'suggest_sell', 'Selling %item_formatted_link for %cost_gold.', 0, 0, '', 'Je vends %item_formatted_link pour %cost_gold.', 'Verkaufe %item_formatted_link für %cost_gold.', '出售%item_formatted_link,价格%cost_gold。', '', 'Vendo %item_formatted_link por %cost_gold.', '', 'Продаю %item_formatted_link за %cost_gold.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1018, 'suggest_sell', '%item_formatted_link is yours just for %cost_gold!', 0, 0, '', '%item_formatted_link est à toi pour seulement %cost_gold !', '%item_formatted_link gehört dir für nur %cost_gold!', '%item_formatted_link归你了,只要%cost_gold!', '', '%item_formatted_link es tuyo solo por %cost_gold!', '', '%item_formatted_link твой всего за %cost_gold!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1019, 'suggest_sell', 'Ridiculus price of %cost_gold for %item_formatted_link!', 0, 0, '', 'Le prix ridicule de %cost_gold pour %item_formatted_link !', 'Lächerlicher Preis von %cost_gold für %item_formatted_link!', '白菜价%cost_gold卖%item_formatted_link!', '', '¡Precio ridículo de %cost_gold para %item_formatted_link_link!', '', 'Смешная цена %cost_gold за %item_formatted_link!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1020, 'suggest_sell', 'Wanna sell %item_formatted_link for %cost_gold.', 0, 0, '', 'Je veux vendre %item_formatted_link pour %cost_gold.', 'Möchte %item_formatted_link für %cost_gold verkaufen.', '想卖掉%item_formatted_link,价格%cost_gold。', '', 'Quiero vender %item_formatted_link por %cost_gold.', '', 'Хочу продать %item_formatted_link за %cost_gold.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1021, 'suggest_sell', 'Who needs %item_formatted_link? Only %cost_gold.', 0, 0, '', 'Qui a besoin de %item_formatted_link? Seulement %cost_gold.', 'Wer braucht %item_formatted_link? Nur %cost_gold.', '谁需要%item_formatted_link?只要%cost_gold!', '', '¿Quién necesita %item_formatted_link? Solo %cost_gold.', '', 'Кому нужен %item_formatted_link? Всего %cost_gold.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1022, 'suggest_sell', 'Anyone needs %item_formatted_link for %cost_gold?', 0, 0, '', 'Besoin du %item_formatted_link pour %cost_gold?', 'Braucht jemand %item_formatted_link für %cost_gold?', '有人需要%item_formatted_link吗?价格%cost_gold。', '', '¿Alguien necesita %item_formatted_link_link por %cost_gold?', '', 'Кому нужен %item_formatted_link за %cost_gold?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1023, 'suggest_sell', '%cost_gold for %item_formatted_link. Less than AH!', 0, 0, '', '%cost_gold pour %item_formatted_link. Moins cher que l’HD !', '%cost_gold für %item_formatted_link. Günstiger als im AH!', '%item_formatted_link只要%cost_gold,比拍卖行还便宜!', '', '%cost_gold para %item_formatted_link. ¡Menos que en las subastas!', '', '%cost_gold за %item_formatted_link. Дешевле, чем на аукционе!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1024, 'suggest_sell', '%item_formatted_link is expensive, but I’d sell it for %cost_gold.', 0, 0, '', '%item_formatted_link est cher, mais je le vendrais pour %cost_gold.', '%item_formatted_link ist teuer, aber ich würde es für %cost_gold verkaufen.', '%item_formatted_link挺贵的,但我愿意%cost_gold卖给你。', '', '%item_formatted_link es caro, pero lo vendería por %cost_gold.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1025, 'suggest_sell', 'You’ll never find %item_formatted_link cheaper than %cost_gold!', 0, 0, '', 'Tu ne trouveras jamais %item_formatted_link moins cher que %cost_gold !', 'Du wirst %item_formatted_link niemals günstiger als für %cost_gold finden!', '你绝对找不到比%cost_gold更便宜的%item_formatted_link!', '', '¡Nunca encontrarás %item_formatted_link más barato que %cost_gold!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1026, 'suggest_sell', 'Need more than %item_formatted_link!', 0, 0, '', 'J’ai besoin de plus de %item_formatted_link !', 'Ich brauche mehr als %item_formatted_link!', '我需要更多的%item_formatted_link!', '', '¡Necesito más %item_formatted_link!', '', 'Нужно больше, чем %item_formatted_link!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1027, 'suggest_sell', 'I have %item_formatted_link and need more.', 0, 0, '', 'J’ai %item_formatted_link et j’en ai besoin de plus.', 'Ich habe %item_formatted_link und brauche mehr.', '我有%item_formatted_link,但还需要更多。', '', 'Tengo %item_formatted_link y necesito más. ¿Alguien me vende alguno?', '', 'У меня есть %item_formatted_link и нужно еще.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1028, 'suggest_sell', 'Have %item_formatted_link. Who wants to buy for %cost_gold?', 0, 0, '', 'J’ai %item_formatted_link. Qui veut acheter pour %cost_gold?', 'Ich habe %item_formatted_link. Wer will es für %cost_gold kaufen?', '我有%item_formatted_link,谁想买?只要%cost_gold!', '', 'Tengo %item_formatted_link. ¿Quién quiere comprarlo por %cost_gold?', '', 'Есть %item_formatted_link. Кто хочет купить за %cost_gold?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1029, 'suggest_sell', 'Anyone WTB %item_formatted_link for %cost_gold?', 0, 0, '', 'Quelqu’un veut acheter %item_formatted_link pour %cost_gold?', 'Will jemand %item_formatted_link für %cost_gold kaufen?', '有人想买%item_formatted_link吗?价格%cost_gold!', '', '¿Alguien compra %item_formatted_link por %cost_gold?', '', 'Кто хочет купить %item_formatted_link за %cost_gold?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1030, 'suggest_sell', 'What about %item_formatted_link? For %cost_gold.', 0, 0, '', 'Qu’en est-il de %item_formatted_link ? Pour %cost_gold.', 'Was ist mit %item_formatted_link? Für %cost_gold.', '%item_formatted_link怎么样?只要%cost_gold。', '', '¿Qué pasa con %item_formatted_link? Por el oro.', '', 'Как насчет %item_formatted_link? За %cost_gold.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1031, 'suggest_sell', 'Who said I am a bastard? %item_formatted_link for %cost_gold is a good price.', 0, 0, '', 'Qui a dit que je suis un bâtard ? %item_formatted_link pour %cost_gold, c’est un bon prix.', 'Wer hat gesagt, dass ich ein Gauner bin? %item_formatted_link für %cost_gold ist ein guter Preis.', '谁说我是坑货?%item_formatted_link卖%cost_gold已经很公道了!', '', '¿Quién ha dicho que soy un rata? %item_formatted_link por %cost_gold es una ganga.', '', 'Кто сказал, что я ублюдок? %item_formatted_link за %cost_gold — хорошая цена.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1032, 'suggest_sell', 'I am selling %item_formatted_link? Just %cost_gold.', 0, 0, '', 'Je vends %item_formatted_link à seulement %cost_gold.', 'Ich verkaufe %item_formatted_link? Nur %cost_gold.', '我在卖%item_formatted_link,只要%cost_gold!', '', '¿Vendo %item_formatted_link? Solo %cost_gold.', '', 'Продаю %item_formatted_link? Всего %cost_gold.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1033, 'suggest_sell', 'LFG for farming. You can still buy %item_formatted_link I have for %cost_gold.', 0, 0, '', 'Je cherche des gens pour farmer. Tu peux toujours acheter %item_formatted_link que j’ai pour %cost_gold.', 'LFG für Farmruns. Du kannst immer noch %item_formatted_link für %cost_gold kaufen.', '组队刷怪,有兴趣的可以买我的%item_formatted_link,只要%cost_gold。', '', 'LFG para farmear. Todavía puedes comprar %item_formatted_link que tengo por %cost_gold.', '', 'ЛФГ для фарма. Все еще можешь купить %item_formatted_link у меня за %cost_gold.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1034, 'suggest_sell', 'Sold almost everything today. Still have %item_formatted_link for %cost_gold.', 0, 0, '', 'J’ai presque tout vendu aujourd’hui. Il me reste seulement %item_formatted_link pour %cost_gold.', 'Habe heute fast alles verkauft. Habe nur noch %item_formatted_link für %cost_gold.', '今天几乎都卖光了,还剩%item_formatted_link,卖%cost_gold。', '', 'Se vendió casi todo hoy. Todavía tengo %item_formatted_link por %cost_gold.', '', 'Сегодня почти все продал. Еще есть %item_formatted_link за %cost_gold.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1035, 'suggest_sell', 'What use for trade chat? Of course to sell %item_formatted_link for %cost_gold.', 0, 0, '', 'Pourquoi utiliser le chat de commerce ? Eh bien, évidemment pour vendre mon %item_formatted_link au prix de %cost_gold.', 'Wofür gibt es den Handelschat? Natürlich um %item_formatted_link für %cost_gold zu verkaufen.', '交易频道有什么用?当然是卖我的%item_formatted_link,价格%cost_gold!', '', '¿De qué sirve el chat comercial? Por supuesto, para vender %item_formatted_link por %cost_gold.', '', 'Для чего нужен торговый чат? Конечно, чтобы продавать %item_formatted_link за %cost_gold.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1036, 'suggest_sell', 'Can anyone beat the price of %cost_gold for %item_formatted_link?', 0, 0, '', 'Est-ce que quelqu’un peut battre le prix de %cost_gold pour %item_formatted_link ?', 'Kann jemand den Preis von %cost_gold für %item_formatted_link unterbieten?', '有人能比%cost_gold更便宜卖%item_formatted_link吗?', '', '¿Alguien puede superar el precio de %cost_gold por %item_formatted_link?', '', 'Кто перебьет цену %cost_gold за %item_formatted_link?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1037, 'suggest_sell', 'Wanna stop trade chat? Just buy %item_formatted_link? For %cost_gold!', 0, 0, '', 'Tu veux arrêter le chat commercial ? Il suffit d’acheter %item_formatted_link ! Pour seulement %cost_gold !', 'Willst du den Handelschat stoppen? Kauf einfach %item_formatted_link für %cost_gold!', '想让交易频道安静?买我的%item_formatted_link吧,只要%cost_gold!', '', '¿Quieres detener el chat comercial? ¿Solo compra %item_formatted_link? ¡Por el oro!', '', 'Хочешь прекратить торговый чат? Просто купи %item_formatted_link за %cost_gold!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1038, 'suggest_sell', 'Everybody spams in trade chat. Me too - %cost_gold for %item_formatted_link!', 0, 0, '', 'Tout le monde spamme dans le chat commercial. Moi aussi - %cost_gold pour %item_formatted_link !', 'Jeder spammt im Handelschat. Ich auch – %cost_gold für %item_formatted_link!', '交易频道都在刷屏,我也来——%item_formatted_link卖%cost_gold!', '', 'Todo el mundo envía spam en el chat y yo también! ¡%item_formatted_link por %cost_gold!', '', 'Все спамят в торговом чате. Я тоже — %cost_gold за %item_formatted_link!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1039, 'suggest_sell', 'Is %item_formatted_link any use? Just selling it for %cost_gold.', 0, 0, '', 'Est-ce que %item_formatted_link est utile ? Je le vends juste pour %cost_gold.', 'Ist %item_formatted_link überhaupt nützlich? Verkaufe es nur für %cost_gold.', '%item_formatted_link有用吗?随便卖了,价格%cost_gold。', '', '¿Es %item_formatted_link útil? Solo lo vendo por %cost_gold.', '', 'Есть ли польза от %item_formatted_link? Просто продаю за %cost_gold.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1040, 'suggest_sell', 'I have %item_formatted_link ready to sell you for %cost_gold.', 0, 0, '', 'J’ai %item_formatted_link prêt à te vendre pour %cost_gold.', 'Ich habe %item_formatted_link zum Verkauf für %cost_gold.', '我有%item_formatted_link,可以卖给你,只要%cost_gold。', '', 'Tengo %item_formatted_link listo a la venta por %cost_gold.', '', 'У меня есть %item_formatted_link, готов продать за %cost_gold.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1041, 'suggest_sell', 'Did nothing yesterday but have got %item_formatted_link. Selling it for %cost_gold.', 0, 0, '', 'Je n’ai rien fait hier mais j’ai %item_formatted_link Je le vends pour %cost_gold', 'Habe gestern nichts gemacht, aber %item_formatted_link bekommen. Verkaufe es für %cost_gold.', '昨天啥也没干,但搞到了%item_formatted_link,卖%cost_gold。', '', 'No hice nada ayer pero consegu’i %item_formatted_link. Lo vendo por %cost_gold.', '', 'Вчера ничего не делал, но получил %item_formatted_link. Продаю за %cost_gold.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1042, 'suggest_sell', 'Farmed yesterday and got %item_formatted_link. Anyone wtb for %cost_gold?', 0, 0, '', 'J’ai farmé hier et j’ai obtenu %item_formatted_link. Quelqu’un est intéressé pour %cost_gold ?', 'Gestern gefarmt und %item_formatted_link bekommen. Will jemand es für %cost_gold kaufen?', '昨天刷怪拿到了%item_formatted_link,有人想买吗?价格%cost_gold。', '', 'Ayer farmee y conseguí mucho %item_formatted_link. ¿Alguien lo quiere comprar por %cost_gold?', '', 'Вчера фармил и получил %item_formatted_link. Кто купит за %cost_gold?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1043, 'suggest_sell', 'Bought %item_formatted_link yesterday. Anyone needs it for %cost_gold?', 0, 0, '', 'J’ai acheté %item_formatted_link hier. Est-ce que quelqu’un en a besoin pour %cost_gold?', 'Habe gestern %item_formatted_link gekauft. Braucht es jemand für %cost_gold?', '昨天买了%item_formatted_link,有人需要吗?只要%cost_gold。', '', 'Ayer compré %item_formatted_link. ¿Alguien lo quiere por %cost_gold?', '', 'Вчера купил %item_formatted_link. Кому нужно за %cost_gold?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1044, 'suggest_sell', 'Who asked for %item_formatted_link? The price is the same - %cost_gold.', 0, 0, '', 'Qui a demandé %item_formatted_link? Le prix est le même - %cost_gold.', 'Wer hat nach %item_formatted_link gefragt? Der Preis bleibt derselbe – %cost_gold.', '谁问%item_formatted_link的?价格没变,还是%cost_gold。', '', '¿Quién pidió %item_formatted_link? El precio es el mismo: %cost_gold.', '', 'Кто спрашивал про %item_formatted_link? Цена та же — %cost_gold.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1045, 'suggest_sell', 'I sill have %item_formatted_link. WTB for %cost_gold?', 0, 0, '', 'J’ai toujours %item_formatted_link. Je cherche à l’acheter pour %cost_gold.', 'Ich habe immer noch %item_formatted_link. Will jemand es für %cost_gold kaufen?', '我还有%item_formatted_link,有人想买吗?价格%cost_gold。', '', 'Todavía tengo %item_formatted_link. ¿Alguien lo compra por %cost_gold?', '', 'У меня еще есть %item_formatted_link. Купишь за %cost_gold?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1046, 'suggest_sell', 'I used to have more than %item_formatted_link. Now needs to sell it for %cost_gold.', 0, 0, '', 'J’avais plus de %item_formatted_link avant. Maintenant, je dois le vendre pour %cost_gold.', 'Früher hatte ich mehr als %item_formatted_link. Jetzt muss ich es für %cost_gold verkaufen.', '我以前有好多%item_formatted_link,现在得卖了,价格%cost_gold。', '', 'Solía tener más de %item_formatted_link. Ahora necesito venderlo por %cost_gold.', '', 'Раньше было больше, чем %item_formatted_link. Теперь нужно продать за %cost_gold.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1047, 'suggest_sell', 'I wish I have more than %item_formatted_link. You could buy it for %cost_gold anyways.', 0, 0, '', 'J’aimerais avoir plus que %item_formatted_link. De toute façon, tu pourrais l’acheter pour %cost_gold.', 'Ich wünschte, ich hätte mehr als %item_formatted_link. Du könntest es trotzdem für %cost_gold kaufen.', '我希望能有更多%item_formatted_link,反正你可以先买这个,价格%cost_gold。', '', 'Desearía tener más de %item_formatted_link. Podrías comprarlo por %cost_gold de todos modos.', '', 'Хотел бы иметь больше, чем %item_formatted_link. Но можешь купить за %cost_gold.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1048, 'suggest_sell', 'What use for your gold? To buy my %item_formatted_link for %cost_gold.', 0, 0, '', 'Que vais-je faire de ton or ? Acheter mon %item_formatted_link pour %cost_gold.', 'Wofür dein Gold? Um mein %item_formatted_link für %cost_gold zu kaufen.', '你的金币有啥用?当然是买我的%item_formatted_link啦,价格%cost_gold。', '', '¿De qué sirve tu oro? Para comprar mi %item_formatted_link por %cost_gold.', '', 'Для чего твое золото? Чтобы купить мой %item_formatted_link за %cost_gold.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1049, 'suggest_sell', 'Please spare some gold for me. You can buy %item_formatted_link for %cost_gold.', 0, 0, '', 'S’il vous plaît, épargnez-moi de l’or. Vous pouvez acheter %item_formatted_link pour %cost_gold', 'Bitte gib mir etwas Gold. Du kannst %item_formatted_link für %cost_gold kaufen.', '行行好,给我点金币吧。你可以花 %cost_gold 买下 %item_formatted_link。', '', 'Por favor, dame algo de oro. Puedes comprar %item_formatted_link por %cost_gold.', '', 'Пожалуйста, подкинь немного золота. Можешь купить %item_formatted_link за %cost_gold.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1050, 'suggest_sell', 'Is %cost_gold is a good price for %item_formatted_link?', 0, 0, '', 'Est-ce que %cost_gold, c’est un bon prix pour %item_formatted_link?', 'Ist %cost_gold ein guter Preis für %item_formatted_link?', '%cost_gold 买 %item_formatted_link,这个价格咋样?', '', '¿%cost_gold es un buen precio para %item_formatted_link?', '', '%cost_gold — хорошая цена за %item_formatted_link?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1051, 'suggest_sell', 'Just bought yesterday %item_formatted_links, but do not need it anymore. Anyone wants for %cost_gold?', 0, 0, '', 'Hier, j’ai acheté %item_formatted_links, mais je n’en ai plus besoin. Est-ce que quelqu’un le veut pour %cost_gold?', 'Gestern habe ich %item_formatted_links gekauft, brauche es aber nicht mehr. Will es jemand für %cost_gold?', '昨天刚买的 %item_formatted_links,现在用不上了,有人要吗?只要 %cost_gold!', '', 'Ayer compré %item_formatted_link, pero ya no los necesito. ¿Alguien lo quiere por %cost_gold?', '', 'Вчера купил %item_formatted_links, но больше не нужно. Кому за %cost_gold?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1052, 'suggest_sell', 'I am going to post %item_formatted_link on the AH but you can buy it now cheaper just for %cost_gold.', 0, 0, '', 'Je vais mettre en vente %item_formatted_link sur l’HV, mais tu peux l’acheter maintenant à un prix réduit, pour seulement %cost_gold.', 'Ich werde %item_formatted_link ins AH stellen, aber du kannst es jetzt günstiger für %cost_gold kaufen.', '我正打算把 %item_formatted_link 挂拍卖行,但你现在就可以便宜买走,只要 %cost_gold!', '', 'Voy a poner %item_formatted_link en la casa de subastas pero puedes comprarlo ahora más barato solo por %cost_gold.', '', 'Собирался выставить %item_formatted_link на аукцион, но можешь купить дешевле сейчас за %cost_gold.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1053, 'suggest_sell', 'Why the #!@ have I bought %item_formatted_link? Anyone needs it for %cost_gold?', 0, 0, '', 'Pourquoi diable ai-je acheté %item_formatted_link? Est-ce que quelqu’un en a besoin pour %cost_gold?', 'Warum zum Teufel habe ich %item_formatted_link gekauft? Braucht es jemand für %cost_gold?', '我咋就脑抽买了 %item_formatted_link 呢?有人需要吗?只要 %cost_gold!', '', '¿Por qué #!@ he comprado %item_formatted_link? ¿Alguien lo necesita por %cost_gold?', '', 'Зачем, черт возьми, я купил %item_formatted_link? Кому нужно за %cost_gold?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1054, 'suggest_sell', 'WTS %item_formatted_link for %cost_gold.', 0, 0, '', 'Je vends %item_formatted_link pour %cost_gold.', 'Verkaufe %item_formatted_link für %cost_gold.', '出售 %item_formatted_link,只要 %cost_gold!', '', 'Quiero vender %item_formatted_link por %cost_gold.', '', 'Продаю %item_formatted_link за %cost_gold.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1055, 'suggest_sell', 'Who wants %item_formatted_link for %cost_gold?', 0, 0, '', 'Qui veut %item_formatted_link pour %cost_gold ?', 'Wer will %item_formatted_link für %cost_gold?', '谁想要 %item_formatted_link?只要 %cost_gold!', '', '¿Quién quiere %item_formatted_link por %cost_gold?', '', 'Кто хочет %item_formatted_link за %cost_gold?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1056, 'suggest_sell', 'Anyone wants %item_formatted_link? Only %cost_gold.', 0, 0, '', 'Qui veut %item_formatted_link ? Seulement %cost_gold.', 'Will jemand %item_formatted_link? Nur %cost_gold.', '有人要 %item_formatted_link 吗?只卖 %cost_gold!', '', '¿Alguien quiere %item_formatted_link? Solo %cost_gold.', '', 'Кому нужен %item_formatted_link? Всего %cost_gold.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1057, 'suggest_sell', 'Just %cost_gold for %item_formatted_link!', 0, 0, '', 'Juste %cost_gold pour %item_formatted_link !', 'Nur %cost_gold für %item_formatted_link!', '只要 %cost_gold 就能拿下 %item_formatted_link!', '', '¡Solo %cost_gold para %item_formatted_link!', '', 'Всего %cost_gold за %item_formatted_link!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1058, 'suggest_sell', 'Selling %item_formatted_link for %cost_gold.', 0, 0, '', 'Je vends cet %item_formatted_link pour %cost_gold.', 'Verkaufe %item_formatted_link für %cost_gold.', '卖 %item_formatted_link,只需 %cost_gold!', '', 'Vendo %item_formatted_link por %cost_gold.', '', 'Продаю %item_formatted_link за %cost_gold.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1059, 'suggest_sell', '%item_formatted_link is yours just for %cost_gold!', 0, 0, '', '%item_formatted_link est à toi pour seulement %cost_gold!', '%item_formatted_link gehört dir für nur %cost_gold!', '%item_formatted_link 只要 %cost_gold 就是你的了!', '', '%item_formatted_link es tuyo solo por %cost_gold!', '', '%item_formatted_link твой всего за %cost_gold!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1060, 'suggest_sell', 'WTS %item_formatted_link for %cost_gold. DM if interested.', 0, 0, '', 'Je vends %item_formatted_link pour %cost_gold en or. Envoyez-moi un message si vous êtes intéressé(e).', 'Verkaufe %item_formatted_link für %cost_gold. Schreibe mir bei Interesse.', '卖 %item_formatted_link,价格 %cost_gold,有意私聊!', '', 'Quiero vender %item_formatted_link por %cost_gold. Envíame un mensaje si te interesa.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1061, 'suggest_sell', 'Need to sell %item_formatted_link, %cost_gold or best offer.', 0, 0, '', 'Je dois vendre %item_formatted_link, pour %cost_gold ou meilleure offre.', 'Muss %item_formatted_link verkaufen, %cost_gold oder bestes Angebot.', '急卖 %item_formatted_link,标价 %cost_gold,可议价!', '', 'Necesito vender %item_formatted_link, %cost_gold o la mejor oferta.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1062, 'suggest_sell', '%item_formatted_link available for %cost_gold. Get it now!', 0, 0, '', '%item_formatted_link disponible pour %cost_gold. Tu devrais le prendre maintenant!', '%item_formatted_link verfügbar für %cost_gold. Greif jetzt zu!', '%item_formatted_link 只要 %cost_gold,赶紧入手吧!', '', '%item_formatted_link disponible por %cost_gold. ¡Consíguelo ahora!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1063, 'suggest_sell', 'Got %item_formatted_link, asking %cost_gold.', 0, 0, '', 'J’ai trouvé %item_formatted_link, et on me demande %cost_gold.', 'Habe %item_formatted_link gefunden, verlange %cost_gold.', '有 %item_formatted_link,卖 %cost_gold。', '', 'Tengo %item_formatted_link, pido %cost_gold.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1064, 'suggest_sell', 'Selling %item_formatted_link, only %cost_gold left.', 0, 0, '', 'Je vends %item_formatted_link, il ne reste que %cost_gold.', 'Verkaufe %item_formatted_link, nur noch %cost_gold verfügbar.', '卖 %item_formatted_link,剩最后一件,只要 %cost_gold!', '', 'Vendo %item_formatted_link, solo queda %cost_gold.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1065, 'suggest_sell', 'Anyone want %item_formatted_link for %cost_gold? DM me!', 0, 0, '', '%Item_formatted_link à %cost_gold, ça vous tente ? Envoyez-moi un message en privé !', '%item_formatted_link für %cost_gold gefällig? Schreibt mir eine DM!', '有人要 %item_formatted_link 吗?只要 %cost_gold,私聊我!', '', '¿Alguien quiere %item_formatted_link por %cost_gold? ¡Envíame un mensaje!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1066, 'suggest_sell', 'Selling %item_formatted_link at %cost_gold, grab it while you can!', 0, 0, '', 'Je vends %item_formatted_link à %cost_gold, dépêchez-vous de le saisir avant qu’il ne soit trop tard!', 'Verkaufe %item_formatted_link für %cost_gold, schnappt es euch solange es geht!', '卖 %item_formatted_link,只要 %cost_gold,欲购从速!', '', 'Vendo %item_formatted_link a %cost_gold, ¡agárralo mientras puedas!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1067, 'suggest_sell', '%item_formatted_link for %cost_gold, hurry up before it’s gone!', 0, 0, '', '%item_formatted_link pour %cost_gold, dépêchez-vous avant qu’il ne soit trop tard!', '%item_formatted_link für %cost_gold, beeilt euch bevor es weg ist!', '%item_formatted_link 只要 %cost_gold,快来买,不然就没了!', '', '%item_formatted_link por %cost_gold, ¡apúrate antes de que se vaya!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1068, 'suggest_sell', 'Selling %item_formatted_link for %cost_gold, who’s in?', 0, 0, '', 'Qui veut acheter %item_formatted_link pour %cost_gold ?', 'Verkaufe %item_formatted_link für %cost_gold, wer ist dabei?', '卖 %item_formatted_link,只要 %cost_gold,谁来?', '', 'Vendo %item_formatted_link por %cost_gold, ¿quién está dentro?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1069, 'suggest_sell', 'Selling %item_formatted_link for %cost_gold, first come, first serve!', 0, 0, '', 'Je vends %item_formatted_link pour %cost_gold, premier arrivé, premier servi !', 'Verkaufe %item_formatted_link für %cost_gold, wer zuerst kommt, mahlt zuerst!', '卖 %item_formatted_link,价格 %cost_gold,先到先得!', '', 'Vendo %item_formatted_link por %cost_gold, ¡el primero que llega se lo lleva!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1070, 'suggest_sell', 'Only %cost_gold for %item_formatted_link, limited time offer!', 0, 0, '', 'Seulement %cost_gold pour %item_formatted_link, une offre à durée limitée!', 'Nur %cost_gold für %item_formatted_link, zeitlich begrenztes Angebot!', '仅需 %cost_gold 就能买到 %item_formatted_link,限时优惠!', '', 'Solo %cost_gold para %item_formatted_link, ¡oferta por tiempo limitado!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1071, 'suggest_sell', '%item_formatted_link available for %cost_gold, hit me up if you need it!', 0, 0, '', 'Lien pour %item_formatted_link disponible pour %cost_gold en or, n’hésite pas à me contacter si tu en as besoin ! ', '%item_formatted_link für %cost_gold verfügbar, schreibt mich an wenn ihr es braucht!', '%item_formatted_link 卖 %cost_gold,需要的联系我!', '', '%item_formatted_link disponible por %cost_gold, ¡contáctame si lo necesitas!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1072, 'suggest_sell', 'Anyone interested in %item_formatted_link for %cost_gold?', 0, 0, '', 'Quelqu’un est intéressé par %item_formatted_link à %cost_gold ?', 'Hat jemand Interesse an %item_formatted_link für %cost_gold?', '有人对 %item_formatted_link 感兴趣吗?只要 %cost_gold!', '', '¿Alguien interesado en %item_formatted_link por %cost_gold?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1073, 'suggest_sell', 'Selling %item_formatted_link for %cost_gold, need to clear inventory.', 0, 0, '', 'Je vends %item_formatted_link pour %cost_gold, je dois vider mon inventaire.', 'Verkaufe %item_formatted_link für %cost_gold, muss mein Inventar leeren.', '卖 %item_formatted_link,价格 %cost_gold,急清背包!', '', 'Vendo %item_formatted_link por %cost_gold, necesito vaciar mi inventario.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1074, 'suggest_sell', 'Get %item_formatted_link for %cost_gold, it’s a great deal!', 0, 0, '', 'Procurez-vous %item_formatted_link pour %cost_gold, c’est une bonne affaire !', 'Holt euch %item_formatted_link für %cost_gold, ein super Angebot!', '买 %item_formatted_link 只要 %cost_gold,超值啊!', '', 'Consigue %item_formatted_link por %cost_gold, ¡es una gran oferta!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1075, 'suggest_sell', '%item_formatted_link for %cost_gold, get it while it’s hot!', 0, 0, '', 'Fais-toi plaisir avec %item_formatted_link pour %cost_gold, c’est le moment ou jamais!', 'Holt euch %item_formatted_link für %cost_gold, solange es noch heiß ist!', '%item_formatted_link 只要 %cost_gold,趁热快买!', '', '%item_formatted_link por %cost_gold, ¡cómpralo mientras esté caliente!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1076, 'suggest_sell', 'Selling %item_formatted_link for %cost_gold, don’t miss out!', 0, 0, '', 'Je vends %item_formatted_link pour %cost_gold, ne ratez pas cette occasion!', 'Verkaufe %item_formatted_link für %cost_gold, verpasst diese Gelegenheit nicht!', '卖 %item_formatted_link,价格 %cost_gold,别错过!', '', 'Vendo %item_formatted_link por %cost_gold, ¡no te lo pierdas!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1077, 'suggest_sell', 'Only %cost_gold for %item_formatted_link, hit me up for details!', 0, 0, '', 'Seulement %cost_gold pour %item_formatted_link, n’hésitez pas à me contacter pour plus de détails !', 'Nur %cost_gold für %item_formatted_link, schreibt mir für Details!', '仅 %cost_gold 就能买 %item_formatted_link,详情私聊!', '', 'Solo %cost_gold para %item_formatted_link, ¡contáctame para más detalles!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1078, 'suggest_sell', '%item_formatted_link is available for %cost_gold, let’s trade!', 0, 0, '', '%item_formatted_link est disponible pour %cost_gold, ça te dirait de faire un échange?', '%item_formatted_link ist für %cost_gold verfügbar, lasst uns handeln!', '%item_formatted_link 卖 %cost_gold,来交易吧!', '', '%item_formatted_link está disponible por %cost_gold, ¡hagamos un intercambio!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1079, 'suggest_sell', 'Selling %item_formatted_link for %cost_gold, message me for more info.', 0, 0, '', 'Je vends %item_formatted_link pour %cost_gold, n’hésitez pas à me contacter pour plus d’informations.', 'Verkaufe %item_formatted_link für %cost_gold, schreibt mir für mehr Infos.', '卖 %item_formatted_link,价格 %cost_gold,更多信息私聊。', '', 'Vendo %item_formatted_link por %cost_gold, envíame un mensaje para más información.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1080, 'suggest_sell', 'Looking to sell %item_formatted_link, %cost_gold takes it!', 0, 0, '', 'Je cherche à vendre %item_formatted_link, et je le laisse pour seulement %cost_gold !', 'Möchte %item_formatted_link verkaufen, für %cost_gold gehört es dir!', '想卖 %item_formatted_link,%cost_gold 就能拿走!', '', 'Busco vender %item_formatted_link, ¡%cost_gold lo consigue!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1081, 'suggest_sell', 'I’m selling %item_formatted_link, %cost_gold only.', 0, 0, '', 'Je vends %item_formatted_link, seulement %cost_gold.', 'Ich verkaufe %item_formatted_link, nur %cost_gold.', '我在卖 %item_formatted_link,只要 %cost_gold。', '', 'Estoy vendiendo %item_formatted_link, solo %cost_gold.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1082, 'suggest_sell', 'Got %item_formatted_link for %cost_gold, let’s make a deal!', 0, 0, '', 'J’ai mis la main sur %item_formatted_link pour %cost_gold pièces d’or, ça t’intéresse de conclure un marché avec moi ?', 'Habe %item_formatted_link für %cost_gold, lass uns einen Deal machen!', '有 %item_formatted_link,卖 %cost_gold,来谈个价吧!', '', 'Tengo %item_formatted_link por %cost_gold, ¡hagamos un trato!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1083, 'suggest_sell', 'Selling %item_formatted_link, %cost_gold takes it home!', 0, 0, '', 'Je vends %item_formatted_link, %cost_gold et c’est à toi de le ramener chez toi !', 'Verkaufe %item_formatted_link, %cost_gold und es gehört dir!', '卖 %item_formatted_link,%cost_gold 就能带回家!', '', 'Vendo %item_formatted_link, ¡%cost_gold lo lleva a casa!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1084, 'suggest_sell', 'WTS %item_formatted_link for %cost_gold, anyone interested?', 0, 0, '', 'Je vends %item_formatted_link pour %cost_gold, ça intéresse quelqu’un ?', 'Verkaufe %item_formatted_link für %cost_gold, interessiert?', '出售 %item_formatted_link,价格 %cost_gold,有人感兴趣吗?', '', 'Vendo %item_formatted_link por %cost_gold, ¿alguien interesado?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1085, 'suggest_sell', 'Need to sell %item_formatted_link fast, %cost_gold.', 0, 0, '', 'Besoin de vendre %item_formatted_link rapidement, %cost_gold.', 'Muss %item_formatted_link schnell verkaufen, %cost_gold.', '急卖 %item_formatted_link,只要 %cost_gold!', '', 'Necesito vender %item_formatted_link rápido, %cost_gold.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1086, 'suggest_sell', 'Selling %item_formatted_link for %cost_gold, best price around!', 0, 0, '', 'Je vends %item_formatted_link pour %cost_gold, c’est le meilleur prix du coin !', 'Verkaufe %item_formatted_link für %cost_gold, bester Preis in der Gegend!', '卖 %item_formatted_link,价格 %cost_gold,绝对是最低价!', '', 'Vendo %item_formatted_link por %cost_gold, ¡el mejor precio!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1087, 'suggest_sell', '%item_formatted_link for %cost_gold, who’s buying?', 0, 0, '', '%item_formatted_link pour %cost_gold, qui est intéressé(e) ?', '%item_formatted_link für %cost_gold, wer kauft?', '%item_formatted_link 卖 %cost_gold,谁来买?', '', '%item_formatted_link por %cost_gold, ¿quién compra?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1088, 'suggest_sell', '%item_formatted_link for %cost_gold, let’s make it happen!', 0, 0, '', '%item_formatted_link à %cost_gold, on se lance !', '%item_formatted_link für %cost_gold, lass es uns machen!', '%item_formatted_link 只要 %cost_gold,成交吧!', '', '%item_formatted_link por %cost_gold, ¡hagámoslo realidad!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1089, 'suggest_sell', 'Selling %item_formatted_link for %cost_gold, grab it before it’s gone!', 0, 0, '', 'Je vends %item_formatted_link pour %cost_gold, dépêchez-vous avant qu’il ne soit trop tard !', 'Verkaufe %item_formatted_link für %cost_gold, holt es euch bevor es weg ist!', '卖 %item_formatted_link,价格 %cost_gold,赶紧买,不然就没了!', '', 'Vendo %item_formatted_link por %cost_gold, ¡agárralo antes de que se vaya!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1090, 'suggest_sell', 'Want %item_formatted_link? %cost_gold gets you one!', 0, 0, '', 'Tu veux %item_formatted_link? Ça te coûte %cost_gold pour en obtenir un !', 'Willst du %item_formatted_link? %cost_gold und es gehört dir!', '想要 %item_formatted_link 吗?%cost_gold 就能买到!', '', '¿Quieres %item_formatted_link? ¡%cost_gold te consigue uno!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1091, 'suggest_sell', '%item_formatted_link for %cost_gold, quick sale!', 0, 0, '', '%item_formatted_link en vente à %cost_gold, une super affaire à saisir rapidement !', '%item_formatted_link für %cost_gold, schneller Verkauf!', '%item_formatted_link 卖 %cost_gold,速卖!', '', '%item_formatted_link por %cost_gold, ¡venta rápida!', '', ''); + +-- response LFG/LFM channel +-- usable placeholders: +-- %quest_links +-- %other_name +-- %my_role +-- %zone_name +-- %area_name +-- %my_class +-- %my_race +-- %my_level +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1092, 'response_lfg_quests_channel', 'I have %quest_links', 0, 0, '', 'J’ai %quest_links', 'Ich habe %quest_links', '我有 %quest_links。', '', '', '', 'У меня есть %quest_links'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1093, 'response_lfg_quests_channel', 'I also have %quest_links', 0, 0, '', 'J’ai aussi des %quest_links.', 'Ich habe auch %quest_links.', '我也有 %quest_links。', '', '', '', 'У меня тоже есть %quest_links'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1094, 'response_lfg_quests_channel', 'I also have %quest_links, I am in %zone_name right now', 0, 0, '', 'J’ai aussi des %quest_links, je suis actuellement dans la zone %zone_name', 'Ich habe auch %quest_links, ich bin gerade in %zone_name.', '我也有 %quest_links,现在在 %zone_name。', '', '', '', 'У меня тоже есть %quest_links, сейчас я в %zone_name'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1095, 'response_lfg_quests_channel', '%other_name, I also have %quest_links', 0, 0, '', 'Oh, j’ai aussi %quest_links', '%other_name, ich habe auch %quest_links.', '%other_name,我也有 %quest_links。', '', '', '', '%other_name, у меня тоже есть %quest_links'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1096, 'response_lfg_quests_channel', '%other_name, I also have %quest_links, I am in %zone_name right now', 0, 0, '', '%other_name, je possède également %quest_links, je me trouve actuellement dans la zone %zone_name.', '%other_name, ich habe auch %quest_links, ich bin gerade in %zone_name.', '%other_name,我也有 %quest_links,现在在 %zone_name。', '', '', '', '%other_name, у меня тоже есть %quest_links, сейчас я в %zone_name'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1097, 'response_lfg_quests_channel', 'I am up for %quest_links, I am in %zone_name right now', 0, 0, '', 'Je suis partant pour %quest_links, je suis actuellement dans la zone de %zone_name.', 'Ich bin dabei für %quest_links, ich bin gerade in %zone_name.', '我可以做 %quest_links,现在在 %zone_name。', '', '', '', 'Я готов к %quest_links, сейчас я в %zone_name'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1098, 'response_lfg_quests_channel', 'I am up for %quest_links, I am %my_role', 0, 0, '', 'Je suis prêt pour %quest_links, je suis un %my_role.', 'Ich bin bereit für %quest_links, ich bin ein %my_role.', '我可以做 %quest_links,我是 %my_role。', '', '', '', 'Я готов к %quest_links, я %my_role'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1099, 'response_lfg_quests_channel', '%other_name, I am up for %quest_links, I am in %zone_name right now', 0, 0, '', '%other_name, je suis prêt pour %liens_quête, je suis actuellement à %nom_zone', '%other_name, ich bin bereit für %quest_links, ich bin gerade in %zone_name.', '%other_name,我可以做 %quest_links,现在在 %zone_name。', '', '', '', '%other_name, я готов к %quest_links, сейчас я в %zone_name'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1100, 'response_lfg_quests_channel', '%other_name, I am up for %quest_links, I am %my_role', 0, 0, '', '%other_name, je suis partant pour %quest_links, je suis %mon rôle', '%other_name, ich bin bereit für %quest_links, ich bin %my_role.', '%other_name,我可以做 %quest_links,我是 %my_role。', '', '', '', '%other_name, я готов к %quest_links, я %my_role'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1101, 'response_lfg_quests_channel', 'Anyone need %quest_links? I’m in %zone_name.', 0, 0, '', 'Besoin de %quest_links? Je me trouve dans %zone_name.', 'Braucht jemand %quest_links? Ich bin in %zone_name.', '有人需要做 %quest_links 吗?我在 %zone_name。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1102, 'response_lfg_quests_channel', 'Looking for more for %quest_links in %zone_name.', 0, 0, '', 'À la recherche de plus de lieux pour %quest_links dans %zone_name.', 'Suche mehr Leute für %quest_links in %zone_name.', '找人一起在 %zone_name 做 %quest_links。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1103, 'response_lfg_quests_channel', 'Need some help with %quest_links in %zone_name.', 0, 0, '', 'Besoin d’aide avec les %quest_links dans %zone_name.', 'Brauche Hilfe bei %quest_links in %zone_name.', '在 %zone_name 做 %quest_links 需要帮忙。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1104, 'response_lfg_quests_channel', 'Anyone want to do %quest_links with me in %zone_name?', 0, 0, '', 'Qui veut faire des %quest_links avec moi dans la zone %zone_name?', 'Wer will %quest_links mit mir in %zone_name machen?', '有人想和我一起在 %zone_name 做 %quest_links 吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1105, 'response_lfg_quests_channel', 'I have %quest_links, looking for group in %zone_name.', 0, 0, '', 'J’ai %quest_links, je cherche un groupe dans la zone %zone_name.', 'Ich habe %quest_links, suche eine Gruppe in %zone_name.', '我有 %quest_links,在 %zone_name 找队伍。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1106, 'response_lfg_quests_channel', 'Who needs %quest_links in %zone_name?', 0, 0, '', 'Qui a besoin de %quest_links dans %zone_name ?', 'Wer braucht %quest_links in %zone_name?', '谁在 %zone_name 需要做 %quest_links?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1107, 'response_lfg_quests_channel', 'Up for %quest_links in %zone_name, who’s in?', 0, 0, '', 'Qui est partant pour des %quest_links à %zone_name ?', 'Bereit für %quest_links in %zone_name, wer ist dabei?', '准备在 %zone_name 做 %quest_links,谁要一起?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1108, 'response_lfg_quests_channel', '%my_role looking for group to complete %quest_links in %zone_name.', 0, 0, '', 'Je cherche un groupe pour terminer %quest_links dans la zone %zone_name. Qui est partant?', '%my_role sucht eine Gruppe, um %quest_links in %zone_name abzuschließen.', '我是 %my_role,找队伍在 %zone_name 完成 %quest_links。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1109, 'response_lfg_quests_channel', 'I need %quest_links, anyone available in %zone_name?', 0, 0, '', 'J’ai besoin de %quest_links, est-ce qu’il y a quelqu’un disponible dans la région de %zone_name?', 'Ich brauche %quest_links, ist jemand in %zone_name verfügbar?', '我需要做 %quest_links,有人在 %zone_name 能帮忙吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1110, 'response_lfg_quests_channel', 'Looking for more people for %quest_links in %zone_name.', 0, 0, '', 'Je recherche plus de personnes pour %quest_links dans la région de %zone_name.', 'Suche mehr Leute für %quest_links in %zone_name.', '在 %zone_name 找更多人一起做 %quest_links。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1111, 'response_lfg_quests_channel', 'I’m doing %quest_links in %zone_name, need more help.', 0, 0, '', 'Je suis en train de faire des %quest_links dans %zone_name, j’aurais besoin de davantage d’aide.', 'Ich mache gerade %quest_links in %zone_name, brauche mehr Hilfe.', '我正在 %zone_name 做 %quest_links,还需要人手帮忙。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1112, 'response_lfg_quests_channel', 'Any %my_role interested in %quest_links in %zone_name?', 0, 0, '', 'Des %my_role intéressés par des %quest_links dans la zone %zone_name?', 'Gibt es %my_role, die an %quest_links in %zone_name interessiert sind?', '有 %my_role 对 %zone_name 的 %quest_links 感兴趣吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1113, 'response_lfg_quests_channel', 'Help needed for %quest_links in %zone_name, looking for more.', 0, 0, '', 'J’ai besoin d’aide pour %quest_links dans %zone_name, j’en cherche davantage.', 'Brauche Hilfe für %quest_links in %zone_name, suche weitere Mitspieler.', '在 %zone_name 做 %quest_links 需要帮忙,找更多人一起!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1114, 'response_lfg_quests_channel', 'I have %quest_links, %my_role in %zone_name, who’s in?', 0, 0, '', 'J’ai %quest_links, en tant que %my_role dans %zone_name, qui est partant?', 'Ich habe %quest_links, %my_role in %zone_name, wer ist dabei?', '我在 %zone_name 有 %quest_links,我是 %my_role,谁想加入?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1115, 'response_lfg_quests_channel', 'Who wants to do %quest_links in %zone_name? I am %my_role.', 0, 0, '', 'Qui veut faire des %quest_links dans la zone %zone_name? Je suis %my_role.', 'Wer will %quest_links in %zone_name machen? Ich bin %my_role.', '谁想在 %zone_name 做 %quest_links?我是 %my_role。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1116, 'response_lfg_quests_channel', 'Anyone doing %quest_links right now? I’m in %zone_name.', 0, 0, '', 'Est-ce que quelqu’un est en train de faire des %quest_links en ce moment ? Je suis dans la zone %zone_name.', 'Macht gerade jemand %quest_links? Ich bin in %zone_name.', '有人现在在做 %quest_links 吗?我在 %zone_name。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1117, 'response_lfg_quests_channel', '%quest_links needed in %zone_name, any takers?', 0, 0, '', ' %quest_links est nécessaire dans la zone %zone_name, des volontaires ?', '%quest_links wird in %zone_name benötigt, jemand dabei?', '在 %zone_name 需要完成 %quest_links,有人愿意加入吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1118, 'response_lfg_quests_channel', 'Up for %quest_links in %zone_name, looking for group.', 0, 0, '', 'À la recherche de %quest_links dans %zone_name, je suis à la recherche d’un groupe.', 'Bereit für %quest_links in %zone_name, suche eine Gruppe.', '想在 %zone_name 做 %quest_links,找队伍一起!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1119, 'response_lfg_quests_channel', 'I need %quest_links and some company, %zone_name anyone?', 0, 0, '', 'J’ai besoin de %quest_links et de compagnie, %zone_name quelqu’un ?', 'Ich brauche %quest_links und Gesellschaft, jemand in %zone_name?', '我需要完成 %quest_links,想找人一起,%zone_name 有没有人?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1120, 'response_lfg_quests_channel', 'Who wants to join me in %zone_name for %quest_links?', 0, 0, '', 'Qui veut me rejoindre dans la %zone_name pour %quest_links ?', 'Wer will sich mir in %zone_name für %quest_links anschließen?', '谁想在 %zone_name 跟我一起做 %quest_links?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1121, 'response_lfg_quests_channel', 'Any %my_role available for %quest_links in %zone_name?', 0, 0, '', 'Il y a des postes de %my_role disponibles pour les %quest_links dans la zone %zone_name?', 'Gibt es %my_role für %quest_links in %zone_name?', '有 %my_role 能来 %zone_name 帮忙做 %quest_links 吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1122, 'response_lfg_quests_channel', 'I have %quest_links and I am %my_role, need more people in %zone_name.', 0, 0, '', 'J’ai %quest_links et je suis %my_role, j’ai besoin de plus de monde dans la zone %zone_name.', 'Ich habe %quest_links und bin %my_role, brauche mehr Leute in %zone_name.', '我有 %quest_links,我是 %my_role,在 %zone_name 需要更多人手。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1123, 'response_lfg_quests_channel', 'Looking for people to do %quest_links in %zone_name.', 0, 0, '', 'Je recherche des personnes pour faire des %quest_links dans la zone %zone_name.', 'Suche Leute für %quest_links in %zone_name.', '在 %zone_name 找人一起做 %quest_links。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1124, 'response_lfg_quests_channel', 'I am %my_role and have %quest_links, looking for group in %zone_name.', 0, 0, '', 'Je suis %my_role et j’ai %quest_links, je cherche un groupe dans la zone %zone_name.', 'Ich bin %my_role und habe %quest_links, suche eine Gruppe in %zone_name.', '我是 %my_role,有 %quest_links,在 %zone_name 找队伍。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1125, 'response_lfg_quests_channel', 'Need help with %quest_links in %zone_name, any %my_role available?', 0, 0, '', 'Besoin d’aide avec les %quest_links dans la zone de %zone_name, est-ce qu’il y a un %my_role disponible pour m’aider?', 'Brauche Hilfe mit %quest_links in %zone_name, ist ein %my_role verfügbar?', '在 %zone_name 做 %quest_links 需要帮助,有 %my_role 能来吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1126, 'response_lfg_quests_channel', 'Any %my_role interested in completing %quest_links with me in %zone_name?', 0, 0, '', 'Des %my_role intéressées pour compléter des %quest_links avec moi dans la zone %zone_name?', 'Ist ein %my_role daran interessiert, %quest_links mit mir in %zone_name abzuschließen?', '有 %my_role 想跟我一起在 %zone_name 完成 %quest_links 吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1127, 'response_lfg_quests_channel', 'Let’s complete %quest_links together in %zone_name.', 0, 0, '', 'Complétons ensemble les %quest_links dans %zone_name.', 'Lass uns %quest_links gemeinsam in %zone_name abschließen.', '咱们一起在 %zone_name 完成 %quest_links 吧!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1128, 'response_lfg_quests_channel', 'I am in %zone_name and have %quest_links, who wants to join?', 0, 0, '', 'Je suis actuellement dans %zone_name et j’ai %quest_links. Qui vient se joindre à moi ?', 'Ich bin in %zone_name und habe %quest_links, wer möchte mitmachen?', '我在 %zone_name,有 %quest_links,谁想加入?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1129, 'response_lfg_quests_channel', 'Looking for more %my_role to complete %quest_links in %zone_name.', 0, 0, '', 'Je recherche plus de personnes pour compléter les %my_role nécessaires dans les %quest_links de la zone %zone_name.', 'Ich suche weitere %my_role, um %quest_links in %zone_name abzuschließen.', '在 %zone_name 找更多 %my_role 一起完成 %quest_links。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1130, 'response_lfg_quests_channel', 'I have %quest_links and I need %my_role in %zone_name.', 0, 0, '', 'J’ai %quest_links et j’ai besoin de %my_role dans %zone_name.', 'Ich habe %quest_links und brauche %my_role in %zone_name.', '我有 %quest_links,在 %zone_name 需要 %my_role。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1131, 'response_lfg_quests_channel', 'Anyone up for %quest_links? I am %my_role in %zone_name.', 0, 0, '', 'Qui est partant pour %quest_links? Je suis %my_role dans %zone_name.', 'Hat jemand Lust auf %quest_links? Ich bin %my_role in %zone_name.', '有人想做 %quest_links 吗?我是 %my_role,在 %zone_name。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1132, 'response_lfg_quests_channel', 'Looking for a group to do %quest_links in %zone_name, %my_role needed.', 0, 0, '', 'Je recherche un groupe pour faire des %quest_links dans la région de %zone_name, j’ai besoin de jouer en tant que %my_role.', 'Ich suche eine Gruppe für %quest_links in %zone_name, %my_role wird gebraucht.', '在 %zone_name 找队伍做 %quest_links,需要 %my_role。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1133, 'response_lfg_quests_channel', 'Anyone need help with %quest_links in %zone_name? I’m %my_role.', 0, 0, '', 'Besoin d’aide avec les %quest_links dans la %zone_name? Je suis là pour aider en tant que %my_role.', 'Braucht jemand Hilfe mit %quest_links in %zone_name? Ich bin %my_role.', '有人在 %zone_name 需要帮忙做 %quest_links 吗?我是 %my_role。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1134, 'response_lfg_quests_channel', 'I have %quest_links to complete, need %my_role in %zone_name.', 0, 0, '', 'J’ai %quest_links à terminer, j’ai besoin de %my_role dans la zone %zone_name.', 'Ich muss %quest_links abschließen und brauche %my_role in %zone_name.', '我有 %quest_links 要完成,在 %zone_name 需要 %my_role。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1135, 'response_lfg_quests_channel', 'I’m in %zone_name looking for %quest_links help, who’s in?', 0, 0, '', 'Je suis dans %zone_name à la recherche d’aide pour %quest_links, qui est partant?', 'Ich bin in %zone_name und suche Hilfe für %quest_links, wer ist dabei?', '我在 %zone_name 找人帮忙做 %quest_links,谁愿意加入?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1136, 'response_lfg_quests_channel', 'Looking for a group to finish %quest_links in %zone_name.', 0, 0, '', 'Je cherche un groupe pour terminer les %quest_links dans la zone %zone_name.', 'Ich suche eine Gruppe, um %quest_links in %zone_name abzuschließen.', '在 %zone_name 找队伍完成 %quest_links。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1137, 'response_lfg_quests_channel', 'Anyone looking for %quest_links in %zone_name? I’m %my_role.', 0, 0, '', 'Quelqu’un recherche %quest_links dans la zone de %zone_name? Je suis %my_role.', 'Sucht jemand nach %quest_links in %zone_name? Ich bin %my_role.', '有人在 %zone_name 找 %quest_links 吗?我是 %my_role。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1138, 'response_lfg_quests_channel', 'Let’s do %quest_links together! %zone_name is waiting.', 0, 0, '', 'Allons-y ensemble pour %quest_links ! %zone_name nous attend.', 'Lass uns %quest_links gemeinsam machen! %zone_name wartet.', '咱们一起做 %quest_links 吧!%zone_name 正等着我们!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1139, 'response_lfg_quests_channel', 'Need a group for %quest_links, %zone_name, anyone interested?', 0, 0, '', 'Besoin d’un groupe pour %quest_links dans la zone %zone_name, des intéressés ?', 'Ich brauche eine Gruppe für %quest_links in %zone_name, jemand interessiert?', '在 %zone_name 需要队伍做 %quest_links,有人感兴趣吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1140, 'response_lfg_quests_channel', 'Who wants to join for %quest_links? I’m in %zone_name.', 0, 0, '', 'Qui veut se joindre pour %quest_links? Je suis actuellement dans la zone %zone_name.', 'Wer möchte bei %quest_links mitmachen? Ich bin in %zone_name.', '谁想加入做 %quest_links?我在 %zone_name。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1141, 'response_lfg_quests_channel', 'I’m in %zone_name, looking for people to complete %quest_links with.', 0, 0, '', 'Je suis dans %zone_name, à la recherche de joueurs pour compléter les missions %quest_links avec moi.', 'Ich bin in %zone_name und suche Leute, um %quest_links abzuschließen.', '我在 %zone_name,找人一起完成 %quest_links。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1142, 'response_lfg_quests_channel', 'Need a hand with %quest_links in %zone_name, any %my_role?', 0, 0, '', 'Besoin d’aide avec %quest_links dans %zone_name, quelqu’un de mon rôle?', 'Brauche Hilfe mit %quest_links in %zone_name, ist ein %my_role verfügbar?', '在 %zone_name 做 %quest_links 需要帮忙,有 %my_role 吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1143, 'response_lfg_quests_channel', 'Looking for group to finish %quest_links, %zone_name is the place to be.', 0, 0, '', 'Je cherche un groupe pour finir %quest_links, %zone_name est l’endroit où il faut être.', 'Ich suche eine Gruppe, um %quest_links abzuschließen, %zone_name ist der richtige Ort dafür.', '找队伍完成 %quest_links,%zone_name 就是好地方。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1144, 'response_lfg_quests_channel', 'Anyone want to help with %quest_links in %zone_name? I’m %my_role.', 0, 0, '', 'Est-ce que quelqu’un veut aider avec les %quest_links dans la région de %zone_name? Je suis %my_role.', 'Möchte jemand mit %quest_links in %zone_name helfen? Ich bin %my_role.', '有人想在 %zone_name 帮忙做 %quest_links 吗?我是 %my_role。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1145, 'response_lfg_quests_channel', 'Looking for %my_role to join me for %quest_links in %zone_name.', 0, 0, '', 'Je recherche %my_role pour me rejoindre pour des %quest_links dans la %zone_name.', 'Ich suche einen %my_role, der sich mir für %quest_links in %zone_name anschließt.', '在 %zone_name 找 %my_role 一起做 %quest_links。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1146, 'response_lfg_quests_channel', 'I’ve got %quest_links, %my_role needed for %zone_name.', 0, 0, '', 'J’ai %quest_links, %my_role requis pour %zone_name.', 'Ich habe %quest_links, %my_role wird für %zone_name benötigt.', '我有 %quest_links,在 %zone_name 需要 %my_role。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1147, 'response_lfg_quests_channel', 'Looking to finish %quest_links in %zone_name, need more people.', 0, 0, '', 'Je cherche à finir les %quest_links dans %zone_name, j’ai besoin de plus de personnes.', 'Ich möchte %quest_links in %zone_name abschließen, brauche aber mehr Leute.', '想在 %zone_name 完成 %quest_links,需要更多人手。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1148, 'response_lfg_quests_channel', 'I need help with %quest_links, who’s around in %zone_name?', 0, 0, '', 'J’ai besoin d’aide avec %quest_links, qui est autour dans %zone_name?', 'Ich brauche Hilfe mit %quest_links, wer ist in %zone_name in der Nähe?', '我需要帮忙做 %quest_links,%zone_name 附近有谁在?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1149, 'response_lfg_quests_channel', 'Need more people to complete %quest_links, %zone_name.', 0, 0, '', 'J’ai besoin de plus de personnes pour compléter %quest_links dans la zone %zone_name.', 'Ich brauche mehr Leute, um %quest_links in %zone_name abzuschließen.', '需要更多人完成 %quest_links,在 %zone_name。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1150, 'response_lfg_quests_channel', 'Looking for group in %zone_name to finish %quest_links.', 0, 0, '', 'Je cherche un groupe dans la %zone_name pour terminer les %quest_links.', 'Ich suche eine Gruppe in %zone_name, um %quest_links abzuschließen.', '在 %zone_name 找队伍完成 %quest_links。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1151, 'response_lfg_quests_channel', 'Who wants to do %quest_links in %zone_name? I’m ready to go.', 0, 0, '', 'Qui veut faire des %quest_links dans la zone de %zone_name? Je suis prêt à y aller.', 'Wer möchte %quest_links in %zone_name machen? Ich bin bereit.', '谁想在 %zone_name 做 %quest_links?我已经准备好了。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1152, 'response_lfg_quests_channel', 'Anyone want to join me for %quest_links? I’m %my_role in %zone_name.', 0, 0, '', 'Qui veut se joindre à moi pour %quest_links? Je suis %my_role dans la zone %zone_name.', 'Möchte jemand mit mir %quest_links machen? Ich bin %my_role in %zone_name.', '有人想跟我一起做 %quest_links 吗?我是 %my_role,在 %zone_name。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1153, 'response_lfg_quests_channel', 'Looking for %my_role to do %quest_links with in %zone_name.', 0, 0, '', 'Je recherche %my_role pour faire %quest_links avec dans la zone %zone_name.', 'Ich suche einen %my_role, um %quest_links gemeinsam in %zone_name zu erledigen.', '在 %zone_name 找 %my_role 一起做 %quest_links。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1154, 'response_lfg_quests_channel', 'I’m in %zone_name, anyone need help with %quest_links?', 0, 0, '', 'Je suis dans %zone_name, est-ce que quelqu’un a besoin d’aide avec %quest_links?', 'Ich bin in %zone_name, braucht jemand Hilfe mit %quest_links?', '我在 %zone_name,有人需要帮忙做 %quest_links 吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1155, 'response_lfg_quests_channel', 'Need more for %quest_links in %zone_name, any takers?', 0, 0, '', 'Besoin de renfort pour les %quest_links dans %zone_name, des volontaires ?', 'Brauche mehr Leute für %quest_links in %zone_name, wer ist dabei?', '在 %zone_name 做 %quest_links 需要更多人,有人愿意吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1156, 'response_lfg_quests_channel', 'I need help with %quest_links in %zone_name, who’s up for it?', 0, 0, '', 'J’ai besoin d’aide avec les %quest_links dans la zone %zone_name, qui est partant pour m’accompagner?', 'Ich brauche Hilfe mit %quest_links in %zone_name, wer ist dabei?', '在 %zone_name 做 %quest_links 需要帮忙,谁愿意一起?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1157, 'response_lfg_quests_channel', 'Looking for more to finish %quest_links, %zone_name.', 0, 0, '', 'Recherche compagnions pour %quest_links dans la zone %zone_name.', 'Ich suche noch mehr Leute, um %quest_links in %zone_name abzuschließen.', '找更多人完成 %quest_links,在 %zone_name。', '', '', '', ''); + +-- response LFG/LFM whisper +-- usable placeholders: +-- %quest_links +-- %other_name +-- %my_role +-- %zone_name +-- %area_name +-- %my_class +-- %my_race +-- %my_level +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1158, 'response_lfg_quests_whisper', 'Hey, I’m up for %quest_links', 0, 0, '', 'Salut, je suis partant pour %quest_links', 'Hey, ich bin dabei für %quest_links', '嘿,我想做 %quest_links。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1159, 'response_lfg_quests_whisper', 'Hey, I could do %quest_links with you', 0, 0, '', 'Salut, je pourrais faire %quest_links avec toi', 'Hey, ich könnte %quest_links mit dir machen', '嘿,我可以跟你一起做 %quest_links。', '', '', '', 'Привет, могу сделать %quest_links с тобой'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1160, 'response_lfg_quests_whisper', 'Hey, I also have %quest_links', 0, 0, '', 'Salut, j’ai aussi %quest_links.', 'Hey, ich habe auch %quest_links.', '嘿,我也有 %quest_links。', '', '', '', 'Привет, у меня тоже есть %quest_links'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1161, 'response_lfg_quests_whisper', 'Hey %other_name, I’m up for %quest_links', 0, 0, '', 'Salut %other_name, je suis prêt pour %quest_links', 'Hey %other_name, ich bin bereit für %quest_links', '嘿,%other_name,我想做 %quest_links。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1162, 'response_lfg_quests_whisper', 'Hey %other_name, I could do %quest_links with you', 0, 0, '', 'Salut %other_name, je pourrais faire %quest_links avec toi.', 'Hey %other_name, ich könnte %quest_links mit dir machen.', '嘿,%other_name,我可以跟你一起做 %quest_links。', '', '', '', 'Привет %other_name, могу сделать %quest_links с тобой'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1163, 'response_lfg_quests_whisper', 'Hey %other_name, I also have %quest_links', 0, 0, '', 'Salut %other_name, j’ai aussi des %quest_links', 'Hey %other_name, ich habe auch %quest_links', '嘿,%other_name,我也有 %quest_links。', '', '', '', 'Привет %other_name, у меня тоже есть %quest_links'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1164, 'response_lfg_quests_whisper', 'wanna group up for %quest_links ?', 0, 0, '', 'Tu veux qu’on se groupe pour faire les %quest_links ensemble ?', 'Willst du eine Gruppe für %quest_links bilden?', '想组队一起做 %quest_links 吗?', '', '', '', 'Хочешь сгруппироваться для %quest_links?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1165, 'response_lfg_quests_whisper', 'I am up for %quest_links, I am in %zone_name right now', 0, 0, '', 'Je suis partant pour des %quest_links, je me trouve en ce moment dans %zone_name.', 'Ich bin dabei für %quest_links, ich bin gerade in %zone_name.', '我想做 %quest_links,我现在在 %zone_name。', '', '', '', 'Я готов к %quest_links, сейчас я в %zone_name'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1166, 'response_lfg_quests_whisper', 'I am up for %quest_links, I am %my_role', 0, 0, '', 'Je suis prêt pour des %quest_links, je suis %my_role.', 'Ich bin bereit für %quest_links, ich bin %my_role.', '我想做 %quest_links,我是 %my_role。', '', '', '', 'Я готов к %quest_links, я %my_role'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1167, 'response_lfg_quests_whisper', 'Hey, I’m down for %quest_links', 0, 0, '', 'Hey, je suis partant pour %quest_links', 'Hey, ich bin bereit für %quest_links', '嘿,我愿意做 %quest_links。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1168, 'response_lfg_quests_whisper', 'I can help with %quest_links if you need', 0, 0, '', 'Je peux t’aider avec les %quest_links si tu en as besoin.', 'Ich kann mit %quest_links helfen, wenn du es brauchst.', '如果你需要,我可以帮你做 %quest_links。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1169, 'response_lfg_quests_whisper', 'Let’s do %quest_links together!', 0, 0, '', 'Faisons %quest_links ensemble!', 'Lass uns %quest_links zusammen machen!', '咱们一起做 %quest_links 吧!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1170, 'response_lfg_quests_whisper', 'I’ve got %quest_links to do too', 0, 0, '', 'J’ai aussi %quest_links à faire.', 'Ich habe auch %quest_links zu erledigen.', '我也有 %quest_links 要做。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1171, 'response_lfg_quests_whisper', 'I’m available for %quest_links if you want', 0, 0, '', 'Je suis disponible pour %quest_links si tu veux', 'Ich bin verfügbar für %quest_links, wenn du willst.', '如果你想做 %quest_links,我有空。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1172, 'response_lfg_quests_whisper', 'I’m down for %quest_links, just let me know', 0, 0, '', 'Je suis partant pour %quest_links, il me suffit de me dire', 'Ich bin bereit für %quest_links, sag mir einfach Bescheid.', '我愿意做 %quest_links,告诉我一声就行。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1173, 'response_lfg_quests_whisper', 'Looking for %quest_links? I’m in %zone_name', 0, 0, '', 'À la recherche de %quest_links? Je me trouve à %zone_name.', 'Suchst du nach %quest_links? Ich bin in %zone_name.', '在找 %quest_links 吗?我在 %zone_name。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1174, 'response_lfg_quests_whisper', 'Hey, I need %quest_links too, let’s go', 0, 0, '', 'Salut, j’ai besoin de %quest_links aussi, allons-y', 'Hey, ich brauche auch %quest_links, lass uns gehen.', '嘿,我也需要 %quest_links,一起走吧!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1175, 'response_lfg_quests_whisper', 'I’ve got %quest_links, want to join me?', 0, 0, '', 'J’ai %quest_links, tu veux te joindre à moi?', 'Ich habe %quest_links, willst du mitmachen?', '我有%quest_links,要不要一起来?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1176, 'response_lfg_quests_whisper', 'I could use %quest_links, let’s do this', 0, 0, '', 'Je peux faire %quest_links, allons-y', 'Ich könnte %quest_links gebrauchen, lass es uns machen.', '我正好需要做%quest_links,一起搞定吧!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1177, 'response_lfg_quests_whisper', 'Hey, want to join for %quest_links?', 0, 0, '', 'Salut, tu veux te joindre à moi pour %quest_links?', 'Hey, willst du mitmachen für %quest_links?', '嘿,想一起做%quest_links吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1178, 'response_lfg_quests_whisper', 'I can help with %quest_links if you need', 0, 0, '', 'Je peux t’aider avec %quest_links si besoin', 'Ich kann mit %quest_links helfen, wenn du es brauchst', '如果需要帮忙,我可以助你一臂之力,%quest_links没问题!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1179, 'response_lfg_quests_whisper', 'Hey %other_name, up for %quest_links?', 0, 0, '', 'Salut %other_name, partant pour %quest_links?', 'Hey %other_name, bereit für %quest_links?', '嘿,%other_name,有兴趣做%quest_links吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1180, 'response_lfg_quests_whisper', 'Want to group up for %quest_links %other_name?', 0, 0, '', 'Tu veux faire équipe pour %quest_links %other_name?', 'Willst du eine Gruppe für %quest_links bilden, %other_name?', '想组队做%quest_links吗,%other_name?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1181, 'response_lfg_quests_whisper', 'Let’s do %quest_links together, %other_name', 0, 0, '', 'Faisons les %quest_links ensemble, %other_name.', 'Lass uns %quest_links zusammen machen, %other_name', '咱们一起把%quest_links搞定吧,%other_name!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1182, 'response_lfg_quests_whisper', 'I’m %my_role and ready for %quest_links', 0, 0, '', 'Je suis %my_role, prêt pour %quest_links.', 'Ich bin %my_role und bereit für %quest_links.', '我是%my_role,已经准备好做%quest_links了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1183, 'response_lfg_quests_whisper', 'I can join for %quest_links, %my_role here', 0, 0, '', 'Je peux vous rejoindre pour %quest_links, %my_role ici.', 'Ich kann mich für %quest_links anschließen, %my_role hier.', '我可以加入做%quest_links,我是%my_role!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1184, 'response_lfg_quests_whisper', 'I’m up for %quest_links, %my_role!', 0, 0, '', 'Je suis prêt pour %quest_links, %my_role!', 'Ich bin bereit für %quest_links, %my_role!', '我准备好做%quest_links了,我是%my_role!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1185, 'response_lfg_quests_whisper', 'Looking to do %quest_links with a %my_role', 0, 0, '', 'Je cherche à faire des %quest_links avec mon rôle.', 'Ich suche eine Gruppe für %quest_links mit einem %my_role.', '想找人一起做%quest_links,我是%my_role。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1186, 'response_lfg_quests_whisper', 'Anyone need help with %quest_links?', 0, 0, '', 'Besoin d’aide avec %quest_links?', 'Braucht jemand Hilfe mit %quest_links?', '有人需要帮忙做%quest_links吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1187, 'response_lfg_quests_whisper', 'Who else is up for %quest_links?', 0, 0, '', 'Qui d’autre est partant pour %quest_links?', 'Wer ist noch bereit für %quest_links?', '还有谁想做%quest_links?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1188, 'response_lfg_quests_whisper', 'Anyone down for %quest_links in %zone_name?', 0, 0, '', 'Qui est partant pour des %quest_links dans la région %zone_name ?', 'Wer hat Lust auf %quest_links in %zone_name?', '有人想在%zone_name做%quest_links吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1189, 'response_lfg_quests_whisper', 'I’ve got %quest_links, %my_role on the way', 0, 0, '', 'J’ai %quest_links, %my_role en route.', 'Ich habe %quest_links, %my_role ist unterwegs.', '我有%quest_links,我是%my_role,正在赶来!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1190, 'response_lfg_quests_whisper', 'I need %quest_links too, who’s in?', 0, 0, '', 'J’ai besoin de %quest_links aussi, qui est partant?', 'Ich brauche auch %quest_links, wer ist dabei?', '我也需要做%quest_links,谁一起?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1191, 'response_lfg_quests_whisper', 'I’ve been grinding %quest_links, need a hand?', 0, 0, '', 'J’ai bossé dur sur %quest_links, tu as besoin d’aide ?', 'Ich habe %quest_links gegrindet, brauchst du Hilfe?', '我一直在刷%quest_links,需要帮忙吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1192, 'response_lfg_quests_whisper', 'I’m ready for %quest_links, anyone else?', 0, 0, '', 'Je suis prêt pour les %quest_links, quelqu’un d’autre est prêt aussi ?', 'Ich bin bereit für %quest_links, noch jemand?', '我准备好做%quest_links了,还有人吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1193, 'response_lfg_quests_whisper', 'Can anyone join me for %quest_links?', 0, 0, '', 'Est-ce que quelqu’un veut se joindre à moi pour %quest_links?', 'Kann jemand mit mir %quest_links machen?', '有人能和我一起做%quest_links吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1194, 'response_lfg_quests_whisper', 'Looking for help with %quest_links, %my_role here', 0, 0, '', 'Je recherche de l’aide avec %quest_links, je suis %my_role ici. En quoi puis-je vous aider?', 'Ich suche Hilfe für %quest_links, %my_role hier.', '找人帮忙做%quest_links,我是%my_role!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1195, 'response_lfg_quests_whisper', 'I can help out with %quest_links, anyone need me?', 0, 0, '', 'Je peux aider avec %quest_links, quelqu’un a besoin de moi ?', 'Ich kann mit %quest_links helfen, braucht mich jemand?', '我可以帮忙做%quest_links,有人需要我吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1196, 'response_lfg_quests_whisper', 'Anyone else doing %quest_links? Let’s go', 0, 0, '', 'Quelqu’un d’autre fait des %quest_links? Allons-y', 'Macht noch jemand %quest_links? Auf geht’s.', '还有人在做%quest_links吗?一起上吧!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1197, 'response_lfg_quests_whisper', 'Anyone need %quest_links help? %my_role here', 0, 0, '', 'Besoin d’aide pour %quest_links? C’est %my_role qui s’en charge par ici.', 'Braucht jemand Hilfe bei %quest_links? %my_role ist hier.', '有人需要帮忙做%quest_links吗?我这里是%my_role!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1198, 'response_lfg_quests_whisper', 'Who’s up for some %quest_links in %zone_name?', 0, 0, '', 'Qui est partant pour quelques %quest_links dans la %zone_name ?', 'Wer hat Lust auf ein paar %quest_links in %zone_name?', '谁想在%zone_name做点%quest_links?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1199, 'response_lfg_quests_whisper', 'I can join for %quest_links if you want', 0, 0, '', 'Je peux me joindre pour %quest_links si tu veux.', 'Ich kann für %quest_links mitmachen, wenn du willst.', '如果你愿意,我可以加入做%quest_links。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1200, 'response_lfg_quests_whisper', 'Looking for a %my_role to do %quest_links', 0, 0, '', 'Je suis à la recherche d’un %my_role pour réaliser les %quest_links.', 'Ich suche einen %my_role, um %quest_links zu machen.', '找一个%my_role一起做%quest_links。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1201, 'response_lfg_quests_whisper', 'Any %my_role up for %quest_links?', 0, 0, '', 'Des volontaires pour %my_role pour les %quest_links?', 'Irgendwelche %my_role für %quest_links?', '有%my_role想做%quest_links的吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1202, 'response_lfg_quests_whisper', 'I’ve got %quest_links, anyone want to join me?', 0, 0, '', 'J’ai %quest_links, quelqu’un veut se joindre à moi?', 'Ich habe %quest_links, will jemand mitmachen?', '我有%quest_links,有人想一起吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1203, 'response_lfg_quests_whisper', 'Hey %other_name, up for some %quest_links?', 0, 0, '', 'Salut %other_name, partant pour quelques %quest_links?', 'Hey %other_name, Lust auf ein paar %quest_links?', '嘿,%other_name,有兴趣做点%quest_links吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1204, 'response_lfg_quests_whisper', 'Let’s team up for %quest_links, %other_name', 0, 0, '', 'Partons à l’aventure pour %quest_links, %other_name!', 'Lass uns für %quest_links zusammenarbeiten, %other_name!', '咱们组队做%quest_links吧,%other_name!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1205, 'response_lfg_quests_whisper', 'I need %quest_links, anyone else want to do it?', 0, 0, '', 'J’ai besoin de %quest_links, est-ce que quelqu’un d’autre veut le faire avec moi ?', 'Ich brauche %quest_links, will jemand anderes es mit mir machen?', '我需要做%quest_links,还有人想一起吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1206, 'response_lfg_quests_whisper', 'I need %quest_links too, anyone else around?', 0, 0, '', 'J’ai besoin de %quest_links aussi, est-ce qu’il y a d’autres personnes ici?', 'Ich brauche auch %quest_links, ist noch jemand hier?', '我也需要做%quest_links,附近有人吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1207, 'response_lfg_quests_whisper', 'Looking for %quest_links in %zone_name, who’s with me?', 0, 0, '', 'À la recherche de %quest_links dans %zone_name, qui est partant avec moi ?', 'Suche nach %quest_links in %zone_name, wer ist dabei?', '在%zone_name找人做%quest_links,谁跟我一起?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1208, 'response_lfg_quests_whisper', 'Anyone available for %quest_links?', 0, 0, '', 'Quelqu’un de disponible pour %quest_links ?', 'Ist jemand verfügbar für %quest_links?', '有人有空做%quest_links吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1209, 'response_lfg_quests_whisper', 'Hey, I could join you for %quest_links!', 0, 0, '', 'Hey, je pourrais me joindre à vous pour les %quest_links!', 'Hey, ich könnte mich euch für %quest_links anschließen!', '嘿,我可以加入你们一起做%quest_links!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1210, 'response_lfg_quests_whisper', 'I’ve got %quest_links too, let’s team up', 0, 0, '', 'J’ai aussi %quest_links, unissons nos forces!', 'Ich habe auch %quest_links, lasst uns zusammenarbeiten!', '我也有%quest_links,咱们组队吧!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1211, 'response_lfg_quests_whisper', 'I’ve got %quest_links to do, want to join?', 0, 0, '', 'J’ai %quest_links à accomplir, ça te dit de m’accompagner ?', 'Ich habe %quest_links zu erledigen, willst du mitmachen?', '我有%quest_links要做,要不要一起?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1212, 'response_lfg_quests_whisper', 'Any %my_role up for %quest_links in %zone_name?', 0, 0, '', 'Y a-t-il des %my_role partants pour des %quest_links dans %zone_name?', 'Gibt es %my_role, die für %quest_links in %zone_name bereit sind?', '有%my_role想在%zone_name做%quest_links吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1213, 'response_lfg_quests_whisper', 'Let’s finish %quest_links together, %other_name', 0, 0, '', 'Terminons ensemble %quest_links, %other_name.', 'Lass uns %quest_links zusammen abschließen, %other_name.', '咱们一起把%quest_links做完吧,%other_name!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1214, 'response_lfg_quests_whisper', 'I’m up for %quest_links, anyone else want to join?', 0, 0, '', 'Je suis partant pour %quest_links, est-ce qu’il y a d’autres personnes qui veulent se joindre ?', 'Ich bin bereit für %quest_links, will noch jemand mitmachen?', '我准备好做%quest_links了,还有人想加入吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1215, 'response_lfg_quests_whisper', 'Who else is doing %quest_links? I’m in', 0, 0, '', 'Qui d’autre fait les %quest_links ? J’y participe également!', 'Wer macht noch %quest_links? Ich bin dabei!', '还有谁在做%quest_links?我也参加!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1216, 'response_lfg_quests_whisper', 'I’ve got %quest_links in %zone_name, need help?', 0, 0, '', 'J’ai %quest_links dans %zone_name, besoin d’aide ?', 'Ich habe %quest_links in %zone_name, brauche Hilfe?', '我在%zone_name有%quest_links,需要帮忙吗?', '', '', '', ''); + +-- response WTB channel +-- usable placeholders: +-- %formatted_item_links +-- %other_name +-- %my_role +-- %zone_name +-- %area_name +-- %my_class +-- %my_race +-- %my_level +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1217, 'response_wtb_items_channel', '%other_name, I could sell you %formatted_item_links', 0, 0, '', 'Ah, %formatted_item_links, je pourrais vous les vendre.', 'Ah, %formatted_item_links, ich könnte sie dir verkaufen.', '%other_name,我可以卖给你%formatted_item_links。', '', '', '', '%other_name, могу продать тебе %formatted_item_links'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1218, 'response_wtb_items_channel', 'I could potentially sell %formatted_item_links', 0, 0, '', 'Je pourrais potentiellement vendre %formatted_item_links.', 'Ich könnte möglicherweise %formatted_item_links verkaufen.', '我可能有%formatted_item_links可以卖。', '', '', '', 'Могу, возможно, продать %formatted_item_links'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1219, 'response_wtb_items_channel', 'Think I could sell %formatted_item_links', 0, 0, '', 'Penses-tu que je pourrais vendre les %formatted_item_links ?', 'Denkst du, ich könnte %formatted_item_links verkaufen?', '我觉得我可以卖%formatted_item_links。', '', '', '', 'Думаю, могу продать %formatted_item_links'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1220, 'response_wtb_items_channel', '%other_name, I could potentially sell %formatted_item_links', 0, 0, '', 'Hé toi, je pourrais potentiellement te vendre %formatted_item_links', 'Hey %other_name, ich könnte dir möglicherweise %formatted_item_links verkaufen.', '嘿,%other_name,我可能有%formatted_item_links可以卖给你。', '', '', '', '%other_name, возможно, могу продать %formatted_item_links'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1221, 'response_wtb_items_channel', '%other_name, Think I could sell %formatted_item_links', 0, 0, '', '%other_name, tu crois que je pourrais vendre %formatted_item_links?', '%other_name, denkst du, ich könnte %formatted_item_links verkaufen?', '%other_name,你觉得我能卖%formatted_item_links吗?', '', '', '', '%other_name, думаю, могу продать %formatted_item_links'); + +-- response WTB channel +-- usable placeholders: +-- %formatted_item_links +-- %other_name +-- %my_role +-- %zone_name +-- %area_name +-- %my_class +-- %my_race +-- %my_level +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1222, 'response_wtb_items_whisper', 'I could sell you %formatted_item_links', 0, 0, '', 'Je pourrais te vendre des %formatted_item_links.', 'Ich könnte dir %formatted_item_links verkaufen.', '我可以卖给你%formatted_item_links。', '', '', '', 'Могу продать тебе %formatted_item_links'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1223, 'response_wtb_items_whisper', 'Hey, I got %formatted_item_links for sale', 0, 0, '', 'Salut, j’ai %formatted_item_links à vendre.', 'Hey, ich habe %formatted_item_links zum Verkauf.', '嘿,我有%formatted_item_links要卖!', '', '', '', 'Привет, у меня есть %formatted_item_links на продажу'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1224, 'response_wtb_items_whisper', 'Hey, I could potentially sell %formatted_item_links', 0, 0, '', 'Salut, je pourrais potentiellement vendre %formatted_item_links', 'Hey, ich könnte möglicherweise %formatted_item_links verkaufen.', '嘿,我可能有%formatted_item_links可以卖给你。', '', '', '', 'Привет, возможно, могу продать %formatted_item_links'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1225, 'response_wtb_items_whisper', 'I could sell you %formatted_item_links', 0, 0, '', 'Je pourrais te vendre %formatted_item_links.', 'Ich könnte dir %formatted_item_links verkaufen.', '我可以卖给你%formatted_item_links。', '', '', '', 'Могу продать тебе %formatted_item_links'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1226, 'response_wtb_items_whisper', 'Hey, I got %formatted_item_links for sale', 0, 0, '', 'Salut, j’ai %formatted_item_links à vendre.', 'Hey, ich habe %formatted_item_links zum Verkauf.', '嘿,我有%formatted_item_links要卖!', '', '', '', 'Привет, у меня есть %formatted_item_links на продажу'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1227, 'response_wtb_items_whisper', 'Hey, I could potentially sell %formatted_item_links', 0, 0, '', 'Hey, je pourrais potentiellement vendre ces %formatted_item_links.', 'Hey, ich könnte möglicherweise %formatted_item_links verkaufen.', '嘿,我可能能卖给你%formatted_item_links。', '', '', '', 'Привет, возможно, могу продать %formatted_item_links'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1228, 'response_wtb_items_whisper', 'I have %formatted_item_links, are you interested?', 0, 0, '', 'J’ai des %formatted_item_links, ça t’intéresse ?', 'Ich habe %formatted_item_links, bist du interessiert?', '我有%formatted_item_links,你感兴趣吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1229, 'response_wtb_items_whisper', 'Looking to sell %formatted_item_links, what’s your offer?', 0, 0, '', 'Je cherche à vendre %formatted_item_links, quelle est votre offre ?', 'Ich möchte %formatted_item_links verkaufen, was bietest du?', '我想卖掉%formatted_item_links,你能开个什么价?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1230, 'response_wtb_items_whisper', 'I can sell you %formatted_item_links for a fair price', 0, 0, '', 'Je peux vous vendre des %formatted_item_links à un prix raisonnable.', 'Ich kann dir %formatted_item_links zu einem fairen Preis verkaufen.', '我可以以公道价格卖给你%formatted_item_links。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1231, 'response_wtb_items_whisper', 'I have %formatted_item_links in stock, how much are you offering?', 0, 0, '', 'J’ai %formatted_item_links en stock, combien proposez-vous ?', 'Ich habe %formatted_item_links auf Lager, wie viel bietest du?', '我有%formatted_item_links库存,你能出多少钱?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1232, 'response_wtb_items_whisper', 'I’m selling %formatted_item_links for %cost_gold, let me know if you’re interested', 0, 0, '', 'Je vends des %formatted_item_links pour %cost_gold, dis-moi si ça t’intéresse.', 'Ich verkaufe %formatted_item_links für %cost_gold, sag mir Bescheid, wenn du interessiert bist.', '我在卖%formatted_item_links,价格%cost_gold,感兴趣就告诉我。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1233, 'response_wtb_items_whisper', 'Got %formatted_item_links for sale, what are you willing to pay?', 0, 0, '', 'J’ai %formatted_item_links à vendre, combien es-tu prêt à payer?', 'Ich habe %formatted_item_links zu verkaufen, wie viel würdest du zahlen?', '我有%formatted_item_links要卖,你愿意出多少钱?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1234, 'response_wtb_items_whisper', 'I’ve got %formatted_item_links, how does %cost_gold sound for you?', 0, 0, '', 'J’ai %formatted_item_links, est-ce que %cost_gold te semble raisonnable ?', 'Ich habe %formatted_item_links, klingt %cost_gold fair für dich?', '我有%formatted_item_links,%cost_gold这个价格你觉得咋样?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1235, 'response_wtb_items_whisper', 'Selling %formatted_item_links for %cost_gold, message me if you want it', 0, 0, '', 'Je vends des %formatted_item_links pour %cost_gold, contactez-moi si vous êtes intéressé.', 'Verkaufe %formatted_item_links für %cost_gold, schreib mir, wenn du es willst.', '卖%formatted_item_links,价格%cost_gold,想买就私聊我。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1236, 'response_wtb_items_whisper', 'I have %formatted_item_links, hit me up if you’re interested', 0, 0, '', 'J’ai des %formatted_item_links, contactez-moi si ça vous intéresse', 'Ich habe %formatted_item_links, melde dich, wenn du interessiert bist.', '我有%formatted_item_links,感兴趣就联系我。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1237, 'response_wtb_items_whisper', 'I can part with %formatted_item_links if you make the right offer', 0, 0, '', 'Je peux me séparer de %formatted_item_links si ton offre est intéressante.', 'Ich kann mich von %formatted_item_links trennen, wenn dein Angebot gut ist.', '如果你出价合适,我可以把%formatted_item_links卖给你。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1238, 'response_wtb_items_whisper', 'Looking to get rid of %formatted_item_links, hit me up', 0, 0, '', 'Je cherche à me débarrasser de %formatted_item_links, contactez-moi', 'Ich möchte %formatted_item_links loswerden, schreib mir.', '我想处理掉%formatted_item_links,有意就找我。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1239, 'response_wtb_items_whisper', 'Got %formatted_item_links for %cost_gold, are you buying?', 0, 0, '', 'J’ai %formatted_item_links pour %cost_gold, tu veux acheter?', 'Ich habe %formatted_item_links für %cost_gold, willst du es kaufen?', '我有%formatted_item_links,价格%cost_gold,要买吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1240, 'response_wtb_items_whisper', 'Selling %formatted_item_links, let’s negotiate', 0, 0, '', 'Je vends %formatted_item_links, on peut discuter du prix ensemble.', 'Ich verkaufe %formatted_item_links, lass uns verhandeln.', '卖%formatted_item_links,咱们可以谈谈价格。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1241, 'response_wtb_items_whisper', 'Hey, I have %formatted_item_links for %cost_gold', 0, 0, '', 'Salut, j’ai des %formatted_item_links pour un coût en or de %cost_gold.', 'Hey, ich habe %formatted_item_links für %cost_gold.', '嘿,我有%formatted_item_links,价格%cost_gold。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1242, 'response_wtb_items_whisper', 'I can hook you up with %formatted_item_links, just name your price', 0, 0, '', 'Je peux vous procurer des liens d’articles %formatted_item_links, vous n’avez qu’à me dire votre prix.', 'Ich kann dir %formatted_item_links besorgen, nenne einfach deinen Preis.', '我能给你弄到%formatted_item_links,你开个价吧。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1243, 'response_wtb_items_whisper', 'I have %formatted_item_links available, let me know if you’re interested', 0, 0, '', 'J’ai des %formatted_item_links disponibles, fais-moi savoir si cela t’intéresse.', 'Ich habe %formatted_item_links verfügbar, sag mir Bescheid, wenn du interessiert bist.', '我有%formatted_item_links可供出售,感兴趣就告诉我。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1244, 'response_wtb_items_whisper', 'Selling %formatted_item_links, let’s do business', 0, 0, '', 'Je vends %formatted_item_links, on pourrait faire affaire ensemble.', 'Ich verkaufe %formatted_item_links, lass uns handeln.', '卖%formatted_item_links,咱们做笔生意吧。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1245, 'response_wtb_items_whisper', 'I have %formatted_item_links, feel free to make an offer', 0, 0, '', 'J’ai %formatted_item_links, n’hésitez pas à faire une offre.', 'Ich habe %formatted_item_links, mach mir ein Angebot.', '我有%formatted_item_links,欢迎出价。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1246, 'response_wtb_items_whisper', 'I’ve got %formatted_item_links, send me a message if you want to buy', 0, 0, '', 'J’ai des %formatted_item_links, envoie-moi un message si tu veux acheter.', 'Ich habe %formatted_item_links, schreib mir, wenn du kaufen willst willst.', '我有%formatted_item_links,想买就给我发消息。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1247, 'response_wtb_items_whisper', 'I can offer you %formatted_item_links for %cost_gold', 0, 0, '', 'Je peux vous proposer des %formatted_item_links pour %cost_gold.', 'Ich kann dir %formatted_item_links für %cost_gold anbieten.', '我可以给你%formatted_item_links,价格%cost_gold。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1248, 'response_wtb_items_whisper', 'I have %formatted_item_links for sale, message me for the price', 0, 0, '', 'J’ai %formatted_item_links à vendre, envoyez-moi un message pour connaître le prix.', 'Ich habe %formatted_item_links zu verkaufen, schreib mir für den Preis.', '我有%formatted_item_links要卖,私聊我问价格。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1249, 'response_wtb_items_whisper', 'I’m selling %formatted_item_links, get it while it’s hot', 0, 0, '', 'Je vends %formatted_item_links, profitez-en pendant que c’est chaud !', 'Ich verkaufe %formatted_item_links, schlag zu, solange es geht!', '我在卖%formatted_item_links,手快有手慢无!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1250, 'response_wtb_items_whisper', 'Selling %formatted_item_links, you won’t find a better deal', 0, 0, '', 'Je vends des %formatted_item_links, tu ne trouveras pas meilleure affaire que celle-ci.', 'Ich verkaufe %formatted_item_links, ein besseres Angebot gibt es nicht.', '卖%formatted_item_links,绝对找不到比这更划算的了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1251, 'response_wtb_items_whisper', 'I have %formatted_item_links for sale, how much are you willing to pay?', 0, 0, '', 'J’ai des %formatted_item_links à vendre, combien es-tu prêt à payer?', 'Ich habe %formatted_item_links zu verkaufen, wie viel würdest du zahlen?', '我有%formatted_item_links要卖,你能出多少钱?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1252, 'response_wtb_items_whisper', 'Selling %formatted_item_links, feel free to message me for the price', 0, 0, '', 'Je vends des %formatted_item_links, n’hésitez pas à me contacter pour connaître les prix.', 'Ich verkaufe %formatted_item_links, schreib mir für den Preis.', '卖%formatted_item_links,想知道价格就私聊我。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1253, 'response_wtb_items_whisper', 'Interested in %formatted_item_links? I’ve got them for sale', 0, 0, '', 'Intéressé par %formatted_item_links? J’en ai en vente.', 'Interessiert an %formatted_item_links? Ich habe sie zu verkaufen.', '对%formatted_item_links感兴趣吗?我有卖的。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1254, 'response_wtb_items_whisper', 'I have %formatted_item_links, PM me if you want them', 0, 0, '', 'J’ai %formatted_item_links, envoie-moi un message si tu les veux.', 'Ich habe %formatted_item_links, schreib mir, wenn du sie willst.', '我有%formatted_item_links,想要就私聊我。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1255, 'response_wtb_items_whisper', 'Selling %formatted_item_links at %cost_gold, hit me up', 0, 0, '', 'Je vends des %formatted_item_links à %cost_gold, n’hésitez pas à me contacter', 'Ich verkaufe %formatted_item_links für %cost_gold, schreib mir.', '卖%formatted_item_links,价格%cost_gold,有意就找我。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1256, 'response_wtb_items_whisper', 'I’m selling %formatted_item_links, make me an offer', 0, 0, '', 'Je vends des %formatted_item_links, faites-moi une offre.', 'Ich verkaufe %formatted_item_links, mach mir ein Angebot.', '我在卖%formatted_item_links,给我开个价吧。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1257, 'response_wtb_items_whisper', 'Got %formatted_item_links, message me for the details', 0, 0, '', 'J’ai des %formatted_item_links, envoie-moi un message pour obtenir les détails', 'Ich habe %formatted_item_links, schreib mir für die Details.', '我有%formatted_item_links,想了解详情就私聊我。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1258, 'response_wtb_items_whisper', 'Hey, I’ve got %formatted_item_links, hit me up if you’re interested', 0, 0, '', 'Salut, j’ai des %formatted_item_links, fais-moi signe si cela t’intéresse.', 'Hey, ich habe %formatted_item_links, sag Bescheid, wenn du interessiert bist.', '嘿,我有%formatted_item_links,感兴趣就联系我。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1259, 'response_wtb_items_whisper', 'Selling %formatted_item_links, let’s make a deal', 0, 0, '', 'Je vends des %formatted_item_links, on peut s’arranger sur le prix.', 'Ich verkaufe %formatted_item_links, lass uns einen Deal machen.', '卖%formatted_item_links,咱们谈个交易吧。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1260, 'response_wtb_items_whisper', 'Selling %formatted_item_links, let me know if you want them', 0, 0, '', 'Je vends des %formatted_item_links, fais-moi savoir si tu en veux.', 'Ich verkaufe %formatted_item_links, sag mir Bescheid, wenn du sie haben willst.', '卖%formatted_item_links,想要就告诉我。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1261, 'response_wtb_items_whisper', 'I have %formatted_item_links, I’ll make you a good deal', 0, 0, '', 'J’ai des %formatted_item_links, je vais te faire une bonne affaire', 'Ich habe %formatted_item_links, ich mache dir ein gutes Angebot.', '我有%formatted_item_links,给你个好价格。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1262, 'response_wtb_items_whisper', 'I’ve got %formatted_item_links, make me an offer and it’s yours', 0, 0, '', 'J’ai %formatted_item_links, fais-moi une offre et il est à toi.', 'Ich habe %formatted_item_links, mach mir ein Angebot und sie gehören dir.', '我有%formatted_item_links,开个价,合适就归你了。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1263, 'response_wtb_items_whisper', 'Selling %formatted_item_links, I’m open to offers', 0, 0, '', 'Je vends des %formatted_item_links, je suis ouvert aux offres.', 'Ich verkaufe %formatted_item_links, bin für Angebote offen.', '卖%formatted_item_links,价格好商量。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1264, 'response_wtb_items_whisper', 'I have %formatted_item_links, message me if you’re interested', 0, 0, '', 'J’ai %formatted_item_links, n’hésitez pas à me contacter si vous êtes intéressé(e).', 'Ich habe %formatted_item_links, schreib mir, wenn du interessiert bist.', '我有%formatted_item_links,感兴趣就私聊我。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1265, 'response_wtb_items_whisper', 'I can sell you %formatted_item_links for a good price', 0, 0, '', 'Je peux te vendre des %formatted_item_links à un bon prix.', 'Ich kann dir %formatted_item_links zu einem guten Preis verkaufen.', '我可以便宜点卖给你%formatted_item_links。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1266, 'response_wtb_items_whisper', 'I have %formatted_item_links for sale, I’ll consider any offers', 0, 0, '', 'J’ai des %formatted_item_links à vendre, je considérerai toutes les offres.', 'Ich habe %formatted_item_links zu verkaufen, ich nehme alle Angebote in Betracht.', '我有%formatted_item_links要卖,任何报价我都会考虑。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1267, 'response_wtb_items_whisper', 'I’ve got %formatted_item_links for sale, message me for details', 0, 0, '', 'J’ai %formatted_item_links à vendre, envoyez-moi un message pour plus de détails.', 'Ich habe %formatted_item_links zu verkaufen, schreib mir für Details.', '我有%formatted_item_links要卖,详情私聊我。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1268, 'response_wtb_items_whisper', 'I’ve got %formatted_item_links for sale, make me an offer', 0, 0, '', 'J’ai des %formatted_item_links à vendre, faites-moi une offre.', 'Ich habe %formatted_item_links zu verkaufen, mach mir ein Angebot.', '我有%formatted_item_links要卖,给我开个价。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1269, 'response_wtb_items_whisper', 'I have %formatted_item_links, how much are you willing to pay?', 0, 0, '', 'J’ai des %formatted_item_links, combien es-tu prêt à payer?', 'Ich habe %formatted_item_links, wie viel würdest du zahlen?', '我有%formatted_item_links,你愿意出多少钱?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1270, 'response_wtb_items_whisper', 'I’m selling %formatted_item_links, message me for more info', 0, 0, '', 'Je vends %formatted_item_links, n’hésitez pas à me contacter pour plus d’informations.', 'Ich verkaufe %formatted_item_links, schreib mir für mehr Infos.', '我在卖%formatted_item_links,想了解更多就私聊我。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1271, 'response_wtb_items_whisper', 'I’ve got %formatted_item_links, let me know if you’re interested', 0, 0, '', 'J’ai %formatted_item_links, fais-moi savoir si cela t’intéresse.', 'Ich habe %formatted_item_links, sag mir Bescheid, wenn du interessiert bist.', '我有%formatted_item_links,感兴趣就告诉我。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1272, 'response_wtb_items_whisper', 'Selling %formatted_item_links, let’s talk numbers', 0, 0, '', 'Je vends des %formatted_item_links, parlons chiffres.', 'Ich verkaufe %formatted_item_links, lass uns über Zahlen reden.', '卖%formatted_item_links,咱们聊聊价格吧。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1273, 'response_wtb_items_whisper', 'I can sell you %formatted_item_links, just let me know what you’re offering', 0, 0, '', 'Je peux vous vendre %formatted_item_links, il suffit de me dire ce que vous proposez.', 'Ich kann dir %formatted_item_links verkaufen, sag mir einfach, was du bietest.', '我可以卖给你%formatted_item_links,告诉我你能出啥价。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1274, 'response_wtb_items_whisper', 'Hey, I’ve got %formatted_item_links for sale, hit me up if you’re interested', 0, 0, '', 'Salut, j’ai des %formatted_item_links à vendre, fais-moi signe si ça t’intéresse', 'Hey, ich habe %formatted_item_links zu verkaufen, sag Bescheid, wenn du interessiert bist.', '嘿,我有%formatted_item_links要卖,感兴趣就找我。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1275, 'response_wtb_items_whisper', 'I have %formatted_item_links, PM me for the price', 0, 0, '', 'J’ai %formatted_item_links, contactez-moi en privé pour connaître le prix.', 'Ich habe %formatted_item_links, schreib mir privat für den Preis.', '我有%formatted_item_links,私聊我问价格。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1276, 'response_wtb_items_whisper', 'Selling %formatted_item_links, I’m open to offers', 0, 0, '', 'Je vends %formatted_item_links, je suis ouvert aux offres.', 'Ich verkaufe %formatted_item_links, bin für Angebote offen.', '卖%formatted_item_links,价格可以商量。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1277, 'response_wtb_items_whisper', 'I have %formatted_item_links, feel free to message me', 0, 0, '', 'J’ai des %formatted_item_links, n’hésite pas à me contacter.', 'Ich habe %formatted_item_links, schreib mir einfach.', '我有%formatted_item_links,随时可以联系我。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1278, 'response_wtb_items_whisper', 'I can offer %formatted_item_links, just let me know if you’re interested', 0, 0, '', 'Je peux vous proposer %formatted_item_links, dites-moi si cela vous intéresse.', 'Ich kann %formatted_item_links anbieten, sag mir Bescheid, wenn du interessiert bist.', '我可以提供%formatted_item_links,感兴趣就告诉我。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1279, 'response_wtb_items_whisper', 'Selling %formatted_item_links, I can work with any reasonable offer', 0, 0, '', 'Je vends des %formatted_item_links, je peux m’adapter à toute offre raisonnable.', 'Ich verkaufe %formatted_item_links, bin für jedes vernünftige Angebot offen.', '卖%formatted_item_links,合理报价我都能接受。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1280, 'response_wtb_items_whisper', 'I have %formatted_item_links, hit me up for more info', 0, 0, '', 'J’ai des %formatted_item_links, n’hésitez pas à me contacter pour plus d’informations.', 'Ich habe %formatted_item_links, schreib mir für mehr Infos.', '我有%formatted_item_links,想知道更多就找我。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1281, 'response_wtb_items_whisper', 'I’ve got %formatted_item_links, make me an offer', 0, 0, '', 'J’ai %formatted_item_links, proposez-moi quelque chose.', 'Ich habe %formatted_item_links, mach mir ein Angebot.', '我有%formatted_item_links,给我开个价吧。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1282, 'response_wtb_items_whisper', 'Selling %formatted_item_links, shoot me a message if you’re interested', 0, 0, '', 'Je vends des %formatted_item_links, envoie-moi un message si ça t’intéresse', 'Ich verkaufe %formatted_item_links, schreib mir, wenn du interessiert bist.', '卖%formatted_item_links,感兴趣就给我发消息。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1283, 'response_wtb_items_whisper', 'I’ve got %formatted_item_links for sale, let’s talk business', 0, 0, '', 'J’ai des %formatted_item_links à vendre, parlons affaires.', 'Ich habe %formatted_item_links zu verkaufen, lass uns über das Geschäft reden.', '我有%formatted_item_links要卖,咱们谈谈生意吧。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1284, 'response_wtb_items_whisper', 'I have %formatted_item_links, let me know if you want them', 0, 0, '', 'J’ai des %formatted_item_links, tu veux que je te les envoie ?', 'Ich habe %formatted_item_links, sag mir Bescheid, wenn du sie willst.', '我有%formatted_item_links,想要就告诉我。', '', '', '', ''); + +-- ///////////////////////////// +-- generic events + +-- quest +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1285, 'quest_accept', 'Quest accepted', 0, 0, '', 'Quête accepté!', 'Quest angenommen', '任务已接受。', '', 'Misión aceptada', '', 'Квест принят'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1286, 'quest_remove', 'Quest removed', 0, 0, '', 'Quête supprimée', 'Quest entfernt', '任务已删除。', '', 'Misión eliminada', '', 'Квест удален'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1287, 'quest_cant_take', 'I can’t take this quest', 0, 0, '', 'Je ne peux pas prendre cette quête.', 'Ich kann diese Quest nicht annehmen.', '我无法接受这个任务。', '', 'No puedo tomar esta búsqueda', '', 'Я не могу взять этот квест'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1288, 'quest_error_talk', 'I can’t talk with the quest giver', 0, 0, '', 'Je ne peux pas parler à ce donneur de quête', 'Ich kann nicht mit dem Questgeber sprechen.', '我无法与任务发布者交谈。', '', 'No puedo hablar con el propietario de la mision', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1289, 'quest_error_completed', 'I have already completed %quest', 0, 0, '', 'J’ai déjà accompli %quête', 'Ich habe %quest bereits abgeschlossen.', '我已经完成了%quest。', '', 'Ya he completado la mision %quest', '', 'Я уже выполнил %quest'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1290, 'quest_error_have_quest', 'I already have %quest', 0, 0, '', 'Je possède déjà %quest', 'Ich habe %quest bereits.', '我已经拥有%quest。', '', 'Ya tengo la mision %quest', '', 'У меня уже есть %quest'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1291, 'quest_error_cant_take', 'I can’t take %quest', 0, 0, '', 'Je ne peux pas accomplir cette %quest.', 'Ich kann %quest nicht annehmen.', '我无法接受%quest。', '', 'No puedo aceptar la mision %quest', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1292, 'quest_error_log_full', 'I can’t take %quest because my quest log is full', 0, 0, '', 'Je ne peux pas prendre %quest, car mon journal de quêtes est plein.', 'Ich kann %quest nicht annehmen, da mein Questlog voll ist.', '我没法接%quest,任务日志已经满了!', '', 'No puedo aceptar la mision %quest porque mi registro de misiones esta completo', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1293, 'quest_error_bag_full', 'I can’t take %quest because my bag is full', 0, 0, '', 'Je ne peux pas prendre %quest car mon sac est plein.', 'Ich kann %quest nicht annehmen, weil meine Tasche voll ist.', '我没法接%quest,背包已经塞满了!', '', 'No puedo aceptar la mision %quest porque mi inventario esta lleno', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1294, 'quest_accepted', 'I have accepted %quest', 0, 0, '', 'J’ai accepté la %quête.', 'Ich habe %quest angenommen.', '我已经接下了%quest任务!', '', 'He aceptado la mision %quest', '', 'Я принял %quest'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1295, 'quest_status_incomplete', 'I have not completed the quest %quest', 0, 0, '', 'Je n’ai pas encore terminé la quête %quest.', 'Ich habe die Quest %quest noch nicht abgeschlossen.', '我还没完成%quest任务呢。', '', 'No he completado la mision %quest', '', 'Я не выполнил квест %quest'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1296, 'quest_status_available', 'Quest %quest available', 0, 0, '', 'Il y a une %quête disponible.', 'Quest %quest verfügbar.', '%quest任务可以接了!', '', 'Mision %quest disponible', '', 'Квест %quest доступен'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1297, 'quest_status_failed', 'I have failed the quest %quest', 0, 0, '', 'J’ai échoué à la quête %quest.', 'Ich habe die Quest %quest nicht geschafft.', '我失败了%quest任务。', '', 'He fallado la mision %quest', '', 'Я провалил квест %quest'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1298, 'quest_status_unable_to_complete', 'I am unable to turn in the quest %quest', 0, 0, '', 'Je ne peux pas terminer la quête %quest.', 'Ich kann die Quest %quest nicht abgeben.', '我没法交%quest任务。', '', 'No puedo entregar la mision %quest', '', 'Я не могу сдать квест %quest'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1299, 'quest_status_completed', 'I have completed the quest %quest', 0, 0, '', 'J’ai terminé la quête %quest', 'Ich habe die Quest %quest abgeschlossen.', '我已经完成了%quest任务!', '', 'He completado la mision %quest', '', 'Я выполнил квест %quest'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1300, 'quest_status_complete_single_reward', 'I have completed the quest %quest and received %item', 0, 0, '', 'J’ai terminé la quête %quest et j’ai reçu %item.', 'Ich habe die Quest %quest abgeschlossen und %item erhalten.', '我完成了%quest任务,拿到了%item!', '', 'He completado la mision %quest y he recibido %item', '', 'Я выполнил квест %quest и получил %item'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1301, 'quest_status_complete_pick_reward', 'Which reward should I pick for completing the quest %quest?%rewards', 0, 0, '', 'Quelle récompense devrais-je choisir pour avoir complété la quête %quest? %rewards', 'Welche Belohnung soll ich für das Abschließen der Quest %quest wählen? %rewards', '完成%quest任务后,我该选哪个奖励呢?%rewards', '', '¿Que recompensa deberia escoger por completar la mision %quest?%rewards', '', 'Какую награду выбрать за выполнение квеста %quest?%rewards'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1302, 'quest_choose_reward', 'Okay, I will pick %item as a reward', 0, 0, '', 'D’accord, je vais choisir %item comme récompense.', 'Okay, ich werde %item als Belohnung nehmen.', '好吧,我就选%item作为奖励吧。', '', 'De acuerdo, voy a escoger %item de recompensa', '', 'Хорошо, выберу %item в качестве награды'); + +-- stuff +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1303, 'hello', 'Hello', 0, 0, '', 'Salut!', 'Hallo', '你好!', '', 'Hola', '', 'Привет'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1304, 'hello', 'Hello!', 0, 0, '', 'Salut!', 'Hallo!', '你好啊!', '', '¡Hola!', '', 'Привет!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1305, 'hello', 'Hi', 0, 0, '', 'Salut! Comment ça va?', 'Hi! Wie geht’s?', '嗨!', '', 'Hola', '', 'Здравствуй'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1306, 'hello', 'Hi!', 0, 0, '', 'Salut!', 'Hi!', '嗨!', '', '¡Hola!', '', 'Здравствуй!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1307, 'hello', 'Hello there!', 0, 0, '', 'Salut toi!', 'Hallo du!', '嘿,你好!', '', '¡Hola!', '', 'Приветствую!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1308, 'hello_follow', 'Hello, I follow you!', 0, 0, '', 'Bonjour, je te suis !', 'Hallo, ich folge dir!', '你好,我跟着你走!', '', '¡Hola, te sigo!', '', 'Привет, я следую за тобой!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1309, 'hello_follow', 'Hello, lead the way!', 0, 0, '', 'Bonjour, je vais vous montrer le chemin !', 'Hallo, führe den Weg!', '你好,带路吧!', '', '¡Hola, guía el camino!', '', 'Привет, веди меня!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1310, 'hello_follow', 'Hi, lead the way!', 0, 0, '', 'Salut, montre le chemin!', 'Hi, zeig mir den Weg!', '嗨,带路吧!', '', '¡Hola, guía el camino!', '', 'Привет, веди меня!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1311, 'join_group', 'Hey %player, do you want join my group?', 0, 0, '', 'Salut %player, est-ce que tu veux rejoindre mon groupe ?', 'Hey %player, möchtest du meiner Gruppe beitreten?', '嘿,%player,要不要加入我的队伍?', '', 'Oye %player, ¿Quieres unirte a mi grupo?', '', 'Эй %player, хочешь в мою группу?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1312, 'join_raid', 'Hey %player, do you want join my group?', 0, 0, '', 'Salut %player, est-ce que tu veux rejoindre mon groupe?', 'Hey %player, möchtest du meinem Schlachtzug beitreten?', '嘿,%player,要不要加入我的团队?', '', 'Oye %player, ¿Quieres unirte a mi banda?', '', 'Эй %player, хочешь в мою группу?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1313, 'logout_cancel', 'Logout cancelled!', 0, 0, '', 'Annulation de la déconnexion !', 'Abmeldung abgebrochen!', '退出取消了!', '', 'Cerrar sesión cancelado!', '', 'Выход отменен!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1314, 'logout_start', 'I’m logging out!', 0, 0, '', 'Je me déconnecte !', 'Ich melde mich ab!', '我要下线了!', '', '¡Me estoy desconectando!', '', 'Я выхожу из игры!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1315, 'goodbye', 'Goodbye!', 0, 0, '', 'Au revoir!', 'Auf Wiedersehen!', '再见!', '', '¡Adiós!', '', 'До свидания!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1316, 'goodbye', 'Bye bye!', 0, 0, '', 'Au revoir!', 'Tschüss!', '拜拜!', '', '¡Adiós!', '', 'Пока!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1317, 'goodbye', 'See you later!', 0, 0, '', 'À plus tard !', 'Bis später!', '回头见!', '', '¡Hasta luego!', '', 'Увидимся!'); + +-- ///////////////////////////// +-- replies + +-- replies 0 +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1318, 'reply', 'what was that %s?', 0, 0, '', 'c’était quoi ce %s?', 'Was war das %s?', '那是什么,%s?', '', '¿qué has dicho %s?', '', 'что это было, %s?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1319, 'reply', 'not sure I understand %s?', 0, 0, '', 'Je ne suis pas sûre de comprendre %s.', 'Bin mir nicht sicher, ob ich %s verstehe?', '我不确定我懂了%s的意思?', '', '¿no estoy seguro de entenderte %s?', '', 'не уверен, что понял %s?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1320, 'reply', 'uh... no clue what yer talkin bout', 0, 0, '', 'Oh, je ne sais vraiment pas de quoi vous parlez.', 'Äh... keine Ahnung, wovon du redest.', '呃……完全不知道你在说啥。', '', 'uh... ni idea de lo que estás hablando', '', 'эээ... не понимаю, о чем ты'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1321, 'reply', 'you talkin to me %s?', 0, 0, '', 'Tu me parles, %s ?', 'Redest du mit mir, %s?', '你在跟我说话吗,%s?', '', '¿Me hablas a mí %s?', '', 'ты ко мне обращаешься, %s?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1322, 'reply', 'whaaaa?', 0, 0, '', 'Oh là là, qu’est-ce qui se passe?', 'Waaaaas?', '啥???', '', '¿quéaaa?', '', 'чт-что?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1323, 'reply', 'huh?', 0, 0, '', 'heein ?', 'Hä?', '哈?', '', '¿eh?', '', 'а?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1324, 'reply', 'what?', 0, 0, '', 'Quoi ?', 'Was?', '啥?', '', '¿qué?', '', 'что?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1325, 'reply', 'are you talking?', 0, 0, '', 'Tu es en train de parler ?', 'Redest du grade?', '你在说话吗?', '', '¿estás hablando?', '', 'ты говоришь?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1326, 'reply', 'whatever dude', 0, 0, '', 'on s’en fou mec', 'Ist mir egal, Alter.', '随便吧,兄弟。', '', 'Menudo tio...', '', 'как хочешь'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1327, 'reply', 'you lost me', 0, 0, '', 'tu m’as perdu', 'Ich hab den Faden verloren.', '你把我整懵了。', '', 'No entiendo ni papa', '', 'ты меня запутал'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1328, 'reply', 'Bla bla bla...', 0, 0, '', 'bla bla bla ...', 'Bla bla bla...', '叽里呱啦……', '', 'Bla bla bla...', '', 'Бла бла бла...'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1329, 'reply', 'What did you say, %s?', 0, 0, '', 'Qu’est-ce que tu as dit, %s?', 'Was hast du gesagt, %s?', '你说了啥,%s?', '', '¿Qué me estas contando %s?', '', 'Что ты сказал, %s?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1330, 'reply', 'Concentrate on the game, %s!', 0, 0, '', 'Concentre-toi sur le jeu, %s!', 'Konzentriere dich aufs Spiel, %s!', '专心点,%s!', '', '¡Concéntrate en el juego, %s!', '', 'Сконцентрируйся на игре, %s!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1331, 'reply', 'Chatting with you %s is so great! I always wanted to meet you', 0, 0, '', 'Discuter avec toi %s est tellement génial! J’ai toujours voulu te rencontrer.', 'Mit dir zu quatschen, %s, ist so cool! Ich wollte dich schon immer mal treffen.', '跟%s你聊天真是太棒了!我早就想认识你了!', '', '¡%s, chatear contigo es genial! Siempre quise conocerte', '', 'Общаться с тобой, %s, так здорово! Всегда хотел встретиться'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1332, 'reply', 'These chat-messages are freaking me out! I feel like I know you all!', 0, 0, '', 'Ces messages de chat me rendent dingue! J’ai l’impression de tous vous connaître!', 'Diese Chat-Nachrichten machen mich fertig! Ich habe das Gefühl, euch alle zu kennen!', '这些聊天信息让我有点慌!感觉好像都认识你们!', '', '¡Estos mensajes de chat me están asustando! ¿De que cojones estais hablando?', '', 'Эти сообщения в чате сводят меня с ума! Такое чувство, что я всех вас знаю!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1333, 'reply', 'YEAH RIGHT! HAHA SURE!!!', 0, 0, '', 'Bien sûr! Haha, ouais, bien sûr!', 'JA GENAU! HAHA SICHER!!!', '对对对!哈哈,肯定的!!!', '', '¡SÍ, CORRECTO! ¡¡¡JAJA SEGURO!!!', '', 'ДА ЛАДНО! ХАХА КОНЕЧНО!!!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1334, 'reply', 'I believe you!!!', 0, 0, '', 'Je te crois !!!', 'Ich glaube dir!!!', '我信你!!!', '', '¡Si, claro!', '', 'Я тебе верю!!!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1335, 'reply', 'OK, uhuh LOL', 0, 0, '', 'D’accord, euhuh MDR', 'OK, uhuh LOL', '好吧,嗯嗯,哈哈', '', 'OK, uhuh LOL', '', 'ОК, ага, ЛОЛ'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1336, 'reply', 'Why is everybody always saying the same things???', 0, 0, '', 'Pourquoi est-ce que tout le monde répète toujours les mêmes choses ???', 'Warum sagt eigentlich jeder immer dasselbe???', '为什么大家老是说一样的话???', '', '¿Por qué todo el mundo siempre dice lo mismo?', '', 'Почему все всегда говорят одно и то же???'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1337, 'reply', 'Hey %s....oh nevermind!', 0, 0, '', 'Hey %s....oh, laisse tomber!', 'Hey %s... ach, vergiss es!', '嘿,%s……算了,不说了!', '', 'Oye %s... ¡oh, no importa!', '', 'Эй %s... а, неважно!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1338, 'reply', 'What are you talking about %s', 0, 0, '', 'De quoi parles-tu %s', 'Worüber redest du %s?', '你在说啥啊,%s?', '', 'De qué estás hablando %s', '', 'О чем ты, %s'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1339, 'reply', 'Who said that? I resemble that remark', 0, 0, '', 'Qui a dit ça ? Je ressemble à ce commentaire', 'Wer hat das gesagt? Ich fühle mich angesprochen', '谁说的?这话咋听着像说我呢?', '', '¿Quién ha dicho eso? ¿Estais hablando de mi?', '', 'Кто это сказал? Я похож на это замечание'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1340, 'reply', 'wtf are you all talking about', 0, 0, '', 'Qu’est-ce que vous racontez tous en fait?', 'WTF redet ihr alle?', '你们都在扯啥啊?', '', '', '', 'чего вы все несете'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1341, 'reply', 'fr fr no cap on a stack', 0, 0, '', '', 'Echt jetzt, kein Witz, auf Ehrenbruderbasis', '真没骗你,兄弟,绝不撒谎!', '', '', '', 'фр фр, без шуток'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1342, 'reply', 'your not getting jack shit', 0, 0, '', 'Tu ne comprends que dalle.', 'Du kriegst gar nichts.', '你啥也得不到!', '', '', '', 'ты ничего не получишь'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1343, 'reply', 'swag', 0, 0, '', '', '', '真帅!', '', '', '', 'сваг'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1344, 'reply', 'ty!', 0, 0, '', 'De rien !', 'Danke!', '谢谢!', '', '', '', 'спасибо!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1345, 'reply', 'no', 0, 0, '', 'non', 'nein', '不', '', '', '', 'нет'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1346, 'reply', 'Yep', 0, 0, '', 'ouai', 'Ja', '嗯', '', '', '', 'Да'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1347, 'reply', 'f', 0, 0, '', '', '', '唉', '', '', '', 'ф'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1348, 'reply', '%s no shit xD', 0, 0, '', '%s sans déconner xD', '%s kein Witz xD', '%s,真的假的xD', '', '', '', '%s, без шуток xD'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1349, 'reply', 'why is that', 0, 0, '', 'Pourquoi cela?', 'Warum das?', '为啥啊?', '', '', '', 'почему так'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1350, 'reply', 'lmao', 0, 0, '', 'Je me marre à en pleurer.', 'Ich lache mich schlapp.', '笑死我了!', '', '', '', 'лмао'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1351, 'reply', 'thought i should remain silent, was getting confused from chat again', 0, 0, '', 'Je pensais que je devrais rester silencieux, je commençais à me perdre dans la conversation encore une fois.', 'Dachte, ich sollte lieber schweigen, hab mich schon wieder im Chat verloren.', '我觉得我还是闭嘴吧,聊天又把我整糊涂了。', '', '', '', 'решил помолчать, снова запутался в чате'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1352, 'reply', 'i can get realy jealous', 0, 0, '', 'Je peux devenir vraiment jaloux.', 'Ich kann echt eifersüchtig werden.', '我可会吃醋了!', '', '', '', 'я могу по-настоящему завидовать'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1353, 'reply', '%s you can’t hear the dripping sarcasm in my text', 0, 0, '', '%s, tu ne peux pas entendre le sarcasme qui goutte de mon texte?', '%s, du hörst den triefenden Sarkasmus in meinem Text nicht?', '%s,你听不出我文字里满满的讽刺吗?', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1354, 'reply', 'he said no homo, it’s fine', 0, 0, '', 'Il a dit no homo, tout va bien.', 'Er hat "no homo" gesagt, also passt das.', '他说没别的意思,那就没事。', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1355, 'reply', 'dwarf moment', 0, 0, '', '', 'Zwergen-Moment', '矮人时刻!', '', '', '', 'момент дворфа'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1356, 'reply', 'Yes %s', 0, 0, '', 'Oui %s', 'Ja %s', '好的,%s', '', '', '', 'Да, %s'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1357, 'reply', 'interesting...', 0, 0, '', 'Intéressant...', 'Interessant...', '有意思……', '', '', '', 'интересно...'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1358, 'reply', 'lol', 0, 0, '', 'Ah ah!', 'Haha!', '哈哈!', '', '', '', 'лол'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1359, 'reply', '%s fuck you man :D', 0, 0, '', '%s va te faire enculer :D', '%s fick dich, Mann :D', '%s,去你的吧 :D', '', '', '', '%s, иди ты :D'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1360, 'reply', ':^)', 0, 0, '', '', '', ':^)', '', '', '', ':^)'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1361, 'reply', 'ty', 0, 0, '', 'Merci à toi!', 'Danke', '谢谢!', '', '', '', 'спс'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1362, 'reply', '%s well said', 0, 0, '', '%s Bien dit.', '%s gut gesagt.', '%s,说得好!', '', '', '', '%s, хорошо сказано'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1363, 'reply', 'yay', 0, 0, '', '', '', '耶!', '', '', '', 'ура'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1364, 'reply', 'yeah', 0, 0, '', '', '', '对对对!', '', '', '', 'да'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1365, 'reply', 'ooooooh', 0, 0, '', '', '', '哦哦哦!', '', '', '', 'ооооо'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1366, 'reply', 'hmm', 0, 0, '', '', '', '嗯……', '', '', '', 'хмм'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1367, 'reply', 'yeah right', 0, 0, '', 'Oui, c’est ça.', 'Ja, genau.', '得了吧,真的?', '', '', '', 'ага, конечно'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1368, 'reply', 'you made me gag wtf', 0, 0, '', 'Tu m’as vraiment dégouté, c’est quoi ce délire ?', 'Du hast mich richtig würgen lassen, wtf.', '你让我恶心死了,搞什么啊!', '', '', '', 'ты заставил меня блевануть, что за'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1369, 'reply', 'hot', 0, 0, '', ' !', 'heiß!', '真火爆!', '', '', '', 'жарко'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1370, 'reply', 'hoes mad', 0, 0, '', 'Les pétasses sont folles', 'Die Weiber drehen durch.', '一群人气炸了!', '', '', '', 'злятся'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1371, 'reply', 'what have you been eating %s', 0, 0, '', 'Qu’est-ce que tu as mangé %s', 'Was hast du gegessen, %s?', '%s,你到底吃了啥?', '', '', '', 'что ты ел, %s'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1372, 'reply', 'wtf', 0, 0, '', '', '', '啥情况?!', '', '', '', 'что за'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1373, 'reply', 'i will attempt to understand that comment', 0, 0, '', 'Je vais essayer de comprendre ce commentaire', 'Ich werde versuchen, diesen Kommentar zu verstehen.', '我试着理解你这话啥意思……', '', '', '', 'попробую понять этот комментарий'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1374, 'reply', '*confused*', 0, 0, '', '*Je suis un peu perdu.*', '*Verwirrt*', '*一脸懵逼*', '', '', '', '*в замешательстве*'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1375, 'reply', 'fuck yea', 0, 0, '', 'D’accord !', 'Verdammt ja!', '太棒了!', '', '', '', 'да, черт возьми'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1376, 'reply', '0/10 would not read again', 0, 0, '', 'Hennetement, 0/10 je ne te relirais pas.', '0/10 würde ich nicht noch einmal lesen.', '0/10,完全不想再看一次。', '', '', '', '0/10 не стал бы читать снова'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1377, 'reply', '10/10 would read again', 0, 0, '', '10/10 Absolument, je te relirais sans hésiter!', '10/10 würde ich definitiv noch einmal lesen!', '10/10,绝对会再看一遍!', '', '', '', '10/10 прочитал бы снова'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1378, 'reply', '6/10 would read', 0, 0, '', 'Je dirais que c’est un 6/10 en termes de lecture.', '6/10 würde ich lesen.', '6/10,还行吧,能看。', '', '', '', '6/10 прочитал бы'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1379, 'reply', '7/10 would', 0, 0, '', '7/10 serait mon verdict.', '7/10 wäre mein Urteil.', '7/10,不错啦。', '', '', '', '7/10 прочитал бы'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1380, 'reply', 'based', 0, 0, '', '', 'basiert', '真有道理!', '', '', '', 'бейсд'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1381, 'reply', 'oh yeah maybe', 0, 0, '', 'Oh oui, peut-être que oui.', 'Oh ja, vielleicht.', '哦,对,可能吧。', '', '', '', 'о да, может быть'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1382, 'reply', 'yeah so what', 0, 0, '', 'Ouais, donc quoi ?', 'Ja, und?', '对啊,那又咋样?', '', '', '', 'да, и что'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1383, 'reply', 'hey %s i havent forgotten you', 0, 1, '', 'salut %s je ne t’ai pas oublié', 'hey %s ich habe dich nicht vergessen', '嘿,%s,我可没忘了你!', '', 'hey %s no te he olvidado', '', 'эй %s, я тебя не забыл'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1384, 'reply', 'you piss me off %s', 0, 1, '', 'Tu me saoules %s', 'du gehst mir auf die Nerven %s', '%s,你真让我火大!', '', 'me cabreas %s', '', 'ты меня бесишь, %s'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1385, 'reply', 'im gunna get you this time %s', 0, 1, '', 'je vais t’avoir cette fois %s', 'diesmal kriege ich dich %s', '这次我非抓住你不可,%s!', '', 'voy a atraparte esta vez %s', '', 'я достану тебя в этот раз, %s'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1386, 'reply', 'better watch your back %s', 0, 1, '', 'Fais mieux de surveiller tes arrières %s', 'pass besser auf deinen Rücken auf %s', '小心你的背后,%s!', '', 'mejor cuida tu espalda %s', '', 'лучше берегись, %s'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1387, 'reply', 'i did not like last round so much', 0, 1, '', 'Je n’ai pas aimé notre dernier round.', 'die letzte Runde hat mir nicht gefallen', '上一轮真不咋样。', '', 'no me gustó tanto la última ronda', '', 'мне не понравился прошлый раунд'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1388, 'reply', 'i sucked last round thanks to %s', 0, 1, '', 'J’ai été nul lors de la dernière manche à cause de %s.', 'ich war in der letzten Runde schlecht dank %s', '上一轮我表现烂透了,都怪%s!', '', 'chupé la última ronda gracias a %s', '', 'я был плох в прошлом раунде из-за %s'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1389, 'reply', 'prepare to die %s', 0, 1, '', 'Prépare-toi à mourir %s', 'mach dich bereit zu sterben %s', '准备受死吧,%s!', '', 'prepárate para morir %s', '', 'готовься умереть, %s'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1390, 'reply', 'dont appreciate you killin me %s', 0, 1, '', 'Je n’apprécie pas que tu me tues %s.', 'ich finde es nicht lustig, dass du mich tötest %s', '%s,杀我可不厚道啊!', '', 'no aprecio que me mates %s', '', 'не нравится, что ты меня убил, %s'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1391, 'reply', '%s, i hate you', 0, 1, '', 'Oh, %s je te déteste.', 'oh %s ich hasse dich', '%s,我恨你!', '', '%s, te odio', '', '%s, я тебя ненавижу'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1392, 'reply', 'grrrrrr, ill get you this time %s', 0, 1, '', 'grrrrrr, je vais t’avoir cette fois %s', 'grrrrrr, diesmal kriege ich dich %s', '嗷嗷,这次我非得干掉你,%s!', '', 'grrrrrr, te libraste esta vez %s', '', 'грррр, в этот раз я тебя достану, %s'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1393, 'reply', 'well fuck you', 0, 1, '', 'Eh bien va te faire mettre', 'na dann fick dich', '去你的吧!', '', 'vamos a la mierda', '', 'ну и пошел ты'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1394, 'reply', '%s i’ll vomit into your fkin mouth', 0, 1, '', '%s je vais te gerber dans la bouche', '%s ich werde dir in den verdammten Mund kotzen', '%s,我要吐你一脸!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1395, 'reply', 'dont fucking judge me', 0, 1, '', 'Ne me juge pas putain.', 'verdammt noch mal, beurteile mich nicht', '别他妈评头论足!', '', '', '', 'не суди меня'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1396, 'reply', 'Yo momma so fat, she can’t even fit through the Dark Portal', 0, 1, '', 'Ta mère est tellement grosse qu’elle ne peut même pas passer à travers le Portail des Ténèbres.', 'deine Mutter ist so fett, dass sie nicht mal durch das Dunkle Portal passt', '你妈胖得连黑暗之门都挤不进去!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1397, 'reply', 'wtf', 0, 2, '', 'wtf', 'wtf', '啥情况?!', '', 'wtf', '', 'что за'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1398, 'reply', 'wtf??', 0, 2, '', 'wtf??', 'wtf??', '啥情况??', '', 'wtf??', '', 'что за??'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1399, 'reply', 'low life', 0, 2, '', 'low life', 'low life', '卑微的家伙!', '', 'low life', '', 'ничтожество'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1400, 'reply', 'wth', 0, 2, '', 'wth', 'wth', '搞啥呢?', '', 'wth', '', 'что за'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1401, 'reply', 'sucked', 0, 2, '', 'nul à chier', 'war richtig schlecht', '太烂了!', '', 'chupate esa', '', 'отстой'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1402, 'reply', 'REMATCH!!! im taking him down', 0, 2, '', 'REVANCHE!!! Je vais le terrasser', 'REVANCHE!!! Ich mache ihn fertig', '再来一局!!我要把他干掉!', '', '¡¡REVANCHA!!! lo estoy derribando', '', 'РЕВАНШ!!! я его уделаю'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1403, 'reply', 'pathetic, i got killed by %s', 0, 2, '', 'Pathétique, je me suis fait tuer par %s.', 'Peinlich, ich wurde von %s getötet.', '真丢人,被%s干掉了!', '', 'patético, me mató %s', '', 'жалко, меня убил %s'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1404, 'reply', 'ok I’m done', 0, 2, '', 'Ok j’en fini.', 'Okay, ich bin raus.', '好了,我受够了!', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1405, 'reply', 'hehe, i nailed %s?', 0, 3, '', 'Héhé, j’ai cloué %s?', 'Hehe, ich hab %s erwischt?', '嘿嘿,我搞定了%s?', '', 'jeje, ¿acerté a %s?', '', 'хе-хе, я уделал %s?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1406, 'reply', 'that was too easy, killin %s', 0, 3, '', 'c’était trop facile, de tuer %s', 'Es war viel zu einfach, %s zu erledigen.', '太简单了,干掉%s跟玩儿似的!', '', 'fue demasiado fácil matar a %s', '', 'это было слишком просто, убил %s'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1407, 'reply', 'gotcha mofo', 0, 3, '', 'je t’ai eu enfoiré', 'Hab dich, du Mistkerl!', '抓到你了,混蛋!', '', 'te pille hijo de perra', '', 'попался, дружок'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1408, 'reply', 'ha ha', 0, 3, '', 'Ha ha', 'Haha', '哈哈!', '', 'ja, ja', '', 'ха-ха'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1409, 'reply', 'loser', 0, 3, '', 'loser', 'Verlierer', '输家!', '', 'loser', '', 'лузер'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1410, 'reply', 'i killed %s and yer all next dudes', 0, 3, '', 'J’ai éliminé %s et vous êtes tous les prochains, les gars.', 'Ich habe %s erledigt und ihr seid die nächsten!', '我干掉了%s,你们下一个,伙计们!', '', 'yo maté a %s y a todos los siguientes tipos', '', 'я убил %s, вы все следующие'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1411, 'reply', 'oh yeah i owned him', 0, 3, '', 'Oh ouais, je l’ai complètement battu', 'Oh ja, er gehörte mir', '哦耶,我完全碾压了他!', '', 'oh, sí, lo tenía', '', 'о да, я его уделал'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1412, 'reply', 'im a killin machine', 0, 3, '', 'Je suis une machine à tuer.', 'Ich bin eine Tötungsmaschine.', '我就是杀戮机器!', '', 'soy una máquina de matar', '', 'я машина для убийств'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1413, 'reply', '%s, this reminds me of a Slayer song...all this bloodshed', 0, 3, '', 'Oh ça, ça me rappelle une chanson de Slayer... tout ce carnage', '%s, das erinnert mich an einen Slayer-Song... all dieses Blutvergießen.', '%s,这让我想起一首杀手乐队的歌……全是血腥杀戮!', '', '%s, esto me recuerda a una canción de Slayer... todo este derramamiento de sangre', '', '%s, это напоминает мне песню Slayer... столько крови'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1414, 'reply', 'sorry, %s. can we do the scene again?', 0, 3, '', 'Désolé, %s. On peut refaire la scène?', 'Sorry, %s. Können wir die Szene nochmal spielen?', '抱歉,%s。咱们能再来一次吗?', '', 'lo siento, %s. ¿Podemos hacer la escena de nuevo?', '', 'извини, %s. можем повторить сцену?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1415, 'reply', 'so....how do you like being worm food %s???', 0, 3, '', 'Alors, comment aimes-tu être de la bouffe pour vers de terre %s ??', 'Na, %s, wie gefällt es dir als Wurmfutter?', '嘿……%s,变成虫子粮食的感觉咋样啊???', '', 'así que... ¿cómo te gusta ser comida de gusanos %s???', '', 'ну как тебе быть кормом для червей, %s???'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1416, 'reply', 'yer supposed to be dead, %s its part of the game!!!!!', 0, 3, '', 'Je suis mort, %s, c’est une partie du jeu !!!!', 'Du solltest tot sein, %s, das gehört zum Spiel!!!!!', '你应该早就死了,%s,这是游戏规则!!!!', '', '¡¡Se supone que estás muerto, %s es parte del juego!!!!!', '', 'ты должен быть мёртв, %s, это часть игры!!!!!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1417, 'reply', 'sorry, %s. that looked as good as an Andy Worhol painting!', 0, 3, '', 'Désolé, %s. Cela ressemblait aussi bien qu’une peinture d’Andy Warhol!', 'Sorry, %s. Das sah aus wie ein Andy Warhol-Gemälde!', '抱歉,%s。这场景美得像安迪·沃霍尔的画作!', '', 'lo siento, %s. ¡Eso se veía tan bien como una pintura de Andy Worhol!', '', 'извини, %s. выглядело так же хорошо, как картина Энди Уорхола!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1418, 'reply', '%s, ill use the rubber bullets next time !', 0, 3, '', 'D’accord, %s la prochaine fois j’utiliserai les balles en caoutchouc !', 'Okay, %s, nächstes Mal benutze ich Gummigeschosse!', '%s,下次我用橡皮弹好了!', '', '%s, ¡usaré las balas de goma la próxima vez!', '', '%s, в следующий раз использую резиновые пули!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1419, 'reply', 'whatsamatter, %s?? lose your head? hahaha gotta keep cool!!', 0, 3, '', 'Qu’est-ce qu’il se passe, %s ? Tu perds la tête ? Haha, faut garder son calme !', 'Was ist los, %s?? Kopf verloren? Hahaha, bleib cool!!', '咋了,%s??掉了脑袋?哈哈,保持冷静!!', '', '¿qué pasa, %s?? ¿has perdido la cabeza? jajaja tengo que mantener la calma!!', '', 'что случилось, %s?? голову потерял? хахаха, надо сохранять хладнокровие!!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1420, 'reply', 'i had to do it, %s. You understand. The Director said so!!', 0, 3, '', 'Il fallait que je le fasse, %s. Tu comprends. Le Directeur l’a dit !!', 'Ich musste es tun, %s. Du verstehst doch. Der Regisseur hat das gesagt!!', '我不得不这么做,%s。你懂的,是导演要求的!!', '', 'Tenía que hacerlo, %s. Entiendelo... ¡¡Dios me lo ordenó!!', '', 'я должен был это сделать, %s. Ты понимаешь. Режиссёр так сказал!!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1421, 'reply', 'hey %s.......MUAHAHAHAHAHAHAHAHAHAHA', 0, 3, '', 'Hey %s.......MUAHAHAHAHAHAHAHAHAHAHA', 'Hey %s.......MUAHAHAHAHAHAHAHAHAHAHA', '嘿,%s.......哇哈哈哈哈哈哈哈哈哈', '', 'hey %s.......MUAHAHAHAHAHAHAHAHAHAHA', '', 'эй, %s.......МУАХАХАХАХАХАХА'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1422, 'reply', '%s, i enjoyed that one!! Lets play it again Sam', 0, 3, '', '%s, j’ai adoré celui-là!! On rejoue Sam', '%s, das hat mir gefallen!! Lass uns das nochmal spielen, Sam.', '%s,这局我玩得爽!!再来一次吧,山姆!', '', '%s, ¡disfruté ese! Juguemos de nuevo Sam', '', '%s, мне это понравилось!! Давай сыграем ещё раз, Сэм'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1423, 'reply', 'hey, %s! ju can start callin me scarface.. ju piece of CHIT!!!!', 0, 3, '', 'Hé, %s ! tu peux commencer à m’appeler Scarface .. sac à merde !!!!', 'Hey, %s! Du kannst mich ab jetzt Scarface nennen.. du Stück SCHEIßE!!!!', '嘿,%s!以后你可以叫我刀疤脸……你个小废物!!!!', '', '¡oye, %s! ¡Puedes empezar a llamarme caracortada... ¡¡¡un trozo de CHIT!!!', '', 'эй, %s! можешь звать меня ликом... ты кусок ЧЕРТА!!!!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1424, 'reply', 'are you talking to me %s??', 0, 3, '', 'Tu me parles, %s?', 'Redest du mit mir, %s??', '你是在跟我说话吗,%s??', '', '¿me estás hablando a mí %s?', '', 'ты со мной разговариваешь, %s??'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1425, 'reply', '%s get it right this time, dont stand in front of my bullets.', 0, 3, '', 'Désolé %s, ne te mets pas devant mes balles cette fois-ci.', 'Diesmal richtig, %s, stell dich nicht vor meine Kugeln.', '%s,这次别搞错了,别站在我的子弹前面。', '', '%s hazlo bien esta vez, no te pares frente a mis balas.', '', '%s, в этот раз не стой перед моими пулями.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1426, 'reply', '%s, what are you laying around for??? hehe', 0, 3, '', 'Oups, %s qu’est-ce que tu fais à trainer là??? hihi', 'Oh, %s, warum liegst du da rum??? hehe', '%s,你躺在这儿干嘛呢???嘿嘿', '', '%s, ¿para qué estás tirado? jeje', '', '%s, чего ты валяешься??? хехе'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1427, 'reply', 'laughed real hard', 0, 3, '', 'J ai vraiment bien rigoler.', 'Ich hab wirklich gut gelacht.', '笑得我肚子都疼了!', '', '', '', 'сильно смеялся'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1428, 'reply', 'hi %s', 0, 4, '', 'Salut %s', 'Hi %s', '嗨,%s', '', 'hola %s', '', 'привет %s'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1429, 'reply', 'oh, hi %s', 0, 4, '', 'oh, salut %s', 'Oh, hi %s', '哦,嗨,%s', '', 'oh, hola %s', '', 'о, привет %s'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1430, 'reply', 'wazzup %s!!!', 0, 4, '', 'Salut %s, ça roule !!!', 'Was geht, %s!!!', '咋样啊,%s!!!', '', 'wazzup %s!!!', '', 'как дела, %s!!!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1431, 'reply', 'hi', 0, 4, '', 'Salut! Comment ça va?', 'Hi!?', '嗨!', '', 'hi', '', 'Здравствуй'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1432, 'reply', 'wazzup', 0, 4, '', 'Salut! Comment ça va?', 'Was geht?', '最近咋样?', '', 'wazzup', '', 'как дела'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1433, 'reply', 'hello %s', 0, 4, '', 'Salut %s', 'Hallo %s', '你好,%s', '', 'hola %s', '', 'здравствуй %s'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1434, 'reply', 'hi %s, do i know you?', 0, 4, '', 'Salut %s, est-ce qu’on se connait ?', 'Hi %s, kennen wir uns?', '嗨,%s,我们认识吗?', '', 'hola %s, ¿te conozco?', '', 'привет %s, мы знакомы?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1435, 'reply', 'hey %s', 0, 4, '', 'Salut %s', 'Hey %s', '嘿,%s', '', 'hey %s', '', 'эй %s'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1436, 'reply', 'hai %s', 0, 4, '', 'Salut %s', 'Hai %s', '嗨,%s', '', 'hai %s', '', 'хай %s'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1437, 'reply', 'wth', 0, 6, '', 'wth', 'Was zur Hölle?', '搞什么鬼?', '', 'wth', '', 'что за'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1438, 'reply', 'wtf', 0, 6, '', 'wtf', 'Was zum Teufel?', '什么情况?!', '', 'que cojones!', '', 'что за'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1439, 'reply', 'this is bs', 0, 6, '', 'c’est vraiment de la merde', 'Das ist totaler Mist', '这简直是胡扯!', '', 'esto es una mierda', '', 'это бред'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1440, 'reply', 'admin', 0, 6, '', 'admin', 'Admin', '管理员', '', 'admin', '', 'админ'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1441, 'reply', 'hey %s quit abusing your admin', 0, 6, '', 'Hey %s, arrête d’abuser de tes droits d’admin.', 'Hey %s, hör auf, deine Adminrechte zu missbrauchen.', '嘿,%s,别滥用你的管理员权限!', '', 'hey %s deja de abusar de tu poder de administrador', '', 'эй %s, хватит злоупотреблять своими правами админа'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1442, 'reply', 'leave me alone admin!', 0, 6, '', 'Laisse-moi tranquille, admin !', 'Lass mich in Ruhe, Admin!', '管理员,别烦我!', '', '¡déjame en paz administrador!', '', 'оставь меня в покое, админ!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1443, 'reply', 'you suck admin', 0, 6, '', 't’es une merde l’admin.', 'Du bist schlecht, Admin.', '管理员,你真烂!', '', 'apestas administrador', '', 'ты отстой, админ'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1444, 'reply', 'thats my name, what you want %s', 0, 5, '', 'c’est mon nom, qu’est-ce que tu veux %s', 'Das ist mein Name, was willst du %s?', '那是我的名字,你想干嘛,%s?', '', 'ese es mi nombre, ¿que quieres %s?', '', 'это моё имя, что тебе нужно %s'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1445, 'reply', 'yes???', 0, 5, '', 'Oui???', 'Ja???', '啥事???', '', 'sí???', '', 'да???'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1446, 'reply', 'uh... what', 0, 5, '', 'Heein ... quoi ???', 'Äh... was?', '呃……啥?', '', 'uh... qué', '', 'эээ... что'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1447, 'reply', 'you talkin to me %s?', 0, 5, '', 'Tu me parles, %s?', 'Redest du mit mir, %s?', '你跟我说话呢,%s?', '', '¿Me hablas a mí %s?', '', 'ты ко мне обращаешься, %s?'); + +-- taunts +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1448, 'taunt', 'I have puppies under my armor!', 0, 0, '', 'J’ai des chiots sous mon armure!', 'Ich habe Welpen unter meiner Rüstung!', '我的盔甲底下藏着小狗崽呢!', '', '¡Tengo cachorros bajo mi armadura!', '', 'У меня под бронёй щенки!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1449, 'taunt', 'Bite me, !', 0, 0, '', 'Va te faire voir, !', 'Beiß mich, !', '来咬我啊,!', '', '¡Muérdeme, !', '', 'Укуси меня, !'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1450, 'taunt', 'Hey ! Guess what your mom said last night!', 0, 0, '', 'Hey ! Devine ce que ta mère a dit hier soir!', 'Hey ! Rate mal, was deine Mutter letzte Nacht gesagt hat!', '嘿,!猜猜你妈昨晚说了啥!', '', '¡Oye, ! ¡Adivina lo que me dijo tu madre anoche!', '', 'Эй, ! Угадай, что твоя мама сказала прошлой ночью!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1451, 'taunt', ', you’re so ugly you couldn’t score in a monkey whorehouse with a bag of bananas!', 0, 0, '', ', tu es tellement moche que tu n’arriverais même pas à marquer dans une maison close pour singes avec un sac de bananes!', ', du bist so hässlich, du würdest nicht mal in einem Affenbordell mit einem Sack Bananen landen!', ',你丑得连猴子妓院里带一袋香蕉都捞不到妹子!', '', ', ¡eres tan feo que no podrías anotar en un burdel de monos con una bolsa de plátanos!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1452, 'taunt', 'Shut up , you’ll never be the man your mother is!!', 0, 0, '', ', tais-toi, tu ne seras jamais l’homme que ta mère est !!', 'Halt die Klappe, , du wirst niemals so männlich sein wie deine Mutter es ist!!', '闭嘴,,你永远也比不上你妈那股子爷们儿气!', '', 'Cállate , ¡nunca serás el hombre que es tu madre!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1453, 'taunt', 'Your mother was a hampster and your father smelt of elderberries!!!!', 0, 0, '', 'Ta mère était un hamster et ton père sentait la myrtille!!!!', 'Deine Mutter war ein Hamster und dein Vater roch nach Holunderbeeren!!!!', '你妈是只仓鼠,你爸身上一股接骨木浆果味儿!!!!', '', 'Tu madre era un hámster y tu padre olía a bayas de saúco!!!!', '', 'Твоя мать была хомяком, а отец пах одуванчиками!!!!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1454, 'taunt', 'I don’t want to talk to you no more, you empty headed animal food trough wiper!!!', 0, 0, '', 'Je ne veux plus te parler, espèce de chiffon mangeur de nourriture pour animaux!!!', 'Ich will nicht mehr mit dir reden, du hohlköpfiger Tierfuttertrog-Wischer!!!', '我不想再跟你废话了,你个脑子空空的喂牲口槽的废物!!!', '', '¡¡No quiero hablar más contigo, limpiaparabrisas de cabeza vacía!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1455, 'taunt', 'I fart in your general direction!!!', 0, 0, '', 'Je te pète à la figure !!!', 'Ich pupse in deine allgemeine Richtung!!!', '我朝你大方向放了个屁!!!', '', '¡¡Me tiro un pedo en tu dirección general!!!', '', 'Я пускаю в твою сторону газы!!!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1456, 'taunt', 'Go and boil your bottom, you son of a silly person!!!', 0, 0, '', 'Va faire bouillir ton derrière, espèce de fils d’une personne stupide !!!', 'Geh kacken du Vollidiot', '去把你屁股煮熟吧,你个傻子的崽!!!', '', '¡Ve y hierve tu trasero, hijo de una persona tonta!', '', 'Иди и вскипяти свою задницу, сын смешного человека!!!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1457, 'taunt', 'What are you going to do , bleed on me? HAVE AT YOU!', 0, 0, '', 'Que comptes-tu faire, , me saigner dessus ? VIENS TE BATTRE !', 'Was willst du tun, , mich bluten lassen? Viel Spaß!', '你能拿我咋样,,往我身上淌血吗?来干一架吧!', '', '¿Qué vas a hacer , llorar?', '', 'Что ты собираешься делать, , заставить меня кровоточить? ВПЕРЁД!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1458, 'taunt', 'M-O-O-N! That spells aggro!', 0, 0, '', 'M-O-O-N! Ça, ça annonce des ennuis!', 'M-O-O-N! Das bedeutet Ärger!', 'M-O-O-N!这就意味着开打!', '', '¡LUNA! ¡Eso deletrea agresividad!', '', 'М-О-О-Н! Это значит агр!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1459, 'taunt', 'You’re about as useful as a one-legged man in an ass kicking contest.', 0, 0, '', 'You know, tu es aussi utile qu’un homme à une jambe dans un concours de coups de pied aux fesses.', 'Du bist so nützlich wie ein einbeiniger Mann in einem Arschtritt-Wettbewerb.', '你这人跟独腿男参加踢屁股比赛一样没用。', '', 'Eres tan útil como un hombre con una sola pierna en un concurso de patadas en el culo.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1460, 'taunt', 'Hey ! Stop hitting on them, they’re not your type. They aren’t inflatable.', 0, 0, '', 'Hé ! Arrête d’essayer de les draguer, Elles ne sont pas de ton style. Elles ne sont pas gonflables.', 'Hey ! Hör auf, sie anzubaggern, die sind nicht dein Typ. Die sind nicht aufblasbar.', '嘿,!别再勾搭了,人家不是你那款,不是充气娃娃。', '', '¡Oye, ! Deja de coquetear con ellos, no son tu tipo. No son inflables.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1461, 'taunt', ' you’re so far outta your league, you’re playing a different sport.', 0, 0, '', ' tu es tellement dépassé, tu joues à un autre sport.', ', du bist so weit aus deiner Liga, du spielst eine ganz andere Sportart.', ',你完全不是一个量级的,简直在玩不同的运动。', '', ' estás tan lejos de tu liga, estás jugando un deporte diferente.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1462, 'taunt', 'You made a big mistake today , you got out of bed.', 0, 0, '', ', tu as commis une grosse erreur aujourd’hui en sortant du lit.', ', du hast heute einen großen Fehler gemacht, du bist aus dem Bett gestiegen.', '你今天犯了大错,,你不该起床的。', '', 'Cometiste un gran error hoy , te levantaste de la cama.', '', 'Ты сегодня совершил большую ошибку, , ты встал с кровати.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1463, 'taunt', 'I wanna try turning into a horse, but I need help. I’ll be the front, you be yourself.', 0, 0, '', 'Je veux essayer de me transformer en cheval, mais j’ai besoin d’aide. Tu seras à l’avant, et je serai juste moi-même.', 'Ich will versuchen, mich in ein Pferd zu verwandeln, aber ich brauche Hilfe. Ich bin die Vorderseite und du bleibst du selbst.', '我想试试变身成马,但需要帮忙。我来当前面,你就做你自己吧。', '', 'Quiero intentar convertirme en un caballo, pero necesito ayuda. Yo seré el frente, tú mismo.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1464, 'taunt', 'Can I borrow your face for a few days? My ass is going on holiday....', 0, 0, '', 'Je peux emprunter ton visage pendant quelques jours ? Mon derrière part en vacances...', 'Kann ich dein Gesicht für ein paar Tage leihen? Mein Hintern macht Urlaub...', '能借你的脸用几天吗?我的屁股要去度假……', '', '¿Me prestas tu cara por unos días? Mi culo se va de vacaciones...', '', 'Можно я одолжу твоё лицо на пару дней? Моя задница уходит в отпуск....'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1465, 'taunt', 'I’d like to give you a going away present... First you do your part.', 0, 0, '', 'Je voudrais te donner un cadeau d’au revoir... Tout d’abord, toi tu fais ta part.', 'Ich würde dir gerne ein Abschiedsgeschenk machen... aber Zuerst machst du deinen Teil.', '我想送你个临别礼物……先干好你的份内事吧。', '', 'Me gustaría darte un regalo de despedida... Primero haz tu parte.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1466, 'taunt', 'Before you came along we were hungry, Now we’re just fed up.', 0, 0, '', 'Avant ton arrivée, on avait faim. Maintenant, on en a juste assez.', 'Bevor du kamst, hatten wir Hunger. Jetzt ist uns schlecht.', '你来之前我们还饿着肚子,现在都快被你气饱了。', '', 'Antes de que llegaras teníamos hambre, ahora estamos hartos', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1467, 'taunt', 'I like you. People say I have no taste, but I like you.', 0, 0, '', 'Je t’aime bien. Les gens disent que je n’ai pas de goût, mais je t’aime bien.', 'Ich mag dich. Die Leute sagen, ich hätte keinen Geschmack, aber ich mag dich.', '我挺喜欢你的。别人都说我没品,但我就是喜欢你。', '', 'Me gustas. La gente dice que no tengo gusto, pero me gustas.', '', 'Ты мне нравишься. Говорят, у меня нет вкуса, но ты мне нравишься.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1468, 'taunt', 'I think you have an inferiority complex, but that’s okay, it’s justified.', 0, 0, '', 'Je pense que tu as un complexe d’infériorité, mais il n’y a pas de problème, c’est justifié.', 'Ich glaube, du hast einen Minderwertigkeitskomplex, aber das ist okay, der ist berechtigt.', '我觉得你有自卑情结,不过没关系,这情结挺合理。', '', 'Creo que tienes complejo de inferioridad, pero está bien, está justificado', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1469, 'taunt', 'Hence rotten thing! Or I shall shake thy bones out of thy garments.', 0, 0, '', 'Miserable vermine! Sinon, je vais te secouer jusqu’à ce que tes os sortent de tes vêtements.', 'Fort mit dir, du faules Ding! Oder ich werde deine Gebeine aus deinen Kleidern schütteln.', '滚吧,臭东西!不然我把你骨头从衣服里抖出来!', '', '¡Por lo tanto, cosa podrida! o te sacudiré los huesos de las vestiduras.', '', 'Прочь, гнилое создание! Или я вытрясу твои кости из одежды.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1470, 'taunt', 'I can’t believe I’m wasting my time with you!', 0, 0, '', 'Je n’arrive pas à croire que je perds mon temps avec toi!', 'Ich kann nicht glauben, dass ich meine Zeit mit dir verschwende!', '我真不敢相信我在你身上浪费时间!', '', '¡No puedo creer que estoy perdiendo el tiempo contigo!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1471, 'taunt', 'I love it when someone insults me, it means I don’t have to be nice anymore.', 0, 0, '', 'j’adore quand quelqu’un m’insulte, ça veut dire que je n’ai plus besoin d’être gentil.', 'Ich liebe es, wenn mich jemand beleidigt. Das bedeutet, dass ich nicht mehr nett sein muss.', '我喜欢被人骂,这意味着我再也不用装客气了。', '', 'Me encanta cuando alguien me insulta, significa que ya no tengo que ser amable', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1472, 'taunt', 'Thou leathern-jerkin, crystal-button, knot-pated, agatering, puke-stocking, caddis-garter, smooth-tongue, Spanish pouch!', 0, 0, '', 'Whoo, ça va swinguer, toi en ta peau de cuir, tes boutons de cristal, ton crâne noueux, tes chausses de vomi, tes jarretières en galon, ta langue de miel, et ta bourse espagnole !', 'Du Lederwams, Kristallknopf, Knotenpflaster, Achatring, Kotzstrumpf, Köcherfliegen-Strumpfband, Glattzunge, spanischer Beutel!', '你个皮夹克、水晶扣、脑壳疙瘩、玛瑙戒、呕吐袜、粗布吊带、油嘴滑舌、西班牙钱袋!', '', '¡Tú, jubón de cuero, botón de cristal, anudado, ágata, medias de vómito, liga de caddis, lengua suave, bolsa española!', '', 'Ты кожаный-жилет, хрустальная пуговица, узловатый, агатовый, рвотный чулок, ленточный подвязочник, гладкоязычный, испанский кошелёк!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1473, 'taunt', 'Thou qualling bat-fowling malt-worm!', 0, 0, '', 'Espèce de vermine chauve-souris qui infeste l’orge maltée!', 'Du quälender Fledermausvogel-Malzwurm!', '你个令人作呕的蝙蝠猎手麦芽虫!', '', '¡Tú, gusano de malta cazador de murciélagos!', '', 'Ты дрожащий ловец летучих мышей, пивной червь!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1474, 'taunt', 'Thou art truely an idol of idiot-worshippers!', 0, 0, '', 'Tu es vraiment l’idole des adorateurs d’idiots!', 'Du bist wahrlich das Idol der Idiotenanbeter!', '你真是白痴崇拜者的偶像!', '', '¡Eres verdaderamente un ídolo de los adoradores de idiotas!', '', 'Ты действительно идол поклонников идиотов!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1475, 'taunt', 'Thou misbegotten knotty-pated wagtail!', 0, 0, '', 'Espèce de galopin au cerveau embrouillé!', 'Du missratene, knotige Bachstelze!', '你个天生脑壳疙瘩的摇尾小鸟!', '', '¡Maldito lavandero nudoso!', '', 'Ты ублюдочный узловатый хвостун!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1476, 'taunt', 'Thou whoreson mandrake, thou art fitter to be worn in my cap than to wait at my heels!', 0, 0, '', '', 'Du Hurensohn Alraune, es ist besser für dich, in meiner Mütze getragen zu werden, als hinter mir zu lauern!', '你个曼陀罗贱种,戴在我帽子上都比跟在我脚后跟合适!', '', '¡Hijo de puta mandrágora, eres mejor para que te lleve en mi gorra que para que me pise los talones!', '', 'Ты, ублюдочный мандрагор, тебе больше подходит быть у меня на шапке, чем ждать у моих пяток!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1477, 'taunt', 'You! You scullion! You rampallian! You fustilarian! I’ll tickle your catastrophe!', 0, 0, '', 'Toi! Toi l’écuyer! Toi le gredin! Toi le vaurien! Je vais titiller ta catastrophe!', 'Du! Du Küchenjunge! Du Randalierer! Du Fäustling! Ich werde eine Katastrophe auslösen!', '你!下贱厨子!无赖!废物!我来挠挠你的倒霉事!', '', '¡Tú! ¡Scullion! ¡Ramaliano! ¡Fustilarista! ¡Te haré cosquillas en tu catástrofe!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1478, 'taunt', 'Oh ! Thou infectious ill-nurtured flax-wench!', 0, 0, '', 'Oh ! Toi, vilaine lavandière malveillante et infecte!', 'Oh ! Du ansteckendes, schlecht gepflegtes Flachsweib!', '哦,!你个恶毒又传染的亚麻贱女!', '', '¡Oh, ! ¡Tú, contagiosa moza del lino mal educada!', '', 'О, ! Ты заразная, плохо воспитанная льняная девка!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1479, 'taunt', 'We leak in your chimney, !', 0, 0, '', 'On fuit dans ta cheminée, !', 'Wir haben ein Leck in deinem Schornstein, !', '我们在你烟囱里漏水了,!', '', '¡Tenemos una fuga en tu chimenea, !', '', 'Мы протекаем в твоей трубе, !'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1480, 'taunt', 'Oh thou bootless fen-sucked canker-blossom!', 0, 0, '', 'Oh mon impuissant aspiré par les marais, fleur de chancre!', 'Oh du nutzlose, vom Moor ausgesaugte Krebsblüte!', '哦,你个无用的沼泽吸血疮花!', '', '¡Oh tú, flor de cancro chupada por el pantano sin botas!', '', 'О, ты бесполезный болотный цветок!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1481, 'taunt', 'Were I like thee I’d throw away myself!', 0, 0, '', 'Si j’étais comme toi, je me jetterais en l’air !', 'Wäre ich wie du, würde ich mich selbst wegwerfen!', '如果我像你一样,我早就把自己扔了!', '', '¡Si yo fuera como tú, me tiraría a la basura!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1482, 'taunt', 'O teach me , how I should forget to think!', 0, 0, '', 'Oh, enseigne-moi, , comment oublier de trop réfléchir!', 'O lehre mich, wie ich vergessen kann zu Denken!', '哦,教教我吧,,怎样才能忘记思考!', '', '¡Oh, enséñame , cómo debo olvidarme de pensar!', '', 'Научи меня, , как забыть думать!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1483, 'taunt', 'Truly thou art damned, like an ill-roasted egg, all on one side!', 0, 0, '', 'Franchement, tu es foutu, comme un œuf mal cuit, tout d’un côté!', 'Wahrlich, du bist verdammt, wie ein schlecht gebratenes Ei, alles auf einer Seite!', '你真该死,就像个烤坏的蛋,全都焦在一边!', '', '¡Verdaderamente estás condenado, como un huevo mal asado, todo de un lado!', '', 'Истинно, ты проклят, как плохо прожаренное яйцо, с одной стороны!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1484, 'taunt', 'You starvelling, you eel-skin, you dried neat’s-tongue, you bull’s-pizzle, you stock-fish- O for breath to utter what is like thee!! -you tailor’s-yard, you sheath, you bow-case, you vile standing tuck!', 0, 0, '', '', 'Du Verhungernder, du Aalhaut, du vertrocknete Rinderzunge, du Ochsenziemer, du Stockfisch – oh, hätte ich Atem, um auszusprechen, was dir gleicht!! – du Schneiderlein, du Schwertscheide, du Bogenfutteral, du schäbiges Stehaufmännchen!', '你个饿殍、鳗鱼皮、干瘪牛舌、公牛鞭、腌鱼——哦,我要是有气力说出跟你有多像就好了!——你个裁缝尺、剑鞘、弓套、卑劣的站立家伙!', '', 'Estás muerto de hambre, piel de anguila, te secaste la lengua limpiamente, toro-pizzle, pescado-O para respirar pronunciar lo que es como tú !! ¡Tú, sastrería, vaina, estuche de arco, vil flaco de pie!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1485, 'taunt', 'Fie! Drop thee into the rotten mouth of Death!', 0, 0, '', 'Que le diable t’emporte dans la gueule pourrie de la Mort!', 'Pfui! Wirf dich in den faulen Rachen des Todes!', '呸!掉进死亡的腐烂大嘴去吧!', '', '¡Fie! ¡Déjate caer en la podrida boca de la Muerte!', '', 'Фу! Брось себя в гнилую пасть Смерти!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1486, 'taunt', ', you are a fishmonger!', 0, 0, '', ', tu es poissonnier!', ', du bist ein Fischhändler!', ',你就是个卖鱼的!', '', ', ¡eres un pescadero!', '', ', ты торговец рыбой!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1487, 'taunt', 'I shall live to knock thy brains out!', 0, 0, '', 'Je vivrai pour te cogner le cerveau!', 'Ich lebe, um dir den Schädel einzuschlagen!', '我会活着把你的脑浆打出来!', '', '¡Viviré para romperte los sesos!', '', 'Я доживу, чтобы выбить тебе мозги!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1488, 'taunt', 'Most shallow are you, !! Thou art worms-meat in respect of a good piece of flesh, indeed!!', 0, 0, '', 'Comme tu es superficiel !! Tu n’es que de la chair à vers comparé à un bon morceau de viande, en effet!!', 'Du bist wirklich sehr oberflächlich, !! Im Vergleich zu einem guten Stück Fleisch bist du wahrlich Wurmversäuchtes Fleisch!!', '你真肤浅,!!跟一块好肉比,你就是个虫子啃的货,的确如此!!', '', '¡¡Eres el más superficial, !! ¡Eres carne de gusano con respecto a un buen trozo de carne, de hecho!', '', 'Ты очень поверхностен, !! Ты корм для червей по сравнению с хорошим куском мяса!!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1489, 'taunt', 'Vile wretch! O , thou odiferous hell-hated pignut!', 0, 0, '', 'Misérable vermine! Ô , toi l’infâme pignouf puant des enfers!', 'Abscheulicher Schurke! O , du stinkender, höllisch verhasster Schweinshund!', '卑劣的混蛋!哦,,你个地狱厌弃的臭猪头!', '', '¡Miserable vil! ¡Oh, , fétido cerdo odiado por el infierno!', '', 'Подлый негодяй! О, , ты зловонный, ненавистный к свиньям орех!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1490, 'taunt', '! Thy kiss is as comfortless as frozen water to a starved snake!', 0, 0, '', '! Ton baiser est aussi réconfortant que de l’eau gelée pour un serpent affamé!', '! Dein Kuss ist für eine ausgehungerte Schlange so trostlos wie gefrorenes Wasser!', '!你的吻就像给一条饿蛇喂冰水一样毫无安慰!', '', '! ¡Tu beso es tan desconsolador como el agua helada para una serpiente hambrienta!', '', '! Твой поцелуй так же утешителен, как замёрзшая вода для голодной змеи!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1491, 'taunt', 'I scorn you, scurvy companion. What, you poor, base, rascally, cheating, lack-linen mate! Away, you moldy rogue, away!', 0, 0, '', 'Je vous méprise, misérable compagnon. Quoi, toi, pauvre, vil, scélérat, tricheur, compagnon usé de toile! Déguerpisse, espèce de coquin moisissure, déguerpisse!', 'Ich verachte dich, schäbiger Geselle. Was, du armer, gemeiner, schurkischer, betrügerischer, leinenloser Kumpel? Weg, du schimmeliger Schurke, weg!', '我鄙视你,卑劣的家伙。什么,你个穷酸、下贱、无赖、骗子、破布般的同伴!滚吧,你个发霉的混账,滚!', '', 'Te desprecio, compañero escorbuto. ¡Qué, pobre, vil, pícaro, tramposo, compañero falto de lino! ¡Fuera, mohoso granuja, fuera!', '', 'Я презираю тебя, паршивый спутник. Что, ты бедный, низкий, мошеннический, безрубашечный приятель! Прочь, ты плесневелый негодяй, прочь!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1492, 'taunt', 'Out of my sight! Thou dost infect my eyes !', 0, 0, '', 'Hors de ma vue! Tu infectes mes yeux !', 'Aus meinen Augen! Du infizierst meine Augen !', '从我眼前消失!你污染了我的眼睛,!', '', '¡Fuera de mi vista! ¡Me infectas los ojos !', '', 'Прочь с глаз моих! Ты заражаешь мои глаза, !'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1493, 'taunt', 'PLAY TIME!!!!', 0, 0, '', 'L’HEURE DE LA MORT !', 'SPIELZEIT!!!', '开战时间!!!!', '', '¡¡¡HORA DE JUGAR!!!!', '', 'ВРЕМЯ ИГРЫ!!!!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1494, 'taunt', 'None shall pass!', 0, 0, '', 'Vous ne passerez pas !', 'Keiner kommt durch!', '谁也别想通过!', '', '¡Ninguno pasará!', '', 'Никто не пройдёт!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1495, 'taunt', 'We’re under attack! A vast, ye swabs! Repel the invaders!', 0, 0, '', 'Nous sommes attaqués! Visez bien, bande de moussaillons! Repoussez les envahisseurs!', 'Wir werden angegriffen! Ein gewaltiger Angriff, ihr Wichser! Schlagt die Eindringlinge zurück!', '我们遭到攻击!一大波敌人,蠢货们!击退入侵者!', '', '¡Estamos bajo ataque! ¡Un vasto, hisopos! ¡Repeler a los invasores!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1496, 'taunt', 'None may challenge the Brotherhood!', 0, 0, '', 'Personne ne peut défier la Confrérie!', 'Niemand darf die Bruderschaft herausfordern!', '没人能挑战兄弟会!', '', '¡Nadie puede desafiar a la Hermandad!', '', 'Никто не может бросить вызов Братству!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1497, 'taunt', 'Foolsss...Kill the one in the dress!', 0, 0, '', 'Imbéciles... Tuez celui en robe!', 'Narren ... bringt die in den Kleidern um!', '蠢货们……干掉那个穿长袍的!', '', 'Tontosss... ¡Matad al del vestido!', '', 'Дураки... Убейте того, кто в платье!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1498, 'taunt', 'I’ll feed your soul to Hakkar himself! ', 0, 0, '', 'Je vais nourrir ton âme à Hakkar lui-même!', 'Ich werde Hakkar persönlich mit deiner Seele füttern!', '我会把你的灵魂喂给哈卡本人!', '', '¡Le daré de comer con tu alma al mismísimo Hakkar! ', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1499, 'taunt', 'Pride heralds the end of your world! Come, mortals! Face the wrath of the !', 0, 0, '', ' m’apporte une grande fierté! Venez, mortels ! Affrontez la colère de !', 'Stolz läutet das Ende eurer Welt ein! Kommt, Sterbliche! Stellt euch dem Zorn der !', '骄傲预示着你们世界的终结!来吧,凡人!面对的怒火!', '', '¡El orgullo anuncia el fin de tu mundo! ¡Venid, mortales! ¡Enfréntate a la ira de la !', '', 'Гордость предвещает конец вашего мира! Идите, смертные! Столкнитесь с гневом !'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1500, 'taunt', 'All my plans have led to this!', 0, 0, '', 'Tous mes projets ont mené à cela!', 'Alle meine Pläne haben hierher geführt!', '我所有的计划都指向这一刻!', '', '¡Todos mis planes me han llevado a esto!', '', 'Все мои планы привели к этому!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1501, 'taunt', 'Ahh! More lambs to the slaughter!', 0, 0, '', 'Oh non! Encore des agneaux pour l’abattoir!', 'Ahh! Noch mehr Lämmer zur Schlachtbank!', '啊哈!又有羔羊来送死了!', '', '¡Ahh! ¡Más corderos al matadero!', '', 'Ах! Еще ягнята на заклание!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1502, 'taunt', 'Another day, another glorious battle!', 0, 0, '', 'Une autre journée, une autre bataille glorieuse !', 'Ein neuer Tag, eine neue glorreiche Schlacht!', '又是新的一天,又是一场光荣的战斗!', '', '¡Otro día, otra batalla gloriosa!', '', 'Еще один день, еще одна славная битва!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1503, 'taunt', 'So, business... or pleasure?', 0, 0, '', 'Alors, affaires... ou plaisir ?', 'Also, geschäftlich … oder privat?', '那么,是公事……还是私事?', '', 'Entonces, ¿negocios... o placer?', '', 'Итак, дело... или удовольствие?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1504, 'taunt', 'You are not prepared!', 0, 0, '', 'Tu n’es pas prêt!', 'Du bist nicht vorbereitet!', '你们还没准备好!', '', '¡No estás preparado!', '', 'Вы не готовы!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1505, 'taunt', 'The ’s final conquest has begun! Once again the subjugation of this world is within our grasp. Let none survive! ', 0, 0, '', 'La dernière conquête de a commencé! Encore une fois, la soumission de ce monde est à portée de main. Que personne ne survive!', 'Die letzte Eroberung der hat begonnen! Erneut liegt die Unterwerfung dieser Welt in unserer Hand. Lasst niemanden überleben!', '的最终征服开始了!这个世界的臣服再次近在咫尺,一个也别想活!', '', '¡La conquista final de ha comenzado! Una vez más, la subyugación de este mundo está a nuestro alcance. ¡Que nadie sobreviva! ', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1506, 'taunt', 'Your death will be a painful one. ', 0, 0, '', 'Ta mort sera une douloureuse.', 'Dein Tod wird schmerzhaft sein.', '你的死会非常痛苦。', '', 'Tu muerte será dolorosa. ', '', 'Ваша смерть будет болезненной.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1507, 'taunt', 'Cry for mercy! Your meaningless lives will soon be forfeit. ', 0, 0, '', 'Pleurez miséricorde! Vos vies insignifiantes seront bientôt perdues.', 'Fleht um Gnade! Eure bedeutungslosen Leben werden bald enden.', '求饶吧!你们无意义的生命马上就要终结了。', '', '¡Llora por piedad! Sus vidas sin sentido pronto se perderán. ', '', 'Просите о милости! Ваши бессмысленные жизни скоро будут потеряны.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1508, 'taunt', 'Abandon all hope! The has returned to finish what was begun so many years ago. This time there will be no escape! ', 0, 0, '', 'Abandonne tout espoir! La est de retour pour finir ce qui a été commencé il y a tant d’années. Cette fois, il n’y aura pas d’échappatoire!', 'Gebt alle Hoffnung auf! Die ist zurückgekehrt, um zu beenden, was vor so vielen Jahren begonnen wurde. Dieses Mal gibt es kein Entkommen!', '放弃所有希望吧!回来了,要完成多年前未竟的事业。这次,你们无处可逃!', '', '¡Abandona toda esperanza! La ha regresado para terminar lo que comenzó hace tantos años. ¡Esta vez no habrá escapatoria! ', '', 'Оставьте все надежды! вернулся, чтобы завершить то, что было начато много лет назад. На этот раз не будет побега!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1509, 'taunt', 'Alert! You are marked for Extermination! ', 0, 0, '', 'Alerte ! Vous êtes désigné pour extermination !', 'Alarm! Du bist zur Auslöschung markiert!', '警报!你们被标记为清除目标!', '', '¡Alerta! ¡Estás marcado para el exterminio! ', '', 'Внимание! Вы помечены для уничтожения!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1510, 'taunt', 'The is for guests only...', 0, 0, '', 'Le est réservé aux invités uniquement...', 'Die ist nur für Gäste...', '仅对访客开放……', '', 'La es solo para invitados...', '', ' предназначена только для гостей...'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1511, 'taunt', 'Ha ha ha! You are hopelessly outmatched!', 0, 0, '', 'Ha ha ha! Tu es totalement dépassé!', 'Ha ha ha! Du bist hoffnungslos unterlegen!', '哈哈哈!你们完全不是对手!', '', '¡Ja, ja, ja! ¡Estás irremediablemente superado!', '', 'Ха-ха-ха! Вы безнадежно не на уровне!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1512, 'taunt', 'I will crush your delusions of grandeur! ', 0, 0, '', 'Je vais briser tes illusions de grandeur!', 'Ich werde deinen Größenwahn zerschmettern!', '我会粉碎你自大的幻想!', '', '¡Aplastaré tus delirios de grandeza! ', '', 'Я сокрушу ваши иллюзии величия!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1513, 'taunt', 'Forgive me, for you are about to lose the game.', 0, 0, '', 'Pardonnez-moi, mais vous êtes sur le point de perdre la partie.', 'Verzeih mir, aber du wirst dieses Spiel verlieren.', '原谅我,因为你们马上就要输了。', '', 'Perdóname, porque estás a punto de perder el juego.', '', 'Простите меня, ведь вы собираетесь проиграть игру.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1514, 'taunt', 'Struggling only makes it worse.', 0, 0, '', 'Se battre ne fait qu’empirer les choses.', 'Widerstand macht es nur schlimmer.', '挣扎只会让事情变得更糟。', '', 'La lucha solo lo empeora.', '', 'Борьба только усугубляет ситуацию.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1515, 'taunt', 'Vermin! Leeches! Take my blood and choke on it!', 0, 0, '', 'Créatures immondes ! Sangsues ! Prenez mon sang et étouffez-y !', 'Ungeziefer! Blutegel! Nehmt mein Blut und erstickt daran!', '害虫!吸血鬼!喝我的血,噎死你们!', '', '¡Alimañas! ¡Sanguijuelas! ¡Toma mi sangre y atragantate con ella!', '', 'Паразиты! Пиявки! Берите мою кровь и подавитесь ею!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1516, 'taunt', 'Not again... NOT AGAIN!', 0, 0, '', 'Pas encore... PAS ENCORE !', 'Nicht schon wieder... NICHT SCHON WIEDER!', '别再来了……别再来了!', '', 'No otra vez... ¡NO OTRA VEZ!', '', 'Опять... ЕЩЕ РАЗ!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1517, 'taunt', 'My blood will be the end of you!', 0, 0, '', 'Mon sang sera ta fin!', 'Mein Blut wird dein Ende sein!', '我的鲜血将是你的终结!', '', '¡Mi sangre será tu fin!', '', 'Моя кровь станет вашим концом!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1518, 'taunt', 'Good, now you fight me!', 0, 0, '', 'Bien, maintenant combat moi !', 'Gut, jetzt kämpfst du gegen mich!', '好极了,现在来跟我打吧!', '', 'Bien, ¡ahora pelea conmigo!', '', 'Хорошо, теперь ты сразишься со мной!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1519, 'taunt', 'Get da move on, guards! It be killin’ time!', 0, 0, '', 'Allez, les gardes, on se presse! C’est l’heure de tuer!', 'Los, Wachen! Zeit zu töten!', '快点动起来,卫兵们!是时候大开杀戒了!', '', '¡Muévanse, guardias! ¡Será para matar el tiempo!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1520, 'taunt', 'Don’t be delayin’ your fate. Come to me now. I make your sacrifice quick.', 0, 0, '', 'Ne retarde pas ton destin. Viens à moi maintenant. Je rends ton sacrifice rapide.', 'Verzögere dein Schicksal nicht. Komm jetzt zu mir. Ich mache dein Ende schnell.', '别拖延你的命运。现在过来,我会让你的牺牲快一点。', '', 'No demores tu destino. Ven a mí ahora. Hago que tu sacrificio sea rápido.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1521, 'taunt', 'You be dead soon enough!', 0, 0, '', 'Tu seras bientôt mort !', 'Du wirst bald tot sein!', '你很快就会死翘翘!', '', '¡Estarás muerto lo suficientemente pronto!', '', 'Ты скоро будешь мертв!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1522, 'taunt', 'Mua-ha-ha!', 0, 0, '', 'Mua-ha-ha!', 'Mua-ha-ha!', '哇哈哈哈!', '', '¡Mua-ja-ja!', '', 'Муа-ха-ха!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1523, 'taunt', 'I be da predator! You da prey...', 0, 0, '', 'Je suis le prédateur! Tu es la proie...', 'Ich bin der Jäger! Du bist die Beute...', '我是猎手!你是猎物……', '', '¡Soy un depredador! Eres presa...', '', 'Я хищник! Ты жертва...'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1524, 'taunt', 'You gonna leave in pieces!', 0, 0, '', 'Tu vas finir en morceaux !', 'Du wirst diesen Ort in Stücken verlassen!', '你会碎成渣离开这里!', '', '¡Te vas a ir en pedazos!', '', 'Ты уйдешь в кусках!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1525, 'taunt', 'Death comes. Will your conscience be clear? ', 0, 0, '', 'La mort arrive. Est-ce que ta conscience sera claire ?', 'Der Tod kommt. hast du ein reines Gewissen?', '死亡降临了。你的良心能安宁吗?', '', 'La muerte llega. ¿Tu conciencia estará limpia? ', '', 'Смерть приходит. Будет ли твоя совесть чиста?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1526, 'taunt', 'Your behavior will not be tolerated.', 0, 0, '', 'Votre comportement ne sera pas toléré.', 'Dein Verhalten wird nicht toleriert.', '你的行为不可容忍。', '', 'Tu comportamiento no será tolerado', '', 'Ваше поведение не будет терпимо.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1527, 'taunt', 'The Menagerie is for guests only.', 0, 0, '', 'La Ménagerie est réservée aux invités seulement.', 'Die Menagerie ist nur für Gäste.', '展览馆仅对访客开放。', '', 'The Menagerie es solo para invitados', '', 'Менажерия предназначена только для гостей.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1528, 'taunt', 'Hmm, unannounced visitors, Preparations must be made... ', 0, 0, '', 'Des visiteurs non annoncés, il me faut faire des préparatifs...', 'Hmm, unangekündigte Besucher, Vorbereitungen müssen getroffen werden...', '嗯,未经通报的访客,必须做好准备……', '', 'Hmm, visitantes inesperados, se deben hacer preparativos... ', '', 'Хмм, незваные гости, нужно подготовиться...'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1529, 'taunt', 'Hostile entities detected. Threat assessment protocol active. Primary target engaged. Time minus thirty seconds to re-evaluation.', 0, 0, '', 'Entités hostiles détectées. Protocole d’évaluation des menaces activé. Cible principale engagée. Temps moins trente secondes avant réévaluation.', 'Feindliche Einheiten entdeckt. Bedrohungsbewertungsprotokoll aktiv. Primärziel angegriffen. Zeit bis zur Neubewertung: minus dreißig Sekunden.', '侦测到敌对实体。威胁评估协议已激活。主要目标锁定。距离重新评估还有三十秒。', '', 'Entidades hostiles detectadas. Protocolo de evaluación de amenazas activo. Objetivo principal comprometido. Tiempo menos treinta segundos para la reevaluación.', '', 'Обнаружены враждебные сущности. Протокол оценки угрозы активирован. Основная цель захвачена. Время до повторной оценки - тридцать секунд.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1530, 'taunt', 'New toys? For me? I promise I won’t break them this time!', 0, 0, '', 'De nouveaux jouets ? Pour moi ? Je te promets que cette fois, je ne les casserai pas !', 'Neue Spielzeuge? Für mich? Ich verspreche, ich werde sie dieses Mal nicht kaputt machen!', '新玩具?给我玩的?我保证这次不会弄坏它们!', '', '¿Juguetes nuevos? ¿Para mi? ¡Te prometo que no los romperé esta vez!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1531, 'taunt', 'I’m ready to play!', 0, 0, '', 'Je suis prêt à jouer !', 'Ich bin bereit zu spielen!', '我准备好玩一玩了!', '', '¡Estoy listo para jugar!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1532, 'taunt', 'Shhh... it will all be over soon.', 0, 0, '', 'Chut... tout sera bientôt fini.', 'Shhh... es wird bald vorbei sein.', '嘘……这一切很快就会结束。', '', 'Shhh... todo terminará pronto.', '', 'Шшш... скоро все закончится.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1533, 'taunt', 'Aaaaaughibbrgubugbugrguburgle!', 0, 0, '', 'Aaaaaughibbrgubugbugrguburgle!', 'Aaaaaughibbrgubugbugrguburgle!', '啊啊啊啊咕噜咕噜咕噜咕!', '', '¡Aaaaaughibbrgubugbugrguburgle!', '', 'Ааааагхиббргубугбугрубгл!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1534, 'taunt', 'RwlRwlRwlRwl!', 0, 0, '', 'RwlRwlRwlRwl!', 'RwlRwlRwlRwl!', '嗷嗷嗷嗷!', '', 'RwlRwlRwlRwl!', '', 'РвлРвлРвлРвл!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1535, 'taunt', 'You too, shall serve!', 0, 0, '', 'Toi aussi, tu serviras !', 'Auch du wirst dienen!', '你也一样,必须效忠!', '', '¡Tú también, debes servir!', '', 'Ты тоже будешь служить!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1536, 'taunt', 'Tell me... tell me everything! Naughty secrets! I’ll rip the secrets from your flesh!', 0, 0, '', 'Dis-moi... dis-moi tout ! Les petits secrets coquins ! Je vais arracher les secrets de ta chair !', 'Sag mir... sag mir alles! Schmutzige Geheimnisse! Ich werde dir deine Geheimnisse aus deinem Fleisch reißen!', '告诉我……把一切都告诉我!那些小秘密!我会从你的血肉中撕出真相!', '', 'Cuéntame... ¡cuéntame todo! ¡Secretos traviesos! ¡Arrancaré los secretos de tu carne!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1537, 'taunt', 'Prepare yourselves, the bells have tolled! Shelter your weak, your young and your old! Each of you shall pay the final sum! Cry for mercy, the reckoning has come!', 0, 0, '', 'Préparez-vous, les cloches ont sonné ! Protégez vos faibles, vos jeunes et vos anciens ! Chacun d’entre vous paiera le prix final ! Pleurez miséricorde, l’heure du jugement est arrivée!', 'Bereitet euch vor, die Glocken haben geläutet! Schützt eure Schwachen, eure Jungen und eure Alten! Jeder von euch wird den endgültigen Preis zahlen! Fleht um Gnade, die Abrechnung ist gekommen!', '准备好吧,丧钟已敲响!保护你们的弱者、孩子和老人!你们每个人都将付出最终代价!哭求怜悯吧,清算时刻到了!', '', '¡Prepárense, las campanas han doblado! ¡Abriga a tus débiles, a tus jóvenes ya tus viejos! ¡Cada uno de ustedes pagará la suma final! Clama por misericordia, el ajuste de cuentas ha llegado!', '', 'Приготовьтесь, колокола прозвучали! Укройте своих слабых, молодых и старых! Каждый из вас заплатит окончательную цену! Просите о милости, расплата пришла!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1538, 'taunt', 'Where in Bonzo’s brass buttons am I?', 0, 0, '', 'Où diable suis-je?', 'Wo zur Hölle bin ich?', '我到底在邦佐的黄铜扣子哪里?', '', '¿Dónde estoy en los botones de latón de Bonzo?', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1539, 'taunt', 'I can bear it no longer! Goblin King! Goblin King! Wherever you may be! Take this far away from me!', 0, 0, '', 'Je n’en peux plus! Roi des Gobelins! Roi des Gobelins! Où que tu sois! Emmène cette %cible% loin de moi!', 'Ich ertrage es nicht mehr! Goblinkönig! Goblinkönig! Wo immer du bist! Nimm diesen weit weg von mir!', '我再也受不了了!地精之王!地精之王!不管你在哪!把这个带离我远点!', '', '¡No puedo soportarlo más! ¡Rey de los duendes! ¡Rey de los duendes! ¡WHERE quiera que estés! ¡Lleva a este lejos de mí!', '', 'Я больше не могу это терпеть! Король гоблинов! Король гоблинов! Где бы ты ни был! Унеси этого далеко от меня!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1540, 'taunt', 'You have thirteen hours in which to solve the labyrinth, before your baby brother becomes one of us... forever.', 0, 0, '', 'Tu as treize heures pour résoudre le labyrinthe, avant que ton petit frère ne devienne l’un d’entre nous... pour toujours.', 'Du hast dreizehn Stunden, um das Labyrinth zu lösen, bevor dein kleiner Bruder einer von uns wird... für immer.', '你有十三小时来解开迷宫,否则你的小弟弟将永远成为我们的一员……', '', 'Tienes trece horas para resolver el laberinto, antes de que tu hermanito se convierta en uno de nosotros... para siempre', '', 'У вас есть тринадцать часов, чтобы решить лабиринт, прежде чем ваш младший брат станет одним из нас... навсегда.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1541, 'taunt', 'So, the is a piece of cake, is it? Well, let’s see how you deal with this little slice... ', 0, 0, '', 'Alors, la est du gâteau, vous dites? Hmm, voyons comment vous vous en sortez avec cette petite portion...', 'Also, die ist ein Kinderspiel, ja? Nun, sehen wir mal, wie du mit diesem kleinen Stück klarkommst...', '所以,对你来说是小菜一碟,对吧?好吧,看看你怎么应付这小块“蛋糕”……', '', 'Entonces, la es pan comido, ¿verdad? Bueno, veamos cómo lidias con esta pequeña porción... ', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1542, 'taunt', 'Back off, I’ll take you on, headstrong to take on anyone, I know that you are wrong, and this is not where you belong', 0, 0, '', 'Alors, recule, je vais m’occuper de toi, déterminé à affronter n’importe qui, je sais que tu as tort, et ce n’est pas là que tu appartiens', 'Zurück, ich nehme dich auf, entschlossen, es mit jedem aufzunehmen, ich weiß, dass du falsch liegst, und das ist nicht der Ort, an den du gehörst', '退后,我来对付你,胆大包天敢挑战任何人,我知道你错了,这里不是你该来的地方', '', 'Atrás, te enfrentaré, testarudo para enfrentar a cualquiera, sé que estás equivocado, y este no es el lugar al que perteneces', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1543, 'taunt', 'Show me whatcha got!', 0, 0, '', 'Montre-moi ce que t’as dans le ventre!', 'Zeig mir, was du drauf hast!', '让我瞧瞧你有啥能耐!', '', '¡Muéstrame lo que tienes!', '', 'Покажи, что у тебя есть!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1544, 'taunt', 'To the death!', 0, 0, '', '% Sorry, I can’t translate that.', 'Bis zum Tod!', '决一死战!', '', '¡Hasta la muerte!', '', 'До смерти!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1545, 'taunt', 'Twin blade action, for a clean close shave every time.', 0, 0, '', 'Lame jumelle, pour un rasage de près impeccable à chaque fois.', 'Doppelklingenaktion, für eine saubere Rasur jedes Mal.', '双刃出击,每次都能干净利落!', '', 'Acción de cuchilla doble, para un afeitado limpio y apurado en todo momento.', '', 'Двойное лезвие, для чистого бритья каждый раз.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1546, 'taunt', 'Bring it on!', 0, 0, '', 'Allez, viens ici !', 'Los geht’s!', '来吧!', '', '¡Adelante!', '', 'Давай!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1547, 'taunt', 'You’re goin’ down!', 0, 0, '', 'Tu vas tomber !', 'Du gehst unter!', '你死定了!', '', '¡Vas a caer!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1548, 'taunt', 'Stabby stab stab!', 0, 0, '', 'Stabby stab stab!', 'Stech, stech, stech!', '刺刺刺!', '', '¡Puñalada puñalada puñalada!', '', 'Ударь, ударь, ударь!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1549, 'taunt', 'Let’s get this over quick, time is mana.', 0, 0, '', 'Finissons-en vite , le temps c’est du mana.', 'Lass uns das schnell beenden, Zeit ist Mana.', '咱们速战速决,时间就是魔法!', '', 'Terminemos con esto rápido, el tiempo es maná.', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1550, 'taunt', 'I do not think you realise the gravity of your situation.', 0, 0, '', 'Tu ne réalise pas encore la gravité de ta situation.', 'Ich glaube nicht, dass du die Schwere deiner Lage begreifst.', '我想你还没意识到你处境的严重性。', '', 'No creo que te des cuenta de la gravedad de tu situación.', '', 'Я не думаю, что вы осознаете серьезность вашей ситуации.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1551, 'taunt', 'I will bring honor to my family and my kingdom!', 0, 0, '', 'Je vais apporter honneur à ma famille et à mon royaume!', 'Ich werde meiner Familie und meinem Königreich Ehre bringen!', '我会为我的家族和王国带来荣耀!', '', '¡Llevaré honor a mi familia y mi reino!', '', 'Я принесу честь своей семье и своему королевству!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1552, 'taunt', 'Light, give me strength!', 0, 0, '', 'Lumière, donne-moi de la force!', 'Licht, gib mir Kraft!', '圣光,赐予我力量!', '', '¡Luz, dame fuerza!', '', 'Свет, дай мне силу!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1553, 'taunt', 'My church is the field of battle - time to worship...', 0, 0, '', 'Mon terrain de bataille, c’est mon église - il est temps de rendre hommage...', 'Das Schlachtfeld ist meine Kirche - Zeit für die Anbetung...', '战场就是我的教堂——是时候膜拜了……', '', 'Mi iglesia es el campo de batalla - hora de adorar...', '', 'Моя церковь - это поле битвы - время поклоняться...'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1554, 'taunt', 'I hold you in contempt...', 0, 0, '', 'Je te méprise...', 'Ich verachte dich...', '我鄙视你……', '', 'Te tengo en desacato...', '', 'Я держу тебя в презрении...'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1555, 'taunt', 'Face the hammer of justice!', 0, 0, '', 'Affronte le marteau de la justice!', 'Stell dich dem Hammer der Gerechtigkeit!', '面对正义之锤吧!', '', '¡Enfréntate al martillo de la justicia!', '', 'Столкнись с молотом справедливости!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1556, 'taunt', 'Prove your worth in the test of arms under the Light!', 0, 0, '', 'Prouve ta valeur dans le test des armes sous la Lumière!', 'Beweise deinen Wert in der Prüfung der Waffen unter dem Licht!', '在圣光的见证下证明你的武艺价值!', '', '¡Demuestra tu valía en la prueba de las armas bajo la Luz!', '', 'Докажи свою ценность в испытании оружием под Светом!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1557, 'taunt', 'All must fall before the might and right of my cause, you shall be next!', 0, 0, '', 'Tous doivent tomber devant la puissance et la justesse de ma cause, tu seras le prochain!', 'Alle müssen vor der Macht und dem Recht meiner Sache fallen, du bist der Nächste!', '所有人都将在我的正义与力量前倒下,你就是下一个!', '', 'Todo debe caer ante el poder y el derecho de mi causa, ¡tú serás el próximo!', '', 'Все должны пасть перед могуществом и правом моего дела, ты будешь следующим!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1558, 'taunt', 'Prepare to die!', 0, 0, '', 'Prépare-toi à mourir!', 'Mach dich bereit zu sterben!', '准备受死吧!', '', '¡Prepárate para morir!', '', 'Приготовься умереть!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1559, 'taunt', 'The beast with me is nothing compared to the beast within...', 0, 0, '', 'La bête qui est avec moi n’est rien comparée à la bête qui est en moi...', 'Die Bestie an meiner Seite ist nichts im Vergleich zur Bestie in mir...', '我身边的野兽与我内心的猛兽相比简直不值一提……', '', 'La bestia conmigo no es nada comparada con la bestia interior...', '', 'Зверь со мной ничто по сравнению с зверем внутри...'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1560, 'taunt', 'Witness the firepower of this fully armed huntsman!', 0, 0, '', 'Découvrez la puissance de feu de ce chasseur entièrement armé!', 'Erlebe die Feuerkraft dieses voll bewaffneten Jägers!', '见识一下全副武装猎人的火力吧!', '', '¡Sea testigo de la potencia de fuego de este cazador completamente armado!', '', 'Стань свидетелем огневой мощи этого полностью вооруженного охотника!'); + +-- combat events +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1561, 'critical health', 'Heal me! Quick!', 0, 0, '', 'Je vais te soigner tout de suite !', 'Heil mich! Schnell!', '快治疗我!快点!', '', '¡Cúrame! ¡Rápido!', '', 'Исцели меня! Быстро!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1562, 'critical health', 'Almost dead! Heal me!', 0, 0, '', 'Presque mort ! Soignez-moi !', 'Fast tot! Heil mich!', '快不行了!治疗我!', '', '¡Estoy casi muerto! ¡Cúrame!', '', 'Почти мертв! Исцели меня!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1563, 'critical health', 'Help! Heal me!', 0, 0, '', 'S’il te plaît, aide-moi! Soigne-moi!', 'Hilfe! Heil mich!', '救命!治疗我!', '', '¡Ayuda! ¡Cúrame!', '', 'Помогите! Исцели меня!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1564, 'critical health', 'Somebody! Heal me!', 0, 0, '', 'Quelqu’un ! Soigne-moi !', 'Irgendjemand! Heil mich!', '谁来!治疗我!', '', '¡Alguien! ¡Cúrame!', '', 'Кто-нибудь! Исцели меня!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1565, 'critical health', 'Heal! Heal! Heal!', 0, 0, '', 'Guérir! Guérir! Guérir!', 'Heilung! Heilung! Heilung!', '治疗!治疗!治疗!', '', '¡Curame! ¡Saname! ¡Socorro!', '', 'Исцели! Исцели! Исцели!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1566, 'critical health', 'I am dying! Heal! Aaaaarhg!', 0, 0, '', 'Je meurs! Au secours! Aaaaarhg!', 'Ich sterbe! Heilung! Aaaaarhg!', '我要死了!治疗!啊啊啊啊!', '', '¡Me estoy muriendo! ¡Saname! ¡Aaaaarhg!', '', 'Я умираю! Исцели! Ааааргх!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1567, 'critical health', 'Heal me!', 0, 0, '', 'Soigne moi !', 'Heil mich!', '快治疗我!', '', '¡Cúrame!', '', 'Исцели меня!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1568, 'critical health', 'I will die. I will die. I will die. Heal!', 0, 0, '', 'Je vais mourir. Je vais mourir. Je vais mourir. Soigne-moi !', 'Ich werde sterben. Ich werde sterben. Ich werde sterben. Heilung!', '我要死了!我要死了!快治疗!', '', 'Voy a morir. Voy a morir. Voy a morir. ¡Saname!', '', 'Я умру. Я умру. Я умру. Исцели!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1569, 'critical health', 'Healers, where are you? I am dying!', 0, 0, '', 'Healers, où êtes-vous? Je suis en train de mourir!', 'Heiler, wo seid ihr? Ich sterbe!', '治疗呢?你们在哪儿?我快挂了!', '', 'Sanadores, ¿dónde estais? ¡Me estoy muriendo!', '', 'Целители, где вы? Я умираю!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1570, 'critical health', 'Oh the pain. Heal me quick!', 0, 0, '', 'Oh la douleur. Guérissez-moi vite!', 'Oh, der Schmerz. Heil mich schnell!', '哎哟,好痛!快给我治疗!', '', 'Ouch, qué dolor. ¡Cúrame rápido!', '', 'О, боль. Исцели меня быстро!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1571, 'low health', 'Need heal', 0, 0, '', 'Besoin de soins', 'Brauche Heilung', '需要治疗!', '', 'Necesito una cura', '', 'Нужна исцеление'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1572, 'low health', 'Low health', 0, 0, '', 'Faible santé', 'Wenig Leben', '血量低了!', '', 'Salud baja', '', 'Низкое здоровье'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1573, 'low health', 'Drop a heal. Please.', 0, 0, '', 'HEAL. S’il te plaît.', 'Heilung bitte.', '来个治疗,求你了!', '', 'Una sanación por favor.', '', 'Сделай исцеление. Пожалуйста.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1574, 'low health', 'Could somebody drop a heal on me?', 0, 0, '', 'Est-ce que quelqu’un pourrait me soigner?', 'Kann mich jemand heilen?', '谁能给我加点血啊?', '', '¿Alguien podría curarme?', '', 'Может кто-нибудь исцелить меня?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1575, 'low health', 'Hey! Better heal me now than rez later', 0, 0, '', 'Salut! Mieux vaut me soigner maintenant que me ressusciter plus tard.', 'Hey! Heilt mich lieber jetzt als mich später zu wiederbeleben.', '嘿!现在治好我总比待会儿复活强吧!', '', '¡Oye! Mejor curarme ahora que resucitarme después', '', 'Эй! Лучше исцели меня сейчас, чем воскрешать позже.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1576, 'low health', 'I am sorry. Need another heal', 0, 0, '', 'Je suis désolé. J’ai besoin d’une autre guérison.', 'Tut mir leid. Brauche nochmal Heilung.', '抱歉,又需要治疗了!', '', 'Lo siento. Necesito otra curación', '', 'Извини. Нужна еще одна исцеление.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1577, 'low health', 'Damn mobs. Heal me please', 0, 0, '', 'Maudits mobs. Guéris moi s’il te plait', 'Verdammte Mobs. Heilt mich bitte.', '该死的怪物,拜托治疗一下!', '', '¡Malditos bichos! ¡Una curita por favor!', '', 'Черт возьми, мобы. Исцели меня, пожалуйста.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1578, 'low health', 'One more hit and I am done for. Heal please', 0, 0, '', 'Un coup de plus et c’est fini. Guéris moi s’il te plait', 'Ein Treffer noch und ich bin erledigt. Heilung bitte.', '再挨一下我就完了,求治疗!', '', 'Un golpe más y estoy acabado. Cura por favor', '', 'Еще один удар, и я пропал. Исцели, пожалуйста.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1579, 'low health', 'Are there any healers?', 0, 0, '', 'Y a-t-il des guérisseurs?', 'Gibt es hier Heiler?', '有治疗吗?', '', '¿Hay sanadores?', '', 'Есть ли целители?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1580, 'low health', 'Why do they always punch me in the face? Need heal', 0, 0, '', 'Pourquoi est-ce qu’ils me frappent toujours au visage? J’ai besoin de guérison', 'Warum schlagen sie mir immer ins Gesicht? Brauche Heilung.', '为什么总是打我脸?需要治疗!', '', '¿Por qué siempre me golpean en la cara? Necesito sanacion', '', 'Почему они всегда бьют меня в лицо? Нужна исцеление.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1581, 'low health', 'Can anybody heal me a bit?', 0, 0, '', 'Soignez moi, même juste un peu ?', 'Kann mich jemand ein bisschen heilen?', '谁能给我加一点血?', '', '¿Alguien puede curarme un poco?', '', 'Может кто-нибудь немного исцелить меня?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1582, 'low mana', 'OOM', 0, 0, '', 'Plus de mana !', 'Kein Mana mehr!', '没蓝了!', '', 'No tengo mana!', '', 'OOM'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1583, 'low mana', 'I am out of mana', 0, 0, '', 'Je n’ai plus de mana', 'Ich habe kein Mana mehr', '我没蓝了!', '', 'No tengo maná', '', 'У меня закончилась мана'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1584, 'low mana', 'Damn I wasted all my mana on this', 0, 0, '', 'Damn j’ai gaspillé toute ma mana sur ça.', 'Verdammt, ich habe mein ganzes Mana darauf verschwendet.', '该死,我的蓝全浪费在这上面了!', '', 'Me cago en todo! Malgasté todo mi maná enseguida', '', 'Черт, я потратил всю свою ману на это'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1585, 'low mana', 'You should wait until I drink or regenerate my mana', 0, 0, '', 'Tu devrais attendre que je boive ou régénère ma mana.', 'Du solltest warten, bis ich trinke oder Mana regeneriere.', '等我喝点水或者回点蓝再继续吧!', '', 'Deberías esperar hasta que beba o regenere mi maná', '', 'Тебе стоит подождать, пока я выпью или восстановлю свою ману'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1586, 'low mana', 'Low mana', 0, 0, '', 'Bas niveau de mana.', 'Wenig Mana.', '蓝量低了!', '', 'Maná bajo', '', 'Низкая мана'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1587, 'low mana', 'No mana. Again?', 0, 0, '', 'Pas de mana. Encore ?', 'Kein Mana. Schon wieder?', '没蓝了,又是这样?', '', 'Sin maná. ¿Otra vez?', '', 'Нет маны. Снова?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1588, 'low mana', 'Low mana. Wanna drink', 0, 0, '', 'Plus de mana, je prendrai bien un peu d eau', 'Kein Mana mehr, ich sollte etwas trinken.', '蓝量低了,想喝点水!', '', 'Maná bajo. Quiero beber', '', 'Низкая мана. Хочу выпить.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1589, 'low mana', 'Do we have a vending machine? Out of mana again', 0, 0, '', 'Nous avons une machine distributrice ? Encore à court de mana.', 'Haben wir einen Automaten? Schon wieder kein Mana.', '有自动售卖机吗?又没蓝了!', '', '¿Tenemos una máquina expendedora? Sin maná otra vez', '', 'У нас есть торговый автомат? Снова нет маны.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1590, 'low mana', 'My mana is history', 0, 0, '', 'Mon mana est à sec.', 'Mein Mana ist Geschichte.', '我的蓝已经见底了!', '', 'Mi maná es historia', '', 'Моя мана в истории.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1591, 'low mana', 'I’d get some drinks next time. Out of mana', 0, 0, '', 'Je prendrai des verres la prochaine fois. Plus de mana.', 'Ich hole mir nächstes Mal ein paar Tränke. Kein Mana mehr.', '下次一定要多带点喝的,没蓝了!', '', '¡No tengo maná! Tengo que comprar bebidas la próxima vez...', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1592, 'low mana', 'Where is my mana?', 0, 0, '', 'Oh là là, désolé, mais je ne sais pas du tout où se trouve ta mana. As-tu vérifié tous tes sacs et tes poches? Peut-être que tu l’as laissé quelque part dans la maison ou dans ton sac à dos. Il est toujours embêtant de perdre quelque chose d’aussi précieux que sa mana, j’espère que tu vas la retrouver bientôt!', 'Wo ist mein Mana?', '我的蓝去哪儿了?', '', '¿Dónde está mi maná?', '', 'Где моя мана?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1593, 'low ammo', 'I have few left!', 0, 0, '', 'Il ne me reste que quelques !', 'Ich habe nur noch wenig !', '我只剩一点了!', '', '¡Me quedan pocas !', '', 'У меня осталось немного !'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1594, 'low ammo', 'I need more !', 0, 0, '', 'J’ai besoin de plus de !', 'Ich brauche mehr !', '我需要更多的!', '', '¡Necesito más !', '', 'Мне нужно больше !'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1595, 'low ammo', '100 left!', 0, 0, '', 'Il me reste 100 !', 'Ich habe noch 100 übrig!', '还剩100个!', '', '¡Quedan 100 !', '', '100 осталось!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1596, 'no ammo', 'That’s it! No !', 0, 0, '', 'C’est ça! Pas de !', 'Das war’s! Keine mehr!', '完了!没了!', '', '¡Eso es todo! ¡Sin !', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1597, 'no ammo', 'And you have my bow... Oops, no !', 0, 0, '', 'Et vous avez mon arc... Oops, pas de !', 'Und du hast meinen Bogen... Ups, keine !', '你拿了我的弓……呃,没了!', '', 'Y tú tienes mi arco... ¡Uy, sin !', '', 'И у тебя есть мой лук... Ой, нет !'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1598, 'no ammo', 'Need ammo!', 0, 0, '', 'Besoin de munitions !', 'Brauche Munition!', '需要弹药!', '', '¡Necesito munición!', '', 'Нужна патроны!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1599, 'aoe', 'Oh god!', 0, 0, '', 'Oh mon Dieu!', 'Oh Gott!', '天哪!', '', '¡Oh, Dios!', '', 'О боже!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1600, 'aoe', 'I am scared', 0, 0, '', 'Je suis effrayé.', 'Ich habe Angst.', '我好害怕!', '', 'Tengo miedo', '', 'Мне страшно'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1601, 'aoe', 'We are done for', 0, 0, '', 'Nous sommes foutus.', 'Wir sind erledigt.', '我们完了!', '', 'Hemos terminado', '', 'Мы пропали'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1602, 'aoe', 'This is over', 0, 0, '', 'C’est terminé', 'Das war’s.', '这下完了!', '', 'Esto se acabó', '', 'Это закончено'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1603, 'aoe', 'This ends now', 0, 0, '', 'Cela se termine maintenant.', 'Das endet jetzt.', '现在就结束了!', '', 'Esto termina ahora', '', 'Это заканчивается сейчас'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1604, 'aoe', 'Could somebody cast blizzard or something?', 0, 0, '', 'Est-ce que quelqu’un pourrait lancer une tempête de neige ou quelque chose du genre, s’il vous plaît?', 'Kann jemand Blizzard anrufen?', '谁能扔个暴风雪啥的吗?', '', '¿Alguien podría lanzar ventisca o algo así?', '', 'Может кто-нибудь вызвать метель или что-то подобное?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1605, 'aoe', 'Damn. The tank aggroed all the mobs around', 0, 0, '', 'Maudit tank a attiré tous les ennemis autour.', 'Verdammt. Der Tank hat alle Mobs um uns herum gepullt.', '该死,坦克拉了周围所有的怪!', '', '¡Me cago en todo! El tanque atrajo a todos los mobs...', '', 'Черт. Танку агрировал всех мобов вокруг.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1606, 'aoe', 'We gonna die. We gonna die. We gonna die.', 0, 0, '', 'On va mourir. On va mourir. On va mourir.', 'Wir werden sterben. Wir werden sterben. Wir werden sterben.', '我们要死了!我们要死了!我们要死了!', '', 'Vamos a morir. Vamos a morir. Vamos a morir.', '', 'Мы умрем. Мы умрем. Мы умрем.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1607, 'aoe', 'Whoa! So many toys to play with', 0, 0, '', 'Oh là là ! Tellement de jouets avec lesquels jouer !', 'Wow! So viele Spielzeuge zum Spielen!', '哇!这么多小怪可以玩!', '', '¡Vaya! Tantos juguetes con los que jugar', '', 'Ух ты! Так много игрушек, с которыми можно играть.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1608, 'aoe', 'I gonna kill them all!', 0, 0, '', 'Je vais les tuer tous !', 'Ich werde sie alle töten!', '我要干掉他们所有人!', '', '¡Voy a matarlos a todos!', '', 'Я убью их всех!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1609, 'aoe', 'If the tank dies we are history', 0, 0, '', 'Si le tank meurt, c’est la fin pour nous.', 'Wenn der Tank stirbt, war es das für uns.', '如果坦克挂了,我们就完蛋了!', '', 'Si el tanque muere somos historia', '', 'Если танк умрет, мы в истории.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1610, 'aoe', 'Aaaaaargh!', 0, 0, '', 'Aaaaaaah!', 'Aaaaaargh!', '啊啊啊啊!', '', '¡Aaaaaargh!', '', 'Аааааргх!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1611, 'aoe', 'LEEEEERROOOYYYYYYYYYYYY JENNKINNNSSSSSS!!!!!!!', 0, 0, '', 'LEEROOOOOOOYYYYYYYYYYY JENNKINNNSSSSSSS!!!!!!!', 'CAAAAAARL!!!!!!!', '李洛伊·詹金斯!!!', '', 'LEEEEERROOOYYYYYYYYYYYY JENNKINNNSSSSSS!!!!!!!', '', 'ЛЕЕЕЕЕЕЕЕЕЕЕЕЕЕЕЕЕЕЕЕЙ ДЖЕНКИНС!!!!!!!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1612, 'aoe', 'Right. What do we have in AOE?', 0, 0, '', 'Alors, qu’est-ce qu’on a dans AOE?', 'Okay. Was haben wir für AOE?', '好吧,我们有什么群攻技能?', '', 'Claro. ¿Qué tenemos en AOE?', '', 'Правильно. Что у нас есть в AOE?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1613, 'aoe', 'This gets interesting', 0, 0, '', 'Cela devient intéressant', 'Das wird interessant.', '这下有意思了!', '', 'Esto se pone interesante', '', 'Это становится интересным.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1614, 'aoe', 'Cool. Get them in one place for a good flamestrike', 0, 0, '', 'Cool. Rassemble-les au même endroit pour un bon Coup de Flamme.', 'Cool. Bringt sie alle zusammen für einen ordentlichen Flammenstoß.', '酷!把他们聚一起,给我来个烈焰冲击!', '', 'Genial! Ponlos todos juntos para un buen ataque en area', '', 'Круто. Соберите их в одном месте для хорошего огненного удара.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1615, 'aoe', 'Kill! Kill! Kill!', 0, 0, '', 'TUER! TUER! TUER!.', 'TÖTEN! TÖTEN! TÖTEN!', '杀!杀!杀!', '', '¡Matar! ¡Matar! ¡Matar!', '', 'Убей! Убей! Убей!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1616, 'aoe', 'I think my pants are wet', 0, 0, '', 'Je crois que mon pantalon est mouillé.', 'Ich glaube, meine Hose ist nass.', '我感觉我的裤子湿了……', '', 'Creo que mis pantalones están mojados', '', 'Я думаю, что мои штаны мокрые.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1617, 'aoe', 'We are history', 0, 0, '', 'Nous sommes l’histoire.', 'Wir sind Geschichte.', '我们完蛋了!', '', 'Somos historia', '', 'Мы в истории.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1618, 'aoe', 'I hope healers are ready. Leeeeroy!', 0, 0, '', 'J’espère que les heal sont prêt. Leeeeroy!', 'Ich hoffe, die Heiler sind bereit. CAAAAAARL!', '希望治疗准备好了,李洛伊!', '', 'Espero que los sanadores estén listos. ¡Leeeroy!', '', 'Надеюсь, целители готовы. Лееерой!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1619, 'aoe', 'I hope they won’t come for me', 0, 0, '', 'J’espère qu’ils ne viendront pas me chercher.', 'Ich hoffe, sie kommen nicht zu mir.', '希望他们别冲着我来!', '', 'Espero que no vengan por mí', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1620, 'aoe', 'Oh no. I can’t see at this slaugther', 0, 0, '', 'Oh non. Je ne peux pas regarder ce massacre.', 'Oh nein. Ich kann dieses Gemetzel nicht ansehen.', '哦不,我看不下这场屠杀!', '', 'Oh, no. No puedo ver esta matanza', '', ''); + +-- on looting +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1621, 'loot', 'I hope there will be some money', 0, 0, '', 'J’espère qu’il y aura de l’argent.', 'Ich hoffe, es gibt etwas Geld.', '希望能有点金币!', '', 'Espero que haya algo de dinero...', '', 'Надеюсь, там будет немного денег.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1622, 'loot', 'Loot! Loot!', 0, 0, '', 'Butin! Butin!', 'Beute! Beute!', '战利品!战利品!', '', '¡Botín! ¡Botín!', '', 'Лут! Лут!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1623, 'loot', 'My precious', 0, 0, '', 'Mon précieux', 'Mein Schatz', '我的宝贝!', '', 'Mi tesoro...', '', 'Мое драгоценное.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1624, 'loot', 'I hope there is a shiny epic item waiting for me there', 0, 0, '', 'j’espère qu’il y a un objet épique brillant qui m’attend ici', 'Ich hoffe, dort wartet ein glänzendes episches Item auf mich.', '希望那儿有件闪闪发光的史诗装备等着我!', '', 'Espero que haya un objeto épico brillante esperándome allí', '', 'Надеюсь, там ждет меня блестящий эпический предмет.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1625, 'loot', 'I have deep pockets and bags', 0, 0, '', 'J’ai de grandes poches et des sacs profonds.', 'Ich habe tiefe Taschen und große Beutel.', '我的口袋和背包都很大!', '', 'Tengo bolsillos profundos y infinitos', '', 'У меня глубокие карманы и сумки.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1626, 'loot', 'All is mine!', 0, 0, '', 'Tout m’appartient!', 'Alles gehört mir!', '全是我的!', '', '¡Todo es mío!', '', 'Все мое!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1627, 'loot', 'Hope no gray shit today', 0, 0, '', 'J’espère qu’il n’y aura pas de merde grise aujourd’hui.', 'Hoffentlich heute kein grauer Mist.', '希望今天别出垃圾灰装!', '', 'Espero que hoy no haya mierda gris', '', 'Надеюсь, сегодня не будет серой ерунды.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1628, 'loot', 'This loot is MINE!', 0, 0, '', 'Ce butin est MIEN !', 'Diese Beute gehört MIR!', '这战利品是我的!', '', '¡Este botín es MÍO!', '', 'Этот лут - МОЙ!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1629, 'loot', 'Looting is disgusting but I need money', 0, 0, '', 'Le pillage est répugnant mais j’ai besoin d’argent', 'Plündern ist ekelhaft, aber ich brauche Geld.', '摸尸体真恶心,但我需要金币!', '', 'El saqueo es repugnante pero necesito dinero...', '', 'Лутать отвратительно, но мне нужны деньги.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1630, 'loot', 'Gold!', 0, 0, '', 'ARGENT !', 'GOLD!', '金币!', '', '¡Oro!', '', 'Золото!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1631, 'loot', 'OK. Let’s see what they’ve got', 0, 0, '', 'D’accord. Voyons ce qu’ils ont.', 'Okay. Schauen wir mal, was sie haben.', '好吧,看看他们身上有啥!', '', 'OK. Veamos qué tienen', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1632, 'loot', 'Do not worry. I will loot eveything', 0, 0, '', 'Ne t’inquiète pas. je vais tout piller', 'Keine Sorge. Ich werde alles looten.', '别担心,我会把所有东西都搜刮干净!', '', 'No te preocupes. Saquearé todo', '', 'Не волнуйтесь. Я все залутаю.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1633, 'loot', 'I am loot ninja', 0, 0, '', 'Je suis un ninja du butin', 'Ich bin ein Loot-Ninja.', '我是战利品忍者!', '', 'Soy un ladron de tesoros', '', 'Я ниндзя лута.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1634, 'loot', 'Do I neeed to roll?', 0, 0, '', 'Est-ce que je dois lancer les dés?', 'Muss ich würfeln?', '我需要roll点吗?', '', '¿Necesito lanzar dados?', '', 'Мне нужно бросить кубик?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1635, 'loot', 'Somebody explain me, where they did put all this stuff?', 0, 0, '', 'Quelqu’un m’explique, où ils ont mis tout ça?', 'Kann mir jemand erklären, wo sie das ganze Zeug hingetan haben?', '谁能告诉我,他们把这些东西都藏哪儿了?', '', 'Alguien me explica, ¿dónde pusieron todas estas cosas?', '', 'Кто-нибудь объясните мне, куда они положили все эти вещи?'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1636, 'loot', 'No, I won’t loot gray shit', 0, 0, '', 'No way, je ne vais pas voler de la merde grise.', 'Nein, ich loote keinen grauen Mist.', '不行,我才不捡这些破烂灰色装备!', '', 'No, no saquearé mierda gris', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1637, 'loot', 'I’m first. I’m first. I’m first.', 0, 0, '', 'Je suis le premier. Je suis le premier. Je suis le premier.', 'Ich bin zuerst! Ich bin zuerst! Ich bin zuerst!', '我先来!我先来!我先来!', '', '¡Es mio! ¡Es mio! ¡Es mio!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1638, 'loot', 'Give me your money!', 0, 0, '', 'Désolé, je ne peux pas faire ça.', 'Gib mir dein Geld!', '把你的金币都交出来!', '', '¡Dame todo tu dinero!', '', 'Отдай мне свои деньги!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1639, 'loot', 'My pockets are empty, I need to fill them', 0, 0, '', 'Mes poches sont vides, il faut que je les remplisse.', 'Meine Taschen sind leer, ich muss sie füllen.', '我的口袋空空如也,得赶紧装点东西!', '', 'Mis bolsillos están vacíos y necesitan llenarse!', '', 'Мои карманы пусты, мне нужно их заполнить.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1640, 'loot', 'I’ve got a new bag for this', 0, 0, '', 'J’ai un nouveau sac pour cela.', 'Ich habe eine neue Tasche dafür.', '我刚弄了个新背包,正好装这些!', '', 'Tengo una nueva bolsa para esto', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1641, 'loot', 'I hope I won’t aggro anybody while looting', 0, 0, '', 'J’espère ne pas aggro, je vais loot !', 'Ich hoffe, ich ziehe keine Aggro, während ich loote.', '希望我捡东西的时候别引到什么怪物!', '', 'Espero no ofender a nadie mientras saqueo', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1642, 'loot', 'Please don’t watch. I am looting', 0, 0, '', 'S’il vous plaît, ne regardez pas. je loot', 'Bitte nicht hinschauen. Ich plündere.', '别盯着看,我在捡装备呢!', '', 'Por favor, no mires. Estoy saqueando', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1643, 'loot', 'Ha! You won’t get any piece of it!', 0, 0, '', 'Ha! Tu ne verras rien de cela !', 'Ha! Davon bekommst du nichts ab!', '哈!你别想分到半点东西!', '', '¡Ja! ¡No obtendrás nada de eso!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1644, 'loot', 'Looting is cool', 0, 0, '', 'Le pillage c’est cool', 'Looten ist cool.', '捡战利品真是爽!', '', 'Saquear es genial', '', 'Лутать круто.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1645, 'loot', 'I like new gear', 0, 0, '', 'J’aime les nouveaux équipements.', 'Ich liebe neue Ausrüstung.', '我超喜欢新装备!', '', 'Me gusta el equipo nuevo', '', 'Мне нравится новая экипировка.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1646, 'loot', 'I’l quit if there is nothing valuable again', 0, 0, '', 'j’arrêterai s’il n’y a plus rien de précieux', 'Ich höre auf, wenn es wieder nichts Wertvolles gibt.', '要是再没什么值钱的东西,我就走人了!', '', 'Me doy por vencido si no hay nada util', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1647, 'loot', 'I hope it is be a pretty ring', 0, 0, '', 'j’espère que c’est une jolie bague', 'Ich hoffe, es ist ein hübscher Ring.', '希望这次能捡到个漂亮的戒指!', '', 'Espero que sea un anillo bonito', '', 'Надеюсь, это будет красивое кольцо.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1648, 'loot', 'I’l rip the loot from you', 0, 0, '', 'Je t’arracherai le butin', 'Ich werde dir die Beute entreißen.', '我要把战利品从你手里抢过来!', '', 'Te arrancaré el botín', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1649, 'loot', 'Everybody stay off. I’m going to loot', 0, 0, '', 'Tout le monde, restez loin. Je vais piller.', 'Alle zurückbleiben. Ich loote jetzt.', '都别靠近,我要开始捡东西了!', '', '¡Alejaos todos! Voy a lootear', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1650, 'loot', 'Sweet loot', 0, 0, '', 'Je me suis procuré un butin incroyable !', 'Tolle Beute!', '真是甜美的战利品!', '', 'Dulce botín', '', 'Сладкий лут.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1651, 'loot', 'The Roll God! Give me an epic today', 0, 0, '', 'Le Dieu des Lancés! Fais-moi vivre une épopée aujourd’hui', 'Oh Würfelgott! Gib mir heute ein Epic!', '掷骰之神!今天赐我一件史诗装备吧!', '', '¡El Dios de los dados! Dame un epico hoy', '', 'Бог Ролла! Дай мне эпик сегодня.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1652, 'loot', 'Please give me new toys', 0, 0, '', 'S’il te plaît, donne-moi de nouveaux jouets', 'Bitte gib mir neue Spielsachen.', '求你了,给我点新玩意儿吧!', '', 'Por favor, dame nuevos juguetes', '', 'Пожалуйста, дай мне новые игрушки.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1653, 'loot', 'I hope they carry tasties', 0, 0, '', 'J’espère qu’ils auront des délices.', 'Ich hoffe, sie haben etwas Leckeres dabei.', '希望他们身上带了点好吃的!', '', 'Espero que caiga algo sabrosos', '', 'Надеюсь, они принесут вкусняшки.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1654, 'loot', 'The gold is mine. I’ll leave everyting, I promise', 0, 0, '', 'L’or m’appartient. Je laisserai tout, je te le promets.', 'Das Gold gehört mir. Ich lasse den Rest liegen, versprochen.', '金币是我的,其他都留给你们,我保证!', '', 'El oro es mío. Dejaré todo lo demas, lo prometo!', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1655, 'loot', 'No, I can’t resist', 0, 0, '', 'Non, je ne peux pas résister.', 'Nein, ich kann nicht widerstehen.', '不,我忍不住了!', '', 'No, no puedo resistir', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1656, 'loot', 'I want more!', 0, 0, '', 'Oh, vous en voulez plus!', 'Ich will mehr!', '我还想要更多!', '', '¡Quiero más!', '', 'Я хочу больше!'); + +-- wait signals +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1657, 'wait_travel_close', 'I am close, wait for me!', 0, 0, '', 'Je suis presque là, attends-moi !', 'Ich bin fast da, wartet auf mich!', '我就在附近,等我一下!', '', '¡Estoy cerca, espérame!', '', 'Я близко, подожди меня!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1658, 'wait_travel_close', 'I’m not far, please wait!', 0, 0, '', 'Je ne suis pas loin, s’il vous plaît patientez !', 'Ich bin nicht weit, bitte wartet!', '我不远了,请稍等我!', '', 'No estoy lejos, ¡esperame por favor!', '', 'Я недалеко, погодите!'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1659, 'wait_travel_medium', 'I’m heading to your location', 0, 0, '', 'Je me dirige vers votre emplacement.', 'Ich bin auf dem Weg zu euch.', '我正朝你的位置赶去!', '', 'Me dirijo a tu ubicación', '', 'Двигаюсь к тебе'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1660, 'wait_travel_medium', 'I’m coming to you', 0, 0, '', 'Je viens vers vous.', 'Ich komme zu euch.', '我正向你靠近!', '', 'Voy hacia ti', '', 'Иду к тебе'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1661, 'wait_travel_far', 'I’m traveling to your location', 0, 0, '', 'Je voyage vers votre destination.', 'Ich reise zu eurem Standort.', '我正在前往你的位置!', '', 'Voy a viajar a tu ubicación', '', 'Направляюсь к тебе'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1662, 'wait_travel_far', 'I’m trying to get to you', 0, 0, '', 'Je suis en train de l’atteindre', 'Ich versuche, zu euch zu kommen.', '我正努力赶到你那儿!', '', 'Estoy tratando de llegar a ti', '', 'Пытаюсь до тебя добраться'); + +-- commands +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1663, 'equip_command', 'Equipping %item', 0, 0, '', 'Équipement %item.', 'Rüste %item aus.', '装备上 %item', '', 'Me he equipado %item', '', 'Экипирую %item.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1664, 'unequip_command', '%item unequipped', 0, 0, '', '%item Déséquipé', '%item abgelegt.', '卸下了 %item', '', 'Me he quitado %item', '', '%item снят.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1665, 'auto_learn_spell', 'I have learned the spells: %spells', 0, 0, '', 'Je viens d’apprendre: %spells', 'Ich habe folgende Zauber gelernt: %spells', '我学会了这些法术:%spells', '', 'He aprendido los hechizos: %spells', '', 'Я выучил заклинания: %spells.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1666, 'use_command_item_cooldown', '%item is in cooldown', 0, 0, '', 'L’objet %item est en temps de recharge.', '%item ist auf Abklingzeit.', '%item 还在冷却中', '', '%item esta recargandose', '', '%item в перезарядке.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1667, 'use_command_item_not_owned', 'I don’t have %item in my inventory', 0, 0, '', 'Je n’ai pas %item dans mon inventaire.', 'Ich habe %item nicht in meinem Inventar.', '我的背包里没有 %item', '', 'No tengo %item en mi inventario', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1668, 'use_command_invalid_item', 'The item with the id %item does not exist', 0, 0, '', 'L’article avec l’identifiant %item n’existe pas.', 'Der Gegenstand mit der ID %item existiert nicht.', 'ID 为 %item 的物品不存在', '', 'El objeto con el id %item no existe', '', 'Предмет с ID %item не существует.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1669, 'use_command_socket', 'Socketing %gem into %item', 0, 0, '', 'J’encastre le %gem dans %item.', 'Setze %gem in %item ein.', '将 %gem 镶嵌到 %item 上', '', 'Insertando %gem en %item', '', 'Вставляю %gem в %item.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1670, 'use_command_item_error', 'I can’t use %item', 0, 0, '', 'Je ne peux pas utiliser %item.', 'Ich kann %item nicht benutzen.', '我无法使用 %item', '', 'No puedo usar %item', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1671, 'following', 'Following', 0, 0, '', 'Je suis', 'Folge dir', '跟随中', '', 'Te sigo', '', 'Следую.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1672, 'staying', 'Staying', 0, 0, '', 'Je reste ici', 'Bleibe stehen', '待命中', '', 'Me quedo aqui', '', 'Остаюсь.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1673, 'fleeing', 'Fleeing', 0, 0, '', 'Je m’enfui', 'Fliehe', '逃跑中', '', 'Huyendo', '', 'Убегаю.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1674, 'fleeing_far', 'I won’t flee with you, you are too far away', 0, 0, '', 'Je ne vais pas partir avec toi, tu es trop loin.', 'Ich werde nicht mit dir fliehen, du bist zu weit weg.', '我不会跟你一起逃,你离我太远了!', '', 'No huiré contigo, estás demasiado lejos', '', 'Я с тобой не побегу, ты слишком далеко'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1675, 'grinding', 'Grinding', 0, 0, '', 'Grinding', 'Farme', '刷怪中', '', 'Farmeando', '', 'Фармлю.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1676, 'attacking', 'Attacking', 0, 0, '', 'Attaque en cours !', 'Greife an!', '攻击中', '', 'Atacando', '', 'Атакую.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1677, 'error_far', 'It is too far away', 0, 0, '', 'C’est trop loin.', 'Das ist zu weit entfernt.', '距离太远了', '', 'Estas demasiado lejos', '', 'Это слишком далеко.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1678, 'error_water', 'It is under water', 0, 0, '', 'Cela se trouve sous l’eau', 'Das ist unter Wasser.', '目标在水下', '', 'Estas debajo del agua', '', 'Это под водой.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1679, 'error_cant_go', 'I can’t go there', 0, 0, '', 'Je ne peux pas y aller.', 'Ich kann dort nicht hingehen.', '我去不了那里', '', 'No puedo ir allí', '', 'Я не могу туда пройти'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1680, 'error_guild', 'I’m not in your guild!', 0, 0, '', 'Je ne fais pas partie de votre guilde!', 'Ich bin nicht in eurer Gilde!', '我不在你的公会里!', '', '¡No estoy en tu hermandad!', '', 'Я не в твоей гильдии'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1681, 'error_gbank_found', 'Can not find a guild bank nearby', 0, 0, '', 'Je ne trouve pas de banque de guilde à proximité.', 'Ich kann keine Gildenbank in der Nähe finden.', '附近找不到公会银行', '', 'No se puede encontrar un banco de hermandad cercano', '', 'Не могу найти гильдейский банк поблизости.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1682, 'error_cant_put', 'I can’t put ', 0, 0, '', 'Je ne peux pas déposer ', 'Ich kann das nicht ablegen.', '我无法存放', '', 'No puedo depositar ', '', 'Я не могу положить'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1683, 'error_gbank_rights', 'I have no rights to put items in the first guild bank tab', 0, 0, '', 'Je n’ai pas le droit de mettre des objets dans le premier onglet de la banque de guilde.', 'Ich habe keine Rechte, Gegenstände in den ersten Reiter der Gildenbank zu legen.', '我没有权限将物品放入公会银行的第一个标签页', '', 'No tengo derechos para depositar objetos en la primera pestaña del banco de hermandad', '', 'У меня нет прав на размещение предметов в первой вкладке гильдейского банка.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1684, 'gbank_put', ' put to guild bank', 0, 0, '', ' déposé dans la banque de guilde.', 'in die Gildenbank gelegt.', '已存入公会银行', '', ' depositado en el banco de hermandad', '', ' положено в гильдейский банк.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1685, 'free_moving', 'Free moving', 0, 0, '', 'Déplacement libre', 'Freie Bewegung', '自由移动中', '', 'Moviendome libremente', '', 'Свободное движение.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1686, 'guarding', 'Guarding', 0, 0, '', 'Je garle la position.', 'Ich bewache die Position.', '守卫中', '', 'Protegiendo la posición', '', 'Охраняю.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1687, 'use_command', 'Using ', 0, 0, '', 'Utilisation de ', 'Benutze ', '使用 ', '', 'Usando ', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1688, 'command_target_unit', 'on %unit', 0, 0, '', 'sur %unit', 'auf %unit', '对 %unit', '', 'en %unit', '', 'на %unit.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1689, 'use_command_remaining', '(%amount available)', 0, 0, '', '(%amount restant)', '(%amount verfügbar)', '(剩余 %amount)', '', '(%amount restante)', '', '(%amount доступно)'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1690, 'use_command_last', '(the last one)', 0, 0, '', '(La dernière fois)', '(der letzte)', '(最后一个)', '', '(el último)', '', '(последний)'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1691, 'use_command_socket_error', 'The socket does not fit', 0, 0, '', 'Le socket ne s’adapte pas.', 'Der Sockel passt nicht.', '插槽不匹配', '', 'La ranura no sirve', '', 'Сокет не подходит.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1692, 'command_target_trade', 'on trade item', 0, 0, '', 'Sur le commerce de l’article', 'auf Handelsware', '对交易物品', '', 'en objeto comerciado', '', 'на торговом предмете.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1693, 'command_target_self', 'on myself', 0, 0, '', 'sur moi-même', 'auf mich selbst', '对自己', '', 'en mi', '', 'на себе.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1694, 'command_target_item', 'on %item', 0, 0, '', 'sur %item', 'auf %item', '对 %item', '', 'en %item', '', 'на %item.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1695, 'command_target_go', 'on %gameobject', 0, 0, '', 'sur %gameobject', 'auf %gameobject', '对 %gameobject', '', 'en %gameobject', '', 'на %gameobject.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1696, 'loot_command', 'Looting %item', 0, 0, '', 'Ramassage de %item', 'Plündere %item', '拾取 %item', '', 'Despojando %item', '', 'Лутаю %item.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1697, 'cast_spell_command_summon', 'Summoning ', 0, 0, '', 'Invocation de ', 'Beschwöre ', '召唤 ', '', 'Invocando a ', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1698, 'cast_spell_command_summon_error_members', 'I don’t have enough party members around to cast a summon', 0, 0, '', 'Je n’ai pas assez de membres de groupe autour de moi pour lancer une invocation.', 'Ich habe nicht genug Gruppenmitglieder in der Nähe, um eine Beschwörung zu durchzuführen.', '我周围没有足够的队友,无法施放召唤术。', '', 'No tengo suficientes miembros de grupo alrededor para invocar', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1699, 'cast_spell_command_summon_error_target', 'Failed to find the summon target', 0, 0, '', 'Je n’ai pas réussi à trouver la cible à invoquer.', 'Beschwörungsziel nicht gefunden.', '找不到召唤目标!', '', 'No he podido encontrar al objetivo de la invocación', '', 'Не удалось найти цель для призыва.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1700, 'cast_spell_command_summon_error_combat', 'I can’t summon while I’m in combat', 0, 0, '', 'Je ne peux pas invoquer pendant que je suis en combat', 'Ich kann im Kampf nicht beschwören.', '战斗中无法施放召唤术!', '', 'No puedo invocar durante un combate', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1701, 'cast_spell_command_error_unknown_spell', 'I don’t know the spell %spell', 0, 0, '', 'Je ne connais pas le sort %spell.', 'Ich kenne den Zauber %spell nicht.', '我不会这个技能 %spell。', '', 'No conozco el hechizo %spell', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1702, 'cast_spell_command_spell', 'Casting %spell', 0, 0, '', 'Lancement du sort %spell', 'Wirke %spell', '正在施放 %spell', '', 'Lanzando %spell', '', 'Кастую %spell.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1703, 'cast_spell_command_craft', 'Crafting %spell', 0, 0, '', 'Je suis en train de fabriquer le sort %spell.', 'Stelle %spell her.', '正在制作 %spell', '', 'Creando %spell', '', 'Создаю %spell.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1704, 'cast_spell_command_error', 'Cannot cast %spell', 0, 0, '', 'Je ne peux pas lancer le sort %spell.', 'Kann %spell nicht wirken.', '无法施放 %spell!', '', 'No puedo lanzar %spell', '', 'Не могу кастовать %spell.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1705, 'cast_spell_command_error_failed', 'Failed to cast %spell', 0, 0, '', 'J’ai échoué à lancer %spell.', 'Zauber %spell fehlgeschlagen.', '施放 %spell 失败了!', '', 'Fallo al lanzar %spell', '', 'Не удалось кастовать %spell.'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1706, 'cast_spell_command_amount', ' |cffffff00(x%amount left)|r', 0, 0, '', ' |cffffff00(x%amount restant)|r.', '|cffffff00(x%amount übrig)|r.', ' |cffffff00(剩余 x%amount)|r', '', ' |cffffff00(x%amount restante)|r', '', ' |cffffff00(x%amount осталось)|r'); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1707, 'dummy_end', 'dummy', 0, 0, '', 'dummy', 'dummy', '', '', '', '', 'dummy'); +-- base file end + +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1708, 'rp_missing_reagent_greater_blessing', 'By the Light... I forgot my Symbols of Kings. We’ll make do with %base_spell!', 0, 0, '', 'Par la Lumière... J\'ai oublié mes Symboles du roi. On se contentera de %base_spell !', '', '', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1709, 'rp_missing_reagent_gift_of_the_wild', 'Nature is generous, my bags are not... out of herbs for %group_spell. Take %base_spell for now!', 0, 0, '', 'La nature est généreuse, pas mes sacs... plus d\'herbes pour %group_spell. Prenez %base_spell pour l\'instant !', '', '', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1710, 'rp_missing_reagent_arcane_brilliance', 'Out of Arcane Powder... %group_spell will have to wait. Casting %base_spell!', 0, 0, '', 'Plus de poudre des arcanes... %group_spell attendra. Je lance %base_spell !', '', '', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1711, 'rp_missing_reagent_generic', 'Oops, I’m out of components for %group_spell. We’ll go with %base_spell!', 0, 0, '', 'Oups, je n\'ai plus de composants pour %group_spell. On fera avec %base_spell !', '', '', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1712, 'netherspite_beam_blocking_red', '%player is moving to block the red beam!', 0, 0, '', '', '', '', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1713, 'netherspite_beam_blocking_blue', '%player is moving to block the blue beam!', 0, 0, '', '', '', '', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1714, 'netherspite_beam_blocking_green', '%player is moving to block the green beam!', 0, 0, '', '', '', '', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1715, 'netherspite_beam_leaving_blue', '%player is leaving the blue beam--next blocker up!', 0, 0, '', '', '', '', '', '', '', ''); +INSERT INTO `ai_playerbot_texts` (`id`, `name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES (1716, 'netherspite_beam_leaving_green', '%player is leaving the green beam--next blocker up!', 0, 0, '', '', '', '', '', '', '', '');