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

    Lua combat:setParameter(param1, param2) -> insert inside function

    Cause problems when inserting inside a function? Ex: local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_HITAREA) combat:setParameter(COMBAT_PARAM_USECHARGES, true)...
  2. Struvim

    Lua getPlayerDepotItemId [tfs 0.3.6]

    Hello! is there any way to verify an item in the player's depot? 'getPlayerDepotItems' count itens in depot. 'getPlayerItemById' searches only in player, does it have option to depot?
Back
Top