• 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.2 - Runes stack

Schwarzbeere

BraveOnline Developer
Joined
Feb 16, 2017
Messages
68
Reaction score
3
Location
Germany
Hello guys,

actual runes stack to 100. Where can I change it, that its only 1 rune per stack and not more?
 
This is in the items.otb file, you'll need to edit the items properties and remove "stackable" then reload the item, then do the next. Then save your OTB.

MAKE A BACKUP BEFORE DOING ANYTHING IN THE OTB.

Out of curiosity. Why are you doing this? Runes can be hotkeyed these days, so I fail to see the point. Or is it that you've made runes infinite and just want them not to be stackable? Just curious.
 
I'm doing it because I want to da new designed Server but with all old rules!
But when I remove the "Stackable" and save it, and copy it to the server, a critical Error appears and game crashs. Any idea?
 
Last edited:
you have to check for this code in a tfs 1.2 like the one that ond upload here
if(hasCharges && item && g_config.getNumber(ConfigManager::REMOVE_RUNE_CHARGES)){

replace your code source with tfs 1.2 7.40 that is here in download section
regards
 
Back
Top