View Single Post
02-23-16, 11:14 AM   #35
tyroneexe
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Feb 2016
Posts: 13
are we talking
Lua Code:
  1. {
  2.                 Icon="Interface\\Icons\\Ability_rogue_sprint";
  3.                 Tooltip="Amphitheater of Annihilation(AoA)";
  4.                 Message={
  5.                     "Amphitheater of Annihilation(AoA) - EVENT:STADIUM RACING - Block the entrance!","INSTANCE_CHAT";
  6.                     "AoA AoA GO NOW! - Block the entrance!","RAID_WARNING";}
  7.                
  8. if GetLocale() == "deDE" then
  9.                 Message={
  10.                        "CHATMESSAGE_DE ","INSTANCE_CHAT";
  11.                     "RAIDMESSAGE_DE ","RAID_WARNING";};
  12.                 Emote="FOLLOW";
  13.             };

and how do you test without a deDE client. Well at least I know some Germans
  Reply With Quote