• 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

    Solved change drop rate

    Casa is correct. Here is a picture guide if you're unfamiliar with Notepad++. Search -> Find In Files Change your directory to the monster folder Type in '2376' in Find What: You'll get your results at the bottom, double click each one and remove the lines
  2. Evan

    Lua Can not load script: player.lua -- malformed number near '0then'

    It probably requires modifications to the database, you need to figure out what it requires.
  3. Evan

    So a friend of mine wanna get into Tibia/OpenTibia

    Just give him a level 100+ character on real Tibia and let him hunt trolls for start. Then he'll eventually explore and hunt stronger things and get a good feel of the game.
  4. Evan

    Lua Can not load script: player.lua -- malformed number near '0then'

    It's saying that there's no column called 'cast' in some table in the database. Did you add any tables/columns that you're required to add for the cast?
  5. Evan

    Lua Can not load script: player.lua -- malformed number near '0then'

    Do you have the data/migrations folder?
  6. Evan

    Lua Exchange 10.41 Server Version 10.55

    I'm assuming you meant packets, not packages. Packets are units of data that is sent between an origin and destination. In this case, the origin and destination are the server and the Tibia client. In TFS, these packets are called NetworkMessages (msg). The Tibia client sends these packets to...
  7. Evan

    Lua Exchange 10.41 Server Version 10.55

    Probably not, just read the source change history to see what needs to be changed.
  8. Evan

    Solved i can not add a custom spell

    Why are you using mods? I would highly advise against using it.
  9. Evan

    What you think about these attacks? :OO

    "It's a bunch of Honeypots, dummy servers that attract hackers by having "valuable data" on them (which is usually nothing more than made up documents that look important). They're used to locate and sometimes identify the hackers to take them down and to track the current methods that hackers...
  10. Evan

    Stop Movement [TFS 1.X]

    This just won't work. You have a global variable (it's global.lua, right? :p) This means it will only work for one player at a time. When applying the function to player A, it'll work fine. But when applying the function to player B, it takes over the cid in event. This ultimately allows...
  11. Evan

    ??

    War servers aren't hard to make; the only problem is, people don't know how to make it right. If I'm not mistaken, Umby is just simply a war in a customized Edron map. Kills are used as currency to create an account. That's it. Maybe a couple formula modifications here and there. I'm working...
  12. Evan

    Solved i can not add a custom spell

    value="Death .lua"> Is there a reason for a space before the . ?
  13. Evan

    Linux items.otb 10.7

    Keep in mind, there is no official otb for 10.70 released yet.
  14. Evan

    rme 10.71

    You need to obtain the numbers from inside the respective files. This means you need to use some kind of hex editor.
  15. Evan

    Selling tibia servers?!

    There is no marketplace.
  16. Evan

    Zavar.eu THREAD Deleted

    It was requested to be deleted.
  17. Evan

    Dove mode pvp fighting TFS 1.1

    No, looking at ProtocolGame in the sources, the parsing of the PVP mode has been commented out. However, there are alternatives requiring the use of onAreaCombat() and onTargetCombat() player events. So, you could have them use a command like !pvp to turn on/off the PVP mode. Then use...
  18. Evan

    Kharsek first 800 - RL Tibia

    Bit late to the party there...
  19. Evan

    The Purge Event

    In all honesty, put yourself in the shoes of a victim. Would you play?
  20. Evan

    Lua STAGES.XML

    https://github.com/otland/forgottenserver/blob/master/src/game.cpp#L4850 It uses the 'enabled' attribute as a boolean. So, yes, 0 = false, 1 = true. Other accepted values for true would be t, T, y, Y.
Back
Top