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

    Linux Debian 9 how to update php version/library

    Tried. Half of the stuff in tutorials doesnt install Step 1. sudo apt update sudo apt install software-properties-common sudo add-apt-repository ppa:ondrej/php Step 2. sudo apt update Step 3. sudo apt install php7.3 php7.3-common php7.3-cli Step 4. sudo apt install php7.3-mysql Step 5...
  2. Tbol

    Linux Debian 9 how to update php version/library

    Hey right now my php version is 7.0.33 and would like to update it up to 7.3.26 dont want to update more because im still using myacc 7.9.0 that old version if im not wrong and on windows my xampp running on 7.3.26 php version so it means everything should still work after update. Why i need? I...
  3. Tbol

    TFS 1.2 Crash getCombatDamage

    Bump
  4. Tbol

    TFS 1.2 Crash getCombatDamage

    Idk who caused it and where to look to fix it https://pastebin.com/HwGmsCX3
  5. Tbol

    MyACC how to make website "secure" instead of "not secure"

    Is there any tutorial for it?
  6. Tbol

    TFS 1.2 exceeding packet limit when tp to pos

    Nop just one
  7. Tbol

    TFS 1.2 exceeding packet limit when tp to pos

    Yes only on specific location, well it was happening before so really doubt its any custom code issue, since that place doesnt have anything coded like i mentioned it just has 19 creatures and next stuff is just tiles and walls, so its really weird why that exact place would cause such problem...
  8. Tbol

    TFS 1.2 exceeding packet limit when tp to pos

    maxPacketsPerSecond is set to 50, there is no onStepIn/onStepOut/Teleport on that tile its simple room with tiles and walls and 19 creatures and thats it. I mean yea i could increase maxpacket but i heard it hits trough performance a lot. And yes its otclient
  9. Tbol

    TFS 1.2 exceeding packet limit when tp to pos

    Hello, have super weird issue where i get kicked out of the game when i tp with admin to exact pos for example /pos 1114, 1242, 7 i have a map in there and i cant see anything weird that could cause anything like that, it doesnt happen if i tp to other places, what i noticed if i tp to six floor...
  10. Tbol

    Lua Tfs 1.2 Bleeding spell to players and not monsters

    I think you missed 3, 4 part? That is quite important aswell
  11. Tbol

    TFS 1.2 Why this crash happing and what causing it [LOG INCLUDED]

    https://pastebin.com/FH8vaceR
  12. Tbol

    Is there commit for otcv8 npc icons?

    bump
  13. Tbol

    Is there commit for otcv8 npc icons?

    bum,p
  14. Tbol

    Is there commit for otcv8 npc icons?

    Hey, how can i find commit of tfs for those speech bubles appear on npcs, because if i enable it now i get black screens
  15. Tbol

    TFS 1.2 Crash because of spell?

    Thanks just gonna replace with player:addManaSpentMultiplier(manaAmount)
  16. Tbol

    TFS 1.2 Crash because of spell?

    It is full script i sent you <instant group="support" spellid="243" name="power down" words="power down" aggressive="0" params="0" lvl="1" maglv="0" soul="0" mana="0" exhaustion="1000" prem="0" enabled="1" script="power_down.lua"></instant>
  17. Tbol

    TFS 1.2 Crash because of spell?

    function onCastSpell(creature, variant) local player = Player(creature) local amount = creature:getMana() player:addManaSpentMultiplier(amount) player:addMana(-amount) player:getPosition():sendMagicEffect(CONST_ME_MAGIC_BLUE) return true end
  18. Tbol

    TFS 1.2 Crash because of spell?

    Hello im getting crash and im not sure where to look at and whats causing it and what to do this is log https://pastebin.com/FMfcCMhZ
Back
Top