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

Windows Rune problem

cloudnine

New Member
Joined
Jul 8, 2013
Messages
8
Reaction score
1
I recompiled a 8.54 OT into a 8.60 ot fixed up the stuff that needed to be changed ect. but now when i have runes on me and i drop them they stay in my inventory until you use the rune for ex: Buy a SD rune shows up as 3 charges, drop it on the ground its on the ground but it shows it in ur inventory but u cant drop it or anything and then when u use the rune again it goes away. I think but im not positive about it but i think the charges arent dissapearing either. the recompling files i used were 0.3.6pl
 
Solution

Remove charges from items.xml if exists, put charges in spells.xml

Add this line to each rune in items.xml
<attribute key="type" value="rune" />
 
Back
Top