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

potion

  1. Jpstafe

    problem to recognize mana fluid 7.72

    I have made a script so that you can buy the manafluid by bp with lever .. but I do not take it, it only gives a water vial .. they recommended me to make a separate posion for that, but I have done it and it gives me a lot of errors .. I wanted to know if there is no other way .. script...
  2. potinho

    TFS 0.X [7.72] Fluids problem

    Good morning everyone, are you all right? I have a problem with my server: when using any type of fluid (beer, life fluid or mana fluid) while walking, my console is giving an error, could you help me fix it? potions.lua local ITEM_RUM_FLASK = 5553 local TYPE_EMPTY = 0 local TYPE_WATER = 1...
  3. Kuantikum

    Lua [TFS 1.3] Percent amount healing potion per tick.

    Hello guys :p:p:p, I'm trying to make a script that heals a certain amount as a percentage of the character's total health, for example: 5% of the character's total health per tick. That's what I've done so far: local storage = 24036 local shp = Condition(CONDITION_REGENERATION)...
  4. Svira

    Action tfs 1.2 Hp+Mana Potion without target.

    Some time ago I was looking for a potiona or mana regenerating run of hp and MP. Search results are a waste of time because nothing worked on the TFS 1.2 mentioned in the topic I wrote my own and deprived myself of my goal. actions/scripts/others create unstablepot.lua -- realmap.pl local...
  5. Raber

    TFS 1.X+ How much mana/health gain on potion heal.

    Wondering if there's any way to show how much mana/health gain is made when a potion is used. This would be replacing the "Aaaaah..." which it normally casts. here's the code that I use: local config = { lvl = 1, -- the multiplier for how much level matters. Default 1. mlvl = 2, -- the...
  6. M

    Lua TFS 1.3 Check condition

    How to check condition for mastermind potion? local mastermind = Condition(CONDITION_ATTRIBUTES) mastermind:setParameter(CONDITION_PARAM_SUBID, 8) mastermind:setParameter(CONDITION_PARAM_TICKS, 10 * 60 * 1000) mastermind:setParameter(CONDITION_PARAM_STAT_MAGICPOINTS, 3)...
  7. B

    Widocznosc leczenia czarami / potionami nawet gdy full hp

    Witam. Potrzebuję aby było widać ile się lecze nawet gdy mam full hp oraz gdy full mane. Teraz widać tylko za ile sie ulecze gdy nie mam full hp badz mp. Co tutaj wrzucić aby ktoś mogł mnie naprowadzić albo pokazać podobny config abym mogl u siebie to edytowac? Wrzucam potions.lua oraz...
  8. elnelson

    [0.4 lua] Timed based storage potion.

    Hello otlanders, im trying to do this script but i keep failing. I need a potion that with this conditions. -OnUse reduce current storage 12345 == 31 after use gets to ==21 (-10 current storage) -After 1 minute of usage the -10 storage resets (so get back from 21 to 31) -Potion has 1 minute...
  9. L

    Solved Where are the scripts for potions? TFS 1.2

    I just want to modify how much does the potions heal, but i couldn't find it Sorry for the dumb question D: action/scripts/other/potions.lua local berserk = Condition(CONDITION_ATTRIBUTES) berserk:setParameter(CONDITION_PARAM_SUBID, 7) berserk:setParameter(CONDITION_PARAM_TICKS, 10 * 60 * 1000)...
  10. S

    NPC is not subtracting money when buying potions

    I don't know how to explain this in the most detailed form, but let's try it. In my server if you have an 'x' ammount of money, you can buy infinite potions as long as they cost lower than or exactly 'x'. An example of that is given when somebody is going to buy a potion and he has 200gp. When...
  11. Codinablack

    Action TFS 1.x Potions System : Percents and Summons!

    Hello Otland! Today I bring a release for everyone. I have worked on this script for awhile now and I have gotten it ready for everyone here. I became inspired when I seen a script for TFS 1.x for healing potions using a percent of max health, same thing with the mana potions for mana. Anyways...
Back
Top