• 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

    Unfortunately the error from the page still shows the same. Parse error: syntax error, unexpected 'SELECT' (T_STRING) in C:\xampp\htdocs\pages\characters.php on line 146
  5. A

    AAC Gesior -Achievements error - SQL

    I've already had set it. // DATABASE include_once('./system/load.database.php'); if(DEBUG_DATABASE) Website::getDBHandle()->setPrintQueries(true); Sorry that I am asking but where I can find the error to take a screen shoot of it?
  6. A

    AAC Gesior -Achievements error - SQL

    Please don't treat me like an idiot. Of course I have a database :p Here is a picture of my player_storage table: Zapodaj.Net - Darmowy hosting zdjęć i obrazków bez rejestracji! - 0777505e8c46f.png I am for 99% sure that the problem is that in the table is missing a column "sum" ,so the page...
  7. A

    AAC Gesior -Achievements error - SQL

    Sorry I am using tfs 0.3.6 and tibia client 8.6
  8. 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...
  9. A

    Lua [Error - CreatureEvent::executeCombat] Call stack overflow.

    Try this one: local lvlcrit = 16111 function onStatsChange(cid, attacker, type, combat, value) if isPlayer(attacker) and (not (attacker == cid)) and (type == STATSCHANGE_HEALTHLOSS or type == STATSCHANGE_MANALOSS) and getPlayerStorageValue(cid,30035) == -1 then local multiplier =...
  10. 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?
  11. 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...
  12. A

    Solved Rune condition problem

    Solved by my own. I used onUse function for the rune :)
  13. 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...
  14. A

    Lua Action - Remove Skill

    You can link the script with many kinds of food if I right understood your question. <action itemid="2362;2363;2666-2691;2696;2787-2796;5097;6125;6278;6279;6394" event="script" value="YourScript.lua"/>
  15. A

    Lua Infinite Rune Problem

    It turned out that I was using magic wall rune script from the action.xml and that was a problem with this one.... Although Manarune still remains a riddle for me but since it works with it I will just let it be as it is. Thanks Znote for help.
  16. A

    Lua Infinite Rune Problem

    I have to tell honestly that I compared it like a thousand times and I didn't find any diffrences. I just found alternative solution. I added to the code the line: doPlayerRemoveItem(cid, MyRuneId, 1) and it works but I have a question: Does it can be aboused in same way?
  17. A

    Lua Infinite Rune Problem

    So, here is comperison sudden death rune which works with magic wall rune which doesn't work: Spells.xml <rune name="Paralyze" id="2278" allowfaruse="1" charges="1" lvl="54" maglv="18" exhaustion="2000" mana="1400" needtarget="1" blocktype="solid" event="script" value="support/paralyze.lua">...
  18. 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...
  19. A

    Lua House Premium reduced cost

    Thank you very much :)
  20. A

    Lua House Premium reduced cost

    I will ask in other way. 1.Is it possible to compile this source by me at computer with windows 10 without having any advanced C++ skills? 2.If for first question anserw is yes,then wheter I find at this forum a tutorial to do it?
Back
Top