Forum > Serverside Modding

Change fatigue text

(1/1)

Filipsons:
Hello,

I looking for TuT how to change fatigue text



I want change this. But I dont know, if its DBC or LUA.
Thanks for any tips.

Filipsons

osler:
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.

--- Code: ---ACTION_ENVIRONMENTAL_DAMAGE_FATIGUE = "PLACE YOUR TEXT  HERE";
--- End code ---

Filipsons:
It works! Thanks you Osler!

Navigation

[0] Message Index

Go to full version