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

    Lua I want to conjure runes with the blank rune in the left or right slot

    @emil92b , this is my spells.xml... it does contain conjure function.. any thoughts? <!-- Conjure Spells --> <conjure name="Conjure Arrow" words="exevo con" mana="40" maglv="2" soul="1" conjureId="2544" conjureCount="10" exhaustion="2000" needlearn="1" event="function" value="conjureItem">...
  2. jigsaw

    Lua FISHING SCRIPT OTX "7.4"

    someone?
  3. jigsaw

    [7.4][OTX] RLMAP

    Actually I figured that myself out. The problem was in the config.php of MyAac, it was configured with another version (8.6,) when I changed it to 7.4, it ran. Ty though.
  4. jigsaw

    TFS 0.X Restart the server on LUA

    does anyone know about windows script?
  5. jigsaw

    [7.4][OTX] RLMAP

    Does anybody have a solution for this? When I changed my AAC to the newer one, the console starded to give me this problem: > ERROR: Unable to load items (OTB)! I didn't occur before, is it some configuration I did with the MyAAC v0.8.6.? Can somebody help me?
  6. jigsaw

    Lua FISHING SCRIPT OTX "7.4"

    I'll be with the issue right out of the gate. Here's my fishing.lua code: local config = { waters = {4614, 4615, 4616, 4617, 4618, 4619, 4620, 4621, 4622, 4623, 4624, 4625, 4665, 4666, 4820, 4821, 4822, 4823, 4824, 4825}, fishable = {4608, 4609, 4610, 4611, 4612, 4613, 7236}...
  7. jigsaw

    Lua I want to conjure runes with the blank rune in the left or right slot

    @emil92b, any clues? I can't find it..
  8. jigsaw

    OTClient People Can See Char List & Can't Connect

    Yeah that's what I've been doing... The IP on config lua is correct. Ports are open: Port 7171 is open on 187.112.99.25. Port 7172 is open on 187.112.99.25. Port 8090 is open on 187.112.99.25.
  9. jigsaw

    OTClient People Can See Char List & Can't Connect

    But Ipv4 is my local... not my remote address... are u sure about this? Imma gonna try it later. Thanks for thr answer
  10. jigsaw

    OTClient People Can See Char List & Can't Connect

    I know there are some threads about this, but none of them has a solved issue. My Configsare: [7.4][OTX] RLMAP 100%, Ports 8090/7171/7172 are open both in the firewall and the router. The Ip on config.lua is the one that myip show on the site, although I have a NO-IP Address which is working...
  11. jigsaw

    Lua I want to conjure runes with the blank rune in the left or right slot

    My spells lib only contains the AREAS of the Spells.. not a single code whatsoever. I cant post it right now bc Im not at the Pc. Thanks for the answer xikini Here what it look like: --Formulas based on formula page at http://tibia.wikia.com/wiki/Formula written at 4.06.2009 --All these...
  12. jigsaw

    C++ Limit skills 254 -> how change uint?

    Thanks, Kay. Now, can I simply get rid of stageSkill and let just the overall rate in config.lua operate? And if so, would there be a problem since its a CreatureScript with Login functions? Will player not be able to join I mean...?
  13. jigsaw

    [7.4][OTX] RLMAP 100%, Port Hope 7.4, POI, Demon OaK, War System, Shared Exp ...

    Thank you for your answer Danilo. The IP is correct.
  14. jigsaw

    [7.4][OTX] RLMAP 100%, Port Hope 7.4, POI, Demon OaK, War System, Shared Exp ...

    Why can't people join my server? The char list appears, but they can't connect... I'm using this very distro. IP: brasilrox.servegame.com Site: brasilrox.servegame.com:8090 You can make an accoun there, but when you try to connect... the char list appears, but don't log in. I've already open...
  15. jigsaw

    Lua I want to conjure runes with the blank rune in the left or right slot

    Thank you Emil, I tried to copy and paste into my lib.. and it didn't work, do you have any other suggestion? This is my sudden death (just an example) lua. local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, true) setCombatParam(combat...
  16. jigsaw

    C++ Limit skills 254 -> how change uint?

    What does this " 11 " means? std::pow(static_cast<double>(skillMultipliers[skill]), level - 11));
  17. jigsaw

    Lua I want to conjure runes with the blank rune in the left or right slot

    I searched all the forum and didn't find a solution, all I found was the opposite, people wanting the runes to be conjured with the blank inside their backpacks. I would like the original form, blank rune in the left and right slot (weapon/shield slot). I use OTX 7.4. and just for it quickly...
  18. jigsaw

    [7.4][OTX] RLMAP 100%, Port Hope 7.4, POI, Demon OaK, War System, Shared Exp ...

    repost the link please... Please can anyone post 64x .exe? ty
  19. jigsaw

    TFS 1.X+ Monsters in the same tile

    Hello everyone, I was looking around and I couldn't find it. I don't want players to 'go through' each other, and monsters in the same tile as well. How do I get rid of this? I'm on a project 7.4 and back then none of this bull existed. Thanks in advance. I use OTX Server 7.4
Back
Top