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

    Solved TFS 1.2 Checking if item is on tile

    TFS 1.2 How would one use onAddItem to check if for example a statue would be on this tile or at this position? Lets say that a statue of the id 1442 is supposed to stand on a tile at position x=1000, y=1000, z=7 --> This will result in doing something.
  2. knighters god

    Solved sendMagicEffect error message TFS 1.2

    TFS 1.2 CLIENT 10.77 So I am playing around with scripts for a quest I'm doing, and I want to send magic effects when you teleport using a lever. Everything but the magic effects work. _config._TeleportPOS.FROM:sendMagicEffect(CONST_ME_POFF)...
  3. knighters god

    Knighters god's sprites

    I am a beginner to pixel art. So I had the genius idea to make items for my OT. This was the first sprite I made. Third one. (Second is not finished. It looks like this atm ) And here is a sprite I'm currently working on. I would love some feedback on my sprites. • What I could do better. ¤...
  4. knighters god

    MoveEvent Funny tile trap

    How it looks like. *NOTE* I have only tested this on TFS 1.2 *NOTE* The point of this thread is because, why not? It's a fun little thing ^^ About this script: This script will make a monster appear when you walk off a special tile. This tile also talks! The point of making this script...
  5. knighters god

    Solved Upgrade spell using storage TFS 1.2

    Server version: TFS 1.2 I have a vocation box wich gives knights a storage of setPlayerStorageValue(cid, 17301, 3). And with this storage I want to upgrade the spell blood rage. From a percentage of 125 --> 145. I have tried doing this which I tought would work. But sadly no ;/ local...
  6. knighters god

    Solved Talkaction max summons TFS 1.2

    Server version: TFS 1.2. I'm in need of some help with my talkaction script. In short. This script is a talkaction which needs a storage. And I have tried to make it have max summons. This is what I've tried. if getCreatureSummons(cid) >= 1 then -- Do stuff end -- I've tried if...
  7. knighters god

    Solved Error when deleting characters. Znote AAC

    I am using Znote AAC for my server and when I try to delete a character, either from the website as admin or in my account. I can not delete the characters from inside the database either using phpMyAdmin. These are the errors I recive. From the website. From phpMyAdmin Help would be highly...
  8. knighters god

    OTclient error

    I recently compiled OTclient because I wanted to try it out for once. I searched around some so I could connect the client to my server TFS 1.1 10.77 and when I try to log in while the server is running or if it's off I get this error. I have tried to put the 10.77 .dat and .spr files where it...
  9. knighters god

    OTClient 10.77

    Does anyone have the source of OTClient supporting 10.77? If so I would love if you shared.
  10. knighters god

    Monster spell

    Because I don't know how to make monster spells ( I know there is tutorials ) and I don't know if this kind of spell would work. I want a big AoE spell for one of my bosses that will drain every mana points from every player caught inside it and also exhaust the potion usage with 2 seconds. Tfs...
  11. knighters god

    Npc errors tfs 1.1

    I just decided to try tfs 1.1 for the first time and moved from tfs 0.3.6 and was thinking of someone could help me with some npc errors. I get the same errors on all the custom npcs I moved from 8.6 to my new 10.77 server. Even with Varkhal. These errors are on all the npcs that responds to...
  12. knighters god

    TFS 1.1 10.77 Data Pack

    I would love if someone could share a data pack for TFS 1.1 Tibia 10.77, that icludes all the talkactions, some npcs, everything you need for a server. With this I mean the "Data" folder.
  13. knighters god

    Cannot connect to Mysql server

    I decided to try tfs 1.1 ( the one Evan posted in distributions ) and the compiling went flawless, But the reason to this post is that I want to get some help fixing the problems in the picture below. Help would be appreciated!
  14. knighters god

    Solved Level points system

    Found the script posted by Zysen. I'm hosting on Tfs 0.3.6. This script works great when I want to use the points I get, except when I want to add magic levels. It does not add any magic levels. local VocPoints = { [1] = 3, [2] = 3, [3] = 3, [4] = 5, [5] = 5, [6] = 5...
  15. knighters god

    Church 8.6

    I would like some honest feedback and what I could improve with. This could help my mapping on more scenarios. The left room is just a storage room. The left room is a locked room with a quest.
  16. knighters god

    Graveyard 8.60

    I just wanted to share my graveyard to you guys :P And btw I am not a very good mapper so I would love if you guys could give me tips on what I could change
  17. knighters god

    Autostacking or vialdropping

    Hey I would really appriceate if someone could make me a script where either all stackable items autostack or when you use a potion the empty vial will drop underneath your character. Yes I have looked for scripts but I have not found anything that I could use. I do not have...
  18. knighters god

    Bridge lever isn't working correctly -.-.

    So I would like some help about a lever that should summon a bridge when you right click it but when you right click the lever again it should remove the bridge. and all that is working is to summon it but the lever is stuck at "1645" instead of changing to "1646". ---By Tetra20--- function...
  19. knighters god

    Second Promotion

    I want an npc that sells a second promotion to you, but you need to have the first one to be able to get the second one. Help would be appreciated, Thank you.
  20. knighters god

    Gear levels

    So I would like to know if there is a script that level up items Example: Spike sword (1) needs 100exp for level (2) and will gain +2 attack damage, +1 defense. Max level 15. For all gear items, Boots, shields, weapons, armors, helmets, pants. Help would be appreciated. Thank you.
Back
Top Bottom