• 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. Zoe Skandinavia

    Where can I modify small messages UI?

    I have an idea but I need to modify the position of small messages that appears on the bottom, right above the chat window, but I can't find it. Somebody knows? Thanks.
  2. Zoe Skandinavia

    Is there a way to send extended opcodes from client to server?

    I want to send extended opcodes from otclient to server, for example, I click on a client button and I want the server to know that I clicked on that button to perform an action in server. Any idea? Thanks.
  3. Zoe Skandinavia

    [C++] - New Extended Opcode problem

    This days I've been seeing this topic and I added a new function in server sources to send a new opcode to otclient. Everything is fine, I added the respective byte in server and received it in otclient but when I'm going to get the value in an otclient mod that it's sent from the server, always...
  4. Zoe Skandinavia

    Do something in client because of globalevent

    I was wondering if there's a way to do something in client because of some action, globalevent, etc. For example, if a globalevent is executed, a custom window popup will show up (module). In other words, a way to get control of the client with server functions. Any idea? Thanks.
  5. Zoe Skandinavia

    C++ How to get data from Token field? - TFS 1.2

    Hi! I was wondering, how to get the data from Token field? I tried some things but nothing works. Any idea? Thanks.
  6. Zoe Skandinavia

    C++ There's a way to add buttons?

    Hi, i was wondering if there's a way to add some button in client with a functionality, you know that in TFS 1.2 there's a function called: "disconnectClient(string)" in protocolgame.cpp, but i want to add a button in the message that shows up and it redirects to a specific webpage, it is...
  7. Zoe Skandinavia

    Solved Error compiling TFS 1.2

    Hello!, I was trying to compile a TFS 1.2 and at the beginning it said me that "pugiXML couldn't be found", so i added the newest files from pugixml and now i got this errors: Somebody knows how to fix it? Thanks.
  8. Zoe Skandinavia

    Lua Modalwindow bug with Tibia 11

    Hi! Yesterday i was testing Tibia 11 with modalwindows and i could see that this functions: setDefaultEnterButton(buttonId) setDefaultEscapeButton(buttonId) doesn't work properly. It doesn't matter if you put this functions or not, pressing down "Enter" key or "Escape" key, the modalwindow will...
  9. Zoe Skandinavia

    Windows Guild with ID: 0 doesn't exist - Gesior

    Hello!, i always got this error, when i create a guild, it says at the end: Guild with ID 0 doesn't exist. I tried with some things. If i delete "guilds" table from database and put it again by SQL: CREATE TABLE IF NOT EXISTS `guilds` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name`...
  10. Zoe Skandinavia

    Lua Reward chest not working - [TFS 1.2]

    Hi guys!, i always have had the problem that when i kill a boss like Morgaroth, i cant open the corpse because it says: "You are not the owner.". I don't know how to fix it because in console doesn't appear anything. Someone knows how to fix it? Thanks.
  11. Zoe Skandinavia

    Compiling Error compiling TFS 1.2

    Hi! I wanted to compile TFS 1.2 and i got this error: I've been investigating in another posts in otland and even i add in lockfree.h this: #if _MSC_FULL_VER == 190023918 // Workaround for VS2015 Update 2. Boost.Lockfree is a header-only library, so this should be safe to do. #define...
  12. Zoe Skandinavia

    Lua How to fix "call to stack overflow"? - TFS 1.2

    Hi, i have a problem, the famous "stack overflow" that closes the server. I don't know why this happens, i know that it's by a infinite loop and i know that the problem is from MoveEvents because in console appears. It's really hard check file by file until find the bug. Someone knows how to fix...
  13. Zoe Skandinavia

    Lua Invisible portal if you have an storage value -1

    Hi, i was thinking in a invisible portal, in other words, if i have the storage 456000 with value -1, i wont see it, but if i have it with value 1, i'll be able to see it. There's a function that helps me to do that? Thanks^^ PD: It's for TFS 1.2
  14. Zoe Skandinavia

    Solved Error load channel [TFS 1.2]

    Hi!, i was trying to create a new channel, but in console appears: [Warning - Chat::load] Can not load script: meganfrey.lua I really dont understand why this happens. This is my script in meganfrey.lua function onJoin(player) if player:getStorageValue(456002) ~= 1 then...
  15. Zoe Skandinavia

    Windows Problem with php sql query [Gesior]

    Hi!, i want to put in the character.php the currently player position; i already created the queries but when i call them appears nothing. Here is what i did: $posx = $SQL->query('SELECT posx FROM players WHERE name = '. $name .';'); $posy = $SQL->query('SELECT posy FROM players...
  16. Zoe Skandinavia

    Solved Remove player when he is on a nil tile - TFS 1.2

    Hi!, i want to create an script which helps me to remove players who fall in a nil tile, that is to say in a place where there isn't floor. I was thinking in something like this: function onThink(interval) for _, player in ipairs(Game.getPlayers()) do local t =...
  17. Zoe Skandinavia

    Windows Crash TFS 1.2 - BEX64 Error

    Hi, a few days ago i saw this weird error "BEX64" and nothing appears on console. Some of you have seen this before? And how can i fix this? Thanks. It occurs after a 6-12 hours maybe.
  18. Zoe Skandinavia

    Windows [Znote AAC] Problem with paypal IPN

    Hi, a few days ago, some players has told me that the paypal payment method doesnt work, it doesnt give the points and is very weird because previously it worked perfectly, so i dont know what could be the problem. I watched some posts here about that and i saw this problem gets fixed updating...
  19. Zoe Skandinavia

    Solved Bug compiled files [Object Builder]

    Hi again, i got a problem object builder and its the next one: When i compile the spr and dat with object builder, everything is ok, but in game if a fire elemental moves to anywhere, the game crashes. I didnt touch him in object builder, even i tried create a new outfit like fire elemental and...
  20. Zoe Skandinavia

    Windows Problem with new looktypes. It appears as mount instead outfit

    Hi, im trying to put new looktypes and i did it with Object Builder, but when i tried to see how it looks in game, it says the looktype doesnt exists, so i tried putting it as a mount and it appeared. So, i dont know if in objectbuilder exists an option who specifies if the looktype is for...
Back
Top