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

IoD Intense Healing Rune

Jfrye

Mapper, trying to learn scripting
Joined
Jan 8, 2009
Messages
366
Solutions
5
Reaction score
86
Location
Mexico Missouri
I was trying to add a rune to a shop similar to the IoD healing rune in the druid place. I have tried using a unique ID to the rune in the map editor, but once a player uses it, the rune disappears. Do I need to make a script for this, so that players can use the rune, without it disappearing, and still be unmoveable?
 
You need to make an action script and assign the item an action id, if the unique id prevented the item from being removed apply that too.
The action script should contain the same information or code as the default rune, except that it is not removed on use.
 
Back
Top