• 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!

Recent content by Ianoyo

  1. I

    Lua Question about teleport creatures in an area

    On top of what the previous guy said, you are also only getting the top creature... there may be instances where there are multiple players on one square. You should iterate through all the players on a tile.
  2. I

    Project Fibula Banned for going to mainland!

    They don't want to allow botters in... understandable. However, allowing to play the game up to a certain point and then being rejected access doesn't sit right with me at all. There are better ways to deal with cheaters. However... at the end of the day, it's their server and they can control...
  3. I

    TFS 1.X+ TFS 1.4.2 AddEvent Argument #3 is unsafe

    No, it definitely won't. I guess you didn't read the previous replies where someone has already explained and solved the issue. What you have suggested is bad and may (most probably) result in a crash at some point during runtime.
  4. I

    AAC MyAAC 1.8.8 - Character name capitalize first letter in each word

    Yeah, the functions that exist either capitalise a) the first letter of the whole string or b) the first letter of every word (any set of characters separated by a space). You won't find a default library function that will cater to your needs, you will need a programmatical approach. There are...
  5. I

    AAC MyAAC 1.8.8 - Character name capitalize first letter in each word

    Build software better, together (https://github.com/search?q=repo%3Aslawkens%2Fmyaac%20ucwords&type=code) As you can see, there are quite a few instances where the PHP ucwords functions is used, not just on character creation, but in change character name too. Just remove this wherever you...
  6. I

    [Showoff] Unleash Dreams Project

    Solid mapping. Looks good!
  7. I

    The white city

    The angle of the first picture is very pleasing.
  8. I

    NPC store conversation context

    Yep, topic is just a global Lua table inside the npcsystem, and acts just the way like I described (using cid as key), but it's usually used to store the talkstate. Either way, good luck!
  9. I

    NPC store conversation context

    There are multiple ways you could do this (assuming there is no npcsystem default for this). For me, I would simply create an empty table(local) near the top of your script (not inside any function), this will stay global for your NPC script only. You can then simply store any data you want...
  10. I

    Mapper Looking for job

    This is both impressive and scary at the same time. I am not sure of what to think of it!
  11. I

    Moving forward

    I'm talking about anything none-canary related and stemming from TFS. If a brand new engine pops up, then a new forum will probably materialize around it (or more unlikely.. a discord server). Until then OTLand and OTA (sadly...) are the places to go... with or without TFS development. But...
  12. I

    Moving forward

    Unless a new forum pops up, I can't see OTLand dying any time soon. Discord servers like OTA have their own dictator problems, the shift to them hasn't quite materialized yet, and may never do to be honest.
  13. I

    OTAcademy Discord

    I have no idea, but I wouldn't be surprised if he's locked away in a mental asylum somewhere in Poland.
  14. I

    Test server for spells

    Skill trees have been in RPG's for many years. This is not a new concept, and not new to Tibia either as RL has had one for years now. Many OT's have also adopted either the RL one or made their own custom one. While skill trees offer somewhat good character development, not everyone loves...
Back
Top