• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Recent content by Maxilos1221

  1. M

    Lua Where is function

    Hi. I need to find function addPremiumDays, because i need change something in this function. I'm looking in data/lib and globals.lua, but i not find this function in lua files or tell me how to set player as premium without using addPremiumDays
  2. M

    Lua Learning spells

    Thanks bro. Its works, but it strange because I don't have that function in player.cpp... But it does not matter. So it works so I will not tread subject.
  3. M

    Lua Learning spells

    Hi. I have trouble with npc learning spells. My lua script responsible for learning: if player:getLevel() >= spells[npcHandler.topic[cid]].level then if player:hasLearnedInstantSpell(spells[npcHandler.topic[cid]].spell_name) == false then if player:getMoney() >=...
Back
Top