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

    [10.76] Nutopia Original Map (Huge Update 90% Finished)

    Reupload please?
  2. julhinhuu

    Lua Mana drain, gain health

    UP, Help me please
  3. julhinhuu

    Lua script changes for TFS 1x

    Up, Help Please. :\
  4. julhinhuu

    Lua script changes for TFS 1x

    Does it have to change this script to version 10.9 TFS 1x ? Thank you in advance to help each.
  5. julhinhuu

    Lua Mana drain, gain health

    hello guys , I would 1 more magic to the server I'm running out of building . The magic is the following , and type mana drain so that it will drain the mana of another player or monster and transforms life for you. so that's hopefully help me . hugs. Tfs 1x Version 10.90
  6. julhinhuu

    Lua Edit magic to teleport .

    Put teleport script to not pass through walls, rivers , etc , only used when 3 free spaces . local times = 3 function isWalkable(pos, creature, proj, pz)-- by Nord if getTileThingByPos({x = pos.x, y = pos.y, z = pos.z, stackpos = 0}).itemid == 0 then return false end if...
  7. julhinhuu

    Lua Create is magic to TFS 1x

    I'm not using the OnCast function more tried as well. Function onCastSpell ( cid, var )
  8. julhinhuu

    Lua Create is magic to TFS 1x

    I tried this: local player = Creature(cid) local position = player:getPosition() for i = 1, 3 do position:getNextPosition(player:getDirection()) if position:isWalkable() then player:teleportTo(position) else break end end and so: local player = Player(cid) local position =...
  9. julhinhuu

    Lua Create is magic to TFS 1x

    error: http://prntscr.com/9yyb2h
  10. julhinhuu

    Lua Create is magic to TFS 1x

    Hello , I would like you to help me . I need a spell that teleports the player 3 sqms over that same magic can not pass through walls, rivers , etc. Is magic also if there are 2 spaces can not be used . So that's it , I hope to help me , thank you in advance . TFS: 1x Version: 10.90
  11. julhinhuu

    [GESIOR 2012] Change name for premium points

    How do I place the table to change the name in AccountManager ?
  12. julhinhuu

    TalkAction [TFS 1.1] !exp, !mana updated to 1.1

    Putting this talkactions has only to see the player mana ? and the mana of the opponent ? if you do and I appreciate it. TFS 1x
  13. julhinhuu

    Tfs script change tfs 0.4 to 1x

    was editing , sorry is my first post.
  14. julhinhuu

    Tfs script change tfs 0.4 to 1x

    This script is not having certain threshold of skill , has more limiter does not limit . Please help tfs 1x SKILL_CLUB = "skill_club" SKILL_DISTANCE = "skill_dist" SKILL_SHIELD = "skill_shielding" SKILL_MAGLEVEL = "maglevel" SKILL_SWORD = "skill_sword" SKILL_AXE = "skill_axe" local coinID =...
  15. julhinhuu

    [8.6] Large Quest Room

    re-upload please :\
Back
Top