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

    Solved Tp after killing monster once worked now it's not working.

    Yes I know, I've just posted it wrong in previous post. It's exactly the same "arthur". I've tried adding new monster to the same script and nothing. But there are no errors in console. Ahhh, finally it's working :) as you said, without capitals :) thank you :)
  2. astamor

    Solved Tp after killing monster once worked now it's not working.

    I have just tried it. I've changed to: <event type="death" name="arthur" event="script" value="bishop arthur.lua"/> and in monster file: <script> <event name="arthur"/> </script>
  3. astamor

    Solved Tp after killing monster once worked now it's not working.

    I have this script and it works perfectly: local teleportID = 1387 local config = { ['bishop neden'] = {destPos = {x=966, y=992, z=7}, teleportPos = {x=1007, y=993, z=8}, timeToExpire = 120, effect = CONST_ME_TELEPORT}, } function onDeath(cid, corpse, deathList) local monsterType =...
  4. astamor

    Lua After blazier is used, change it to diffrent item.

    Works fine :) thank you.
  5. astamor

    Lua After blazier is used, change it to diffrent item.

    Hello :) I've made this: local position = {x=967, y=960, z=7} function onUse(cid, item, frompos, item2, topos) if getPlayerStorageValue(cid, 65535) ~= 1 then doPlayerSendTextMessage(cid, 22, "Guardian has been summoned.") setPlayerStorageValue(cid, 65535, 1)...
  6. astamor

    Windows The application was unable to start correctly (0xc000007b)

    It's tfs 0.3.6. Why screen ? There is nothing more in this error. " The application was unable to start correctly (0xc000007b)"
  7. astamor

    Windows The application was unable to start correctly (0xc000007b)

    I've downloaded tfs 10.31 from otland.net and there is error. I had the same problem with tfs 9.86. I've been looking for solution in google but there is nothing. And if you are going to write "install framework, install dlls."...don't say it. I've installed everything. Visual C++ 2005, 2008...
  8. astamor

    [10.31] The Forgotten Server 1.0 (#915)

    Looks good but can you tell us, if I'm going to download this only for me, not to host server for others. Just because I'd like to have all the new items on my server and learn scripts, etc. so basically I will be the only player...will that tfs be stable ? Without bugs ?
  9. astamor

    rpg chainquest request

    I think it's something like this :) P-player N-npc Afer you get required items: And now you have to go to another npc to get second mission. But it's still the same quest. It's like In service of yalahar, you know ? One quest but 10 missions.
  10. astamor

    Starting raid after using item ?

    Is this possible to start particular raid after using item like lever, throne or something like this ? How should this script look like ? I'm using comand: but it's not working.
  11. astamor

    Rashid script error on tfs 0.3.6 (8.60)

    Still not working:
  12. astamor

    Rashid script error on tfs 0.3.6 (8.60)

    After I paste your codes and say: "trade" to any npc nothing happens. Now there is no working npcs at all so I had to restore old scrpits.
  13. astamor

    Rashid script error on tfs 0.3.6 (8.60)

    Hi :) I'm using this script for Rashid but when I say hi->trade and try to sell any items nothing happens. Item is still in my backpack and I don't get gold. It works only when I say for example: "sell dragon scale mail". There is error in console: [02/08/2013 02:36:51] [Error - Npc interface]...
  14. astamor

    Raids not working on tfs 0.3.6. (8.60)

    Hello :) Can someone post here any working raid on tfs 0.3.6 (8.60) please ? :) When I try to perform a raid it says: No such raid exists. In console: Could not load raids file.
  15. astamor

    NPC Collecting items missions

    Hello :) What should I delete from the scirpt to make this npc giving only one mission ? So he will not say anymore "Next items..." :)
  16. astamor

    Scripts needed for tfs 0.2.15. Client version: 9.81

    No, I've been searching and there are many scripts like this...but nothing is working.
  17. astamor

    Scripts needed for tfs 0.2.15. Client version: 9.81

    C'mon. Those are not very difficult scripts :)
  18. astamor

    Scripts needed for tfs 0.2.15. Client version: 9.81

    Hello guys :) I would like to ask you for some usefull scripts for tfs 0.2.15 based on Tibia 9.81. I think many people will be happy to see those scripts working :) So let's start with raids :) I was trying do create any raid but when i execute command /raid testraid (for example) it says "No...
  19. astamor

    Solved Remere's Map editor - Couldn't load tibia.dat: unknown .dat format version.

    Thank you :) this RME updated to 9.83 works fine :) But when I open "forgotten" map it asks about tibia 8.2-8.31 folder. Why ? Server version is 9.81 and I play using tibia 9.81 so why editor asks for older version ?
Back
Top