• 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

    Lua House Premium reduced cost

    Thank you for your anserw :) Unfortunately it is first change which I am going to do with source and I have no so much idea how to compile it. Is there any tutorial which you could recomand me ? Can I do it with this program : Program Visual Studio Express — wypróbuj program Visual Studio...
  2. A

    Lua House Premium reduced cost

    This is my source : GitHub - Zawodowiec1532/OTSL: OTS based on real Tibia by Leon Zawodowiec. (8.6) I can place here my whole house.cpp if you wish so. I think that I use another version of source than you mentioned since there is no such line as you posted. I think that I has to change...
  3. 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...
  4. A

    Player not diying in my server!

    You probably have some bugged unwanted script in creaturescripts which blocks people to die.Place the error here and everything will be clear for us I think
  5. A

    [France]Ranger's Arcani |NEW CLASS|BETA|FULL CUSTOM|

    I create a private server for my own but I has to admit that this one make a huge impression on me. W sumie co sie dziwic jak serwer tworzą Polacy :P
  6. 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...
  7. A

    Problems with vials, bucket (Liquids)

    Let me ask you a question, what actually is it and how it impacts the game?
  8. A

    Need Task Npc Scripts - OTHire 0.0.3 (7.72).

    If you don't know much about programming , I thnik that some destribution of TheForgottenServer would be the best choice for you to work with. You can try this script , it works at tfs 0.3.6 , I don't know whether it is gonna work for you.
  9. A

    Lua Guild kills

    start 50002 statment 1 passed diffrence works 2 I can not do it, print(getGlobalStorageValue(gid) + 1) always prints 2 and even if i make setGlobalStorageValue(gid,1) it prints just nothing.It is just so simple thing and for some reasons storage always is 1 and it doesn't want to increase. I...
  10. A

    Lua Reduction - doComabtHealth - mana shield problem

    I've just added the condition that if player max hp is below 5% then script isn't execuded and a player became immortal again :)
  11. A

    Lua Guild kills

    I added tag with tfs version. I've just removed unneed config before I posted the script. Hmm ,I changed to getGlobalStorageValue and I get no errors but clients crahes after scipt is execuded and console print: start statment 1 passed diffrence works gid hmm,I assume that the problem is that...
  12. A

    Lua Guild kills

    I can not undesrtand why this storage still don't want to work :/ [21:27:07.677] [Error - CreatureScript Interface] [21:27:07.677] data/creaturescripts/scripts/KillTheSameIP.lua:onKill [21:27:07.677] Description: [21:27:07.677] data/creaturescripts/scripts/KillTheSameIP.lua:22: attempt to call...
  13. 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...
  14. A

    Lua Reduction - doComabtHealth - mana shield problem

    Solved by my own :)
  15. A

    Lua Boots +1mlvl for mages, +1sword for knights

    I will help you with it when I get to home but tell me what tfs do you use? :)
  16. 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...
  17. A

    Lua Making script work for more than one item.

    I think this is the best solution, but thanks a lot Itutorial, without you, the idea with putting it directly into the spell, could not be done :) local items_spell = { [2433] = {more_dmg_spell = 3}, -- Magic Staff z [7426] = {more_dmg_spell = 3}...
  18. A

    Lua Making script work for more than one item.

    There is indeed a problem at the first solution, because if player has active mana shield the script damages only mana points of the player even if mana is exhausted and I have no idea how to fix it. if isPlayer(cid) then local dmg_inc = getExtraDamage(cid)...
  19. A

    Lua Making script work for more than one item.

    I have to admit that before your first post I didn't belive it can be done but to my amazment it works perfect now :D Dude , you are really great scripter! Thank you very very much :)
  20. A

    Lua Making script work for more than one item.

    In this case the script finds the item of the victim: In this case script works in some way but the damage added is wrong and there is constant repeating error in the console: 2173 1988 2494 8918 adding damage 0 2647 2640 0 0 10 16 2173 1988 2494 8918 adding damage 0 2647 2640 0 0 10 16...
Back
Top