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

    Lua doTargetCombatHealth

    Thanks for answer, but it doesn't explain the difference of reflect i have :/
  2. K

    Lua doTargetCombatHealth

    Anyone ? ;D
  3. K

    Lua doTargetCombatHealth

    refresh
  4. K

    Lua doTargetCombatHealth

    Hello, can you help me to understand why this function doesn't work as i think it should ? Here is the simple example code: function onHealthChange(creature, attacker, primaryDamage, primaryType, secondaryDamage, secondaryType, origin) doTargetCombatHealth(creature, attacker...
  5. K

    The Forgotten Server has stopped working (r3777, win10)

    Yes. Even compiled with clean source (becouse the first one is edited by us, but it works without problem on debian 8) and i used clean r3777 data - it always stops after xml
  6. K

    The Forgotten Server has stopped working (r3777, win10)

    Hello, i have a problem with my tfs. It's rev 3777, compiled with devcpp using stian's repack on windows 10. The problem is that tfs actually works on Debian 8 (i've compiled it and run), but I want to have it on windows - it's more comfortable for me. The problem might by items.xml which works...
  7. K

    Compiling Compiling TFS r3777 on Windows10 using Visual Studio

    How can i do it ? I've got the source prepared to compile with devcpp, is there any chance to compile it using visual ?
  8. K

    Increase fire dmg

    It's TFS 0.4 (rev 3777) - there is no isMonster() in .cpp
  9. K

    Increase fire dmg

    Hello :) Do you know how to increase for example dmg dealing from fire for specified player ? I've tried to write my own function, but i have a problem to distinguish player from monster becouse dmg is assigned to creature in game.cpp
  10. K

    [SQL] Import database - Error

    I've fixed it by adding guild_wars table before, but thanks :)
  11. K

    [SQL] Import database - Error

    I don't wanna make another topic for another sql problem, so im gonna post it there CREATE TABLE IF NOT EXISTS `znote_guild_wars` ( `id` int(11) NOT NULL AUTO_INCREMENT, `limit` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), FOREIGN KEY (`id`) REFERENCES `guild_wars` (`id`) ON DELETE...
  12. K

    Assertion `!ret' failed.

    it works ! thanks bro
  13. K

    Assertion `!ret' failed.

    TFS 0.4 rev3884 Debian 8 libboost-dev_1.55.0.2_amd64.deb I've checked that destructor, tried to edit some things but it didn't help. Any ideas ?
  14. K

    The forgotten login server [10.8 supported]

    "Failed to establish conneciton to the game server" No metter how i compile and set it up. Console doesn't throw any errors
Back
Top