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

    Lua Problem with script on super uh

    Hey, I have a working script on manarune and I try to do the same with super uh but it's not working. Tibia 10.98 theforgottenserver-v1.2-win64 data/actions <action itemid="2270" script="other/manarune.lua" /> data/actions/scripts/other/manarune.lua Script on manarune: function...
  2. K

    how to display effect above the teleport

    The animation works and no bugs are popping up. I am impressed with how you solved it and that you took a lot of time for me to do it. There must be a special place in heaven for such people 😁 Thank you so much to you and to the rest who tried to help. If you had any nice scripts that could...
  3. K

    how to display effect above the teleport

    You can check if I added correctly: data/lib/compat/compat.lua function doPlayerSendTextMessage(cid, type, text, ...) local p = Player(cid) return p ~= nil and p:sendTextMessage(type, text, ...) or false end function doSendAnimatedText() debugPrint("Deprecated function.") return true end if...
  4. K

    how to display effect above the teleport

    I added and there is still an error: Lua Script Error: [Main Interface] data/global.lua data/lib/core/game.lua:70: attempt to call field 'getClientVersion' (a nil value) stack traceback: [C]: in function 'getClientVersion' data/lib/core/game.lua:70: in main chunk [C]: in...
  5. K

    how to display effect above the teleport

    Thanks for answer :) if you mean a folder or a file called scr. I don't have one. found something like this in: data\actions\scripts\other\constructionkits local constructionKits = { [3901] = 1666, [3902] = 1670, [3903] = 1652, [3904] = 1674, [3905] = 1658, [3906] = 3813, [3907] =...
  6. K

    how to display effect above the teleport

    Thanks for answer :) still not working, but the error does not pop up right away, only when the player is close to the teleport Error: [C]: in function 'sendAnimatedText' data/globalevents/scripts/effect.lua:13: in function <data/globalevents/scripts/effect.lua:6> [Error -...
  7. K

    how to display effect above the teleport

    Thanks for answer :) Now it pops up: [C]: in function 'say' data/globalevents/scripts/effect.lua:13: in function <data/globalevents/scripts/effect.lua:10> [Error - GlobalEvents::think] Failed to execute event: Support Lua Script Error: [GlobalEvent Interface]...
  8. K

    how to display effect above the teleport

    thanks for the answer. I am not familiar with the subject so could you please explain to me on this example? In data/globalevents/globalevents.xml adds this: <globalevent name="Support" interval="2000" script="efekty.lua"/> Then it creates the file in...
  9. K

    how to display effect above the teleport

    Hey, I need a script to display the string above the teleport I was looking for a script for a long time, but none of it worked for me. I usually get this error: [C]: in function 'debugPrint' data/lib/compat/compat.lua:406: in function 'doSendAnimatedText' in...
Back
Top