• 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. M

    Passive monsters tfs 0.3x to x.4 no bugs With no bugs

    A silly question, but after doing this changes, do i have to compile my server? Im asking this because i can never compile the server. I think i downloaded a buged server, dont know
  2. M

    Add new itens in the RME

    Hello guys, i need to learn how to add itens, i created a dragon's nest in the OtItenEditor and its gave me this id : 12642. When i was add this iten in my map, the RME already had this id (12642) and it was a armor, when i add this armor in my map, my server didnt open. how can i delete this id...
  3. M

    Solved Need time on this spell

    work fine man, thx again =)
  4. M

    Solved Need time on this spell

    now we get a error: http://prntscr.com/70if1e
  5. M

    Solved Need time on this spell

    when remove, sry
  6. M

    Solved Need time on this spell

    great, work fine. can i ask you one more thing? send magic effect 66 when the creature die ?
  7. M

    Solved Need time on this spell

    Nop, no errors in console and the spell summon the creature but do not delete it in 30 sec
  8. M

    Solved Need time on this spell

    please, i still need help. =) TFS 0.4
  9. M

    Solved Need time on this spell

    didnt work man
  10. M

    Solved Need time on this spell

    Hello guys, i need a time on this spell, after 30 sec, all the creatures die function onCastSpell(cid, var) if #getCreatureSummons(cid) < 1 then for x = 1, 1 do m = doSummonCreature("Demon", getThingPos(cid)) doConvinceCreature(cid, m) end doSendMagicEffect(getThingPos(cid)...
  11. M

    Account Manager error

    Hello guys, when i downloaded the server, i deleted all the map, and when i create a new account, i can only create one, if i try to create another, its says : Invalid Password. Please, i need help
  12. M

    Need max summon on this spell

    didnt work, TFS 0.4 here
  13. M

    Summon Creature

    my TFS is 0.4
  14. M

    Need max summon on this spell

    function onCastSpell(cid, var) local dir = getPlayerLookDir(cid) local pos = getPlayerPosition(cid) if(dir==1)then pos.x = pos.x + 1 elseif(dir==2)then pos.y = pos.y + 1 elseif(dir==3)then pos.x = pos.x - 1 elseif(dir==0)then pos.y = pos.y - 1 end doConvinceCreature(cid...
  15. M

    Summon Creature

    Hey guys, im new (its my first post here) Can someone help me? i tried to make a summon spell, i had create a new class in my Ot called Summoner, its start from the weaker (lvl 8 he summon a tiger, for exemple) and got stronger (lvl 300 he can summon a demon, for exemple) can someone help me? i...
Back
Top