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

    AAC [BUG] Gesior forum doesn't work

    Hi guys, I have had this problem since I installed gesior on my server: I cannot use the forums because of some error. This is the error Fatal error: Call to a member function fetchAll() on a non-object in C:\xampp\htdocs\pages\forum.php on line 338 And my forum.php is attached to the post...
  2. B

    AAC [Gesior] Bootstrap TFS 0.4 DONT WORK

    Hi, guys! so, im using this gesior in my 8.6 server, [Gesior] Bootstrap, Metro Blue and appers this error: i dont no what to do, please, help!
  3. B

    Lua Spell Heal Mana Area TFS 0.4

    Hi guys! this script works like this, you run it, and you gain a certain percentage of mana for a few seconds ... But I wanted it to be used in the area, so the whole team could heal mana too im not so good with LUA thats why i came here and ask help from you guys
  4. B

    TFS 0.X Spell Error

    is an attack for druid, that of a strong attack and heal 20-25% of the mana
  5. B

    TFS 0.X Spell Error

    Could you rewrite it for me? im not so good with scripts! and not work what you say: [21:20:24.632] [Error - Spell Interface] [21:20:24.639] data/spells/scripts/attack/exevo gran mas cold.lua:eek:nCastSpell [21:20:24.647] Description: [21:20:24.650] data/spells/scripts/attack/exevo gran mas...
  6. B

    TFS 0.X Spell Error

    Hi everyone, this spell has a kind of error that I can not fix, can you help me? erro: script:
  7. B

    TFS 0.X Life Steal in monster!

    didnt work
  8. B

    TFS 0.X Life Steal in monster!

    Hi, guys! i have a script here of Life Steal ON PLAYER, but, i want to him affect monsters too... how can i do this? im not good with scripts tfs 0.4
  9. B

    Linux Cannot open files

    bump! i have the same problem
  10. B

    C++ Critical Effect on Monster

    @Static_ some idea?
  11. B

    C++ Critical Effect on Monster

    TFS 0.4 8.60
  12. B

    C++ Critical Effect on Monster

    sorry, but this happened 1>..\player.cpp(5325): error C2662: 'Creature::getAttackedCreature' : cannot convert 'this' pointer from 'const Player' to 'Creature &' 1> Conversion loses qualifiers 1>..\player.cpp(5330): fatal error C1075: end of file found before the left brace '{' at...
  13. B

    C++ Critical Effect on Monster

    Hi, guys! first of all, sorry for my bad english! I come here because I changed a few lines in the player.cpp to send a "CRIT!" Effect, but the effect is being shown to the player and I wanted it to go to the monster here is the line:
  14. B

    Vocations bug

    I did not understand well, where should I change?
  15. B

    CreatureEvent [TFS 1.2] Hunger system

    how make to player not receive damage in pz?
  16. B

    Lua [TFS 1.2] Capacity Affects Player Speed

    sorry... anybody fix the script?
  17. B

    Lua [TFS 1.2] Capacity Affects Player Speed

    Hi, anybody can help me with this script? i don't know how to install local p = {} function onThink(interval, lastExecution, thinkInterval) for _, name in ipairs(Game.getPlayers()) do local player = Player(name) local guid = player:getGuid() local maxCap, freeCap =...
Back
Top