• 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. Lava Titan

    Lua onLook, how to get target cid?

    Thanks, but still having same error, I guess it returns the same result as thing.uid(?) function onLook(cid, thing, position, lookDistance) local stats = { info = "", target = (getTopCreature(position).uid), health = (getCreatureHealth(target) / 1000)...
  2. Lava Titan

    Lua onLook, how to get target cid?

    Hello, so I'm trying to make something that when you look at yourself or another player it will show they're health and mana stats, it works fine if I look at myself or another player but if I try to look at anything else I get boolean error in console because of line: local health =...
  3. Lava Titan

    Ascalon Re-launch

    1. Thanks for your feedback; 2. I'm surely not launching Ascalon for fun; 3. Yeah Fare was disappointed how the server was ran, and I was disappointed with the amount of money he was making when he was running the server because he deserved way more for someone working on such project full...
  4. Lava Titan

    Ascalon Re-launch

    I was going to refer this at some point, yeah I totally agree that I did a lot mistakes when Fare let me manage the server, I saw that after a while and I did learn with them, I'm not proud of it but I'm not ashamed as well, this is nothing new but again, making content takes hours of work...
  5. Lava Titan

    Ascalon Re-launch

    I never hosted Ascalon, it was always Fare in charge even if I was there, about listening to the community I disagree, there should always be an agreement between developers and players, but yeah sometimes content must be provided by us, in this case it will not be provided from me for sure, I...
  6. Lava Titan

    Ascalon Re-launch

    Yeah I'm willing to update it About the content that will be added/removed it will be community votes based, nothing will be added/removed unless the community votes so. I'm not sure what version of Ascalon I have but I think it's the one where Fare was the only content creator, so most stuff...
  7. Lava Titan

    Lua TFS(0.4) - local config issue

    Hello, I'm trying to create a dynamic upgrading script, and I'm having an issue related to config, the script works fine if all the up-grader ID's are different but if I want one item to upgrade 2 different items it messes up which item I'm talking about, so I wonder if someone has any idea how...
  8. Lava Titan

    Lua stop addEvent if position changes

    Based on an issue @Xikini told me early, I made this script so if the player enters the teleport, by mistake, on purpose, w.e his items will be teleported out with him.. function onStepIn(cid, item, position, lastPosition, fromPosition, toPosition) local tablePos = {x = 1000, y = 994, z =...
  9. Lava Titan

    Lua stop addEvent if position changes

    wow it works, can you tell me how does stepOut work here? like I assume that stepOut is based on the tile where I'm standing, but in this case the tile where I stepIn is not the same tile thats why I question how come stepOut works xd
  10. Lava Titan

    Lua stop addEvent if position changes

    Screenshot still error related to spectators
  11. Lava Titan

    Lua stop addEvent if position changes

    Screenshot I'm not sure but I think TFS 0.4 doesn't have getSpectators xd
  12. Lava Titan

    Lua stop addEvent if position changes

    ok i managed to finish the script, only issue still stopping the countdown loop xd here's the full script: local rooms = { {x = 998, y = 995, z = 5},{x = 1002, y = 995, z = 5} } local timeInside = 60 local lotteryStorage = 11062 local teleportOut = {x = 1006, y = 998, z = 5} local...
  13. Lava Titan

    Lua stop addEvent if position changes

    Thanks it kinda works, my issue is that the stepIn item is a teleport, so when I enter the teleport, I get teleported to a room, the timer starts and when I teleport out of the room the timer keeps going on inside the room
  14. Lava Titan

    Lua stop addEvent if position changes

    Hi, I'm having an issue in stopping addEvent if I move: local function countdown(number, position, fromPosition, thingPos, msgx) local count = number for time = 1, number do if getThingPos(cid).x == 998 and getThingPos(cid).y == 995 and getThingPos(cid).z == 5 then...
  15. Lava Titan

    Lua Lua Issue (math related)

    Thanks for the revision, it's ok you don't need to rewrite the script xD P.S: little question, is there a way to get item name by id in tfs 0.4? cuz so far all I found is by using uid but I have no idea how to get item uid using item id '-'
  16. Lava Titan

    Lua Lua Issue (math related)

    Bump xD
  17. Lava Titan

    Ascalon - The revival

    Nothing is decided yet, just wait until further news xd
  18. Lava Titan

    Monster Behavior

    Change the corpse id's that are blocking the path (?) use another kind of corpses for those monsters xd
  19. Lava Titan

    Lua Lua Issue (math related)

    Bump
  20. Lava Titan

    Ascalon - The revival

    @pihagphg I got Fare's permission, add my discord Lavovski#1774 so we can have a chat about what's going to happen
Back
Top