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

Help with config.lua

For infinite ammo:
Code:
removeAmmoWhenUsingDistanceWeapon = "no"
For infinite runes:
Code:
removeChargesFromRunes = "no"
For infinite weapon chargtes I think you should edit or remove charges tag from items.xml:
Code:
        <attribute key="charges" value="200" />
        <attribute key="showcharges" value="1" />
 

Similar threads

Back
Top