• 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!

Recent content by eduardocosta

  1. eduardocosta

    Lua Talkaction !notice help me TFS 1.2

    Thanks Xeraphus :D
  2. eduardocosta

    Lua Talkaction !notice help me TFS 1.2

    Hello guys, I need help with 1 command. First look my talkactions code. talkactions/notice.lua function onSay(cid, words, param) file = io.open('noticetime.txt','r') notice = file:read(-1) doShowTextDialog(cid,1950,notice) file:close() end talkactions.xml <talkaction words="!notice"...
  3. eduardocosta

    Compiling How to show health and mana(healing numbers)

    Guys one more and last help, if I want create new potions with health and mana, how show health too? I tried modifying just for MP , but I wanting for HP too for this code. And MP show me a bug. local restaurationPot = 15463 local emptyPot = 7636 local antidote = Combat()...
  4. eduardocosta

    Compiling How to show health and mana(healing numbers)

    Perfect !!!! You guys are amazing! Ty so much!
  5. eduardocosta

    Compiling How to show health and mana(healing numbers)

    My potions.lua is diferent (tfs 1.2) : local ultimateHealthPot = 8473 local greatHealthPot = 7591 local greatManaPot = 7590 local greatSpiritPot = 8472 local strongHealthPot = 7588 local strongManaPot = 7589 local healthPot = 7618 local manaPot = 7620 local smallHealthPot = 8704 local...
  6. eduardocosta

    Compiling How to show health and mana(healing numbers)

    When I click on any potion show the heal number. EX: this potions heals 1538 mp exactly as it is written on script ,I wanted these numbers to appearing.
  7. eduardocosta

    Compiling How to show health and mana(healing numbers)

    How I can use this code? In actions?
  8. eduardocosta

    Compiling How to show health and mana(healing numbers)

    Ty, but it's almost there, identifier "addAnimatedText" is undefined.
  9. eduardocosta

    Compiling How to show health and mana(healing numbers)

    Hello team, Could anyone help me with a code for 10.98 TFS-1.2 server? After using HP and MP potions show the heal numbers. I need the code to compile (Visual Studio program) . Ex: Thnx :)
  10. eduardocosta

    Lua Refin system for 10.90 - TFS 1.2

    LoL, thank you so much :):):):)
  11. eduardocosta

    Lua Refin system for 10.90 - TFS 1.2

    Nice, you are amazing, but it's almost there, the modified item changes only once, look at the image. Blacksteel sword was upgraded 2 x , look at the description atk:1203, the normal should be atk :1206, so the second upgrade didn't worked
  12. eduardocosta

    Lua Refin system for 10.90 - TFS 1.2

    I'm programming and adapting new functions , I need help programmers. ;)
  13. eduardocosta

    Lua Refin system for 10.90 - TFS 1.2

    Yes, trying to change, because it is a good system. You know any good as this old code?
Back
Top