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

    TFS 1.X+ [TFS 1.2]creaturescript error onKill(attempt to call method 'getMonster' (a nil value))

    When I kill latrivan console get me this. Game.setStorageValue(bossStorage, newValue) And after kill latrivan, if u kill golgordan, the console get me same message, but when I use teleport dont work :S, it only happens in latrivan and golgordan.
  2. Eduardo170

    TFS 1.X+ [TFS 1.2]creaturescript error onKill(attempt to call method 'getMonster' (a nil value))

    work, but now in the brothers latrivan y golgordan :S Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/quests/inquisition/inquisitionBosses.lua:onKill ...scripts/scripts/quests/inquisition/inquisitionBosses.lua:25: bad argument #2 to 'max' (number expected, got nil)...
  3. Eduardo170

    Spamming spell kicks from server

    try both. Play with the numbers, save the default with "--". some like this --timeBetweenActions = 200
  4. Eduardo170

    Spamming spell kicks from server

    change this in config.lua to value that u want. timeBetweenActions = 200 timeBetweenExActions = 1000 maxPacketsPerSecond = 25
  5. Eduardo170

    TFS 1.X+ [TFS 1.2]creaturescript error onKill(attempt to call method 'getMonster' (a nil value))

    They blocked me in the previous post, and they gave me no reason. local bosses = { ['ushuriel'] = 200, ['zugurosh'] = 201, ['madareth'] = 202, ['latrivan'] = 203, ['golgordan'] = 203, ['annihilon'] = 204, ['hellgorak'] = 205 } function onKill(player, target)...
  6. Eduardo170

    TFS 1.X+ This script dont set any storage, Inquisition, MainTeleport

    That script is not, that works well (it was my mistake). It is this that does not work: PD:It does not add any storage. local bosses = { ['Ushuriel'] = 200, ['Zugurosh'] = 201, ['Madareth'] = 202, ['Latrivan'] = 203, ['Golgordan'] = 203, ['Annihilon'] = 204...
  7. Eduardo170

    TFS 1.X+ This script dont set any storage, Inquisition, MainTeleport

    BUMP PD: I use TFS 1.2* PD2:I tried change, all bosses name to cap letter like this: local bosses = { ['Ushuriel'] = 200, ['Zugurosh'] = 201, ['Madareth'] = 202, ['Latrivan'] = 203, ['Golgordan'] = 203, ['Annihilon'] = 204, ['Hellgorak'] = 205 } if targetName ==...
  8. Eduardo170

    TFS 1.X+ This script dont set any storage, Inquisition, MainTeleport

    I have investigated a little what is the problem and the script of the bosses is the one that does not work. The script of Movements/Inquisition, it works perfect. ¿How I discovered??, simple, I added the storages with database and I can pass to all the teleports, but when killing the boss it...
  9. Eduardo170

    TFS 1.X+ What is the difference?

    Yes, I were in that problem now, I'm trying to understand some scripts that dont work for me.
  10. Eduardo170

    TFS 1.X+ What is the difference?

    Yes, I use actually TFS 1.2, protocol 8.6, and its work fine. like target shooting.
  11. Eduardo170

    TFS 1.X+ This script dont set any storage, Inquisition, MainTeleport

    I forgot to add this script that goes together with the other. It does not say any message, it just does not do anything. local bosses = { ['ushuriel'] = 200, ['zugurosh'] = 201, ['madareth'] = 202, ['latrivan'] = 203, ['golgordan'] = 203, ['annihilon'] = 204...
  12. Eduardo170

    TFS 1.X+ This script dont set any storage, Inquisition, MainTeleport

    Hi guys, I use TFS 1.2, and this script,, but dont set any storages. This is same script than Click here Github I have added a print at each of conditional(if, elseif), and doesnt print.. local teleports = { [2150] = {text = 'Entering Ushuriel\'s ward.', newPos = Position(951, 1446, 10)...
  13. Eduardo170

    TFS 1.X+ ¿How to compiling TFS 1.2 or 1.3 for 8.6?

    Thanks guys, I found the solution to several errors after that, and after a few minutes I was able to compile my first console tfs 1.2..
  14. Eduardo170

    TFS 1.X+ ¿How to compiling TFS 1.2 or 1.3 for 8.6?

    I followed everything to the letter, but i got this error.
  15. Eduardo170

    TFS 1.X+ ¿How to compiling TFS 1.2 or 1.3 for 8.6?

    thank you guys, really thank you very much.
  16. Eduardo170

    TFS 1.X+ ¿How to compiling TFS 1.2 or 1.3 for 8.6?

    What is the correct visual version? ¿Where can i download the boost and tfs-sdk correct?, this is it. and thank u.
  17. Eduardo170

    TFS 1.X+ ¿How to compiling TFS 1.2 or 1.3 for 8.6?

    Hi, community, I find the search for a compiled TFS 1.X, or tutorial, most of it here, it does not work, or it's not full complete for noobs, like me. I have a map but i don't have any good console. He tried, and compiled tfs 0.3 and 0.4 but when putting everything to work, some people have...
  18. Eduardo170

    Engine 8.6

    otx3 is big shit, many bugs
Back
Top