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

Search results

  1. H

    8.6 real monsterpack

    Hi, does anyone still have real Tibia Sentielo's 8.6 monsterpack or anything that would work with 8.6? I have searched all the posts and google pages, all the links are dead, I would really appreciate it if anyone could reupload it :)
  2. H

    Lua Switch script

    Hey guys, sorry for the late response. Thank you for your suggestions, and I have tried both of the codes but none of them work properly. Maybe I should've explained it better: I want to add a 1 second delay before walls are created OR removed. Now if I do this it works: addEvent(createWall2...
  3. H

    Lua Switch script

    Anyone ;(
  4. H

    Lua Switch script

    Hi, I have a simple switch which creates/removes the walls. I want to add a delay for both, removing and creating the walls, but it only works if there is a delay for createWall2 function. if I add a removeWall2 function and use addEvent, it never removes the walls and multiple walls are created...
  5. H

    [8.60] The Forgotten Server 0.3.6 (Crying Damson) V8

    Same thing with runes btw
  6. H

    [8.60] The Forgotten Server 0.3.6 (Crying Damson) V8

    Whenever you drink a potion, the entire stack of 100 potions goes to empty. Is it just me or anyone else is getting this error?
  7. H

    Lua Creature not found

    Thank you a lot, that was really useful :)
  8. H

    Lua Creature not found

    Could you also please explain why it didn't work before? Also, what is exactly is "var" or "variant"?
  9. H

    Lua Creature not found

    Wow, that seems to work perfectly, thank you very much! :)
  10. H

    Lua Creature not found

    Thanks for the response, but it still gives the same error. Also, yes, there is a isCreature(cid) function. [13/01/2016 18:18:58] Description: [13/01/2016 18:18:58] (luaDoCombat) Creature not found
  11. H

    Lua Creature not found

    Anyone?
  12. H

    Spell help! Easy!

    Thank you, I will upgrade my code as well :)
  13. H

    Spell help! Easy!

    Try this in your case: local combat1 = createCombatObject() setCombatParam(combat1, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat1, COMBAT_PARAM_EFFECT, CONST_ME_HITAREA) setCombatParam(combat1, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_THROWINGSTAR)...
  14. H

    Spell help! Easy!

    Use addEvent function. Here's my example of a triple attack: local combat1 = createCombatObject() setCombatParam(combat1, COMBAT_PARAM_TYPE, COMBAT_DEATHDAMAGE) setCombatParam(combat1, COMBAT_PARAM_EFFECT, CONST_ME_MORTAREA) setCombatParam(combat1, COMBAT_PARAM_DISTANCEEFFECT, 10)...
  15. H

    Lua Creature not found

    Hi, I was wondering how to make a version of exori which follows the player for a couple of seconds. Here is my current version (I get the creature not found error): local combat1 = createCombatObject() setCombatParam(combat1, COMBAT_PARAM_TYPE, COMBAT_FIREDAMAGE) setCombatParam(combat1...
  16. H

    [8.60] The Forgotten Server 0.3.6 (Crying Damson) V8

    That's how I've been doing it so far, thanks :)
  17. H

    [8.60] The Forgotten Server 0.3.6 (Crying Damson) V8

    I have tried that already and whenever I build the .exe file doesn't even start.
  18. H

    [8.60] The Forgotten Server 0.3.6 (Crying Damson) V8

    Could you please tell me how to build the server with GUI? Like the one the Printer uploaded? Whenever I build it, it runs in CMD and I can't use any commands (I'm using dev c++ btw).
  19. H

    [8.60] The Forgotten Server 0.3.6 (Crying Damson) V8

    Thank you very much :)
  20. H

    [8.60] The Forgotten Server 0.3.6 (Crying Damson) V8

    I know this is a lot to ask, but could you please include all the C++ includes and libs that you use in compilation? It's really difficult to find them all one by one.
Back
Top