Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 1.71 KB | None | 0 0
  1. INSERT INTO script_texts (entry,content_default,content_loc2,sound,TYPE,LANGUAGE,emote,comment) VALUES
  2. (-100100,'Awwk! Awwk! Awwk! Happy Hallow\'s End, $N!','Traduction manquante.',0,2,1,0,'norman SAY_CHICKEN_QUEST_COMPLETE_H'),
  3. (-100101,'Awwk! Awwk! Awwk! Happy Hallow\'s End, $N!','Traduction manquante.',0,2,7,0,'firebrew SAY_CHICKEN_QUEST_COMPLETE_A'),
  4. (-100102,'Ooo, so strong! Happy Hallow\'s End, $N!','Traduction manquante.',0,2,1,0,'gryshka SAY_FLEX_QUEST_COMPLETE_H'),
  5. (-100103,'Ooo, so strong! Happy Hallow\'s End, $N!','Traduction manquante.',0,2,7,0,'allison SAY_FLEX_QUEST_COMPLETE_A'),
  6. (-100104,'Chugga, chugga, woo-woo! Happy Hallow\'s End, $N!','Traduction manquante.',0,2,1,0,'kali_remik SAY_TRAIN_QUEST_COMPLETE_H'),
  7. (-100105,'Chugga, chugga, woo-woo! Happy Hallow\'s End, $N!','Traduction manquante.',0,2,7,0,'talvash_del_kissel SAY_TRAIN_QUEST_COMPLETE_A'),
  8. (-100106,'I may have ninety-nine problems, but dancin\' ain\'t one of them! Happy Hallow\'s End, $N!','Traduction manquante.',0,2,1,0,'pala SAY_DANCE_QUEST_COMPLETE_H'),
  9. (-100107,'I may have ninety-nine problems, but dancin\' ain\'t one of them! Happy Hallow\'s End, $N!','Traduction manquante.',0,2,7,0,'saelienne SAY_DANCE_QUEST_COMPLETE_A');
  10. -- Créer les textes/émotes requis. Texte de type 2 (chat_type_text_emote), langage orc (1) ou commun (7) quand Alliance ou Horde, pas de son
  11. -- (-100100) et suite sont des valeurs d'exemple. Le dernier 0 est l'identifiant d'une émote, voir dans le fichier Emotes.dbc, à remplacer, selon la quête, l'émote est la même que celle demandée
  12.  
  13. UPDATE creature_template SET ScriptName = 'npc_talvash_del_kissel' WHERE entry = 6826;
  14. UPDATE creature_template SET ScriptName = 'npc_kali_remik' WHERE entry = 11814;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement