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

    C++ What function in tfs 0.4?

    Thanks, but the orcs are created as summons
  2. A

    C++ What function in tfs 0.4?

    What if I would like to do it in this example? local function doSummonPokemon(npc) local this = npc if not isCreature(this) then return true end if #getCreatureSummons(this) >= 1 or focus == 0 then return true end local it = pokemons[battle_turn] doSummonMonster(this...
  3. A

    C++ What function in tfs 0.4?

    Thanks But this unfortunately will not work, because npc creates summons that are supposed to attack the player.
  4. A

    C++ What function in tfs 0.4?

    I found this on a sticker. Really, npc can not attack players in tfs 0.3.6-0.4?
  5. A

    C++ What function in tfs 0.4?

    @slawkens Thank you, So you'll be able to help me do this? doAttack
  6. A

    C++ What function in tfs 0.4?

    Bump
  7. A

    C++ What function in tfs 0.4?

    Hi, yesterday i found the script: lua_register(m_luaState, "selfAttackCreature", NpcScriptInterface::luaActionAttackCreature); int32_t NpcScriptInterface::luaActionAttackCreature(lua_State* L){ int id=(int)lua_tonumber(L, -1); Npc* npc = getNpc(popNumber(L)); if(npc)...
  8. A

    [POLAND][8.6] Prestizots Best Evo [14.04.2018 - 18:00]

    1. General Information -IP: PrestizOTS.pl -Version: 8.60 -Port: 7171 -PVP: 200 lvl -SKILL: x20 -MAGIC: x10 -HOUSES: 100 lvl -FREE VIP: to 150 lvl -Frags to rs: 25 per day / 100 per week / 350 per month -START: 14 APRILL 18:00 2. Free Points Free points at the PrestizOTS.pl you can get several...
  9. A

    Lua tralalala

    How to fix it?
  10. A

    Lua tralalala

    There is not doSetMonsterGym ;/
  11. A

    Lua tralalala

    Where can I check it?
  12. A

    Lua tralalala

    data/npc/scripts/brock.lua:36: attempt to call global 'doSetMonsterGym' (a nil value) brock.lua local focus = 0 local max_distance = 10 local talk_start = 0 local conv = 0 local fighting = false local challenger = 0 local afk_limit_time = 300 -- seconds local afk_time = 0 -- don't...
  13. A

    TalkAction TFS 0.3.6+ Reborn System

    @UP SRY Script edited.
  14. A

    TalkAction TFS 0.3.6+ Reborn System

    Witam, przedstawiam wam skrypt na reborn system który pisałem sam od 0. Po wpisaniu komendy !reborn dostajemy lvl 20 (Musimy miec minimum 400lvl), skille sie resetuja (zalezy kto jak wpisze). Skrypt nie jest w pełni skończony więc jak będę miał czas to dodam +dmg, licznik rebornow oraz blokady...
  15. A

    Tutorials [LUA] Creating Actions/Movements & TalkActions

    local group = 3 -- group id function onStepIn(cid, item, position, fromPosition) if getPlayerGroupId(cid) ~= 3 then setPlayerGroupId(cid, group) end end
  16. A

    Tutorials [LUA] Creating Actions/Movements & TalkActions

    Why at the beginning of the script set item.uid since reading it in the xml file?[/PHP]
Back
Top