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

    .spr/.dat I/O Error 103

    https://github.com/hjnilsson/rme
  2. andypsylon

    Compiling OTClient's latest source with Microsoft Visual Studio 2013.

    do someone already compiled under 64 bit windows?
  3. andypsylon

    Solved TFS 1.0 Monsters bug

    I'm not sure I understand.. but have you <immunity fire="1"/> in your dragon lord.xml script?
  4. andypsylon

    how do time storages in tfs 1.0?

    os.time() + 24*60*60 = curent Time + 24h * 60m * 60s = 1392740051 + 86400 http://www.unixtime.de/index.php?calc=2
  5. andypsylon

    Compiling 10.3 Compile problem

    why you do that in"/var/www/clie..." not in your home directory? I'm not sure but it can be problem with access rights
  6. andypsylon

    Compiling 10.3 Compile problem

    you did exactly as posted there? do exactly what it says
  7. andypsylon

    TFS 1.0 Sharpshooter etc

    you can add: if Player(cid):getCondition(CONDITION_EXHAUST_HEAL) then return false end in to exura... etc spells, it works but I think that is a mistake and must be have any other solution
  8. andypsylon

    how do time storages in tfs 1.0?

    local storageNr = 12345 -- do not use 100, best use between 30100 and 65534 local neuTime = os.time() + 10*60*100 Player(cid):setStorageValue(storageNr, neuTime)
  9. andypsylon

    Help with Website hosting... t15.org

    edit webseite config and enter a valid path to your OTS
  10. andypsylon

    Lua Clean for tfs 1.0

    your map is big, server is slow, you have to wait!
  11. andypsylon

    Lua Dualwield Movement Script

    getItemAttribute(item.uid, 'dualwield') == 1 -> getItemAttribute(item.uid, 'dualwield') ~= nil getItemAttribute(item.uid, 'dualwield') == -1 -> getItemAttribute(item.uid, 'dualwield') == nil ? :)
  12. andypsylon

    Lua how fo i remove condition?

    DoRemoveCondition -> doRemoveCondition ? or paste your code here
  13. andypsylon

    Lua how fo i remove condition?

    paste your code what tfs ver you use?
  14. andypsylon

    Summoning items cause crashes :S

    find that item in your db and remove .. and update your server
  15. andypsylon

    Solved Npc that tells histories TFS 1.0

    do that function "local": local function talk() but you have just in tfs that what you need: npcHandler:say({"blabla 1", "blabla 2", "blalbla 3"}, cid)
  16. andypsylon

    NPC Rashid - with TradeRequest and anti spam! ;) ver.1

    you pasted something wrong
  17. andypsylon

    Nowy Lay otlandu.

    @Don nie tepota a przyzwyczajenie. Tamten lay mial "to cos" Na sile nie da sie czegos polubic, nawet jesli sie chce. Juz napewno nie da sie do tego innych przymusic.
  18. andypsylon

    Storage teleport for Poi

    local stor = {11111, 22222, 33333, 44444, 55555, 66666, 77777} function onStepIn(cid, item, position, lastPosition, fromPosition, toPosition, actor) if item.actionid == stor[1] then -- door aid 11111 for _, a in pairs(stor) do if getCreatureStorage(cid, a) < 1 then doTeleportThing(cid...
  19. andypsylon

    request Deathlist script

    please more info
Back
Top