• 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

    Otclient interface edditing, few basic questions.

    Recently I've switched from normal Tibia client to Otclient, I would like to learn basic edditing now. For example: 1. How do I move minimap window to the left panel and set it to certain size ? I've already managed to make it undraggable and unresizable. 2. How can I remove the chat console...
  2. astamor

    C++ Custom spell effect doesn't disappear and doesn't follow character.

    So, I've added new spell effect to my server, animation works properly, it doesn't bug anything but.... I took exura spell and changed the effect from CONST_ME_MAGIC_BLUE to my CONST_ME_PRAD. It kinda works, the new effect is animated, the problem is: * It does not follow character, if I'm...
  3. astamor

    Windows Is there working 10.90 tfs ? :)

    I'm sorry but I don't have enough time to search all the forum so quick question here :) Is there any working tfs based on 10.90 client ? :)
  4. astamor

    Windows TFS 1.0 engine error. Attempt to call global 'isweapn'

    This is what I see in console http://pl.tinypic.com/r/55f38p/8 And because of it I can't login in Tibia Client. It's just "connecting to the world" all the time. I haven't change anything in the scripts. It's new server.
  5. astamor

    Compiling Adding new monster ?

    Does anyone know how to add new monster to the TFS ? I've seen many tutorials showing how to add new item but I've never seen anything about npc or animation.
  6. astamor

    Lua Player is teleported out instead of dying.

    Hello :) I need the script that teleports player out of area. It's like arena fight in many servers. You go in some area and after you lose fight you don't die' don't lose items, exp, etc but you are teleported out.
  7. 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 =...
  8. 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)...
  9. 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...
  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)

    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]...
  12. 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.
  13. 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...
  14. astamor

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

    Hello guys :) I'm trying to open "forgotten" map or even when just running RME map editor and I'm getting this error: Couldn't load Tibia.dat: Unknown .dat format version. Does anyone know solution to this ?
Back
Top