• 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.X+ Rune making

Lbtg

Intermediate OT User
Joined
Nov 22, 2008
Messages
2,304
Reaction score
129
Hello, im using tfs 1,3 8,60 based, i edited items so that runes are not stackable, all is fine.

Problem appear when trying make runes, if i make rune i make 1x charge rune while i suppose to make 5x charge or 3x charge rune, but all runes i make is 1x charge..

In items.xml and spells.xml conjur lua, all is fine...

Any ideas how i make charges runes/ not stackable ?
 
You have to fix the code to use charges and not item count.
You can look at my downgrade specifically for protocols 7.72/8.0, it does have working non stackable runes.
 
You have to fix the code to use charges and not item count.
You can look at my downgrade specifically for protocols 7.72/8.0, it does have working non stackable runes.
tho so, can you please tell on what files or what shoud be changed ?
 
You have to fix the code to use charges and not item count.
You can look at my downgrade specifically for protocols 7.72/8.0, it does have working non stackable runes.
Is it items.cpp must be edited on my issue ? :)


Im not programer at all :(
 
You have to fix the code to use charges and not item count.
You can look at my downgrade specifically for protocols 7.72/8.0, it does have working non stackable runes.
We made it have charges, but charges doesnt display on backpack, it shows like single rune, but in reality it has charges.

How we can fix so it displays in client how many charges rune has ?
 
Back
Top