• 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 0.X 0.3.6 Itens doesn't stack

I'm from Brazil, here the plural of item is iteNs, so, instead of mocking me for knowing a second language and making a mistake with english, try to be cooperative. Thank You
 
You'll have to edit items.otb using item editor and remove Stackable from all runes one by one.
You'll also have to edit Tibia.dat using object builder and remove Stackable in every rune then share the client Tibia.dat with your players to avoid debugs/errors.
Then in your data\spells\spells.xml set charges="0" and in your data\items\items.xml change all runes.
XML:
<attribute key="charges" value="0"/>
You'll have to do some source edits too, Try this.
 
Back
Top