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

    skill dmg formula (tfs 1.2)

    mhm... spell for knight - Used on player with sword attack 115 and sword fighting 50 so its mean 50 * 115 * 0.01 = 57.5dmg but my dmg is 26??? (I send player getlevel * 0 so my char with 455 lvl * 0 = 0 but I see when I lvl up dmg going up too.. I use tfs 1.2+ (target have 0 def and armor, no...
  2. E

    skill dmg formula (tfs 1.2)

    not, the armor and def is 0 here function onGetFormulaValues0(player, skill, attack, factor) local min = (skill + attack * 0.09) + 0 local max = (skill + attack * 0.09) + 0 return -min, -max end my sword skill 18 atk 115 so this must be 18 + 115 =133 * 0.09 = 11.97 but my dmg is...
  3. E

    Spell for paladin using distance skill + attack

    Hello! I don't know how to make this works function onGetFormulaValues(player, skill, attack, factor) local skill = player:getEffectiveSkillLevel(SKILL_DISTANCE) local min = (player:getLevel() * 0) + (skill * attack * 1) + 0 local max = (player:getLevel() * 0) + (skill * attack * 1)...
  4. E

    skill dmg formula (tfs 1.2)

    Hello! I'm trying to calculate this skill formula but don't know how.. : player lvl 150 with skill 115 and attack 115 For me it means min/max = 150 * 1 = 150 + 115 * 115 = 13225 * 0 = 0 so.. both damages should be the same - 150 but my dmg is around 131-141??? why.. function...
  5. E

    TFS 1.1/1.2 10.76 Modal Window Addon and Mount Doll

    I use tfs 1.2+ for 8.6 by ninja
  6. E

    TFS 1.1/1.2 10.76 Modal Window Addon and Mount Doll

    Invalid type for creature event modalAD /failed to configure event /help
  7. E

    wooden railing with wooden column

    thanks work /close
  8. E

    wooden railing with wooden column

    Hiho! how is this possible!.. / what id they use..? I searched all others folder in rme (8.6) and cannot find wooden railing which would fit on the same floor as wooden column like here.. my..
  9. E

    tfs 1.2+ by ninja for client 8.6 (compile error)

    thanks! now I get succes, so if I change boost 1.59 to boost 1.60 boost errors will disappear? I get success so maybee I can skip this part with boost error or there will be consequences in future? 1>------ Rebuild All started: Project: theforgottenserver, Configuration: Release x64 ------ 1>...
  10. E

    tfs 1.2+ by ninja for client 8.6 (compile error)

    ok thx but what the errors come from? mpir? or boost? tell me how to use mpir 2.7? on the web I see only mpir 2.7.2 and its not looking like mpir from tfssdk 3.2 (this mpir from MPIR: Multiple Precision Integers and Rationals) I must overwrite actual mpir from tfssdk or install the empir...
  11. E

    (Kompilacja) tfs 1.2+ pod 8.60 by ninja

    moje source to [8.60] The Forgotten Server 1.2 source popularne więc nie powinno być problemu, nie chcę używać innego source bo tylko ninja wypuszcza tfsa 1.2+ pod 8.6 moje ustawienia w wmsvc: myślę że wszystko jest ok..
  12. E

    (Kompilacja) tfs 1.2+ pod 8.60 by ninja

    Witam! staram się skąpilować tego tfsa jednak wywala sporo błędów (wydaje mi się że postępuję zgodnie z poradnikiem.. - vc 2015 pro - tfs sdk 3.2 - silnik 8.6 tfs 1.2+ by ninja - boost 1.59.0 error: 1>------ Rebuild All started: Project: theforgottenserver, Configuration: Release x64 ------ 1>...
  13. E

    tfs 1.2+ by ninja for client 8.6 (compile error)

    Hiho! Using: - tfs 1.2+ for 8.6 by ninja - vs 2015 pro - tfs sdk 3.2 - boost 1.59.0 errors: 1>------ Rebuild All started: Project: theforgottenserver, Configuration: Release x64 ------ 1> otpch.cpp...
  14. E

    Looking for updated rme

    Yep I have it - works with 10.98 - can't find latest .otb with code like that <client name="10.98" otb="10.98" default="true" visible="true" data_directory="1098"> <otbm version="3"/> <extensions from="8.20 - 8.31" to="10.98"/> <data format="10.57"...
  15. E

    Looking for updated rme

    Hello! Is there somewhere rme for client 10.00/11+?
  16. E

    Monster [UPDATED] Monster Looktypes 10.9

    someone have a monsterpack? for 10.90+?
  17. E

    Spell Tree of Life

    Lua Script Error: [Main Interface] in a timer event called from: (Unknown scriptfile) data/spells/scripts/healing/tree of life.lua:49: attempt to index a nil value stack traceback: [C]: in function '__index' data/spells/scripts/healing/tree of life.lua:49: in function...
  18. E

    Multi attack spell/sd

    works! THANKS!
Back
Top