• 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. W

    Solved Raids with day and hour. [TFS 1.3]

    I discovered why it did not work, it was missing a line in globalevents.xml <globalevent name="RaidSystem" interval="10000" script="spawn/raids.lua"/> Anyway, Thank you for listening.
  2. W

    Solved Raids with day and hour. [TFS 1.3]

    I have this script that is in globalevents, that was to give invasion with date and time, but it is not working. I tried to change some script in the raids folder, but it still did not work. local raids = { -- Weekly ['Monday'] = { ['08:00'] = {raidName = 'RatsThais'}...
  3. W

    Teleport with storage destination [TFS 1.2]

    It worked. thanks
  4. W

    Teleport with storage destination [TFS 1.2]

    I need the help of someone who can make a script, where when stepping on the teleport, teleport to different destinations according to your storage, example: If the player has storage 1111> teleport to destination1 Or if player has storage 2222> teleport to destination2. Thanks.
  5. W

    Request - Quest with lever

    BUMP
  6. W

    Request - Quest with lever

    BUMP
  7. W

    Request - Quest with lever

    Hey, everything cool? I'm on a project, and I wish someone could help me. I'm needing an annihilator style script, but with some modifications; Being more specific would require that ... Teleport without playing the player in all configured sqm's. Check if there is a player inside the room that...
  8. W

    Reacts to use / Fansite Item

    Someone would have a script where the player when using certain item sends a random message set and transforms the item to another id, like fansite items of global tibia. Example, Cateroide's Doll to give use him he turns to another id and sends random messages like "Hail Cateroide!" or...
  9. W

    Need a little help

    Thanks @Xeraphus, I had not watched it, it worked perfect.
  10. W

    Need a little help

    I have this script which use an item to another and according to the vocation comes configured id. but is giving the following error. [Warning - Event::checkScript] Can not load script: scripts/wolfamulet.lua data/actions/scripts/wolfamulet.lua:7: '}' expected (to close '{' at line 2) near '['
  11. W

    Item Effects

    Needed a script where the player use of the item and turns into another, I will give an example the Dark Wizard's Crown, which use when it turns into another and back to normal. Can someone help me? thank you
  12. W

    Error Addon system

    I did not understand very well, but understand what the @Codex NG explained . It would be easier to take this window which appears saying that the player already has all the addon , and put something in the local chat . Something like " Have all addon " . I do not have much knowledge in .lua so...
  13. W

    Error Addon system

    Hello guys! I have a problem in a script addon system using onModalWindow . The script works without any error , but when the character is already with all addons it appears : You have all the outfits ! You have been Awarded the achievement and a custom outfit! and a button to confirm and...
  14. W

    Help - Critical System bug

    Thanks man , worked and without any error, helped me a lot . ^^
  15. W

    Help - Critical System bug

    @Codex NG , worked perfectly , but as you said, does not work on monsters. but the way you gave me is already very good. thank you so much. =D @edit @Codex NG I edited the post to say that is giving the following error when stepping on fire field and take damage . is giving the following...
  16. W

    Help - Critical System bug

    hi codex , could not, already tried several things , but i could not , (I'm not expert in .lua ) will have to remove the system, perhaps not this script . Thanks for your help. : D
  17. W

    Help - Critical System bug

    It could be a little more specific ? put it this way ? if not isPlayer(attacker) then return false end or delete?
  18. W

    Help - Critical System bug

    hi guys, i have a problem in a Critical HIT system on my server. TFS 1.2 I was testing it in-game , when i realized that the character was not taking hit monsters , not losing life, only mana (with utamovita ) . I removed the line of Creaturescripts.xml and returned to normal functioning ...
  19. W

    Need Dota Event TFS 1.2

    Hello guys, I needed the dota event script to tfs 1.2, found only for versions 8.6. If someone has and can help me , I thank you. :D
  20. W

    Lua Upgrade system error

    I have a problem and need help. I have this upgrade system that lets your weapon +1 +2 ... but when I try to use the item in the armor of the following error: I use tfs 1.2. Lua Script Error: [Action Interface] data/actions/scripts/upgradestone.lua:onUse data/lib/upgradesystem.lua:74: attempt...
Back
Top