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

    C++ Nostalrius Bug

    Up
  2. G

    C++ Nostalrius Bug

    No work, with this fix mosters immune effect only disappear after 1 round tick...
  3. G

    C++ Nostalrius Bug

    Up
  4. G

    C++ Nostalrius Bug

    Hello, anyone that work with nostalrius engine fixed this issue? https://github.com/TwistedScorpio/Nostalrius/issues/21#issue-407937976 There is a fix for this, but it doesn't work very well, the monsters continue with the effect once. if someone found the correct solution, I thank you for...
  5. G

    Lua Help with script depot 1.2

    Using the a movement script, when player stepin or stepout of depot tile, how to do it automatically, a check if inside the player depot chest or locker have items with id == 4031, if there are items with this id, item: transform (4033) depot chest = id 3871 locker = id 1237 is it possible to...
  6. G

    Lua How fix my heal friend script tfs 1.2

    not work :/ and now if player(1) is healing player(2) with full health, only appear effect CONST_ME_MAGIC_BLUE on player(1), nothing appear on (player2) edit: i found this on game.cpp bool Game::combatChangeHealth(Creature* attacker, Creature* target, CombatDamage& damage) { const...
  7. G

    Lua How fix my heal friend script tfs 1.2

    local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_HEALING) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_GREEN) combat:setParameter(COMBAT_PARAM_DISPEL, CONDITION_PARALYZE) combat:setParameter(COMBAT_PARAM_AGGRESSIVE, false) function onGetFormulaValues(player...
  8. G

    Request Lua script tfs1.2

    Hello Otland How can i do a script like this Have 3 tiles target id 304,367,380 If player move any item to tiles target After 2 seconds, get a storage 2800,1 Is it possible to do?
  9. G

    Programmer Looking for programmer TFS 1.2

    Brazilian for comunication, but i can use translator, also paymment method paypal ^^
  10. G

    Programmer Looking for programmer TFS 1.2

    Any Brazilian Programmer Availabe?
  11. G

    my script doubt TFS 1,2

    Thanks so much!
  12. G

    my script doubt TFS 1,2

    very nice ! i liked this local storages = {700, 701, 702, 703, 704} for i = 1, #storages do if player:getStorageValue(storages[i]) == 1 then player:setStorageValue(805, 1) break end end other question, if i will do the same with other code but same file.lua, like this...
  13. G

    my script doubt TFS 1,2

    I have this script part on my quests.lua if player:getStorageValue(700,1) or player:getStorageValue(701,1) or player:getStorageValue(702,1) or player:getStorageValue(703,1) or player:getStorageValue(704,1) then player:setStorageValue(805, 1) end my doubt Is there any simpler way to...
  14. G

    TFS 1.X+ [tfs 1.3] downgraded 8.6 Bug Arena PvP

    Im looking for this fix too !!
  15. G

    My script request for tfs 1.2

    function onLogin(player) is possible this function check a player storage and do the player login in position declared? StorageValue(9000, 1) if player have this storage login on xxxx,xxxx,x position?
  16. G

    Lua Question about script

    unfortunately it didn't work, it only works if the player out sqm and enter again, i need that script check the player position, and if the player position is A or B, then execute this if player:getStorageValue(1100) >= 1 then local text = 'You have found a new cave'...
  17. G

    Server lags when login/logout with a lot of items - time to fix it!

    Will be awesome if this solution work in all tfs 1.x+ not only 1.3, i think have many servers 1.x+ waiting for this fix ^^
  18. G

    Lua Question about script

    How can i execute this, using movements script. If the player get the storageValue stopped under the sqm with stepIn function the local text dont open yes? Well... Have a function to check is the player is there In position to execute the script here? Example, if the player is there stopped...
Back
Top