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

Recent content by alvaro007

  1. A

    Lua Resistance CreatureEvent Problem

    I did and no work, I use the spell and nothing happen and this part why: addEvent(doSendEffectes, 5000, cid) Dont exist on script this function "doSendEffectes"
  2. A

    Lua Resistance CreatureEvent Problem

    The problem to did that on source is that if i want to use this script to create a spell, i couldnt because i would need a creaturescript with a storage id to connect with a spell script.
  3. A

    Lua Resistance CreatureEvent Problem

    BUMP!!
  4. A

    Lua Resistance CreatureEvent Problem

    Its not a good idea, if u put a return true where is return u are return the true value and the reduction value, both of values and then ur player doing more damage
  5. A

    Lua Resistance CreatureEvent Problem

    I did that: local TimStr = 415897 local element = { -- [Tipo de daño] = {porcentaje de daño}, [COMBAT_PHYSICALDAMAGE] = 40, -- Físico. [COMBAT_ICEDAMAGE] = 10, -- Mágico. [COMBAT_FIREDAMAGE] = 10, -- Mágico. [COMBAT_EARTHDAMAGE] = 10, -- Mágico...
  6. A

    Lua Resistance CreatureEvent Problem

    Now work, but the problem is that the last hit dont reduce the true damage of value and i dont know how fix that, i have trying fix it but when i reduce the last hit, the player dont die again :(
  7. A

    Lua Resistance CreatureEvent Problem

    mmm something like that: local TimStr = 415897 local element = { -- [Tipo de daño] = {porcentaje de daño}, [COMBAT_PHYSICALDAMAGE] = 40, -- Físico. [COMBAT_ICEDAMAGE] = 10, -- Mágico. [COMBAT_FIREDAMAGE] = 10, -- Mágico. [COMBAT_EARTHDAMAGE] = 10, -- Mágico...
  8. A

    Lua Resistance CreatureEvent Problem

    BUMP! Anyone?
  9. A

    Lua Resistance CreatureEvent Problem

    BUMP!, Help me pls
  10. A

    Lua Resistance CreatureEvent Problem

    Hi, i have a problem, i have done a resistance elemental script that seem work correctly but i have a problem, when other player attack you and you have low hp, the player who attack u dont get killing you, you are with 1 hp and no never die, this is my script help me pls: local TimStr = 398931...
  11. A

    Combination Two Handed Item with shield

    YEEES WOORK THANK VERY MUCH!!!!
  12. A

    Combination Two Handed Item with shield

    Your script not be that i search because with your script i would have put on my movements.xml all the items of one hand of my server
  13. A

    Combination Two Handed Item with shield

    I want that, but with your script movement this image not found:
  14. A

    Combination Two Handed Item with shield

    Okay thanks, i will try to do the script
Back
Top