/script if (GetTrackingTexture( ) == "Interface\\Icons\\Spell_Nature_Earthquake") then CastSpellByName("´M§ä¯óÃÄ") else CastSpellByName("´M§äÄqª«") end /script gtt=GetTrackingTexture();if (gtt==nil) then gtt="none";end;if (string.find(gtt,"Earthquake")) then CastSpellByName("´M§ä¯óÃÄ");else CastSpellByName("´M§äÄqª«");end; /script gtt=GTT();if (gtt==nil) then gtt="none";end;if (string.find(gtt,"Earthquake")) then CSBN("´M§ä¯óÃÄ");else CSBN("´M§äÄqª«");end;