• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Guerra

    Lua player is unable to attack when healing or running TFS 1.3

    I didn't understand, should I remove something in the players.cpp in the source? which lines would be?
  2. Guerra

    Lua player is unable to attack when healing or running TFS 1.3

    hello guys, I have a problem with my server, players cannot attack when they are healing with potions and spells or when they are running. I have already modified the exhaustion of all potions and spells, but it did not solve it. I would like to ask for help to solve this problem.
  3. Guerra

    Lua When equipping an item an effect appears on the player

    it worked friend !! thank you very much
  4. Guerra

    Lua When equipping an item an effect appears on the player

    in fact, you are not recognizing my client's effects ... I would like you to pull straight from the effects
  5. Guerra

    Lua When equipping an item an effect appears on the player

    no, like i wish i could combine two or more effects of my choice
  6. Guerra

    Lua When equipping an item an effect appears on the player

    uoooow !! it worked 100% man .. could I add more than one effect so I could combine them?
  7. Guerra

    Lua When equipping an item an effect appears on the player

    Hello Guys, I would like to ask for help for a system, it would be something like this. A Script of Movements that when equipping an item, an effect of my choice would be shown on the player and when unequipping the item the effect would stop. I use TFS 1.3!!
  8. Guerra

    CreatureEvent [TFS 1.1] Extra loot system

    sorry to revive the topic, but is there a possibility to modify this system so that it identifies and separates items by rarity? local extra_loot = { {hasName = "dragon", items = { {id = 2152, count = 2, chance = 40000}, -- Common {id = 2160, countMax = 4, chance = 10000}...
  9. Guerra

    Lua Help to modify the Gift Bag script

    thanks man!!! it worked 100%.
  10. Guerra

    Lua Help to modify the Gift Bag script

    good morning, did you get anything friend?
  11. Guerra

    Lua Help to modify the Gift Bag script

    no problems brother !! awaiting...
  12. Guerra

    Lua Help to modify the Gift Bag script

    continues without receiving the prize
  13. Guerra

    Lua Help to modify the Gift Bag script

    it didn't work, it doesn't give any error but when it is to receive the item out of the 50% chance of failing only from the message "you cannot use this object" ... Look this:
  14. Guerra

    Lua Help to modify the Gift Bag script

    thank you very much my friend, thank you very much !! I wait then .. #Edit if possible, could you also modify the script to choose the amount of each prize?
  15. Guerra

    Lua Help to modify the Gift Bag script

    sorry, I forgot to put the version !! My TFS is 1.3. This script works basically like this: The Player drops a gift from a monster and when using that gift he receives a random prize. I would like the Prize to come with the player's name in its description, you know? #Edit I use a system...
  16. Guerra

    Lua Help to modify the Gift Bag script

    Hello everyone!! I have a system on my server that are small gift bags that drop from monsters and drop random items for players. I would like to be able to control the quantity of each item that will be delivered to the player and also add the description of the drawn item to the name of the...
  17. Guerra

    Lua add function,% experience bonus

    just create a lua file and paste that code? or do i have to add this to my script? 1596244805 I have a code that I used on my old tfs 0.4 server, would I have to adapt it to 1.3? I tried to add this way to my 1.3 server and gave the following error:
  18. Guerra

    Lua add function,% experience bonus

    Hello Guys, I would like to ask for help to modify a code that I use on my server. It is a movement script that adds bonuses to items when equipped. I would like to add the percentage bonus experience parameter to this script. my version of TFS is 1.3! for this type of modification is it...
  19. Guerra

    Monster that rains items around you

    Hello guys, I would like to ask for help from you in a script that I saw a long time ago on a server that I played. Explaining in a simple way was a Boss who, while alive, threw items every x seconds in random sqms around him and also when he was surrounded by players he teleported to the...
Back
Top