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

  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
Back
Top