• 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 Optimization of checkCreatureWalk?

    Hello, anyone know a smart or maybe there is comit that helps optimize checkCreatureWalk, i think 81040 calls are not normal and it should be less 2492 81040 18.72289% 8.30768% std::bind(&Game::checkCreatureWalk, &g_game, getID())
  2. Tbol

    TFS 1.2 Summon reaction time

    What if writing a code that summon onthink logic dont work the same like for monsters? is it possible? dont really want to mess with intervals for onthink because it will affect all monsters and cpu usage is major and i want fast reaction only for summons
  3. Tbol

    [Module] - Loot Simulator - TFS 1.5

    same would like to see it converted without revscript
  4. Tbol

    TFS 1.2 Summon reaction time

    Any more simple ideas how to speed up reaction time of summon?
  5. Tbol

    TFS 1.2 Summon reaction time

    Jesus sounds way to complicated
  6. Tbol

    TFS 1.2 Summon reaction time

    Maybe someone has a public comit to solve it?
  7. 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?
  8. Tbol

    TFS 1.2 random reward doesnt work

    Still cant get it working :D
  9. 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...
  10. 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 =...
  11. Tbol

    TFS 1.2 How to allow to spawn only on tile

    Uff i didnt had this function, added and gonna try
  12. 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...
  13. Tbol

    Xampp got aids and it ruined phpmyadmin

    Jesus Christ you're a god! Worked like a charm
  14. 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...
  15. Tbol

    Lua Xikini's Free Scripting Service TFS 1.4.2

    Damn sadly not using revscript :o insane release
Back
Top