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

Search results

  1. 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"...
  2. 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 :)
  3. eduardocosta

    Lua Refin system for 10.90 - TFS 1.2

    Guys help me please. My server is 10.90 tfs 1.2 and I have a problem with:
Back
Top