• 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.1] Create New POTIONS

chuchetumare

New Member
Joined
Jul 10, 2015
Messages
78
Reaction score
2
im looking for someone to help me , i cant seem to find how to make potions and runes infinite, thats one thing another to edit them (magic level ,level , vocation etc,,,) help me someone
 
to make runes infinite locate this code in ur config.lua

Code:
removeChargesFromRunes = true

and replace with

Code:
removeChargesFromRunes = false

to make pots infinite (I'm not sure about this one)

search for that code in
Code:
actions/scripts/fluids.lua
and remove all lines which have that code

Code:
item:transform(item:getId(), 0)

also about the level, maglevel, vocation, etc its in the same script
 

Similar threads

Back
Top