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

    I've seen this, it's not even working, not to mention it doesn't contain any usefull information.
  2. 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...
  3. astamor

    TFS 1.2 Transform System

    This system has very serious problem. When you transform and revert, then quickly log out and log in again, you are the transformed version but with reduced health and mana, so you can't transform, you can only revert but since you already have reduced health reverting again will kill you.
  4. astamor

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

    Weird, everything else works perfectly with my object builder, new outfits, new monsters, new missile.
  5. 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...
  6. astamor

    [Caynez] I'm a cool guy, really

    These dragon ball sprites are the best I've ever seen! Love your work <3
  7. astamor

    Spell TFS 1.2 Spell Attack Twice/Double

    How to make it to fire for example 5 projectiles ?
  8. astamor

    Windows Is there working 10.90 tfs ? :)

    Yeah but that's not a server :) I saw this one already.
  9. 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 ? :)
  10. astamor

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

    And btw. when I have pasted the creaturescrpits and movements folders from other server to this one I was able to login but when I tried to buy something from any npc, the engine crushed everytime.
  11. 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.
  12. astamor

    Compiling Adding new monster ?

    I'm using 8.60 but as you said there are no working tools for adding monsters :/
  13. astamor

    Compiling Adding new monster ?

    That is also very easy to solve and that's not what I mean :)
  14. astamor

    Compiling Adding new monster ?

    Well, that's obvious....so please if you don't know how to do it-don't post spam here.
  15. astamor

    Compiling Adding new monster ?

    No, that is the easiest thing in tfs. I mean to add new monster, with animations and new look. Does anyone know how to do it ?
  16. 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.
  17. astamor

    Windows How manz ppls can enter on that spcification

    With optimal server settings or rarely records, etc., and so it will be a problem to keep some 50 people. The processor comes off a bit :) In addition, the map as large as rl I think about 20 people up :) I suspect that you will have a lag even when you try to launch the maps in the map editor...
  18. astamor

    Lua Player is teleported out instead of dying.

    Where to add this ? And where will be player teleported ?
  19. 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.
  20. astamor

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

    My script now looks like this: 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}, ['bishop arthur'] = {destPos = {x=979, y=921, z=6}, teleportPos = {x=975, y=924, z=7}...
Back
Top