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

Rev 0.4 ss and might ring

WaderoS

New Member
Joined
Nov 22, 2008
Messages
98
Reaction score
1
Hello. In what REV 0.4 stone skin and might ring were fixed?
Now i've got problem ... when i loot from monster stone skin or might ring i don't have ss x5 and might ring x20 only x1...
In shop i can buy with normal charges.

How i can fix it or give me number of REV.
 
This might seem like a pain but you can include the charges in the loot list of the monsters XML file, for example....
Bronze Amulet in Minotaur.xml
Code:
<item id="2172" chance="250"/>
change to
Code:
<item id="2172" chance="250" subtype="200"/>
Will give it 200 charges when the monster drops it.

You might need to type subtype as subType if all lower case does not work for your rev.

I'm using the latest SVN and this is no longer required. I'm sorry but I don't know when the rev changed for this.

Cheers.
 
Last edited:
Back
Top