• 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

    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...
  2. Sizaro

    Action [TFS 1.x] open world style chests

    Is it possible to remove unique identifier from this script and make the chest unmovable with code instead? Just like tejdi commented 3 years ago.
  3. Sizaro

    MyOTClient

    Create a tool that does the same thing so you don't have to host anything.
  4. Sizaro

    MyOTClient

    I want to use the original 7.6 640x480 pic but this is what I'm getting.
  5. Sizaro

    how ppl creates old accs?

    I miss rep power :(
  6. Sizaro

    how ppl creates old accs?

    I had like 4900 posts when the like system was introduced :D:D:D
  7. Sizaro

    how ppl creates old accs?

    August 2007 member #2556 :D
  8. Sizaro

    Lua Equipment from Level Advance

    I didn't actually read your post but here's my script that I have for 1.3. local c = { [{1,5}] = { -- sorcerer [13] = {items = {{itemid = 2191, count = 1}}, storage = 40950}, [15] = {items = {{itemid = 2152, count = 20}}, 40951}, [18] = {items = {{itemid = 2315, count = 25}}...
  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

    Which distro's are still being worked on?

    From what I've seen is, OT has mostly become every man for himself.
  11. Sizaro

    Mapper looking for team. any client.

    Post some of your works.
  12. Sizaro

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    Does anyone have the map with spawns on it? I found HeavenIsLost/elysium and tried everything but I can't get their mapeditor to work. It says it needs the .dat and .spr from Tibia 7.6 but I've tried that and it doesn't work.
  13. Sizaro

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    I did everything, I tried to use Squeezing Gear of Girlpower on all the tiles around it. Maybe you need a rope? I can't be arsed to go back there again.
  14. Sizaro

    RealOTS Reverse Engineering Server

    Looking forward to seeing more from this. What would be useful with the /a command is to type /a 2 to teleport yourself 2 squares in front of you.
  15. Sizaro

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    So looking through these files again just for fun (yes I've been away for a while and I'm probably changing the subject super hard right now). I managed to find this BEGIN "Dungeon Floor Secret" Separation, IsType (Obj1,371), IsPosition (Obj1,[33368,31757,11]), IsPlayer (Obj2) ->...
  16. 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...
  17. Sizaro

    Fastest way to map

    This creates an OTX map, I'm unsure if RME can open an OTX file. If this is a problem then download SimOnes map editor and convert it to OTBM.
  18. 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...
  19. 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" />
Back
Top