• 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

    C++ Light sources drawing outside viewport

    I know some people have solved this already. Has anyone solved it who cares to share the solution? When I walk into the range of the coal basin it starts show the light. What I wanna do is make it so that it draws the light to the client BEFORE it comes into the viewport. Elliminating the...
  2. Sizaro

    C++ player:castSpell(SpellName)

    I'm looking for a function like this. I'm gonna use it to make weapons cast spells on hit. Anyone have something similar that I can work with?
  3. Sizaro

    [Germany] [Custom] Ironcore - The True Ironman Experience

    I'm thrilled to introduce something that has been years in the making: Ironcore - The True Ironman Experience. This journey began as a passion project, aimed at creating a game I'd love to play myself. Over the years, it has evolved through various protocols, complete world overhauls, system...
  4. Sizaro

    OpenTibia Monster item namer Python script

    This will name all your loot inside a monster file. So that <item id="2430" chance="2500" /> Becomes <item id="2430" chance="2500" /> <!-- knight axe --> Make sure your folder structure looks something like this. *\Desktop\pythontest\itemnames.py *\Desktop\pythontest\monsters\...
  5. 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.
  6. 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...
  7. 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...
  8. Sizaro

    OTClient "Nothing special" produce light

    Hello, been a while since I made a thread on this forum. I wanna make an item, specifically "nothing special" (a transparent tile) that produces light. Sort of like a torch but without the actual torch. I've been trying to make one with the ItemEditor but it doesn't seem to produce any light...
  9. Sizaro

    Lua Boss spawn

    I want to make it so that whenever a specific boss spawns, it spawns with additional x creatures at x locations. For example, when Man in the Cave has spawned, there are additional Ice Golems in the cave below him. Plus there are also unsummoned Monks with him. local spawns = { -- Bosses...
  10. Sizaro

    Hoster Looking for a host to help setup things

    Hello, I've been working on a server all by myself for a very long time and I'm in dire need of some help. I require someone to help me test things and setup a host (preferably for free). You are Well known person with hosting skills and resources Help setup the server and website and maybe a...
  11. Sizaro

    Lua How does one cure conditions with an action script?

    local conditions = { CONDITION_POISON, CONDITION_BLEEDING, CONDITION_FIRE, CONDITION_ENERGY, CONDITION_CURSED, CONDITION_DRUNK, CONDITION_INVISIBLE, CONDITION_PARALYZE...
  12. Sizaro

    TalkAction Clear console

    Developer script used for when your console is full of errors. clearconsole.lua function onSay(cid, words, param, channel) os.execute("cls") end data/talkactions/talkactions.xml <talkaction words="/cc" separator=" " script="clearconsole.lua" />
  13. Sizaro

    Lua Carpets

    In rl tibia there are a new kind of furniture, carpets. However, since they are always at the bottom they will go under immovable objects. How do I fix this? I was thinking if it was possible to browse them with the browse tile feature but that didn't work. How do I make it possible to browse...
  14. Sizaro

    [10.98] CipSoft Original Map (converted from 7.7)

    The map contains all movable items (except for items thrown by players), trash, containers and writables. Most of which doesn't exist in open tibia real maps. Missing tile usually means that tile / thing has a use / action in real tibia such as being a pick tile or a lever. What I did was...
  15. Sizaro

    [LUA] requests - Sizaro #2

    Using TFS 1.2 #1: Adventurer's Blessing from Real Tibia. #2. EXP scroll that adds x amounts of exp based on rates up to a cap. #3. EXP scroll that sets your exp rate to +X% for Y minutes / hours. #4. SKILL scroll that sets your magic/skill rate to +X% for Y minutes / hours. #5. LOOT scroll that...
  16. Sizaro

    Lua Battlefield Event [latest TFS]

    I salvaged this script from another datapack and I want to make it work perfectly but I need help. What it does How to start the event Globalevent every 12:30 and 00:30 ingame. Talkaction by tutor or higher with /btf Entering the teleport Puts you into a random team. Sets your outfit to...
  17. Sizaro

    Minotaur Archer looktype bug

    When I spawn Minotaur Archer it looks like this and I have no clue why, I've checked the looktypes and it's 24 wich is normal. All others are just fine.
  18. Sizaro

    Is there still demand for unique OT-servers?

    Hello, I've been away for a while and I'd like to know if there still are demand for unique OT-servers. I have a project I've been working on for a very long time on my own. My goal with this project is to make the world unique and fun while still giving players the feeling that they know where...
  19. Sizaro

    Sizaro On Antica

    Current outfits Yalaharian + Addon 1 - In Service of Yalahar Quest finished - Vampiric Crest (150.000 gold) (Blood Brother's Quest finished) Summoner + Addon 1 + Addon 2 - Various different addon items - Current price (1.700.000 gold) if bought directly from market Shaman - The Ape City...
  20. Sizaro

    Legend of Grimrock

    Anyone played / playing Legend of Grimrock? It's one of my all time favorite games. I've played the first game like 4 times and now the second game is out on steam, I'm playing through it atm. Legend of Grimrock 2 Legend of Grimrock 1
Back
Top