because im new in scripting i hope you can help me i found that script for a manarune
function onUse(player, item, fromPosition, target, toPosition, isHotkey)
local level = player:getLevel()
local magLevel = player:getMagicLevel()
local min = (level * 2) + (magLevel * 1) - 50...