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

unlimited runes? [8.6]

cakes1337

New Member
Joined
Feb 14, 2015
Messages
29
Reaction score
0
anyone know how i can make a rune like a healing rune never run out if please can someone link me to a tut or something thanks :)
 
Post the script. Pretty sure I can do that for you lol

All you have to do is remove this code

Code:
 doRemoveItem(item.uid, 1)

Or if you are talking about regular runes that are not custom scripts (UH, Sudden Death Ect) go into
Code:
 Config.lua

and look for
Code:
removeRuneCharges = true
and change it to
Code:
removeRuneCharges = false
 
Back
Top