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

Search results

  1. Sunset

    Lua Potions Heal Over Time

    Hey there! I found this script while looking for this but I'd love to have one modification to it: I don't want it to stack. Atm spamming potions stacks the effect of each of them making it very difficult to balance. Is it possible to make them non stackable with themselves but stackable with...
  2. Sunset

    Team Looking to join a team developing an OTs (No payment required)

    I want to offer my services to anyone needing help developing a server. It'll be for free - but the catch is that I don't have a lot of time at disposal, so I'm offering myself as an additional free resource more than a full time developer you can 100% rely on. I want to have something to do on...
  3. Sunset

    Lua Spell Formula that uses Skill, Level and Magic Level?

    I can't find this anywhere so I'm posting a request. My idea is to create a spell like this one: local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_HOLYDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_HOLYDAMAGE) combat:setParameter(COMBAT_PARAM_USECHARGES, 1)...
  4. Sunset

    Lua Help updating spell

    Found this spell: function onCastSpell(player, var) local cPos = getCreaturePosition(getCreatureTarget(cid)) local hp = player:getMaxHealth() local basedmg = ((level / 5) + (maglevel * 2.3) + 200) local hppercent = 10 local totaldmg = basedmg+(hp/100)*hppercent...
  5. Sunset

    Compiling [REQUEST] Is there a compiled TFS 1.4 that I could get my hands on?

    I'm running a 10.98 server with TFS 1.3, which lacks some of the main features I like to exploit when working with OTS. I know this request gets frowned upon because there are guides and methods out there to compile for yourself. I've tried compiling and failed enough times to end up here...
  6. Sunset

    Is it ethically correct or viable to add OT experience in a Game Dev CV?

    I'm about to create my first CV, and even though I've had some game dev experience, nothing comes near as close as the experience I have developing Open Tibia servers, which are games. The thing is, how is this perceived from an employer or academic point of view? Given that OTs are somewhat...
  7. Sunset

    TFS 1.X+ [TFS 1.3] Errors on console when opening server. I'm quite lost!

    So I'm setting up a RL 10.98 server with tfs 1.3 for fun with a friend of mine, and while we've fixed almost every bigger issue we had, there are two that still remain unsolved. I really am out of ideas since I've already tried google and trying to deduce it by myself. Here are some the errors...
  8. Sunset

    [TFS 1.3] Script to sacrifice 3 of the same item and get a new one

    Hey! I was messing up a 10.98 RL map with remere's map editor when I found these. After some time and some nasty edits I came up with some cool weapon concepts but I'm missing something: the possibility to upgrade from tier to tier. My idea is to have a script to combine three of these awesome...
  9. Sunset

    TFS 1.X+ Items.xml value not working in TFS 1.X - Please read post, TL;DR at the end

    I have been customizing OTs since I was a little child, but for years I have abandoned this beautiful hobby. A few days back, however, me along with my best friend (who is now a programmer) decided to give OTs another try now that we're older and better prepared. We went for the lastest version...
Back
Top