• 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

    Lua rope doesn't pull creature

    Here is mine that works on my 1.5 server. I think it uses some Nostalrius methods though test it. local holeSpots = { 294, 369, 370, 383, 392, 408, 409, 410, 427, 428, 429, 430, 462, 469, 470, 482, 484, 485, 489, 924, 3135, 3136, 4835, 4837 } function onUse(player, item, fromPosition...
  2. Sizaro

    C++ attack on diagonals tfs 1.5

    I assume he means show the error that the pull request gives you.
  3. Sizaro

    Nostalgia Project

    Don't wanna be the guy to burst your bubble but apart from the 7.4 sprites I don't see any Nostalgia. Infact I see the opposite.
  4. Sizaro

    C++ attack on diagonals tfs 1.5

    The way it works right now is actually how it's supposed to work.
  5. 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\...
  6. Sizaro

    Anyone has this sprite? mw

    I fixed Darkdimensions version and mixed them both. Look pretty rad.
  7. Sizaro

    Anyone has this sprite? mw

    Looks cool :)
  8. Sizaro

    TFS 1.X+ How to repair Tfs 1.5 Nekiro 8.60

    This is how it's supposed to work
  9. Sizaro

    Any really creative / out of the box OT out there?

    When the shop is the most important feature of the OT, that's what you get :)
  10. Sizaro

    Secrets of Tibia

    As a matter of fact I do know exactly what that lever does! :D Here is the code if you want it, not beutiful but it works :) function onUse(player, item, fromPosition, target, toPosition) if item:getId() == 1945 then item:remove() Game.createItem(1491, 1, {x = 32486, y =...
  11. Sizaro

    [TFS 1.4.2] Random color monster outfit

    This works, thank you :)
  12. Sizaro

    [TFS 1.4.2] Random color monster outfit

    Tried that aswell but now all Bandits comes out with white outfits
  13. Sizaro

    [TFS 1.4.2] Random color monster outfit

    Is there any way to change this to only change hair color?
  14. Sizaro

    Skulle du suga av en kompis för 1.000.000.000?

    Återupplivningen av en 14 år gammal tråd.
  15. Sizaro

    Lua Script npc backpack fluid tfs 1.5 7.72

    shopModule:addBuyableItemContainer({'bp lf', 'bp life fluid', 'bp lifefluid'}, 2000, 2006, 1200, 10, 'backpack of life fluids') shopModule:addBuyableItem({'lf', 'life fluid', 'lifefluid'}, 2006, 60, 10, 'life fluid') shopModule:addBuyableItemContainer({'bp mf', 'bp mana fluid', 'bp manafluid'}...
  16. Sizaro

    TFS 1.X+ Ambient Light Nekiro 1.5 7.72

    You need to "Enable Lights"
  17. Sizaro

    [How-to] Doors (TFS 1.4+)

    How would I edit doors.lua to make that happen? if player does not have storage value x then let them pass
  18. Sizaro

    [How-to] Doors (TFS 1.4+)

    There is no way to prevent a player from using closedQuestDoors if they have a specific storageID? -> If an ActionId is present the door it cannot be used by players that have been given a matching storage of any value that is not -1. In Annihilator Quest there is a door preventing the player...
  19. Sizaro

    RevScripts TFS 1.5 crashing at startup

    Redone the conversion from .mon to .xml (this time) intead of RevScripts now it works just fine.
  20. Sizaro

    RevScripts TFS 1.5 crashing at startup

    https://otland.net/threads/ot-monster-converter.277546/ After changing a few things like immunities and stuff, the monsters works fine when the server starts.
Back
Top