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

    10.82 new mounts/outfits

    I found that names in one of files mounts.xml i don't really know where exactly it was but i didn't make that names. #edit tibiaface.com <?xml version="1.0" encoding="UTF-8"?> <mounts> <mount id="1" clientid="368" name="Widow Queen" speed="10" premium="yes" /> <mount id="2"...
  2. S

    10.82 new mounts/outfits

    Google. But it matches to mount. I was watching movie named "merlin" and there was kimera on one episode. Its beast combined with scorpion and something from other world.
  3. S

    10.82 new mounts/outfits

    <mount id="84" clientid="761" name="Kimera" speed="10" premium="yes" /> <mount id="85" clientid="762" name="Kimera Devil" speed="10" premium="yes" /> <mount id="86" clientid="763" name="Shadow Beast" speed="10" premium="yes" /> It's Kimera.
  4. S

    Solved [TFS 1.2] Addoner

    Thank you i'll check this out.
  5. S

    Solved [TFS 1.2] Addoner

    Hmm.. Maybe because i know the rest. Never saw an explaination how exactly tables work and here probably i have to put another table. I will try to make this without table if no one will help.
  6. S

    Solved [TFS 1.2] Addoner

    I need atleast explain how table works so maybe i could rewrite whole script.
  7. S

    Solved [TFS 1.2] Halloween outfit

    Thank you ninja :p
  8. S

    Solved [TFS 1.2] Halloween outfit

    ??.. Is that kind of magicial answer without saying anything or..? I repeat, there is no Halloween outfit in outfit selection list. What is the problem? Something with source? ID looks good because i can use it with command /looktype
  9. S

    Solved [TFS 1.2] Addoner

    Nothing happens now. Looks like there is no table. Really there is no addoner for tfs 1.x?
  10. S

    Solved [TFS 1.2] Addoner

    bump
  11. S

    Solved [TFS 1.2] Halloween outfit

    I've updated my TFS 1.2 from 10.80 to 10.82 client version. My problem is.. i can't see Halloween outfit when i select outfits with my god character. The only way i can use Halloween outfit is using command /looktype 759 or /looktype 760 outfits.xml <outfit type="0" looktype="749"...
  12. S

    Solved [TFS 1.2] Addoner

    I need help with my addoner npc. I'm trying to make it working on TFS 1.2. Lua Script Error: [Npc interface] data/npc/scripts/[Addons].lua:onCreatureSay data/npc/scripts/[Addons].lua:27: bad argument #1 to 'maxn' (table expected, got nil) stack traceback: [C]: ? [C]: in function...
  13. S

    Linux Text in MR? Tfs 0.4 HELP!

    I apologize for my idiotic behaviour, had really bad day, i am sorry. Here is script that should show all animated info you need. local c = { manaMax = 0, min = 23, max = 23, addMana = 0, pos = {}, animatedText = { text = "Epic...
  14. S

    house tiles bug

    7.6 code not gonna work with tfs 1.0 forget about it. I really wish you good luck with server but the thing you are asking for is impossible. Look at Xikini picture. I think it's best idea to make a room inside or outside house connected to it with doors or teleport. If you place it outside...
  15. S

    Bug in Roshamuul

    Yeah and ruin map good tip. You better make backup of your TFS.
  16. S

    house tiles bug

    If you want trainer in house you can make trainer.xml but into npc. Only npc can walk into protection zone, because its protected from fight. You will never get code that makes monsters attack in protection zone, because its pointless to work tons of hours to make such a nonsense.
  17. S

    War without wave spells

    Don't use cid in tfs 1.0 like this. local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) combat:setParameter(COMBAT_PARAM_BLOCKARMOR, 1) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_HITAREA) combat:setParameter(COMBAT_PARAM_DISTANCEEFFECT...
  18. S

    Windows RME MAP EDITOR PRINT MAP IN PNG?

    It's max zoomed in, if you want it to be bigger you have to use program but i have no idea why would someone need it to be bigger than that. Someone can just press Ctrl + mouse scroll.
  19. S

    Bug in Roshamuul

    Looks like there is item that can not be read by client. You need to have this item in your items.otb I don't recommend changing items.otb to this one from better version. It will fix bug but your map will look crap. Example your oramond city will be totally changed into walls and trashes. Just...
Back
Top