• 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!

Itutorial's latest activity

  • Itutorial
    https://github.com/otland/forgottenserver/commit/a295ea7b8881f73160500757a2f860dbc64bbf4f...
  • Itutorial
    Itutorial replied to the thread TFS A* Algorithm :D.
    Im glad someone else using it was able to message about this. Very strange. I don't get what could possible cause their servers to start...
  • Itutorial
    Itutorial replied to the thread TFS A* Algorithm :D.
    Yeah it seems nekiros downgrade has something in it that is causing high memory usage. Ralke is having the same problem. His server...
  • Itutorial
    Itutorial replied to the thread TFS A* Algorithm :D.
    Memory leak fixed on newest commit.
  • Itutorial
    Itutorial reacted to Mateus Robeerto's post in the thread TFS A* Algorithm :D with Like Like.
    I've already made the changes, all good, that you sent with the two PR links... they seem very good. I haven't noticed anything causing...
  • Itutorial
    Itutorial replied to the thread TFS A* Algorithm :D.
    That looks good to me but at the same time I don't play RL tibia which I know is what we aim for. I would still make the the two changes...
  • Itutorial
    Itutorial replied to the thread TFS A* Algorithm :D.
    I will look for a solution to this today. I am just trying to figure out a good time to update the path that isn't related to when the...
  • Itutorial
    Itutorial replied to the thread TFS A* Algorithm :D.
    These are the only changes you should have. https://github.com/otland/forgottenserver/pull/4637/files
  • Itutorial
    Itutorial replied to the thread TFS A* Algorithm :D.
    You should be able to leave the THINK_INTERVAL at 1000. It shouldn't effect pathfinding in any way. Make sure to update with the newest...
  • Itutorial
    Itutorial reacted to oen432's post in the thread OTClient OTC UI tooltips with Wow Wow.
    Its still Lua. Using ! before property name marks the property value as Lua code.
  • Itutorial
    Itutorial replied to the thread OTClient OTC UI tooltips.
    Thank you, I couldn't find the methods for widget I guess. Didn't see setTooltip anywhere.
  • Itutorial
    Itutorial reacted to Error 502's post in the thread OTClient OTC UI tooltips with Like Like.
    Is in lua. not in otui local localPlayer = g_game.getLocalPlayer() Widget:setTooltip(string.format("Increases maximum health by %d"...
  • Itutorial
    Anyone know how to properly do this? It seems the LocalPlayer object does exist but for some reason I can't use the lua functions...
    • 1712530057718.png
  • Itutorial
    That is what I was thinking about doing but I didn't know if it would create problems with RME or whatever
  • Itutorial
    TFS item attributes system enum itemAttrTypes : uint32_t { ITEM_ATTRIBUTE_NONE, ITEM_ATTRIBUTE_ACTIONID = 1 << 0...
Back
Top