• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Solved Removeable runes

Titanum

New Member
Joined
Feb 21, 2016
Messages
22
Reaction score
0
How to remove charges of Special rune because i already did Rremoveonuse for runes in config=false so i need to make some runes to remove onuse, any ideas?
TFS 0.4
Thanks.
 
If you want a rune to have infinite charges, go to spells.xml and put charges="0" in the specific rune you want to edit.
 
And if it's a "special rune".. go to actions folder, find script and remove this line
(note: it might be slightly different depnding on script.)
Code:
doRemoveItem(item.uid, 1)
 
If you want a rune to have infinite charges, go to spells.xml and put charges="0" in the specific rune you want to edit.
Well thanks i already fixed it with this way :P Checked limos post.
And if it's a "special rune".. go to actions folder, find script and remove this line
(note: it might be slightly different depnding on script.)
Code:
doRemoveItem(item.uid, 1)
Already tried it but nothing happened but it fixed now, with the way of Loney,Limos.
 
Back
Top