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

    TFS 1.X+ Monster Rate (config.lua)

    Hello, I am using TFS 1.5 and I am trying to add code to the source to be able to change monster stats (health,attack,defense) in config.lua file. I found this topic and I used a code and only one part from it works for me. The health of the monsters changes but for the attack and defense the...
  2. A

    Paypal -- account

    Helllo guys, Within few weeks I am going to launch my server (nothing big ,just small but pretty unordinary one) and I wanted to make a donation option with Paypal (just to cover the cost of hosting it, I am not counting on anything else). And here is my question for those experienced one: Is it...
  3. A

    AAC Gesior - Email Problem

    Hello guys, I am using tfs 0.3.6 , tibia 8.60 client. I have a problem with my "send email" option on Acc Gesior. I get two errors and email is not send when player register new account or choose the option "Lost account". Here is my config.php but I am pretty sure everything is allright down...
  4. A

    AAC Gesior -Achievements error - SQL

    Hello guys, I've tried to install this achievements system to my ACC Gesior [Gesior AAC] Achievements + Secret but I got an error: Parse error: syntax error, unexpected 'SELECT' (T_STRING) in C:\xampp\htdocs\pages\characters.php on line 145 This is my 145 and 146 line of characters.php...
  5. A

    Lua Rune which reduced % armor

    Tfs 0.3.6 tibia 8.6 Hi guys, I wonder is it possible to make a rune which reduce a player's armor about certain percent?
  6. A

    Lua Chameleon Rune

    Hello Guys, I have a question for you about the rune. Chameleon rune is a rune which makes a player outfit like a thing on which the rune was used like coin,another rune etc. I thought that it would be a great thing for the player to hide youself but there is one downside of it. A nick of a...
  7. A

    Solved Rune condition problem

    Hello guys, I created rune which weakens health potions on my server but I have some problems about it. I have the following problems: 1.The Rune only works when I have marked a player, otherwise the console returns creature not found and the storage 20035 is not set for the target. 2.The...
  8. A

    Lua Infinite Rune Problem

    Hello , I use tfs 0.3.6 Client : 8.6 I have the following problem.From some reason two of my runes are infinite but they shouldn't be. I am talking about magic wall rune and manarune. Config.lua removeWeaponAmmunition = true removeWeaponCharges = true removeRuneCharges = true...
  9. A

    Lua House Premium reduced cost

    Is is possible to make people who have active Premium account to pay half of a total rent for the house? I mean , the total rent of the haouse is 100cc for a week. If player has active Premium account the game takes only half of this amount from his depot. Thanks for anserw :) I use the...
  10. A

    Lua Remake of the GuildExp mod by Summ

    Hi Guys, I have GuildExp mod created by Summ which works perfect. I want to remake it to work in a little other way. So to the point, I want to create an experience scroll which is gonna work in a following way: When player use it, the scroll disappears and a storage is set to the player. Then...
  11. A

    Lua Guild kills

    Hello guys, I am trying to make a small reward for the players in the top 5 guilds which has the most kills. I have two queststions about it: 1.Is it possible to make a script which would find top 5 guild in terms of amount of kills and get them a proper reward? 2.If for first question anserw is...
  12. A

    Lua Reduction - doComabtHealth - mana shield problem

    Hi guys, I created in game two special items which gives some extra protection ONLY from monsters. Everytihing works perfect but I noticed that when item is equiped and the player has active mana shield and even mana is exhaustion, the script does not damage health points of the player. An...
  13. A

    Lua Making script work for more than one item.

    Hello guys, Thanks to Static_ and Xikini it was finally possible to create the script which increase damge dealt by the item at tfs 0.3.6. I wanted to make it work for x declared items ,not only for one, so I was trying to create a table. Unfortunately it des not work but I am sure that the...
  14. A

    Lua Increase Damage dealt

    Hello guys, I am trying to make the specific item to increase all damage dealt. I have the following script: I use the storage ,because I was getting a stack overflow all over again. The storage is set in movements: The problem is that I get no errors but the script is no working for...
  15. A

    Lua Respawn - more than one place.

    Hi quys, I have the following script: It works great for me but I am just wondering is it possible to make the boss to respawn at one of three declared places.Let's call them: local pos1 ={x=x1 ,y=y1 ,z=z1} local pos2 ={x=x2 ,y=y2 ,z=z2} local pos3 ={x=x3 ,y=y3 ,z=z3} The final result which I...
  16. A

    Lua DoRemoveItem script

    Hi guys, I have a problem with my script: So, here is a thing: When I use the lever the script creates three items on one spot but when I use the lever again it removes only one item from the position. The console gives me an error but I have no freaking idea why it is so. The one item is...
  17. A

    Lua Paralyze rune

    Hi guys, I wonder is it possible to make paralyze rune to last at least 500-750 ms even if anyone used haste or healing spell right after being paralyzed? I am thinking about either making something in paralyze rune script what will block removing the condition by the time or to add any delay in...
  18. A

    Lua No exhaustion -- manarune

    I have a problem with my manarune exhaustion and actually of lack of it. Here is a script: Anyone have idea why other runes have exhaustion and only this one have not?
  19. A

    Lua Burning Heart --> Fast healing

    Hello Guys, I have a problem with my BH script: Generally it works, I mean when I am clicking on it with right button of the mouse it heals the character without exhaustion but when I set it on elfbot it has like 500 ms of exhaustion and I totally don't know why. My elbot script is fine...
  20. A

    Lua Problem with isInArea script.

    Hello guys, I have the following script and it works perfectly: (I am using tfs 0.3.6, client 8.6) I wanted to remake it to works when the defined boss is inside area instead of x player online. But the console returns an error: @The solution: function onUse(cid, item, fromPosition...
Back
Top