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

    Lua Svargrond Arena [TFS v0.2.15]

    From the lib file ITEM_TELEPORT = 1387 Items.xml <item id="1387" article="a" name="magic forcefield"> <attribute key="description" value="You can see the other side through it." /> <attribute key="type" value="teleport" /> </item> Should be valid? :/
  2. E

    [10.77][TFS 1.2] ORTS, a real map project

    Sounds similar to the problem im having.. Havent asked others to try though. But im getting this error "Connection failed" "Cannot connect to the game server." "Error: Could not resolve server name. (11004)" Never had problems getting servers up before. And it should be hosted since the server...
  3. E

    Lua Svargrond Arena [TFS v0.2.15]

    Added it to the onKill script. Nothing really happened. This is what happens when i try to leave the arena via the portal. (I get tped back into the room and another of the same monster spawn) [14/12/2013 14:24:24] Lua Script Error: [MoveEvents Interface] [14/12/2013 14:24:24]...
  4. E

    Lua Svargrond Arena [TFS v0.2.15]

    Bring Up My Post
  5. E

    Deathloss [TFS v0.2.15 (Mystic Spirit)]

    I was wondering if its possible to change what you loose when you die (Similar to blessings) Trying to make a custom'ish ot and spells are purely based on mag/skills. So id like when people do die they wont loose any mag/skills. But exp should still be lost. Is this possible? How would it be done?
  6. E

    Lua Svargrond Arena [TFS v0.2.15]

    Bumping this, Still having trouble.
  7. E

    Skull atribute for creatures in TFS 1.0?

    You can replace the healing with this. <defense name="healing" interval="4000" chance="30" min="3100" max="5800"> </defense> This part is optional. Its if you want the healing effect to show. <attribute key="areaEffect" value="blueshimmer"/>
  8. E

    Lua Svargrond Arena [TFS v0.2.15]

    Here is the the onKill script dofile('data/lib/SvargrondArenaQuest.lua') function onKill(cid, target) local pit = getPlayerStorageValue(cid, STORAGE_PIT) local arena = getPlayerStorageValue(cid, STORAGE_ARENA) if isPlayer(target) then return true end if pit < 1 or pit > 10...
  9. E

    Lua WHY DOES NOT WORK MY NPC?

    Sorry for the Necro post, But i needed a npc like this since i cant get taming to work on TFS 2.01.5. I got this script working by changing This items_list = items_list .. item[2]..' '.. getItemNameById(item[1]) To this items_list = items_list .. item[2] .. ' ' .. getItemName(item[1]) Also all...
  10. E

    Lua Svargrond Arena [TFS v0.2.15]

    Bump, Still confused about this =|
  11. E

    [10.77][TFS 1.2] ORTS, a real map project

    Still having some trouble.. 10.22 servers wont play nice with me =|
  12. E

    [10.77][TFS 1.2] ORTS, a real map project

    Should have made that more clear, Both servers are not running at the same time :p Got 2 different databases in phpmyadmin. The 9.82 works just fine while this blocks me after character selection.
  13. E

    [10.77][TFS 1.2] ORTS, a real map project

    Im getting this error "Connection failed" "Cannot connect to the game server." "Error: Could not resolve server name. (11004)" Ports and config should be fine. Can connect to my other server just fine. Its just this server i cant connect to.. Tried running everything as admin also, Dunno whats...
  14. E

    Lua Svargrond Arena [TFS v0.2.15]

    First tried out some scripts that i found here. Did not work for me whatsoever. Found some other scripts. Added them to the server and set up all the Action/Unique ids. Npc enables you to enter the door > Teleport inside works. When teleporting to the first room. [08/12/2013 16:14:37] Lua...
  15. E

    Solved Buff/Party Spells. [TFS v0.2.15]

    Moved the line around in the spell, and now its showing. For some reason it didnt show when it was placed at certain places.. Places it last and now it shows! Thanks alot Limos :)
  16. E

    Solved Buff/Party Spells. [TFS v0.2.15]

    Ofcourse when i try it this time it works.. (Feels like ive tried that a hundred times..) Now if only it was possible for the healing tics to show :p
  17. E

    Solved Buff/Party Spells. [TFS v0.2.15]

    Having some trouble getting getting the knight/paladin spell Recovery + Intense Recovery to work as intended. The spell heals, however if your in protection zone you wont get healed (not that important..) The spell does not show the buff icon (below soul) when active. (Icons works for other...
  18. E

    Exhaustion from Stairs [TFS v0.2.15]

    Thank you :) I will check into this!
  19. E

    Exhaustion from Stairs [TFS v0.2.15]

    Im guessing this really is Impossible, Since none has actually bothered to reply.. If it is, cant anyone just say so?
  20. E

    Exhaustion from Stairs [TFS v0.2.15]

    Bump, Anyone? :)
Back
Top