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

    Vcpkg libraries error

    Hello, everytime I try to install libraries to compile tfs it always stops me on installing this package "Building package zlib:x64-windows" and says to update vcpkg which of course I did but with no success also I reinstalled it like 10 times but nothing seems to work. Does someone know how...
  2. L

    Stat system

    mistake
  3. L

    Stat system

    Creaturescripts <event type="healthchange" name="stat_system_healthchange" script="stat_system_healthchange.lua"/> <event type="advance" name="stat_system_advance" script="stat_system_advance.lua"/> <event type="modalwindow" name="stat_system_modal"...
  4. L

    How do I add another visual effect to combat spell?

    Now it works as it should, thanks!
  5. L

    How do I add another visual effect to combat spell?

    But I have one problem about this, I can spam the spell no matter what cooldown I will set in spells.xml it is like 0, how do I fix it?
  6. L

    How do I add another visual effect to combat spell?

    I did this so far arr = { {1, 0, 0, 0, 1, 0, 0, 0, 1}, {0, 1, 0, 0, 1, 0, 0, 1, 0}, {0, 0, 1, 1, 1, 1, 1, 0, 0}, {0, 0, 1, 1, 1, 1, 1, 0, 0}, {1, 1, 1, 1, 3, 1, 1, 1, 1}, {0, 0, 1, 1, 1, 1, 1, 0, 0}, {0, 0, 1, 1, 1, 1, 1, 0, 0}, {0, 1, 0, 0, 1, 0, 0, 1, 0}, {1, 0, 0, 0, 1, 0, 0, 0, 1}, }...
  7. L

    How do I add another visual effect to combat spell?

    bump, can someone help?
  8. L

    Critical strike bug?

    bump bump
  9. L

    Critical strike bug?

    bump bump
  10. L

    Critical strike bug?

    bump, how can I fix it? Thats exact the database that I am using https://github.com/Qwizer/realmap11
  11. L

    Critical strike bug?

    Its TFS 1.2 with implemented imbuing system, by creating I meant adding this into a item. <attribute key="skillcriticalchance" value="25" /> <attribute key="skillcriticaldamage" value="50" /> And this is the imbuing https://pastebin.com/txc7zs5c
  12. L

    Critical strike bug?

    Hello, I have weird problemo with critical strike, I created a item that gives +50% critical hit damage and has 25% critical hit chance. I'll explain it on example. I hit training monk for 5000 with no crit just a regular spell Next spell cast and it hits for 10000 - so its like regular...
  13. L

    Damage increase item

    bump bump
  14. L

    Damage increase item

    I am using this one https://github.com/Qwizer/realmap11
  15. L

    Damage increase item

    How do I add it via source?
  16. L

    Damage increase item

    bumppppp
  17. L

    Damage increase item

    Is it possible to make a damage increase item in lua or there is no such a function to make that and has to be done in c++? For example a ring with 5% damage increase, increases all spells damage by 5%.
  18. L

    How do I add another visual effect to combat spell?

    bump no clue how to combine that
  19. L

    Compiling something else than TFS

    He actually fixed it with teamviewer, great guy :D
  20. L

    Compiling something else than TFS

    Yes I did, I was following the tutorial step to step like it says and it works but only for TFS 1.3 nothing else
Back
Top