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

    Player loss skill at logget out

    I'm not really sure which engine it is This is what it shows in the console when opening the server: The NTO INFINITY Version: (2.4.8) - Codename: (NTO) Compiled with Microsoft Visual C++ version 14.0 for arch 64 Bits at Mar 30 2020 15:04:08 is this base: [8.60 OTX] NTO Hard - Full Packet...
  2. K

    Player loss skill at logget out

    Guys, something strange is happening, when the player logs out (ie, logs out normally, die, relogs server, and all the other things that make the player log out) he loses sword fight, distance fight skills (etc etc) BUT does not lose magic level... Could someone for the love of god help me?
  3. K

    Topmenu bugging all

    It's already like this on gameinterface.otui =\
  4. K

    Add a health bar on top of the existing one

    I've been trying to add a health bar on top of the already existing one in my otclient (or if anyone knows another way works I accept too) for several hours and finally decided to come here How it is currently: As I want: The closest I could get was to create this in...
  5. K

    Topmenu bugging all

    I've been trying to solve this problem for about 5 hours and I finally decided to ask you for help... If I put the "20-topmenu.otui" in "styles" this happens: *note that the panel items are on the right and organized, but there is a black band around it, on the lower arrow, note that the...
  6. K

    Lua (LuaInterface::luaGetPlayerFlagValue) Player not found

    Niiiiiice !! Its works perfectly! 0 errors. Thank u very muuuuuch bro <3
  7. K

    Lua (LuaInterface::luaGetPlayerFlagValue) Player not found

    I found, it's in data/libs/034-exaustion, now it's like this: exhaustion = { check = function (cid, storage) if isCreature(cid) then if(getPlayerFlagValue(cid, PLAYERFLAG_HASNOEXHAUSTION)) then return false end end return...
  8. K

    Lua (LuaInterface::luaGetPlayerFlagValue) Player not found

    So, about the first code, where I should put it? At second code, it doesn't works :( (the problem is the same) And, about the third, I didn't do it, that's why it's a mess, my codes are organized but I program in python/php/c++, I'm starting in otserver so I have several questions (Just so it...
  9. K

    Lua (LuaInterface::luaGetPlayerFlagValue) Player not found

    This error is appearing with a bit spells on my server, could someone show me the solution so I can fix it myself later whenever it happens? I'm going to post two of these scripts that are giving me an error for me to use as an example and if you can give that help I would appreciate it <3...
  10. K

    Lua Server crashing when login/logout

    Me ? Or the @Gesior.pl ? Ohhhh understand :( Thank u for this bro, problably i will pay one dedicated/semi-dedicated .... But the prices is soo hard :x Btw, thank you very much!
  11. K

    Lua Server crashing when login/logout

    First: thank u and wow, your tutorials are amazing! So.. The server only stop movement for few seconds, and my disk have 30gb (only 9.79 used) I'm using windows in the machine My database doesn't in the amazon, i pay one plan in (CloudClusters (https://www.cloudclusters.io)) Do you think it's...
  12. K

    Lua Server crashing when login/logout

    I delete all scripts in creaturescrpits and the error continue :s actually, the creaturescripts is like this: <?xml version="1.0" encoding="UTF-8"?> <creaturescripts> </creaturescripts> I tryed delet the globalevents.xml after, put like this: <?xml version="1.0" encoding="UTF-8"?>...
  13. K

    Lua Server crashing when login/logout

    I think not :( that's my config.lua:
  14. K

    Lua Server crashing when login/logout

    I noticed a small detail, when I log out, I kind of don't log out and it seems that the server kicks me, because of that, this message ALWAYS appears after logout: Your connection has been lost. Either your network or the server went down. (ERROR 10054) *The server doesn't crash, it's a bug...
  15. K

    Lua Server crashing when login/logout

    I opened a server on my computer and then on a virtual instance of amazon, 15gb of RAM, SSD, and 1.2gb/s internet (yes, gb, not mb) of download and upload, there was just me and one more friend online on it, and whenever he or I do login or logout, the server ALWAYS crash for about 2 to 3...
  16. K

    Green lines in Remere's map editor 3.7

    I tried it with the 3.2 remere version, but with no success to import my map of the current version :(
  17. K

    Green lines in Remere's map editor 3.7

    But can I edit tibia 12.70 map using remeres 2.2?
  18. K

    Green lines in Remere's map editor 3.7

    someone can help me?
  19. K

    Green lines in Remere's map editor 3.7

    No =\ I have already updated all possible drivers
  20. K

    Green lines in Remere's map editor 3.7

    I formatted my computer and installed remere's map again, but now when I open it where any tile is it's getting full of green lines What should i do to resolve this?
Back
Top