• 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!

Recent content by Tbol

  1. Tbol

    TFS 1.2 Summon reaction time

    Jesus sounds way to complicated
  2. Tbol

    TFS 1.2 Summon reaction time

    Maybe someone has a public comit to solve it?
  3. Tbol

    TFS 1.2 Summon reaction time

    Hello, is it possible somehow to improve summon reaction time? For example if i move the summon starts moving only after like 1 second and not instantly with the player, what i noticed monsters react fast as hell but my summon doesnt,so maybe there is somekind of delay in src that i dont know?
  4. Tbol

    TFS 1.2 random reward doesnt work

    Still cant get it working :D
  5. Tbol

    TFS 1.2 random reward doesnt work

    Hello so im trying to make a global random reward after completing a missions with this code i wrote which means 50% chance to get it if math.random(1, 100) <= 50 then player:addItem(6425, 1) selfSay("You got lucky and received item.", cid) end and this is how full function looks like...
  6. Tbol

    TFS 1.2 How to allow to spawn only on tile

    So this is the last result. Anyone see a way how to optimize this code? Because i think i havent writen it well CURSED_CHESTS_AID = 9000 CURSED_CHESTS_SPAWNS = { [1] = { pos = Position(96, 210, 7), radius = 6, limit = 10, item = 19512, spawnedCount =...
  7. Tbol

    TFS 1.2 How to allow to spawn only on tile

    Uff i didnt had this function, added and gonna try
  8. Tbol

    TFS 1.2 How to allow to spawn only on tile

    Hello, I created this code that I found from Oen and edited it a bit. I'm wondering how I can prevent it from spawning on trees and other objects. Is it possible to allow it to spawn only on walkable ground? I've tried something like this, but it still spawns on stairs or mountains. Basically...
  9. Tbol

    Xampp got aids and it ruined phpmyadmin

    Jesus Christ you're a god! Worked like a charm
  10. Tbol

    Xampp got aids and it ruined phpmyadmin

    Hello, so randomly for no particular reasons xampp started to mess around and basically something aint right, it loads apache and mysql fine but when i open theforgottenserver.exe it gives bunch of database related errors So i checked phpmyadmin and i see. Tried looking for solution on youtube...
  11. Tbol

    Lua Xikini's Free Scripting Service TFS 1.4.2

    Damn sadly not using revscript :o insane release
  12. Tbol

    OTClient Could someone help me create font with gimp

    Hello, trying to create a font with a shadow, tried using photoshop but it probably ruins the canvas so .otfont becomes a mess and shows a huge mess in game, tried downloading gimp and otfont pythong script but legit cant understand anything its overlaping on each other, creating shadow is a...
  13. Tbol

    Lua Xikini's Free Scripting Service TFS 1.4.2

    Wave spell that is based on three animations so starting/middle/ending for example what i mean is firstly it would execute starting effect once that effect ends it starts middle effect, after middle ends it starts ending effect so its like seamless one spell effect just combined from three sprites
  14. Tbol

    TFS 1.2 Removing Items even if its in part of the house

    Thank you works perfect 🥰
  15. Tbol

    TFS 1.2 Removing Items even if its in part of the house

    Nonono i dont want to delete those items i add, i want them to stay. Another think i noticed created a tile as a furniture basically its just not movable object like the stuff i add on walls that disappears aswell, and after reset it deletes it aswell. Could it be that it deletes anything that...
Back
Top