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

    A problem with npc

    test this please and show me screen server local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function...
  2. Encrypt

    A problem with npc

    Teste this please: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  3. Encrypt

    A problem with npc

    In you first script dont have key word "Protect" If you need, use the talkstate correctly.
  4. Encrypt

    A problem with npc

    use this npcHandler:releaseFocus(cid) Here the full code local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function...
  5. Encrypt

    TFS 1.X+ Login.lua Checking for vocation before determine where to teleport player when premium ends.

    -- Premium system local rook = 1 local thais = 2 if player:isPremium() and player:getStorageValue(43434) ~= 1 then player:setStorageValue(43434, 1) elseif not player:isPremium() and player:getStorageValue(43434) > 0 then --notpremmy and storage 1 if...
  6. Encrypt

    TFS 1.2 Text ManaShield

    Hello, please explain more what do you want.
  7. Encrypt

    Feature Auto Loot [TFS 1.3]

    bump
  8. Encrypt

    helpme understand this script

    What do you need bro? Please try to be as simple as possible with the words
  9. Encrypt

    Feature Auto Loot [TFS 1.3]

    bump
  10. Encrypt

    Player Management 2.5

    Re-up ?
  11. Encrypt

    Feature Auto Loot [TFS 1.3]

    Bump
  12. Encrypt

    helpme understand this script

    Here, location of stalagmites stalagmites locais = Mosaico (Posição (236, 84, 11)): getItemById (386) Here, location of teleport local teleport = Game.createItem(1387, 1, Position(236, 84, 11)) Here, location of create item 386 in position 236, 84, 11 Game.createItem(386, 1, Position(236...
  13. Encrypt

    Feature Auto Loot [TFS 1.3]

    Hello Otlanders. I tried to make a conversion to tfs 0.4 and got a little bit of success. But since nothing is perfect, the system has several errors (on compile). I would appreciate your help for a decent conversion. I'm starting in the TFS sources and dont have much knowledge of how tfs...
  14. Encrypt

    Modules and spr/dat path

    I have tried on codeblacks, but fail. Can you help me?
  15. Encrypt

    Modules and spr/dat path

    Jus Tips, i'm trying to do that, but fail all the time
  16. Encrypt

    Modules and spr/dat path

  17. Encrypt

    Protection Otclient

    Can You explain me?
  18. Encrypt

    Protection Otclient

    I understood, and planned to do something like this, but I do not have the knowledge in the sources to do so. Would you help me? Or teach?
  19. Encrypt

    Protection Otclient

    Hello, ladies and gentlemen. What's up? I'm looking for someone who knows how to edit and manipulate OTC sources, so we can use some encryption in the ".lua" files, making it impossible to read them(humans). If anyone is interested in being this teacher, please contact: [email protected]...
Back
Top