• 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

    Tiles Spell Tfs 1.2

    i got this error Lua Script Error: [Spell Interface] data/spells/scripts/attack/prisao_ossos.lua:onCastSpell data/spells/scripts/attack/prisao_ossos.lua:6: attempt to index local 'offset' (a number value) stack traceback: [C]: in function '__index'...
  2. L

    Tiles Spell Tfs 1.2

    Guys, How would I make a spell to create an item around the player without it being inside pz area, walls, monsters, players or obstacles? I created a script but it does not respect the conditions as I said. function onCastSpell(creature, variant) local player = Player(creature) local...
  3. L

    TFS 1.2 Attack Speed

    i got 156 errors if i erase this function in player.cpp and your scrit work perfect, but my atk speed for dualWielding not work. I think if we rewrite this function could work.
  4. L

    TFS 1.2 Attack Speed

    So i understand this function is duplicated in the following file player.ccp, uint32_t Player::getAttackSpeed() const { uint32_t ret = vocation->getAttackSpeed(); if (isDualWielding()) { double multiplier = 100.0 /...
  5. L

    C++ Delay between the damage

    well, ok thank you.
  6. L

    C++ Delay between the damage

    I say when the attack is very fast it adds with the other. I would like to put a text representation for each attack.
  7. L

    C++ Delay between the damage

    I would like the representation of the giving text to be faster, since if I have 2 fast attacks I would only show 1 damage containing the 2 previous ones.
  8. L

    TFS 1.2 Attack Speed

    Sorry, I'm a layman. I replace everything according to your script. Thank you for your patience in trying to help me. I replace 3 files player.h, luascript.h and luascript.ccp. This is giving error in player.ccp file. Can you check it for me? follow my files.
  9. L

    TFS 1.2 Attack Speed

    can i erase this step in player.h? i think is this error. sorry my english is bad.
  10. L

    TFS 1.2 Attack Speed

    hmm... 2 registerMethod same name.
  11. L

    TFS 1.2 Attack Speed

    same error can be another thing?
  12. L

    TFS 1.2 Attack Speed

    @Stigma i get this error in the player.ccp. Severity Code Description Project File Line Suppression State Error C2084 function 'uint32_t Player::getAttackSpeed(void) const' already has a body theforgottenserver C:\OT\Original\Servidores\Reino\src\player.cpp 1764...
  13. L

    C++ Delay between the damage

    How i can change the delay between the damage get? I want add more fast.
  14. L

    TFS 1.2 Attack Speed

    Hi guys, We have this function vocation:getAttackSpeed() to get the value, and to add a different value how would it be? Ex, Player have attackspeed="2000" i'd like to put attackspeed="1500" for 10 seconds for a spell.
  15. L

    [OTClient][10.98] TFS 1.3 and OTC Latest Compiling l OTC with more titles and transparent panels.

    ok, i will download you server...but i need add the changes por my server. I have modified many things here so I believe it is the best way. I just need to know where it has changed in your source. But if it's going to be a lot of work, I'll try to figure it out.
  16. L

    [OTClient][10.98] TFS 1.3 and OTC Latest Compiling l OTC with more titles and transparent panels.

    I just downloaded the OTC.rar and exchange the .exe "EduardoDantas" for windows. and that was the game
  17. L

    CreatureEvent [TFS 1.3] Item Sets

    Well, i I would like it if it does not give much work.
  18. L

    Help with this script

    Perfect @Apollos i redid the whole function as you said and work now. Tanks! Like +.
  19. L

    Help with this script

    I tried to add this script to my server but this Player: onItemMoved and Player: onMoveItem function is not working for it. Script, CreatureEvent - [TFS 1.X] Item Sets (https://otland.net/threads/tfs-1-x-item-sets.263693/) The script works normally but when I drag the item and put it back...
Back
Top