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

    TFS 1.X+ Function luaDoTradeOrbs(cid, target, points) 0.4 -> 1.3

    Help I need add this function in tfs 1.3 int32_t LuaInterface::luaDoTradeOrbs(lua_State* L) { ScriptEnviroment* env = getEnv(); int quantidade = popNumber(L); Player* target = env->getPlayerByUID(popNumber(L)); Player* player = env->getPlayerByUID(popNumber(L)); if(!player...
  2. amarelaxx

    TFS 1.X+ need help Player.ghguild (self)

    function onUse(player, item, fromPosition, toPosition, isHotkey) --- Create the variables --- guild = player:getGuild() ----- Check if it has already been invaded if item:getId() == 9826 then player:sendTextMessage(MESSAGE_STATUS_SMALL,"The Guild House has already been invaded today.") return...
  3. amarelaxx

    [Znote AAC] Show outfits on top 5

    @Gesior.pl How do I create my own host with animated images?
Back
Top