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

    Error on compile TFS Last Resource using VS2017

    I am trying to compile the last commit using VS2017 but without success, it is returning this error: Screenshot I tried to install the Windows SDK 8.1, but even then it was not possible to compile. Can anybody help me?
  2. L

    How getName from item after container:getItems()

    Because when I execute this code: for j, item in pairs(container:getItems()) do print(item:getName()) end getName return null all time? Tank you
  3. L

    Get the position the player is looking at

    Can someone tell me how I can get what position the player is looking at? South, North ... I did not find anything about it in the source code. EDIT ~~~~~~ player:getDirection() Sorry my mistake
  4. L

    Pull item to backpack

    My question is simple, how do I get the item to be automatically pulled into the backpack? Looked at the candybot I had a notion but it does not work 100%, it pulls the item to position {x = 65535, y = 64, z = 0}. Can someone tell me why pulling into that position? Thank you so much
  5. L

    Event triggered when creating certain item on the screen.

    Is there any way for me to know that a certain item has been played on the screen? For example, when you launch a Magic Wall, or throw rubbish underneath the player, do you have any way of knowing that? Thank you so much
  6. L

    [10.97] OTClient for Tibia Version 10.97

    Hello, someone has a compilation for the 10.97 version of Tibia? I tried due to compile and adjust to 10.97, however unsuccessfully, does anyone know how or have done it? Thank you
  7. L

    Strange error in OTC with transparency

    I'm trying to let my client transparent however, is happening this when I enter the game. Already saved my SPR / DAT as transparent and already added everything he needed in the OTC. Could someone help me? Thank you
  8. L

    Is there any way to equip an item via code?

    I need to know if there is some way to equip and unequip an item via code.
  9. L

    Save map ( OTBM ) in image

    Hello , I wonder if there is any way to save the map image, floor by floor , I know you have to save the minimap by remeres but the show itself is not possible, does anyone know any way to do this without taking printscreen ? thank you
  10. L

    Create party by command TFS 1.1

    I saw that on github TFS has this page: https://github.com/otland/forgottenserver/wiki/Metatable:Party but the examples are not clear, as I do to create a party with some player, noting that this party does not exist yet. For example, we have the desert quest (as in Tibia Global) as I do for...
  11. L

    Get item object through the item ID

    My doubt is very simple, I just want to get the item (for display on a component of a module), but this item must be obtained through the ID containing the item.zml. Thank you in advance, Thank you very much
  12. L

    Downgrade version of TFS 1.1

    As everyone knows the latest version of TFS is 10.76, but what happens is that there is no one SPR / DAT editor for this version, which makes a custom Server impossible, from what I've been reading about these programs, the creators are abandoning development. If anyone knows how to perform a...
  13. L

    Lua Get positions between two positions

    How do I get to an array of positions from one position to the other? Many Thanks
  14. L

    Expand the Number of tiles What is sent to the Customer

    http://otland.net/threads/solved-sending-more-tiles-to-client.200004/page-3 I just like this in this topic , but sometimes for no reason begin to receive these errors Here also my protocolgame.cpp from TFS 1.0 Thanx
  15. L

    [OPCODE] NOT THIS Sending OperatingSystem_t Correct

    I'm trying to put OpCode in my server but not working , analyzing the source realized that this sending to the server as if it were CLIENTOS_WINDOWS when to send CLIENTOS_OTCLIENT_WINDOWS , anyone know where can I fix this ? Thank U
  16. L

    Outfit Frame

    I wonder how the animation of the outfits of the tibia . have an outfit that is in a loop , " Animate Always" , but when I put it on a player he never starts frame 1 , starts in a random way (sometimes starts on Frame 2 , sometimes in the frame 3 ) . Could someone explain to me why that happens...
  17. L

    Solved OnTargetCombat event does not work.

    I'm just passing a print (' a') and not returning anything to me , I just put so function Creature : onTargetCombat (target) print (' c' ) return true end but does not work , someone could send me an example or say what am I doing wrong ? Many Thanks
  18. L

    [REQUEST] Path Finder - TFS 1.0

    I'm trying to develop a Path Finder for some monsters but I'm not having much success, will be that someone help me? I'm putting a picture to illustrate: I know that natively they already do that to get some target, but I can not reproduce this in LUA. Needed some way that returns a table...
  19. L

    Lua [TFS 1.0] - setCreatureStorageValue and getCreatureStorageValue

    In older versions I could define a particular storage the value for a given a Creature ( not player) in TFS version 1.0 this is no longer possible. Someone can tell me how to implement this or some form of " work around " this situation ? Thank U
  20. L

    Support to Version 10.50+

    I wonder if there is already support for 10.50+ version if I'm trying to 10.53 in the fixed topic is not supported, go to 10.41, but on github seen that has something to run it. If use the exe version with the latest files from github he is loading forever, compiled the last sources and so...
Back
Top