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

    Lua NPC script help

    You can use my files.. Gregor.xml <?xml version="1.0" encoding="UTF-8"?> <npc name="Gregor" script="Gregor.lua" walkinterval="2000" floorchange="0"> <health now="100" max="100" /> <look type="131" head="38" body="38" legs="38" feet="38" addons="3" /> </npc> Gregor.lua...
  2. Techrlz

    Lua NPC script help

    Post here the content and your TFS version too. Change for this in xml: <npc name="Gregor" script="Gregor.lua" walkinterval="2000" floorchange="0">
  3. Techrlz

    Lua NPC script help

    You have this file? script="data/npc/scripts/Gregor.lua"
  4. Techrlz

    Solved [7.72] TFS downgrade RSA

    But is one good work to finish.
  5. Techrlz

    Solved [7.72] TFS downgrade RSA

    What about this? https://github.com/ninjalulz/forgottenserver/tree/7.x
  6. Techrlz

    Solved On use shovel add item

    This used for loops: http://lua-users.org/wiki/ForTutorial
  7. Techrlz

    Compiling compiling tfs to otx [SOLVE]

    This is something with your items.xml/otb
  8. Techrlz

    Resquest $$$ Mapper + scripter

    SCAMMER!!
  9. Techrlz

    Cast system and casino npc

    Now you can learn the language :D
  10. Techrlz

    Solved Npc Give item for exp

    After this indent the script too.
  11. Techrlz

    Lua getDamageMap()

    Test if this work for you for pid, _ in pairs(targetMonster:getDamageMap()) do local attackerPlayer = Player(pid) if attackerPlayer then if attackerPlayer:getStorageValue(Storage.BigfootBurden.WarzoneStatus) < bossConfig.status then...
  12. Techrlz

    Reward chest for tfs 1.2 ? 10.82

    Search, we have this in forum.
  13. Techrlz

    NPC The Gambling Man, the interactive dicer

    Nops, this only for tfs 1.0
  14. Techrlz

    Monster Monsterpack, spellpack and creaturescriptspack for Tibia 10.7(TFS 1.1) based on Real Tibia

    This affect example: <monster file="Quaras/quara constrictor scout.xml" name="Quara Constrictor Scout"/> but the folder name is "quaras" , when you run linux will throw some errors because not have folder "Quaras" only "quaras"
  15. Techrlz

    command shutdown tfs 1.0

    Now working.
  16. Techrlz

    command shutdown tfs 1.0

    But this kick all players online, only GODs stay online.
  17. Techrlz

    item upgrade tfs 1.2

    if not player:removeItem(2182, 1) and not player:removeItem(2190, 1) then
  18. Techrlz

    item upgrade tfs 1.2

    You need to put "and" to check both conditions.
  19. Techrlz

    command shutdown tfs 1.0

    This works, now only the @EDIT error.
Back
Top