|
/run n=UnitName("player")m="WHISPER"s=GetDefaultLanguage()c,o=GetCorpseMapPosition()x,y=GetPlayerMapPosition("player")a=c-x b=o-y if(c>0)then SendChatMessage("Kadaver in "..ceil(5000*sqrt(a*a+b*b)).." Meter",m,s,n)else SendChatMessage("geh tod!",m,s,n)end
|