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

    [TFS 1.2/1.3] Free scripting service

    I want to request a script that I don't really know is possible. What I want is a command (maybe more funtions added to /attr) that would modify a certain monster's attacks, armor, name, flags, etc.. in-game. Like for example, I'd summon an Orc, rename is as Garrosh, and give it increased armor...
  2. B

    Znote AAC - Forum error. Wrong URL

    I think it's because you don't have the page of the forums, or maybe its name is not registered correctly. Can I get a link to your website if it's online? and maybe the script of the pages? and the index.php Edit: I'm not so familiar with Znote AAC but I'll try
  3. B

    Exeta res

    Well I didn't quite work it out but I made a spell that would make the creature static, which means he's not moving at all. maybe you can use that until someone posts you the correct script you need .. here is what I made local combat = Combat() combat:setParameter(COMBAT_PARAM_EFFECT...
  4. B

    Exeta res

    Ah, what you want is a function to remove the flag of target distance (<flag targetdistance="4" /> for example) of a monster once the spell is casted on him. I'll try to work it out but I'm new to scripting so I'm not sure if I can make it
  5. B

    Broken Trade/Bank.

    I don't quite get what you mean (maybe because I'm unfamiliar with all that) but that's the code I use to deposit money elseif npcHandler.topic[cid] == 2 then if msgcontains(msg, 'yes') then if player:getMoney() >= tonumber(count[cid]) then...
  6. B

    Broken Trade/Bank.

    I very much appreciate that you are trying to teach instead of just throwing out solutions! really, thank you! I just wish you'd be patient with me; now let me tell you what I tried... I added this code into the 'deposit' and 'balance' sections local balance =...
  7. B

    Account Giveaway! Share Your Tibia story.

    Hahahah, he's called Tom, I mentioned him (the shop) :D I wanted to tell my rook story too but I guesse it would be too long
  8. B

    Broken Trade/Bank.

    I don't really remember where I got it but I uploaded it on mediafire, here's the link (replied late cause of uploading) :)
  9. B

    Account Giveaway! Share Your Tibia story.

    Well let me tell you a little about my life in Tibia! You see, when I first started playing that game I was an or 9 year old, I was stupid, well not actually stupid but you know, a 9 year old. Anyways, after 2 months in Rook with my first character, I decided to play as a Sorcerer. Sorcerers are...
  10. B

    Broken Trade/Bank.

    Ah, so it is within that script? should I review my functions in that script then?
  11. B

    Tibia items game, use the last letter.

    Rat God Doll
  12. B

    [Problem] Cant use Remere's map editor for 8.6. Help Please!

    Well to explain that... there are two versions of Tibia 8.6; I know it sounds weird because the '8.6' is actually the version number but who knows.. it's just like that! Remere's maps use the old version of 8.6 which is not commonly found and that's why your editor wouldn't load it. It's as if...
  13. B

    Broken Trade/Bank.

    On seond thought here's the last part in case it is important: elseif msgcontains(msg, 'change gold') then npcHandler:say('How many platinum coins would you like to get?', cid) npcHandler.topic[cid] = 14 elseif npcHandler.topic[cid] == 14 then if...
  14. B

    Broken Trade/Bank.

    hahaah alrighht, I'll post the NPC script here but pardon my silliness, I don't quite know where the codes for the functions or the code for the NPCs systems are, if you could direct me I'd be glad to post them there :) Suzy banker : local keywordHandler = KeywordHandler:new() local npcHandler...
  15. B

    [PROBLEM] Your server has to be online if you want to add it to our list!

    Are you sure you're using the correct IP address? The ones your friends use to log in? and yes, as Znote said, make sure it's 7171 EDIT: also make sure your external IP adress was not changed.
  16. B

    Tibia items game, use the last letter.

    Golden Boots
  17. B

    Broken Trade/Bank.

    Hey guys! I have a bit of a weird problem, I can't seem to know where the problem itself is but here's what happens: Whenever I deposit money into the bank, it is deposited just fine and I can withdraw it at any time with not any problem; however, the problem arises when I 'trade' with any...
  18. B

    [Solved] Request: Object Builder for 10.98

    Umm sorry if I'm troubling you but I seem to have a problem with adding any item with animations. I mean, I added outfits and regular items safely and nothing happened but any item with animation crashes the game, could you help with that?
  19. B

    [Solved] Request: Object Builder for 10.98

    THANK YOU SO MUCH YOU SAVED A LIFE OUT HERE hahahah <3
  20. B

    Item Editor 10.98 for win32

    I took @The Hisoka 's Idea from his thread and made a win32 version for who needs it :) Have fun guys! and don't forget to edit the client paths at the preferences.
Back
Top