• 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

    [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...
  3. 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...
  4. 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/...
  5. Strack

    Lua Prevent from error

    I just have some doubts. 1. There's any way to prevent from having error in console if u check for a player in an Event and he's dead when the event gets activated (prevent error with a function like... isAlive or something like this)? ex: addEvent(getCreatureHealth, 5000, cid) -> if cid is...
  6. Strack

    TalkAction PlayerCast the "strongest" spell he can

    Well... useful? dunno... maybe some1 will find it useful, I did it 'cause some1 in another forum ask for something like that... What it does is to cast the most "stronger" spell if have enough mana to do it f.ex: / utevo lux -> and it will cast utevo vis lux if enough mana, if not then gran...
  7. Strack

    getStorage function on sources (player.cpp)

    How can make to get storage of a player in player.cpp of sources? I've tried something like this: std::string Player::getRank() const { std::string rang = ""; uint32_t stor = 12100; if(this->getStorage(stor, "1")) { rang = "asdf"...
  8. Strack

    MoveEvent Set System

    Well I released a set system (all items equiped from a set => more hp, mana or others) tested on tfs 0.3.6pl1, for 8.54 based on addons system add on movements.xml <movevent type="Equip" fromid="7900" toid="7903" slot="head" event="script" value="set system.lua"/> <movevent...
  9. Strack

    function isNear (cid, key, dist, value)

    well that's nothing special, its only a function which cheks if the player is near to something (near another player, near an item, near an npc, near a monster) add to data/lib/050-function: function isNear (cid, key, dist, value) --by strack local pos=getCreaturePosition(cid) local players =...
  10. Strack

    Function to view things on a certain pos (like a camera)

    Some1 know how to make a function to see (like a camera) things on a certain pos? it would be something like that: function doPlayerSee(cid, pos, time) time -> how much time player will see that position Thanks for ur time
  11. Strack

    See things on a certain pos

    That's my question, how to make a function to see things on a certain pos for 'X' time, like you where there I know it's posible 'cause 've seen it in other servers (PO f.ex.) I suppose its compiling but how to do it? Thanks for your time
  12. Strack

    spam private message

    well i've receive that pm today, from 'Serendipity', a member of otland saying: I clicked on the link and I got this information: Any idea?
  13. Strack

    Shinra Tensei (area)

    Well, that's a version I made of Cybershot's shinra tensei, but that runs on area it's a v.1 of spell, but runs perfectly, (v.1 means its not fully done -> no have effects, only repel 1sql, only repel players, and no damage is done) you need function-> isWalkable (thanks for that function), if...
  14. Strack

    backup an script in notepad

    well, I use notepad for scripts like spells and those... the problem is, that testing another script in an existing one, I saved and close notepad, so I lost last script,... is possible to backup and recover last script? Thanks 4 ur time pd: dont say noob and those things... I know T_T
  15. Strack

    Solved check if some1 is outside area

    how to check if some1 is inside the area between x,y,z and x,y,z coordenates?
  16. Strack

    global Ip redirects to my router webpage

    That's my problem, i'm using mAcc, I have no-ip, all ports opened, but when I put my global Ip or my no-ip on internet it redirects me to my router webpage, why? Should I edit something on config.lua of my xampp or else?
  17. Strack

    players can't enter

    I know a lot of ppl have posted a lot about this isue, but seems I do all correct but players cant enter on my server 1.- What I must put on config.lua? i've tried many ips but seems no1 runs :S 2.- when I put my no-ip on internet it opens my router webpage, why? :S I have all ports...
  18. Strack

    summons name

    How can I check summons name? f.ex.: an script which sends to player a message with the name of his summons Thanks
  19. Strack

    storage = additional description

    some1 could update this (C++ Storage Value/ Show Description), to 0.3.6pl1? this does that, when you have an storage you get an additional description, I've tried and got an error or tell me how can I delete descriptions on players with script (without entering database) thanks
  20. Strack

    summons name

    How can I check summons name? f.ex.: an script which sends to player a message with the name of his summons Thanks
Back
Top