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

    10.76 Animation Bug

    When i use the otclient in version 1076 i have this bug it is only in otclient
  2. E

    TFS 1.1 Outfit Animation BUG

    I Compile the TFS 1.1 (10.76) now, and when i login in my character i got this bug... Anyone can solve this problem ?
  3. E

    Recive Opcode in Client

    Right, and how i can deactivate the bot protection in mvs ?
  4. E

    Recive Opcode in Client

    Good afternoon, I'm with a problem in TFS 1.0, I can not send an opcode for my client. Thats is my module: function init() ProtocolGame.registerOpcode(90, callBackOpcode) end function terminate() end function callBackOpcode(protocol, msg) print("a") end And it is my talkactions...
  5. E

    Scripter OTClient Coder LoL Project

    I can help you too ( Im a brazilian guy) Lasts works: I dont finished that cast system ( and will not finished)
  6. E

    This new character list

    Yee, my version...
  7. E

    Lua TFS 1.0 BUG OPCODE

    Issue created: https://github.com/otland/forgottenserver/issues/1107
  8. E

    Lua TFS 1.0 BUG OPCODE

    In TFS 1.0 it is not Necessary , cuz player already returned by parameters onSay(player, words, param)
  9. E

    Lua TFS 1.0 BUG OPCODE

    Why Opcode are not working in my tfs 1.0 ? I need to active it ? Please Help me.
  10. E

    The Forgotten Server 1.0

    Opcodes are not installed in this version ?
  11. E

    Lua TFS 1.0 Erro OPcode

    Please Help me with this.
  12. E

    Problem with extended opcodes

    I really want suporte from this omg.
  13. E

    Problem with extended opcodes

    Please i need help with this bug.
  14. E

    Problem with extended opcodes

    Im using TFS 1.0, it already have opcode system in source. function onExtendedOpcode(player, opcode, buffer) local loots = Loot:create() if opcode == 10 then print(buffer) end end and i registre the event in login, what is that i download the tfs / otclient source 2...
  15. E

    Problem with extended opcodes

    Im Getting this erro ERROR: Unable to send extended opcode 10, extended opcodes are not enabled In This code function addItemList() local protocolGame = g_game.getProtocolGame() if protocolGame then protocolGame:sendExtendedOpcode(10, "D") return true end end...
  16. E

    Lua TFS 1.0 Erro OPcode

    When I try to use opcodes on my server I get this error in the client ERROR: Unable to send extended opcode 1, extended opcodes are not enabled ERROR: Unable to send extended opcode 12, extended opcodes are not enabled ERROR: Unable to send extended opcode 10, extended opcodes are not enabled...
  17. E

    Solved Help with corpse (onDeath) TFS 1.0

    Oh Right, Very Thx man, Solved.
  18. E

    Solved Help with corpse (onDeath) TFS 1.0

    This is My Code function onDeath(player, corpse, killer, mostDamageKiller, unjustified, mostDamageUnjustified) local loot = {} local pos = player:getPosition() local text = "" tile = Tile(pos):getTopVisibleThing() for i = 0, tile:getSize() do...
  19. E

    Lua TFS 1.0 - doAreaCombatHealth Direction Bug ?

    Please help me, how i make it like a spell.xml ??
Back
Top