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

    Gesior AAC

    remove the paralyze lines in your config
  2. C

    Solved Server Status

    find in config lua and make it
  3. C

    Solved I can heal when i got 0 hp, how to fix?

    aha edited
  4. C

    Solved I can heal when i got 0 hp, how to fix?

    check this function onPrepareDeath(cid, corpse) if(not isPlayer(cid)) then return true end if getPlayerLevel(cid) < 40 and getPlayerSkullType(cid) ~= nil then doPlayerSetLossPercent(cid, PLAYERLOSS_ITEMS, 0) doPlayerSetLossPercent(cid, PLAYERLOSS_CONTAINERS, 0) else...
  5. C

    Solved I can heal when i got 0 hp, how to fix?

    yeah its true, check in creaturescripts onPrepareDeath scripts probably there is something wrong or there is many checks before the death. try to test it without any onDeath or onPrepareDeath scripts and tell us the result.
  6. C

    Solved Cannot load script (data/actions/scripts/leverRunes.lua)

    ok check this local config = { effect = 39, aolPrice = 4000 } local prices = { --[runeId] = {cost, charges, backpackColor, count}, --POTIONS-- [7618] = {800, 1, "red", 1}, --health potion [7620] = {900, 1, "purple", 1}, --mana potion [7588] = {1800, 1, "red", 1}, --strong health potion [7589] =...
  7. C

    Problem with stamina system Crying Damson 0.3.5pl1

    exchange your stamina lines with rateStaminaLoss = 1 rateStaminaGain = 3 rateStaminaThresholdGain = 12 staminaRatingLimitTop = 40 * 60 staminaRatingLimitBottom = 14 * 60 staminaLootLimit = 14 * 60 rateStaminaAboveNormal = 1.5 rateStaminaUnderNormal = 0.5 staminaThresholdOnlyPremium = true
  8. C

    Solved I can heal when i got 0 hp, how to fix?

    lol who the hell can time it correctly :D
  9. C

    Solved Cannot load script (data/actions/scripts/leverRunes.lua)

    please post your data/actions/scripts/leverRunes.lua so i can help you
  10. C

    Solved Stamina bonus

    dont remove it change to
  11. C

    Death Bug

    seems like there is in a creaturescripts an onLogin event got a wrong configure or bad script not onDeath, try to find the script that include "ipairs" and post it here
  12. C

    Compiling Push player

    http://otland.net/f16/no-support-private-svn-forgotten-server-0-4-here-132978/
  13. C

    Error in arena script

    keep in mind with this part doTransformItem(item.uid, item.itemid + 1) open your items.xml and check the title you step in id for example if tile id is 1000, then check what is 1001 maybe its the problem
  14. C

    Linux Crash core file in linux

    post edited
  15. C

    Linux Crash core file in linux

    Hello, Recently there is a TFS crash happened to me today, the core file that created in my linux dedicated is around 3,500 MiB and its too heavy for my connection to transfer it and find the reason with MVS, so im wondering there is any tutorial or possibility to find the reason of the crash...
  16. C

    Windows Server offline.

    change it to statusTimeout = 1 then reload your config
  17. C

    Windows Server offline.

    in config search for "statusTimeout" and make it statusTimeout = 1
  18. C

    Linux Bad argument ipairs isInArray

    do not work!
  19. C

    Linux Bad argument ipairs isInArray

    its the same !
  20. C

    Linux Bad argument ipairs isInArray

    Hello, im using 0.3.7SVN but there is something wrong here.. [11:40:41.080] [Error - GlobalEvent Interface] [11:40:41.080] data/globalevents/scripts/raid.lua:onThink [11:40:41.080] Description: [11:40:41.080] data/lib/050-function.lua:4: bad argument #1 to 'ipairs' (table expected, got nil)...
Back
Top