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

Search results

  1. B

    Lua Spell storage

    Hello, can you help me to do that this spell summons diffrent monster depends on player lvl? My way doesn't work :/ function onCastSpell(cid, var) local playerpos = getPlayerPosition(cid) local health = getCreatureHealth(cid) local maxhealth = getCreatureMaxHealth(cid)/2 local MaxSummon = 2...
  2. B

    Summon convice stage

    Hello, can you help me to do that this spell summons diffrent monster depends on player lvl? My way doesn't work :/ function onCastSpell(cid, var) local playerpos = getPlayerPosition(cid) local health = getCreatureHealth(cid) local maxhealth = getCreatureMaxHealth(cid)/2 local MaxSummon = 2...
  3. B

    Immobilize Monster

    Could somebody give me some tips how to add to this script that monster isn't moving? Only when he see player with set storage? local monster = 'Wolf' -- name local stor = 8000 -- storage function onCombat(cid, target) if (isPlayer(cid)) then if (isMonster(target) and...
  4. B

    Lua Immobilize Monster

    Could somebody give me some tips how to add to this script that monster isn't moving? Only when he see player with set storage? local monster = 'Wolf' -- name local stor = 8000 -- storage function onCombat(cid, target) if (isPlayer(cid)) then if (isMonster(target) and...
  5. B

    Lua Can't attack monster

    Hello, i've this script and it should work that when i have sotrage 8000,2 i can attack monster and he can atatck me too. But now i can't attack monster and he cannot me :/ local monster = 'Wolf' -- name local stor = 8000 -- storage function onCombat(cid, target) if (isPlayer(cid)) then...
  6. B

    Lua Monster stay or move.

    Hi, is there anyone able to add to this script functions that immobilizes a monster in place, and when the player is required storage allows him to move? The script itself works, because if we do not have specific storage we can not hit Wolf and he us ... but it comes to us; / local monster =...
  7. B

    Exhausted

    I want to do combo system. When i use spell then i can use 2nd, 3rd with low cd.. But i cant find system/script. TFS 0.3.6.pl1 8.54
  8. B

    Spell Teacher 8.54 / tfs 0.3.6pl1

    Hello, im searching all google and i cannot find npc teachrr. If it possible i want to that npc learn us spell if we have f.e.: 10lvl, voc = 10, 12, fishing=4
  9. B

    Lua Floor Skilling

    Hello, can someone write simple script for skilling floor. When i'm walking on water it's skilling me fishing, i dont know how to write it ;/ TFS 0.3.6pl1 (8.54)
Back
Top