Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENERGY)
setCombatParam(combat, COMBAT_PARAM_CREATEITEM, 1497)
function onCastSpell(cid, var)
return doCombat(cid, combat, var)
end
This is a copy of the magic wall rune. So what you need to do is open your items.xml and press control + f to open the search function. Once that is open you need to type in 1497 and press enter. This will take you to the magic wall used for the magic wall rune. Once there you need to check and make sure it has these lines before the next item starts.....
If it does not have those lines, add them right below the other attribute keys and then save the file. Restart your server and use your magic wall to test and be sure it is working.