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

    C++ Help Add a delay or interval to extraattack, (trying to mimic old monster behavior) TFS 1.5

    I think it is wrong behaviour. As far as I can remember, in 7.x creatures where using spells everytime the interval hits + everytime that Creature moves, not the player. So it should work like this: Creature is going through spells and if RNG hits chance the creature use spell and ads interval...
  2. Trollheim

    C++ New Attributes Problem (Enum Limit?)

    I don't use this disctro, but as far as I can remember TFS 1.2 or 1.3 when I started developing Trollheim I was struggling with same shit. So I think that you have to calculate new value for this number: 0xFFFFE13 inline static bool isIntAttrType(itemAttrTypes type) { return...
  3. Trollheim

    [France][10.98/Custom] Trollheim Online - no payments/free to play

    Yeah sure Some people get banned for afk cavebot and this is how their revenge looks like ;) Edit: Also name of this account on Otland is identical to one of twitch streamers top levels on server :D
  4. Trollheim

    [France][10.98/Custom] Trollheim Online - no payments/free to play

    Beta stage aims to be as close to the original experience as it could be. We aim for long-term server with advanced economy based on players occupations and professions - creating potions and runes instead of buying and so on. So no, there is no infinite money now :) There is also learning...
  5. Trollheim

    [France][10.98/Custom] Trollheim Online - no payments/free to play

    Register now and join our us! https://trollheim.online/
  6. Trollheim

    TFS 1.X+ [LUA][Newbie] ScriptHelp - Local variables resets and more

    You should add 'if StairTile then' before transform function to check if StairTile is not null like this local WallStatus = DwarfWall1 * DwarfWall2 if WallStatus == 1 then local StairTile = Tile(stairPosition):getItemById(3153) if StairTile then -- here is this if...
  7. Trollheim

    TFS 1.X+ [LUA][Newbie] ScriptHelp - Local variables resets and more

    The problem you are facing is that your wall variables works only during script time. So if you use wall, it checks something but in time you click on another wall the script will be be executed again and setting Wall1/Wall2 = 0. You can put your Wall2/Wall1 = 0 to your global.lua. Global.lua is...
  8. Trollheim

    [France][10.98/Custom] Trollheim Online - no payments/free to play

    Third Occupation: Alchemist Becoming an Alchemist is a great way to stay independent during hunts if you have a proper equipment with you. Thanks to a specific kind of knowledge Alchemist can create potions that are not available in regular shops. Depending on your experience and ingredients...
  9. Trollheim

    Why there is no normal servers anymore?

    I think that you say through nostalgia to those times. I you would login to server like raw 8.6 then probably you would logout after few hours. I think that 8.6 servers that exists nowadays are just for people that want to use bot on it.
  10. Trollheim

    Extreme Low XP - 1x. Would you play? What would you like?

    Then I would like to invite you to my server. It's based on Tibia 10.98 :) To the topic: Low rates are better, you are not getting bored too fast and have always something to do. But if you want low rate, you have to consider creating additional content not connected to monster hunting/exping.
  11. Trollheim

    [France][10.98/Custom] Trollheim Online - no payments/free to play

    Second Occupation I would like to present is Balcksmith   Becoming a Blacksmith is a wise choice since its path is highly profitable. Thanks to recipes and materials that can be dropped or salvaged, you can create unique equipment which is not available in regular shops, quests or even from boss...
  12. Trollheim

    [TFS 1.4.2] Random color monster outfit

    Hello! Today I am presenting you really easy fun script for changing colors of monsters. Monsters like bandit or dwarf miner can have random (or almost random) colors of outfit. In head section you have table of colors for hair (not to have green or pink hair, just normal hair colors)...
  13. Trollheim

    [France][10.98/Custom] Trollheim Online - no payments/free to play

    FIrst occupation that I would like to present is Hunter Becoming a Hunter is a great way to get profit out of monster hunting journeys. Creatures products you get on hunts can be used to get alchemy ingredients. Those products are also needed in many quests so other players are likely to buy...
  14. Trollheim

    Which AAC should we use in 2023 and why?

    Looks really nice! Especially layout looks fresh.
  15. Trollheim

    [TFS 1.4+] Hero Statues

    Hello. I've made script to show Highscore players in game, not only on the site. It looks like this: And I decided to share it here, because I want to give back something to the community I've been in silently for many years. Script can show highscore of level, magic level, skills and...
  16. Trollheim

    Which AAC should we use in 2023 and why?

    You are saying about page like tibia swap - one pager with only account and character creation? then maybe it is 50h. By thousand I mean every aspect that is currently available on one of above mentioned aac, with displaying character equipment and outfit, character bazar, and so on. Made in...
  17. Trollheim

    Which AAC should we use in 2023 and why?

    Sure, if you plan to spend thousand hours to create many features that are currently available on mentioned acc. For projects that can make money sure. I would go with react and .net core.
Back
Top