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

    Lua Mana shield not working

    I have not altered the source in regards to anything dealing with health or mana or player/creature in general. And yes I am using 1.3 I have a training monk which is attacking me with physical damage and no other types of attacks. Mana shield or no mana shield when it hits my character it...
  2. C

    Javascript instead of lua?

    Well you're are in luck this is a open tibia server written completely in python :) vapus / PyOT — Bitbucket
  3. C

    Javascript instead of lua?

    I am sure there are a lot of people who know more about javascript than lua and any alternative scripting method which can be applied directly to the server would be a great addition to their tool set.
  4. C

    Lua Spell Condition Parameter

    CONDITION_PARAM_MANAGAIN is a CONDITION_REGENERATION and CONDITION_PARAM_SKILL_SWORD is a CONDITION_ATTRIBUTES Some examples regen forgottenserver/player.lua at 508cdd0aedbf7042ad2ff0b7b6be99f9b963c921 · otland/forgottenserver · GitHub attributes forgottenserver/train.lua at...
  5. C

    Lua Mana shield not working

    I haven't done anything to this script. Every time I get hit by a creature it takes from my hp and not my mana when manashield is active. local combat = Combat() combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) combat:setParameter(COMBAT_PARAM_AGGRESSIVE, false) local condition =...
  6. C

    Javascript instead of lua?

    Lua and Javascript are two different animals. I looked it up for you, if you can make it work with the sources then you can write all the scripts you want in javascript. Interacting with code — Emscripten 1.37.10 documentation
  7. C

    Lua Limit 3 IPs for this script

    You would check the for the ip address within the getGuildMembersOnline function. Instead of using table.insert you should assign their ip as the index of the table. This will only count 1 guild member per ip but then again you could create a nested table with 2 properties which are tables one...
  8. C

    [TFS 1.x] Monster pick up item and throw

    I tried this out it worked but gave errors. Sorry I did not save the errors. Nicely done tho :)
  9. C

    How to go about starting up a custom project following

    I am not really certain how to go about advertising or even start up a discussion about a custom project. I don't want to build a hype thread and not launch the server when i say it will be online and loose potential players. As of right now I am still working on some of the core components of...
  10. C

    Slow Animation of Tiles

    Compare it to other water sprites and see what their frame rate is and then make the adjustments
  11. C

    [Linux] GUI Server Application

    No need gui for linux ssh/putty + filezilla is all anyone needs, besides a gui would eat up memory and affect system performance.
Back
Top