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

speed

  1. Yan18

    TFS 1.X+ [TFS 1.3] Which Condition to Use for Creature has Speed 0? Paralyze or Haste?

    Hi guys I wanna do a creature has 0 speed for a specific time by condition, but I tried to use CONDITION_HASTE and CONDITION_PARALYZE, but it didn't work. local speed = creature:getSpeed() local condition = Condition(CONDITION_PARALYZE) condition:setParameter(CONDITION_PARAM_TICKS, 10000)...
  2. S

    TFS 1.X+ all creatures move faster than normal

    I noticed than all the creatures in my server moves faster than normal. I checked the individual speeds too and seems to be fine. I don't know what I need to do to change to normal speed. I'm using tfs 1.3
  3. Togu

    TFS 1.X+ How to make changes in atk speed and database?

    This is my project: The Forgotten Tibia 1) How do I change attack speed permanently? I've seen in the sources that there is no lua function that changes the attack speed of a player, there is no "setAttackSpeed" function. How do I make that? What's the step by step? I know I could study and...
  4. GhostWD

    C++ Skill training depended on attack speed

    Hi Otlanders! i have request to You. I would like to have script, which will make dependence with skilling and attack speed i mean if player attacks 2 times / sec it's skill would grow same as 1 time / sec, 3t/s same as 1t/s ....etc etc etc TFS 0.4.3777 Can someone help me with that? Thank...
  5. miens

    Conroling projectile speed

    Hello I wonder if there is any way to controll the speed of projectile when using for example hmm rune. If so how? And if no one knows if it can be done can you at least point me in the direction where I should look for it?
Back
Top