• 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!

How to make ammo infinite in TFS 1.1?

I had to search where but i found, for other adventurers here it is:
data/weapons.xml
Code:
<distance id="2543" action="removecount" /><!-- bolt -->
delete:
Code:
action="removecount"
and remember to save it for future changing it back
Code:
<distance id="2543" /><!-- bolt action="removecount" -->
 
Back
Top