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

Recent content by hakrai

  1. H

    CreatureEvent [TFS 1.1] Extra loot system

    Just add countMax like this {id = 2152, count = 1, countMax = 2,chance = 40000}, -- 40%
  2. H

    Compilling in Dx9/ 32bits

    Sorry my bad I have never used/compile otclient before.. it should be -DOPENGLES=2.0 Your client also need libEGL.dll and libGLESv2.dll order to run.
  3. H

    Compilling in Dx9/ 32bits

    OPENGL_ES="2"
  4. H

    Teleport Spell/Rune that tp you anywhere you see on your screen.

    Try add the script for a rune and see if it works. <rune name="xx" id="xx" allowfaruse="1" charges="1" magiclevel="xx" exhaustion="2000" blocktype="solid" event="script" value=xx.lua"/>
  5. H

    Teleport Spell/Rune that tp you anywhere you see on your screen.

    The first code is the spell script and the second code is the function you need. Go to your lib folder and put the second inside 050-function
  6. H

    Teleport Spell/Rune that tp you anywhere you see on your screen.

    Its an instant spell. <instant name="Teleport" words="teleport" magiclevel="0" mana="0" prem="0" aggressive="0" selftarget="1" exhaustion="2000" needlearn="0" event="script" value="teleport.lua"> <vocation id="1"/> <vocation id="5"/> </instant>
  7. H

    Teleport Spell/Rune that tp you anywhere you see on your screen.

    local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, false) function onCastSpell(cid, var) local pos = getClosestFreeTile(cid, getPosByDir(getCreaturePosition(cid), getCreatureLookDirection(cid), 2), false, false) if(not pos or isInArray({pos.x, pos.y}...
  8. H

    #close request

    Why don't you get auto restart on server? Crashes frequently.
  9. H

    #close request

    Did you reset the accs yet again?
  10. H

    [Germany] Faloria 7.4 | Custom Client

    any estimate when the server will be up?
  11. H

    #close request

    Will it be up today?
  12. H

    #close request

    Any estimate of when it will come online?
  13. H

    #close request

    Great news! :)
  14. H

    #close request

    Approximately what day will the server be up?
  15. H

    [EVENT~MOD] - Pandora Box - From OTSMATERIA.PL - [EVENT~MOD]

    Thanks! now it almost fully working i just got this error :/ [Error - Action Interface] In a timer event called from: buffer:onUse Description: (luaGetThingPosition) Thing not found [Error - Action Interface] In a timer event called from: buffer:onUse Description: [string...
Back
Top