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

Search results

  1. Sizaro

    RevScripts TFS 1.5 crashing at startup

    So I converted all my monsters to revscripts. Now when I start my server it loads then it takes a while to load the monsters and then it just crashes without any error. And sometimes it loads normally. Video Removing every single monster in the game starts the server up normally.
  2. Sizaro

    Solved Error - Monsters::deserializeSpell] - spitnettle - Condition is not set for: condition

    And how does one make a curse condition for example then?
  3. Sizaro

    Solved Error - Monsters::deserializeSpell] - spitnettle - Condition is not set for: condition

    } else if (tmpName == "firefield") { combat->setParam(COMBAT_PARAM_CREATEITEM, ITEM_FIREFIELD_PVP_FULL); } else if (tmpName == "poisonfield") { combat->setParam(COMBAT_PARAM_CREATEITEM, ITEM_POISONFIELD_PVP); } else if (tmpName == "energyfield") {...
  4. Sizaro

    Solved Error - Monsters::deserializeSpell] - spitnettle - Condition is not set for: condition

    So the only problem seems to be the name? Is there a list somewhere with viable names? name ="condition", Doesn't work name ="shitface", Doesn't work name ="poisonfield", Seems to work
  5. Sizaro

    TFS 1.X+ monsters ignore the field tf 1.5 7.72

    Change <immunity fire="1"/> To <immunity fire="0"/> in dragon.xml
  6. Sizaro

    Orc merged with Cyclops?

    It's the Orlk 1650316555 There we go
  7. Sizaro

    Orc merged with Cyclops?

    say no more fam i got you
  8. Sizaro

    Tibia Classic PRE 7.0

    Okay this makes it almost impossible to replicate, there seems to be some kind of building also to the left of the stone room.
  9. Sizaro

    Otclient Classic UI

    This is awesome. Clean.
  10. Sizaro

    Tibia Classic PRE 7.0

    So this is not actually a wall? And is it more like this? 1649887163 I also have this. 1649888700 Found more parts of Fibula dungeon
  11. Sizaro

    Tibia Classic PRE 7.0

    Here's a direct copy of what we can see on the minimap.
  12. Sizaro

    C++ House price based on walkable SQM

    Is it possible to make the RME rent work?
  13. Sizaro

    C++ House price based on walkable SQM

    The house is an example, thought I made that clear. And I understand that it's possible to do in RME. But if you take a look at this house for example. You understand that making this house "perfect" would be extremely annoying. The best would be for RME to work.
  14. Sizaro

    C++ House price based on walkable SQM

    So right now in TFS 1.5 and probably in all others TFS. House prices are calculated based on how many house tiles are in RME. It doesn't factor in that many of those tiles might not even be a part of the house. For example. The house uses the walls as SQM. What I want is for it to caclulate...
  15. Sizaro

    Tibia Classic PRE 7.0

    One time spawns of, Magic Plate Armor(s), Demon Legs(s), Magic Sword(s) and Helmet of the Stars(s) now called Golden Helmet.
  16. Sizaro

    Tibia Classic PRE 7.0

    I've spoken to some people who actually played during that era, and heres an exact (95%) copy of what it actually looks like. 1648864021 Something else from the PRE 7.0 era. Fair Plains (Plains of Havoc) temple being on the ground floor. Giant Spider in the middle of Mount Sternum...
  17. Sizaro

    Tibia Classic PRE 7.0

    So back in the day. There used to be Demons (Daemons) in Mintwallin. Does anyone have any more information about this place? There are a few screenshots but nothing that shows what it actually looks like, specifically in the quest area (look at the last screenshot). 1648820760 What I'm trying...
  18. Sizaro

    OTClient "Nothing special" produce light

    I managed to make it work, but not without a sprite. ObjectBuilder doesn't seem to save correctly when I remove the sprites, I don't know. This isn't that important and I don't know how much time I want to put on this small thing. 1648777642 Made a new 32x32 transparent .png file and imported...
  19. Sizaro

    OTClient "Nothing special" produce light

    How would I go about doing that in .dat and .spr? Nothing special is nothing, it doesn't have a sprite. No?
Back
Top