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

    Monsters help.

    Ye i forgot to add it to monsters.xml, now i feel stupid, i thought i added it, sorry guys and thanks for all your help. Rep for you both :)
  2. U

    Monsters help.

    function onSay(cid, words, param, channel) local func = doCreateMonster if(words:sub(2, 2) == "n") then func = doCreateNpc end local pid = cid local t = string.explode(param, ",") if(t[2]) then pid = getPlayerByNameWildcard(t[2]) if(not pid) then...
  3. U

    Monsters help.

    Yes, i did what he told me to, i even used the code you just sent now, i am still having the same issue.
  4. U

    Monsters help.

    All existing monsters i am using work 100% fine, it's just when i change their file name they seem to stop working, like i can edit existing monsters/change name however when i change the file name and try again it will not work.
  5. U

    Monsters help.

    Tried it, still not working, i was thinking maybe is it because the talkaction is trying to load a lua file instead of a xml file, as this is the error i am getting in the console. [17:3:26.265] [Error - TalkAction Interface] [17:3:26.265] data/talkactions/scripts/creature.lua:onSay...
  6. U

    Monsters help.

    File location - Data/Monster/Amazons Monster file <?xml version="1.0" encoding="UTF-8"?> <monster name="zaynab" nameDescription="a zaynab" race="blood" experience="9000000000" speed="200" manacost="390"> <health now="110" max="110"/> <look type="137" head="113" body="120" legs="114"...
  7. U

    Remer help.

    Ye got it now, thanks guys.
  8. U

    Monsters help.

    Hello again, So i'm trying to make a new monster by copying a old monster and editing the name/file name of it but for some reason when i reload monsters/restart the server it will not let me spawn the monster in game with /m command and gives me the error that the monster with that name can not...
  9. U

    Remer help.

    I can't seem to find a fix for these in any of the files in the remer folder. Any idea where i can resolve this? Screenshot
  10. U

    Remer help.

    Hello guys, so i have a small problem with remer. The map editor contains monsters which i can't seem to find to be able to remove and every time i load up the server i get console error which tells me monsters not found, is there any way to fix this? I have tried to look for them on the map...
  11. U

    Script request.

    A okay sorry, thank you.
  12. U

    Script request.

    Hello guys, i was hoping can someone help with a script. Let me explain a little about the script. The script will be for tfs 0.4 So when a player has any sort of skull and another player kills them they will get more exp form them than usual depending on their skull. So black skull 30% more Red...
  13. U

    Script request.

    Hello guys, i was wondering is there a script for tibia 8.6 tfs 0.4 which allows you to be able to use x items to give more hp/mana/damage when using the item on your equipment however the bonuses only last for a certain amount of time before you have to use x item again to get them back.
  14. U

    Spell bug

    Never mind guys solved. The some of the formulas i was using were too high for the ot making it freeze/lag.
  15. U

    Spell bug

    Hello, So i have a weird problem on my server, spells which have high mana take make the server freeze and log the player out, i've tried to add the new vocation ids to all spells, didn't work, checked vocations.xml for any errors, didn't work, i even tried to edit the promotion doll script and...
  16. U

    Script help.

    I've tested all the scripts which you have given me and got error after error, but could you tell me exactly how to put my vocations.xml by edting the one i have sent so i know i've done exactly what you have requested off me and if there is any errors i will post them here. Thanks.
  17. U

    Script help.

    So if that only works like that, what am i doing wrong?
  18. U

    Script help.

    Ye i've changed the fromvoc values and i've tried using the script that you have given me. But it will not even let me use the doll using the promotion script you have provided. <?xml version="1.0" encoding="UTF-8"?> <vocations> <vocation id="0" name="None" description="none"...
  19. U

    Script help.

    Now it won't let me use to doll. :s
  20. U

    Script help.

    Well it just promotes them to elder,royal,elite etc now not even the third promotion.
Back
Top