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

    Lua GuildMaster for TFS 0.3.6

    So, I've been wondering if anyone knows any "easy" way to create a GuildMaster NPC in 0.3.6 I know there are the talkaction things (even if I only have !create and !join, no idea why the rest isn't there haha), but I wanted an NPC. I've picked up one from a 8.0 version but it seems 0.3.6...
  2. filipus

    Solved [Help] Spells Doesn't follow me ..

    You are only get the position when you cast the spell, you would need to get updates positions somehow. local startPos = getCreaturePosition(cid) is only happening when you cast it, that means the position of the spell will be that one until it ends (until you cast it again). I have no idea...
  3. filipus

    Windows The app OTLand IP Changer don't run

    Try to reinstall or use otloader, it works really well
  4. filipus

    Any way to "kill" elfbot speedhack for 8.6?

    Not in the server I'm making :) Again, thanks for helping.
  5. filipus

    So I'm in the process of designer an RPG server

    Either go all the way back to 7.6-8.6 or just use the latest one with TFS 1.0 And those ideas could work but it would take you a lot of time, people normally give up before actually finishing their projects. I don't play tíbia anymore so I can't help you with those questions haha
  6. filipus

    Any way to "kill" elfbot speedhack for 8.6?

    @sagatun Yea, my server wont have problems with the other elfbot funcions, dash was the only one that worried me. I'm glad that is the case then. Thanks for answering! I was being sarcastic because his post was so useless haha. And yea, I had tested it and I understand what you are saying. I...
  7. filipus

    Solved Need change/fix the script of Deathlist

    There is a limitation, yes. It's a client one as far as I am aware (try to spam on tibia, there is a character limit). Maybe try to do a counter and when it reaches the limit (7?) it does it in another message. No idea how to do that, but it shouldn't be that hard. Ask Limos :P
  8. filipus

    What do you deslike on OTs?

    Grinding. --- Fun people, cool quests.
  9. filipus

    Any way to "kill" elfbot speedhack for 8.6?

    If it is the same as map clicking then why do people see it as a problem? I always thought it was a big advantage :o So I shouldn't worry about it that much?
  10. filipus

    Any way to "kill" elfbot speedhack for 8.6?

    Hm.. interesting. But won't this create some problems with honest players? Sorry, don't understand packets that well. Thanks for your contribution. I use bing. Again, as anyone here actually used a speedhack? Can't get them to work. The speed was always exactly the same or slower than...
  11. filipus

    Any way to "kill" elfbot speedhack for 8.6?

    Ok, as anyone here actually used a speedhack? Can't get them to work, wanted to test things haha
  12. filipus

    DoSendTutorial(cid, tutorialid) Possibles IDS [ all here ]

    Sorry for reviving this but since this was implemented in 8.2 would this work on 0.3-0.4? If not, is there any variant?
  13. filipus

    Classicus.org spoofing!!!

    Thanks for sharing.
  14. filipus

    The Forgotten Server 1.0

    Congratulations guys, you are carrying the Otserver community in your backs even if you don't think of it that way
  15. filipus

    Any way to "kill" elfbot speedhack for 8.6?

    Yea it would be hard to script that. Well, I've downloaded elfbot and didn't actually find any speedhack or dash thing. And I've looked around the internet and for 8.6 I couldn't find any either. I also logged in the most famous 8.6 servers and they don't seem to have that problem. Does any...
  16. filipus

    Any way to "kill" elfbot speedhack for 8.6?

    Bump, would like more opinions on the subject.
  17. filipus

    Lua Learning Spells and Action Teaching.

    You can do a storage when the player learns the spell and then check the storage. I'm saying thing because I don't know if playerhaslearntspell() is an actual function. Just trying to help, sorry if I didn't. You seem to have it figured out anyway haha
  18. filipus

    What is the difference between 1.0 and 0.3-0.4 in the c++ scripting?

    What is the difference in the implementation then? That is what I'm trying to find. I know that there is something really different from 0.2 to 0.3 and as far as I know TFS 1.0 uses the 0.2 system right? What are the differences? What does it change? You can get technical if you need to, I know...
  19. filipus

    What is the difference between 1.0 and 0.3-0.4 in the c++ scripting?

    O cool. So... If I wanted to add something like this http://otland.net/threads/silence-tfs-1-0.222412/ on my server the only thing I would need to do would be to add the functions that don't exist in 0.36 in my sources right? That means I can add all the TSF 1.0 things people post if I just go...
Back
Top