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

    Team First RolePlay server NEED MAPPER

    non-movable objects will not stay. the easiest way to do that portion is to save the information into a custom table in the database and load it at startup.
  2. RazorBlade

    Tibia Next

    Codex doesn't have either of those so he doesn't know what you mean :D
  3. RazorBlade

    Windows Reset Door Bug

    There's the problem. Try this one function onUse(cid, item, frompos, item2, topos) local reset = 5 -- quanty reset if item.itemid ~= 5122 then return true end if getPlayerReset(cid) < reset then return doPlayerSendTextMessage(cid,18,"Voce precisa de "..reset.." resets ou mais para passar dessa...
  4. RazorBlade

    Windows Reset Door Bug

    What does your actions.xml look like for this script
  5. RazorBlade

    Windows Reset Door Bug

    I'm telling you there's not because if there was, it would be setting the door back to its original id whenever a player steps out.
  6. RazorBlade

    EVERYONES JIMMIES ARE SO RUSTLED!!!

    I feel like this is a little targeted x'D
  7. RazorBlade

    Tibia Next

    So you're using tfs and possibly flash client but probably otclient, welcome to step 1 of basically every ot, people want to know what the server is about the only thing that was slightly helpful was the fact that it will be "rpg like" but that is not a very descriptive analysis of it as the...
  8. RazorBlade

    Tibia Next

    How do you expect to get feedback when you haven't given anything to give feedback on?
  9. RazorBlade

    Windows Reset Door Bug

    Yes, because the function is what opens the door. You need to add the id of the door to the movement that handles door closing, as I stated above.
  10. RazorBlade

    Tibia Next

    You're on the right track :p
  11. RazorBlade

    Windows Reset Door Bug

    You need a movement script for StepOut so when the player steps out of that door, it closes again. This should already exist unless it's a door in a version that isn't updated in your existing script. In movements, there should be a script already for walking out of doors. Find it and add the id...
  12. RazorBlade

    Tibia Next

    It's a joke
  13. RazorBlade

    Tibia Next

    Shouldn't it be free since you aren't paying anyone?
  14. RazorBlade

    Tibia Next

    That's why I lol'd
Back
Top