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

    !online

    Use storage values that identify players by whether they are training or not (this is on your end). Then change your !online script to print '{training}' next to the names of players with that storage value.
  2. Evan

    Marok Mapping

    8 = eight, which sounds like 'ate' g8 = g+'ate' = gate. m8 = m+'ate' = mate. Nice gate mate
  3. Evan

    Solved Tfs 1.0 Addon quest by click?

    v is a table (specifically t[item.uid], where item.uid is used as a key to index the table t). Look at the table t above (in Limos' code). An example of v would be this: {22008, 'Barbarian', 147, 143} As I already said, v is a table, specifically an array. So, values in v are ordered by...
  4. Evan

    Lua [TFS 1.0] Making sugar oat

    Some people aren't familiar with Tibia today, so please provide all information required. Please remember, this is OpenTibia, not OpenRealTibia. Not everyone knows how to make sugar oats, even me, so how do you expect people like me to help you if you're not gonna describe everything you want...
  5. Evan

    Solved Is it possible to check distance from current position to another?

    If there wasn't a provided way, you can still accomplish this using basic math (Pythagorean theorem).
  6. Evan

    I Have Been Banned

    Read the sticky! http://otland.net/threads/have-you-been-banned.223972/
  7. Evan

    Weather Effect System

    Correct.
  8. Evan

    Solved change drop rate

    That's okay, it will go through every directory inside the monster folder and search in every single file. So, as long as you put the monster folder in the search directory, it will find everything. Make sure you have 'In all sub-folders' selected too. Just try it, don't assume it won't work.
Back
Top