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

Search results

  1. Szafi

    TFS 0.4 Save player data not work

    Sloved: shutdown tfs service mysql restart or shutdown -r now run MySQL DROP TABLE IF EXISTS `guild_invites` and CREATE TABLE `guild_invites` ( `player_id` INT NOT NULL DEFAULT 0, `guild_id` INT NOT NULL DEFAULT 0, UNIQUE (`player_id`, `guild_id`), FOREIGN KEY (`player_id`) REFERENCES...
  2. Szafi

    TFS 0.4 Save player data not work

    Cant create 2013 - Lost connection to MySQL server during query @edit for again run sql question #1146 - Table 'ots.guild_invites' doesn't exist @edit2 #1005 - Can't create table 'ots.guild_invites' (errno: 150) @edit3 i go sleep, i try tomorrow and say. 14h to make OT, my head do not...
  3. Szafi

    TFS 0.4 Save player data not work

    How to can fix? Where i found this table? I reinstall acc maker - not work.
  4. Szafi

    TFS 0.4 Save player data not work

    My friend add a lot function's and more functions to my engine. @topic I look in console [20:44:53.481] mysql_real_query(): DELETE FROM `guild_invites` WHERE player_id = 22 - MYSQL ERROR: Table 'ots.guild_invites' doesn't exist (1146) [20:44:53.483] mysql_real_query(): DELETE FROM...
  5. Szafi

    TFS 0.4 Save player data not work

    Hello i have problem... MySQL: config.lua savePlayerData = true and player dont save. /save and more not working. began to happen after installation Gęsior acc maker 2012 Video: How to fix?
  6. Szafi

    Solved TFS 0.4 encryptionType

    Thanks to all for all.
  7. Szafi

    Solved TFS 0.4 encryptionType

    Thanks for all, i back to last configuration "sha1"
  8. Szafi

    Solved TFS 0.4 encryptionType

    What is this encryption type? 14955f3d4a3a20b70a4cad76c401a7f8ed1f95df = damian
  9. Szafi

    Talkactions make TFS crash

    Hello, search script as run TFS engine crash. I need check my anti dupe system and more security solutions. Example: /crash - make crash Thanks.
  10. Szafi

    How to - Monster spell -10% HP allways

    Spell allway remove 10% hp. To topic: http://otland.net/threads/how-to-spell-effect-only-on-hit.227818/ -- Spell ma odbierać zawsze 10% życia, a nie daną wartość. cd: http://otland.net/threads/how-to-spell-effect-only-on-hit.227818/
  11. Szafi

    Lua functions list

    Please update: doPlayerSendMailByName
  12. Szafi

    Solved Search TFS 0.4 function

    Worked :)!
  13. Szafi

    How to - Monster spell -10% HP allways

    TFS 0.4 Hello. <attacks> <attack name="Fire Stone" interval="100" range="6" chance="10" min="-1000" max="-1000"/> </attacks> How make script? Monster use spell and remove always 10% hp Thanks.
  14. Szafi

    Lua how to? - Spell, effect only on hit

    TFS 0.4 local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_FIREDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, 6) setCombatParam(combat, COMBAT_PARAM_USECHARGES, true) local area = createCombatArea{ {1, 1, 1}, {1, 2, 1}, {1, 1, 1} } setCombatArea(combat...
  15. Szafi

    TFS 0.4 change rule violation rules, ban time etc

    Hello, where i can edit ban days and rules to "Rule violation" window? This written in Tibia client or including from TFS engine? Thanks for information
  16. Szafi

    Solved Search TFS 0.4 function

    Hello, i have script in "actions". Maybe there function which after use item transfer the same subject to the deposit town ID (example 1) after use? Thanks for information
  17. Szafi

    Lua Clean script, dont clean deposit

    TFS 0.4 Hello, i have default script for clean: function executeClean(interval) doCleanMap() doBroadcastMessage("Game map cleaned, next clean in " .. table.concat(string.timediff(interval / 1000)) .. ".") return true end function onThink(interval) doBroadcastMessage("Game map...
  18. Szafi

    Debian - Gesior ZayPay no points

    Rly... login in putty to root user and cd /var/log/apache2 tail -f error.log Next go your acc and buy points, next copy console logs and past here
  19. Szafi

    Debian - Gesior ZayPay no points

    What engine www? apache, nginx, lighttpd or more Example: apache default patch: /var/log/apache2 Example: nginx default patch: /var/log/nginx IMPORTANT! First run ZayPay script in gensior, next copy log
  20. Szafi

    Debian - Gesior ZayPay no points

    Yes, show me error.log (last 5-10 line)
Back
Top