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

    [TFS 1.3] Talkactions -> some God commands not work

    Still not working, my friend :D
  2. ivvanek

    [TFS 1.3] Talkactions -> some God commands not work

    Not working, still shows name.
  3. ivvanek

    [TFS 1.3] 8.6 Actions -> quest reward from chests and other containers

    I have inspired with the following thread: TFS 1.X+ - QUEST SCRIPT REQUEST (https://otland.net/threads/quest-script-request.270272/#post-2605953) and https://otland.net/threads/quest-chest-10-98-tfs-1-3-problem.269857/#post-2602412 I have on my map editor many chests and other containers with...
  4. ivvanek

    [TFS 1.3] Talkactions -> some God commands not work

    Thank you for fast answer, it is possible to easy disable show the name of gamemaster broadcasting?
  5. ivvanek

    [TFS 1.3] Talkactions -> some God commands not work

    Hi, Some commands works good, like /kick , /goto , /c , I have some commands not working and dont know why, for example i cant use /B for broadcasting, no errors on console when typing. Here is my talkactions.xml <?xml version="1.0" encoding="UTF-8"?> <talkactions> <!-- commands -->...
  6. ivvanek

    TFS 1.X+ QUEST SCRIPT REQUEST

    bump, Reward from chest is another chest, the same chest with itemid 1740 For example: if i have skeleton body and inside is a reward, when i click on him i get on my backpack skeleton body, if i click on chest i get chest on my backpack.
  7. ivvanek

    MyAAC - Plugin upload, cannot extract zip file

    I dont have directory fpm /etc/php/7.0/fpm/php.ini in /etc/php/7.0/ i have apache2 and cli folders, when i type in linux php --ini it show me php config location: Configuration File (php.ini) Path: /etc/php/7.0/cli Loaded Configuration File: /etc/php/7.0/cli/php.ini Scan for additional...
  8. ivvanek

    MyAAC - Plugin upload, cannot extract zip file

    PHP 7.0 no zip module enabled in php.ini but you can see my php --ini config below: php -m [PHP Modules] calendar Core ctype curl date dom exif fileinfo filter ftp gd gettext hash iconv json libxml mbstring mysqli mysqlnd openssl pcntl pcre PDO pdo_mysql Phar posix readline Reflection session...
  9. ivvanek

    TFS 1.X+ QUEST SCRIPT REQUEST

    On Annihilator quest in mapeditor i have set chest actionid=2000 and for uniqueid=2494 (demon armor) and for others i have different uniqueid and in game it will give me from the chest another chest in my backpack and cannot use or drop on the ground ;D whats wrong? quests2.lua local...
  10. ivvanek

    MyAAC - Plugin upload, cannot extract zip file

    I have installed this, still not working
  11. ivvanek

    MyAAC - Plugin upload, cannot extract zip file

    php -m [PHP Modules] calendar Core ctype curl date dom exif fileinfo filter ftp gd gettext hash iconv json libxml mbstring mysqli mysqlnd openssl pcntl pcre PDO pdo_mysql Phar posix readline Reflection session shmop SimpleXML sockets SPL standard sysvmsg sysvsem sysvshm tokenizer wddx xml...
  12. ivvanek

    [TFS 1.3] Spell cooldown. I am exhausted

    Fixed! just adding 1000 cooldown in every spells.
  13. ivvanek

    [TFS 1.3] Spell cooldown. I am exhausted

    Energy wave: local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_ENERGYDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_ENERGYAREA) combat:setParameter(COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENERGY) combat:setArea(createCombatArea(AREA_SQUAREWAVE5...
  14. ivvanek

    [TFS 1.3] [8.6] Server Freeze/Lag when player die

    I am very disappointed but the problem back... i was wrong with the solved problem because it doesnt lag/freeze every time. Sometimes it lag for 2-3 seconds, sometimes for 1 seconds, sometimes for 0.1 second, thats very weird. I am very tired about this issue... any ideas?
  15. ivvanek

    [TFS 1.3] Spell cooldown. I am exhausted

    still not working correct ;/
  16. ivvanek

    [TFS 1.3] Server lag when player killed by a monster

    It is from my previous server for 10.98 TFS 1.3 so it is compability i think with TFS 1.3 downgraded to 8.6 Let me know where find the problem.
  17. ivvanek

    [TFS 1.3] Spell cooldown. I am exhausted

    Still no cooldown betwen spells.. ;/ local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_FIREDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_FIREAREA) combat:setArea(createCombatArea(AREA_CIRCLE5X5)) function onGetFormulaValues(player, level, magicLevel) local...
  18. ivvanek

    [TFS 1.3] Server lag when player killed by a monster

    No errors in console. I get folder data from other TFS 1.3 datapacks with working NPCs and quests, everything works good but when player died from the monster it lag my server for a while. Which files you want to see? i can upload all codes. creaturescripts.xml <?xml version="1.0"...
  19. ivvanek

    [TFS 1.3] Server lag when player killed by a monster

    My server lag when player is killed by a monster, but when player is killed by a player it not lagging. Any ideas?
Back
Top