Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Serverside Modding => Topic started by: Filipsons on October 13, 2013, 11:30:34 am
-
Hello,
I looking for TuT how to change fatigue text
(http://img844.imageshack.us/img844/3158/u9al.jpg)
I want change this. But I dont know, if its DBC or LUA.
Thanks for any tips.
Filipsons
-
It´s Lua:
- Open dataxxXXpatch-xxXX-3.mpq
- Navigate to InterfaceFrameXML
- Extract GlobalStrings.lua
- When extracted open it and look for ACTION_ENVIRONMENTAL_DAMAGE_FATIGUE. Change the text after the = to whatever you want (don´t forget the quotes)
- Pack it.
ACTION_ENVIRONMENTAL_DAMAGE_FATIGUE = "PLACE YOUR TEXT HERE";
-
It works! Thanks you Osler!