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

    YurOTs [7.6] remastering

    The borders just look like this in the mapeditor! Yes I will add the borders inside mountain :) thanks!
  2. Hartass

    YurOTs [7.6] remastering

    Yeah that would be sweet! We will see about that whenver I finish the map. But as I told Schmanky in PM, I will work 2 jobs during the summer, which give me less time than usual! Still I will have some of the time ... don't know how big a custom map has to be
  3. Hartass

    YurOTs [7.6] remastering

    A screenshot on some sort of Smuggler hang-out. I also added four new grounds (ramp) from newer Tibia...
  4. Hartass

    YurOTs [7.6] remastering

    Slow-update. Haven't done much lately. Here's two pictures, nothing special: and
  5. Hartass

    npcHandler:releaseFocus(cid) problem

    Define some sort of topic? Example: local t = nil if msgcontains(msg, "mission") then npcHandler:say("xD", cid) t = 1 elseif t == 1 then if msgcontains(msg, "yes") then npcHandler:say("xDDDD", cid) else npcHandler:say("NO?", cid)...
  6. Hartass

    YurOTs [7.6] remastering

    Sent you a PM
  7. Hartass

    YurOTs [7.6] remastering

    Two more pictures from dragon lair. I guess it's about 85% finished (i rarely map) If any mapper out there is interested in joining me and maybe in time make a project out of this please PM me or write in this thread!
  8. Hartass

    YurOTs [7.6] remastering

    I don't know that yet. I will focus on the map first, and later take on the internal work like scripts. And after that if I find a good vps... maybe!
  9. Hartass

    YurOTs [7.6] remastering

    Finished about 60%(?) of revamping the dragon lair. Still no dragon lords but they'll come. Above from mapeditor: A picture from inside the game:
  10. Hartass

    YurOTs [7.6] remastering

    Yes I know but YurOTs was one of the servers I had most fun on. So when opening the map I noticed it might not be accurate to the high standards ot-servers has today. So a new engine and a remastered yurots map, along with rewritten scripts and improved NPCs might bring people back from real...
  11. Hartass

    YurOTs [7.6] remastering

    I just want to show off my remake of the old, classic YurOTs map. I have just started so haven't gone very far yet. Post what you think! I will upload more pictures over time... also Note that I am not a mapper-god.
  12. Hartass

    Solved Remove item which has been created in 10 minutes

    In relpy to Ray Rewind: Move doSummonCreature("Baron Brute", c.demonPos[1]) doSummonCreature("The Axeorcist", c.demonPos[2]) Above local f = function()
  13. Hartass

    Solved Remove item which has been created in 10 minutes

    I wrote it in a normal notepad while i was at work, didn't test and almost didn't check anything + the positions in playerPos[1] and [2] was the same, fixed now Just move that line over the doTeleport and it will be called before they get teleported on topic: fixed the error and moved some...
  14. Hartass

    NPC PROBLEM

    Did you downgrade it yourself or buy it from someone who did? If you bought it perhaps you can contact that person and have him help you. Don't know what it might be since it doesn't seem to be an official release from someone.
  15. Hartass

    NPC PROBLEM

    You can start with npcHandler.lua but to me it seems that you wouldn't know what to look for. Something is most likely wrong with the greet system. Search the full scope, which would be "data/npc/scripts/lib" for "message_greet" and compare to a working one. But you'd be better off starting...
  16. Hartass

    Hex Editing

    I've never used newer clients than 8.3, the rsa key used to start on 1247, this information should be in any "make your own custom client" thread.
  17. Hartass

    Windows Money bug

    What distribution are you using?
  18. Hartass

    Windows Mana reg

    Looks more like it gains 5 hp (unknown interval) and gains mana with 1 second interval (unknown amount) ticks = seconds amount = how much mana/health
  19. Hartass

    Hex Editing

    Doesn't matter, except that it can't be too long. If his IP is "lol.co" then he can just blank the rest with "00 00 00" and it will work the same way.
  20. Hartass

    Hex Editing

    Depending on what client version you are using you might have to change the RSA key too. If your client version is 7.7 or more you will have to change it.
Back
Top