Hello! Can someone help me? im making some custom islands but players die because Fatigue >.< can someone explain me how to remove it?
Thanks and sorry for my bad english.
Hello! Can someone help me? im making some custom islands but players die because Fatigue >.< can someone explain me how to remove it?
Thanks and sorry for my bad english.
you can try to disable breathing.Im not sure if the trinity configs has the option though.
Do you custom compile or repack?
Custom copile but wasnt mine. Im Customizer. Tell me, ill tell the Admin the solution.
Trinity core 2, Trinity Zero, or Trinity Core?
Alright i looked through the core
so if you goto your player.h
and do a search for fatigue you will find this
You could just change it toFATIGUE_TIMER = 0
FATIGUE_TIMER = 8
What this is doing is is your changing the fatigue bar's ID from 0 to 8, so, when something checks for the fatigue bar, it returns false. This could work but it could have some consequences aswell ( i dont run trinity so i really cant tell you, but this should work)
It could be wiser to change
if (m_MirrorTimerFlags & UNDERWARER_INDARKWATER)
to include a map or area check for the map or area you want it disabled in, so the rest of the server works as expected.
Padlock out =)
Thanks you! +Rep!