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

    Lua talkaction not working anymore

    Try this maybe? o.o Using "!highscores reborn" function getPlayerNameByGUID2(n) local c = db.getResult("SELECT `name` FROM `players` WHERE `id` = "..n..";") if c:getID() == -1 then return "MYSQL_ERROR["..n.."]" end return c:getDataString("name") end function onSay(cid, words, param) local max =...
  2. Greypaw

    Server Log doesn't show all Manas!

    Makes sense. Thanks for the insight.
  3. Greypaw

    Lua Amulet of experience

    Try this? local t = { rate = 1.6, -- 4x More Experience storage = 20011 } local function endExpRate(cid) if isPlayer(cid) == TRUE then doPlayerSetRate(cid, SKILL__LEVEL, 1) -- config.lua rate setPlayerStorageValue(cid, t.storage, -1) doPlayerSendTextMessage(cid...
  4. Greypaw

    Good ideas for an awesome OT server?

    Honestly, it doesn't matter how many scripts you have, what they are or anything, its the presentation of your server.. Get your name out there.
  5. Greypaw

    Server Log doesn't show all Manas!

    So this? local config = { removeOnUse = "no", splashable = "no", realAnimation = "no", -- make text effect visible only for players in range 1x1 healthMultiplier = 1.0, manaMultiplier = 1.0 } config.removeOnUse = getBooleanFromString(config.removeOnUse) config.splashable =...
  6. Greypaw

    Solved Not enough memory

    This is best tutorial for compiling 0.4. [Compiling]MSVC - Compiling TFS under Windows - EASY WAY!
  7. Greypaw

    Lua Amulet of experience

    That's an odd error.. There is a "=" there.
  8. Greypaw

    Lua talkaction not working anymore

    Reborn isnt a skill, I don't think it can be shown.
  9. Greypaw

    Znote AAC- rectovey key

    Move this to Requests.
  10. Greypaw

    Lua Dream Challenge Quest Pillow Riddle error (By Teckman)

    TFS 1.0 doesn't exist.
  11. Greypaw

    Pokemon Battle Revolution - New Pokemon ATS - Official Progress Thread

    Seems like a decent project.. But it needs a lot of work if you wanna compete.
  12. Greypaw

    magdefense in vocations.xml

    Most likely, MagDefense I think is like resistence to earth/fire/shock etc. And You'd be best trying it out with like the lightening set or something.
  13. Greypaw

    Solved Magic wall rune

    Why would you post that twice?
  14. Greypaw

    Lua Dream Challenge Quest Pillow Riddle error (By Teckman)

    That's not TFS 1.0, that's TFS 0.4, and it doesn't have support for this script.
  15. Greypaw

    Lua Dream Challenge Quest Pillow Riddle error (By Teckman)

    Okay well... I don't think TFS 1.0 exists. And if it does, this script is most certainly not supported by it.
  16. Greypaw

    Lua Dream Challenge Quest Pillow Riddle error (By Teckman)

    Respond to me. What is the name of your server? For example "TFS 0.3.6".
  17. Greypaw

    Solved Not enough memory

    It doesn't have to do with that. 0.3.6 is known for it's corrupted libs in some people's downloads. If he replaces those libs with the ones I provided, it should work flawlessly.
  18. Greypaw

    Solved Not enough memory

    Replace your current lib files with THESE and try running it again c:
  19. Greypaw

    Solved Magic wall rune

    Change your 032-position script to this.. function isInRange(position, fromPosition, toPosition) return (position.x >= fromPosition.x and position.y >= fromPosition.y and position.z >= fromPosition.z and position.x <= toPosition.x and position.y <= toPosition.y and position.z <=...
  20. Greypaw

    magdefense in vocations.xml

    MagDefense does work, it's just sometimes hardly not noticable.
Back
Top