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

Recent content by Sunset

  1. Sunset

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

    Hello everyone! I had some fun with some of you and enjoyed assisting with everything I could on a lot of your projects! Sadly, life has become much more busy so I won't be able to dedicate any time to this anymore for now. In the future, I'll sure make another post or update this one if I get...
  2. 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...
  3. 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...
  4. Sunset

    Crimson OT -- Looking for Testers -- The Day is Finally Here!

    I'm interested. Added you to friends in Discord (ElTerrorLibanes#9894)
  5. 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)...
  6. Sunset

    Lua Help updating spell

    My god you rock! Thank you very much!!!
  7. Sunset

    Lua Help updating spell

    Hey! This worked like a charm! Thank you very much. I don't want to abuse your generosity, but is there any way this can be done as an aoe spell too? Like exori mas? Thanks.
  8. 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...
  9. Sunset

    Team Mapper/Co-Developer

    I'm down to help, hit me up. I can map.
  10. 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...
  11. Sunset

    Mapper Need a mapper

    Hey there! Have you found someone for this job? Hit me up if you didn't, I might be able to help.
  12. Sunset

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

    It's more a matter of what I put on the CV and what they'll find when they google it (if they do). I don't fear I've done something wrong, there are many other applicants and if they somehow can relate this to copying others work I'd probably won't be even considered. Like you and I can discuss...
  13. Sunset

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

    Well this is a good way to put it, yeah. Thing is I should make it look more like a project and less like experience in general. Do you think this would be a good way to put it? "My own modded version of a free and open-source 2D MMORPG server emulator written in C++, using LUA and XML scripts...
  14. 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...
  15. Sunset

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

    I realize now I didn't quote you now either so I'm doing it. Better late than never, right? haha
Back
Top