ok so im trying to make a local variable where it is player level x 6
so idk the fuction to get the player level like
local level = Player:getLevel() ??? no idea?
beat me to itlocal level = player:getLevel() * 6
Thanks for that list honestly.
local level = player:getLevel() * 6
elseif item.itemid == 2267 then
local level = player:getLevel() * 6
if not doTargetCombatMana(0, target, level, level, CONST_ME_MAGIC_BLUE) then
return false
end
player:addCondition(exhaust)
target:say("dem manaz...", TALKTYPE_MONSTER_SAY)
local player = Player(cid)