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

    crossHair mousePos

    Hi guys! I try make this feature (setCrossHair), but something don't work. I created a method using g_painter but it is not rendering the image void UIMap::setCrossHair(const Point& mousePos) { g_logger.debug(stdext::format("crossHair")); Rect r = Rect(mousePos.x, mousePos.y, 32...
  2. S

    OT FONT otclient

    Hi, I created this font by gimp, but created without the outline, how do I add the black outline?
  3. S

    Lua addEvent Area

    Hi everyone, I was wondering if there is any way to get an area and create a layered spell without having to use several areas example : local area = { {1, 1, 1}, = 200ms {0, 1, 0}, = 100ms {0, 3, 0}, = 0ms }
  4. S

    Mod or sourcecode ManaBar under healthBar in displayUI

    How can I create a mana bar under the player's health bar? Would it be in source or do some mod?
  5. S

    C++ Summon Dissapear tfs 1.2

    When I invoke a summon and use the setNoMove function in summon and walk 30 sqm, the creature disappears. How do I get this out, I want to be able to walk away from summon without summon disappearing, I tried to find in the onThink function and I did not find it Sorry for me english. ;D
  6. S

    setStorage on Creature?

    How can I set a storage in a monster? (tfs 1.2)
  7. S

    setHiddenHealth tfs 1.2

    The function does not let the player move, how do I enable it?
  8. S

    setCreatureName for tfs 1.0

    Does anyone have the setCreatureName function for tfs 1.0?
  9. S

    doCreateCustomMonster for tfs 1.0?

    I do not know if this is the correct area, but someone could update the function doCreateCustomMonster(name, looktype.... ) to the tfs version 1.0, I need it so much! https://otland.net/threads/create-custom-monster-by-lua-script-custow-name-hp-exp-outfit-spells.113960/
Back
Top