• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

TFS 1.X+ Stamina System Nekiro tfs 1.5 7.72

bpm91

Intermediate OT User
Joined
May 23, 2019
Messages
959
Solutions
7
Reaction score
135
Location
Brazil
YouTube
caruniawikibr
as we all know there is no stamina in this version 7.72, could anyone tell me how to disable this in the game?
@dewral ? xD



1650158965265-png.67087
 

Attachments

View attachment 67096


would deleting this file solve it?
do not delete, change to:

Lua:
if not player or player:getStamina() >= 0 then

Or just:
Lua:
if not player then

But, only the msg will be affected, monsters still no drop, you can test and post
 
Last edited:
Solution
Back
Top