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

    How To Avoid Getting Scammed while Working For The Job Section here?

    Yes Yeah, I wouldn't recommend doing free lancing here for a living. The amount of job offers aren't enough to sustain a family, though it's a good side job.
  2. Elwyn

    How To Avoid Getting Scammed while Working For The Job Section here?

    When making scripts, I set a minimum of $10 per script plus $15 per hour (if it's really simple, $10 per hour) but that's per script so if someone requests a system that needs 3 simple scripts and 1 complex I'll ask from $55 to $70. There's some people that pays for conversion, then I'll ask to...
  3. Elwyn

    How To Avoid Getting Scammed while Working For The Job Section here?

    Well, to be honest every job I took here I didn't worry of being scammed over. I just said my price, did the job and sent the script/source and they would pay me. If you ever get scammed just report the person and make sure other people stay on alert about him. If you take a job from someone...
  4. Elwyn

    Lua [TFS 1.X] player:Disconnect() ?

    Well, what I said would be to prevent the second char from logging in, and not kicking the two characters. For example: This is what I use in my OT to prevent more than two characters per IP.
  5. Elwyn

    Lua [TFS 1.X] player:Disconnect() ?

    What you are aiming for is not allowing more than x character per ip, is that right? Then you just need to make an onLogin and check if there's already x characters online with that ip, if there is, then return false.
  6. Elwyn

    Exhaust Icons

    Yep, that's it. I tried some things, and it's only client sided. There's not much I can do coding-wise to make this without sharing cooldown.
  7. Elwyn

    Windows remove the regeneration level to level

    advance_save.lua local config = { heal = true, save = true, effect = false } Change 'heal' to false. pt-br: Mude 'heal' para false.
  8. Elwyn

    Exhaust Icons

    This will make the newly created spell and the one with the spellId I want to use to share exhaust. So I won't be able to use the custom spell and the spell that I took the icon from, even if there's no group cooldown.
  9. Elwyn

    Exhaust Icons

    Then every spell has an exhaust icon, and if I want to make a new spell to have it's own icon I'll have to edit the .spr or .dat? Edit: Even if the icon I want to use already exist
  10. Elwyn

    Exhaust Icons

    When using spells such as exori max vis, or exori vis or exori mort. There's two cooldowns, one spellgroup cooldown and another that is spell cooldown. Those two appear on the client. I would like to know how to I configure this? As I want to create a new mort spell, for example, and from some...
  11. Elwyn

    [USA] Chaotic Server 10.77 (Real map, starts 07/05)

    Experience stage changed, now it's as follow: 1~50: 350x 51~100: 200x 101~150: 100x 151~200: 50x 201~230: 30x 231~280: 15x 281~300: 10x 301~350: 5x 351~450: 2x 451: 1x Regeneration was modified accordingly to reflect the new exp stage.
  12. Elwyn

    TFS 1.1 and Tibia 10.76

    No, about saving hotkey in general. I want to make it work for the stand alone client first.
  13. Elwyn

    [Sweden] Nelvara 10.41 [Custom Map] Start: Friday 26th 8PM CEST

    It's not that we aren't listening to reason. We'll put it offline before relaunch, until then we need it online for debugging purpose, and we'll reset and as well as consider raising xp. Don't worry.
  14. Elwyn

    [Sweden] Nelvara 10.41 [Custom Map] Start: Friday 26th 8PM CEST

    For now we need it online to track bugs. The few players that enter from time to time are a great help to discover bugs that appeared due to the updates.
  15. Elwyn

    [Sweden] Nelvara 10.41 [Custom Map] Start: Friday 26th 8PM CEST

    We'll, when the update finish.
  16. Elwyn

    TFS 1.1 and Tibia 10.76

    I thought so and added an exhaust too. I was thinking of starting on the saving of hotkeys binding, any tips for that too? Edit: a word
  17. Elwyn

    [Sweden] Nelvara 10.41 [Custom Map] Start: Friday 26th 8PM CEST

    Our updates are coming together nicely. Do you guys want us to keep you updated via this topic or create a new one on the Discussion board?
  18. Elwyn

    [USA] Chaotic Server 10.77 (Real map, starts 07/05)

    Only the article are aimed at Brazillian only, but don't worry because everything that really matters is in English. Edit: And our team can understand and speak in english as well, so feel free to talk in english with us :)
Back
Top