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

    Solved [TFS 1.0] Applying Invisible to summons (Spell)

    Is there anyway of doing this? I try to add it as a condition but it doesn't work although haste does.
  2. T

    Lua [TFS 1.0] if Param == is monster problem

    Hey I'm using TFS 1.0 the lastest compile, I can't seem to get this check to work anyone got any ideas? :) if isMonster(Param) == false then doPlayerSendCancel(cid, "There isn't any monster named "..param..".") doSendMagicEffect(pos, CONST_ME_POFF) return false end
  3. T

    Lua [TFS 1.0] addCondion

    // creature:addCondition(condition[, force = false]) Does anyone know how would I use the force feature?
  4. T

    LUA Functions List [TFS 1.0] Updated: 17/09/2014

    Not sure if anybody needed this, but it might help someone out. -- LUA Functions List [TFS 1.0] -- -- className = {} className.__call = newFunction className.metatable = {} className.metatable.__index = className className.metatable.__metatable = className className.metatable.methodName...
  5. T

    Solved getPlayerMaxCap

    Is there a LUA Function to get a players max cap in TFS 1.0? The Distro I'm using is the Latest Commit of TFS.
Back
Top