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

    [Help] OTClient with docker: Not a device node

    Hey! I recently wanted to try otclient and I wanted to run a first try with docker, but when I execute the docker run command, it complains about the --device path not being a device node. I'm using windows 10 and docker desktop. I know this is not an issue with otclient itself but with...
  2. Strack

    Me retiro, eternamente agradecida

    Fue un placer colaborar. Si vuelves algún día no dudes en contactar. Suerte en la vida, ciao.
  3. Strack

    [MiniGame] Plants VS Zombies

    pre-select them with "look" action, use hammer (modifierTool) on the ground. Note: you must have enough gold to do the action, otherwise you wont be able to plant the selected one. I know it may be tiring to read all the explanation i wrote up there, but there is all the information about how...
  4. Strack

    [MiniGame] Plants VS Zombies

    bug when selecting what? I got no bug with selection... was tested on tfs 0.3.6pl1 - v8.54
  5. Strack

    [MiniGame] Plants VS Zombies

    You plant them using defined item1 (modifierTool), to plant them you must have a selected plant, how to do it? Look at them. It's all explained on the first post.
  6. Strack

    Lua Problem with functions

    works fine for me, anyway i've updated BT's post, so try new version: http://www.blacktibia.org/t31677-minigame-galileo-puzzle pd: why you deleted credits from script? ...
  7. Strack

    [MiniGame] Plants VS Zombies

    added map link for mediafire pd: potatoe plant doesnt work properly, it may bug the wave. I'll fix it as soon as posible, but cant know im so busy, sry.
  8. Strack

    Colossus

    Since I saw this i decided to do the same, nice idea bro. (Just a demonstration of results. Some features added since the video)
  9. Strack

    deleted

    Here's an idea or tip: what about defining base combat damages (COMBAT_EARTHDAMAGE, ...) and allow them to be mixed without need of creating another one? - Example: You want something like: combat_magmadamage, but you dont have it defined/created. All you need to do is...
  10. Strack

    [MiniGame] Plants VS Zombies

    At first, sorry if my english is not the best it could be... Well, I made Plants Vs Zombies minigame some time ago, and now (finally) decided to post it. For those who dont know what i'm talking about, see this video: Description: As some of you already now, 'Plants VS Zombies' is a game...
  11. Strack

    Write events in many monsters at once

    At first, sorry for my english. Hello Otlanders, here i bring an script i made recently... Description: The idea of the script is to write events in monsters .xml files as fast as possible. How many times you wanted to add an event to many monsters but they were so many that you end bored of...
  12. Strack

    Last man standing

    try to change line 42 for i = 1, config.minPlayers do for for i = 1, #players do Regards, Strack.
  13. Strack

    CreatureEvent Chess System

    Thanks, and yes, can be shorted but not so much I think. I just made it this way to make it easy to understand for every1
  14. Strack

    CreatureEvent Chess System

    Hi all. At first, sorry for my English. Long time no posting so I decided to bring here one of the systems in my OT. Credits: 100% Strack (Although i used mock's function onMoveItem) Requires: onMoveItem() -> http://otland.net/f35/creaturescript-onmoveitem-moveitem-frompos-position-cid-96742/...
  15. Strack

    Solved Error in console

    -- Electrical Discharge Rune --- Created by Ramza(Ricardo Ianelli) for Zodiac Legacy ATS. ---- For more informations, visit: <a href="http://forums.otserv.com.br/forumdisplay.php?493-Zodiac-Legacy" target="_blank">http://forums.otserv.com.br/forumdis...-Zodiac-Legacy</a>...
  16. Strack

    Fix/Patch doCreatureSetNoMove works in monsters.

    even if dev team do not duplicate functions, I'm agree with hundanger, the function's name is wrong, it should work with monsters too, GJ anyway
  17. Strack

    Lua Prevent from error

    I've tested many times and it returns true even if the creature is dead, that's the first thing I tried ----------- @up for example the error that should appear if the creature is not found (because it logged out, f.ex.), will make server lag?
  18. Strack

    Lua Prevent from error

    oh my...I did, and as I said, it checks if it's a creature, and it is, but its loged out. I've tested many ways im not just a random lua scripter >.<, mock's tool works so 1. is Solved.
  19. Strack

    Lua Prevent from error

    I dont use isPlayer 'cause most of my scripts involves monsters, not just players
  20. Strack

    Lua Prevent from error

    nop Jetro, i know enough lua to avoid such syntax error... I wanna know if errors like 1. makes server lag or they are just info messages (just a doubt).
Back
Top