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

Enchanting items script

if it's mystic spirit it's probably public 0.2.14 release from download section

and yes, enchanting wasn't included here

try 0.3.7 pre1, create enchanting.lua in data\actions\others
paste this to enchanting lua: Subversion

and add this to actions.xml:
HTML:
        <action itemid="2146" event="script" value="other/enchanting.lua"/>
        <action itemid="2147" event="script" value="other/enchanting.lua"/>
        <action itemid="2150" event="script" value="other/enchanting.lua"/>
        <action itemid="2149" event="script" value="other/enchanting.lua"/>
        <action itemid="7759" event="script" value="other/enchanting.lua"/>
        <action itemid="7760" event="script" value="other/enchanting.lua"/>
        <action itemid="7761" event="script" value="other/enchanting.lua"/>
        <action itemid="7762" event="script" value="other/enchanting.lua"/>
 
Back
Top