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

    Lua FISHING SCRIPT OTX "7.4"

    Sorry to necro this, but I Found a solution. I've just added to following code to the fishing.lua: function onUse(cid, item, fromPosition, itemEx, toPosition) if (config.useBait and getPlayerItemCount(cid, 3976) < config.baitCount) then doPlayerSendTextMessage(cid...
  2. jigsaw

    ZIP PHP extension: Not loaded

    Hi Slaw, thank you for your answer. But that didn't work as well. The solution I've found is to download the Xampp Version 7.14, and then the AAC installation went smooth as butter. The newest version of xampp give the php error for some reason.
  3. jigsaw

    ZIP PHP extension: Not loaded

    did you found a solution?
  4. jigsaw

    MyAAC v0.8.13

    Tried to install it, gives me an error: Extensão PHP ZIP : Não carregado (not loaded)
  5. jigsaw

    MyAAC v0.8.13

    But your solve is to delete that part... But I got this in my createaccount.php $config_salt_enabled = $db->hasColumn('accounts', 'salt'); if($config_salt_enabled) { $salt = generateRandomString(10, false, true, true); $password = $salt . $password...
  6. jigsaw

    MyAAC v0.8.13

    Hi, Slaw... hm... OTX 7.4 Server. btw, is there a way to "reset" the database?
  7. jigsaw

    MyAAC v0.8.13

    When people create account with letters they can't login... how to fix it? example: accout/password abcde/12345 = can't login (invald id) 12345/12345 = can login.
  8. jigsaw

    Solved Jiddo NPC System Doesn't Have Female/Male parameter?

    So guys I was working in my project and then I came with an issue: Some NPCs reacts differently with male/females characters. The OTX 7.4 etc.. use Jiddo NPC System. Does this System has any parameter to use in order to NPC respond to female/male differently? For example: Jiddo <?xml...
  9. jigsaw

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

    So I should edit it in spells.cpp and then recompile the server? or just rebooting will do? Thanks in advance
  10. 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">...
  11. jigsaw

    Lua FISHING SCRIPT OTX "7.4"

    someone?
  12. 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.
  13. jigsaw

    TFS 0.X Restart the server on LUA

    does anyone know about windows script?
  14. 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?
  15. 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}...
  16. 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..
  17. 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.
  18. 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
  19. 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...
  20. 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...
Back
Top