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

    C++ Look ignore tile

    erro Lua Script Error: [Event Interface] data/events/scripts/player.lua:Player@onLook attempt to index a number value stack traceback: [C]: at 0x7ff756bd3b90 [C]: in function '__sub' data/events/scripts/player.lua:13: in function <data/events/scripts/player
  2. Huntre

    [0.3.6] Tv System (using packets) client crash

    I paid dearly for this system the boy who made it to min Tony put a npc in place was the only way he thinks to fix it but I have another problem as this is very close to the viewer and to be changing pokemon without stopping falls the serve Xd
  3. Huntre

    C++ Look ignore tile

    function Player:onLook(thing, position, distance) for i = thing:getPosition().z, -15 do local pos = {x = thing:getPosition().x, y = thing:getPosition().y, z = i} ITEM = Tile(pos):getThing() if ITEM ~= nil and not ITEM:hasFlag(FLAG_LOOKTHROUGH) then thing...
  4. Huntre

    C++ Look ignore tile

    Unfortunately this also did not solve how simple item I can get the look below, but how much is an item ground not work.
  5. Huntre

    C++ Look ignore tile

    help?
  6. Huntre

    C++ Look ignore tile

    It still does not show the description below the ground (id- 406) . Thing* Tile::getTopVisibleThing(const Creature* creature) { Thing* thing = getTopVisibleCreature(creature); if (thing) { return thing; } TileItemVector* items = getItemList(); if (items) {...
  7. Huntre

    C++ Look ignore tile

    If I do it this way it does not take the look of the item below and that message is Edit: I found that if the item is isgroud it does not work the ignore look has how do I get it through the server or only can be by the ObjectBuilder.
  8. Huntre

    C++ Look ignore tile

    I have a question and it is possible to ignore an item in a look. ex: I'm on floor 4 and look at item in floot 7 but between that item has the item x and possible to ignore this item x and get the item below? If it is possible how I should do it until I changed the event of the look, the most I...
  9. Huntre

    OTClient compilation problem | MVSC 2015 Windows 10

    32 bit? 64 bits? Check your version.
  10. Huntre

    sendAnimatedText

    I would like to know what changes I have to make in otclient so that it comes back to accept sendAnimatedText I am using tfs 1.3, in the server part I followed this topic in the part of Evil Hero AnimatedText for TFS 1.1 solution [TFS 1.2] Rework sendAnimatedText
  11. Huntre

    Problems in onHealthChange

    I apologize for the error I made as I implemented this code at dawn I think I was sleeping so my error was tag in xml I should have already seen this more. Can close selected.
  12. Huntre

    Problems in onHealthChange

    But the problem is that it does not go in if if creature:isPlayer() then print("Entrou no IF") return false end
  13. Huntre

    Problems in onHealthChange

    Well I'm trying to put in tfs 1.3 for the player with a summoned bug not receiving damage but not going I already added the event in login.lua and will not anyone can help? In login.lua is this way player:registerEvent("SemDano"). function onHealthChange(creature, attacker, primaryDamage...
  14. Huntre

    Lua Function creature:moveTo(position)

    Thank you it worked in tfs 1.3.
  15. Huntre

    Compiling TFS simple tutorial for beginners

    Error 1 error C1083: Cannot open include file: 'pugixml.hpp': No such file or directory c:\forgottenserver-master\src\otpch.h 44 1 theforgottenserver
  16. Huntre

    Compiling TFS 1.0/1.1 latest source. 64 and 32 bits. Pics and lots of explanation.

    Error 1 error C1083: Cannot open include file: 'pugixml.hpp': No such file or directory c:\forgottenserver-master\src\otpch.h 44 1 theforgottenserver
  17. Huntre

    ObjectBuilder [10.32]

    the latest version has this error does not have this option
  18. Huntre

    Transparency

    Edit: this error occurs because this update and a former client works https://github.com/edubart/otclient/commit/b1964a1c102a716a7fbd4457250c7d7b56652db4 https://github.com/edubart/otclient/commit/b19fb22146e234fc41824e41fed0353ad29d7b9a...
  19. Huntre

    Transparency

    Good wanted to know how do to get transparency without editing the sprites in another website baxnie explain like that more is not going Anyone know why ? but I want this so the other way to edit sprites I already know but this mode and better and easier and more effective than edit sprite by...
  20. Huntre

    How i can active Transparence

    ERROR: invalid thing type client id 622 in category 0?
Back
Top