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

    Programmer Freelancer - Lua, C++ and more

    Thank you very much for your honest post. I believe it's fitting to explain a little bit about what happened with the script. The code indeed had two problems at release, one was a memory leak that could slowly eat up memory from the computer - eventually causing freezes and lag or worse. It...
  2. _ferrari_

    Programmer Freelancer - Lua, C++ and more

    Added on Skype.
  3. _ferrari_

    POLL: What magic-system do you prefer?

    I'd vote but all options suck as much as the others
  4. _ferrari_

    Team Looking for.....

    I would also recommend going 10. something, preferably the newest version possible. While you're at it, use the newest everything, newest Lua version, newest MySQL, newest XML, etc.. Trust me on that, if you succeed with your server with old stuff in 6 months you'll have an unsustainable server...
  5. _ferrari_

    Programmer Freelancer - Lua, C++ and more

    Small update on my work, I've been pretty damn busy, and haven't been able to make very exciting things lately. This is something many people have requested: Notice how the monster won't go over the magic fields because it is not immune to fire. As soon as I attack the monster, it ignores the...
  6. _ferrari_

    [FREE] Webhosting with cPanel + Softaculous 1 click script installer + DDoS protected

    Very interested in this, however, one will have to agree that three dollars sounds like it's way too good to be true. I'd still give a shot though.
  7. _ferrari_

    The Legendary Door - Level 999 Gate of Expertise -

    Thanks, I cropped this large one for my pic :p
  8. _ferrari_

    The Legendary Door - Level 999 Gate of Expertise -

    Looks like he said he won`t reveal the secret. Too bad, let`s wait for the next level 999 and hope he shares.
  9. _ferrari_

    Programmer Freelancer - Lua, C++ and more

    Hey guys, I've been very busy, which is why I haven't been active on the thread. I always answer PMs though. Updated the Instanced War System with an NPC example - check the screenshots on my main post. Fully operational on TFS 1.2. Also, I have a VPS hosting a server with the NPC if anyone...
  10. _ferrari_

    QR Code ~ .::Show0ff::. ~ Mapping

    Solid work, cool atmosphere, good job
  11. _ferrari_

    Pay someone to do a few things for me

    He isn't asking for deep code changes on the Cipsoft version, but rather a couple programs that will act on the files the server reads from. He wants to edit a database through a website -> no change on server source code required. He wants a few customizations on OTClient -> no changes on...
  12. _ferrari_

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    I would say they still use position as a way to link the actions, because let's be honest, when was the last time they remade a place to the point interactive objects would need to have their positions remade? Even if they did, just like our map editors allows for easy adaptability (move a...
  13. _ferrari_

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    I think I figured it out, the way Cipsoft links levers with code is through position, not through actionid or anything. That is quite interesting, shows that our need to support multiple customizations led us to action id, whereas their fixed map that hardly changes uses the position of the object.
  14. _ferrari_

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    All levers I've found have uid and action id 0, what's up with that?
  15. _ferrari_

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    How did you find the code segment corresponding to the lever?
  16. _ferrari_

    Team Tythore Online

    I mean absolutely no offense towards you or anyone, on the contrary. This is very naive, and whenever one shows a mindset oriented similarly to yours I can't help but believe one lacks any entrepreneurship and vision. Just to make sure this isn't seen as an offense I will explain. First of all...
  17. _ferrari_

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    Am I the only one shocked by the fact that all the Rookgaard lore was complete bullshit? Minotaur mage teleport doesn't teleport anywhere, lever under bucket near city doesn't do anything, "Maze of Fury" is a sign that points to a couple rocks with nothing special, etc..
  18. _ferrari_

    [CUSTOM] RuneScape OT Project

    Indeed, this project seems very good. I hope it will be able to separate as much as possible from Tibia, that would be great.
  19. _ferrari_

    Team Tythore Online

    The point is, people helping for free have less commitment to the project, are likely to deliver bad quality work and can leave at any time. Other than that, one can't expect anybody to work for free to fulfill one's dream. If you eventually want to make profit, why not hire a good team? I'm...
  20. _ferrari_

    Solved [TFS 1.2] Movement (If player then..)

    It probably isn't, but you'll have to explain better than this. Anyways, I have just modified your original script on the first post to see if that suffices your need: local playerPositions = Position(603, 975, 15) function onStepIn(creature, item, position, fromPosition) local player =...
Back
Top