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

    Random items loot

    Can you explain more what you're trying to achieve? what's the code supposed to do? and which files are you posting? and please post the entire code of the file because if you don't post it all, the line numbers in the error message will not be accurate
  2. B

    Outfit otclient

    https://otland.net/threads/add-outfit-v7-72-othire.264955/
  3. B

    Trying to make a spider

    It's almost perfect! Maybe decrease the size of the frontmost right leg?
  4. B

    random addon and summon

    In actions.xml add <action itemid="XXXX" script="RandAddon.lua"/> where XXXX is the item id you want to use. Then add in actions/scripts/ RandAddon.lua function onUse(cid, item, fromPosition, itemEx, toPosition) if item.itemid == XXXX do local Male_Addons = { [1] = 000; [2] = 000...
  5. B

    when I type my passwords on my server it writes another ones

    I think your problem might be with your client taking the account name as both your account name and password
  6. B

    Anyone Egypt Here :)

    Someone Egypt here
  7. B

    iGlobal - Sprites Gallery

    Great work man! Very detailed, seems that you studied anatomy pretty well, keep it up!
  8. B

    What do you want to be... a knight

    Can you post your account manager script please? Also, are you sure the manager isn't case sensitive? Like, did you try "Druid" instead of "druid"? Edit: There also seems to be no problem with your skillstageadvance.lua I ran it with no errors at all. Try deleting the space at line 13 maybe? It...
  9. B

    Make this script

    In your Config.lua can you check if showHealingDamage is set to true? Here is how it should look like: showHealingDamage = true showHealingDamageForMonsters = true healthHealingColor = COLOR_GREEN manaHealingColor = COLOR_DARKPURPLE [/COLOR][/FONT][/LEFT]
  10. B

    Make this script

    Can you provide us with your TFS/OTX version and what client version you're using?
  11. B

    Scripter looking for someone that can fix my inq

    Hello! I can help you with that, why don't you provide me with your TFS version and what client you're using. I will also need you to give me the script you are using for the quest and all. We can start a private chat if you want too.
  12. B

    Bugged?

    That's a sprite problem in your map editor, it wont be like that in game
  13. B

    Lua custom annihilator with time

    As a quick fix, try using this code instead: local config = { daily = "no", -- allow only one team to enter per day? (like in global Tibia) level = 100, storage = 30016, room = { {x = 206, y = 377, z = 6}, {x = 210, y = 384, z = 6}...
  14. B

    Quest x Frags

    Just use a storage value, add 1 to it each time a player takes a frag to use it as a counter, simple
  15. B

    Solved ITEMS XML ERROR

    Can you post the exact error you are getting? and maybe post your items.xml too? like the entire file
  16. B

    Lifedrain?

    The "lifedrain" attack type does not include self heal, however, one way you can do that is to just implement a spell by yourself as a monster spell and make that spell heal when it attacks, if you do not know how to do that, I can help but just let me know exactly what you want.
  17. B

    Lua TFS 1.2 - Counting amounts of certain itens in BP

    If I may ask, is there a way to check for all items with a certain UID too? I need that
  18. B

    Monster Arena

    Hello people! I'm just wondering, just as the regular pvp arena exsists, is there a way to make an arena where if you were killed by both a monster or a player you wouldn't lose anything? I am aware that the pvp arena is just putting the tiles from the map editor, but is there a way to make some...
  19. B

    RME broke my map

    So apparently, RME ruined my map that I have been working on for 2 months, I simply clicked save and exit and now whenever I try to load it once more, it loads up to 90% then goes all not responding and whenever I try to load it from the server launcher itself it gives out an error. is there...
Back
Top