• 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!

Recent content by Syryniss

  1. Syryniss

    Bynacam 8.54

    Refresh
  2. Syryniss

    Bynacam 8.54

    Hello. I am looking for Bynacam for Tibia 8.54. If someone has it, I would be grateful if he uploaded it and provided a link. Thanks!
  3. Syryniss

    Boost and include folder

    For the libs, use these ones. It's from that thread. Then carefully go through the tutorial once again from scratch and post the results here.
  4. Syryniss

    Compiling OT client VS2015. Libs missing

    I've been struggling with that for few hours yesterday and had no luck compiling it by using this guide. However I found a old tutorial (link) and it worked fine (aside from 19 warnings, but hey, at least it's compiling and working so far). The only 2 things I did, which aren't included in the...
  5. Syryniss

    Solved edite spell and need stun spell

    You can use: getClosestFreeTile(cid, targetPos)
  6. Syryniss

    Solved edite spell and need stun spell

    Post the code you made, we will tell you what's wrong. This way you can learn.
  7. Syryniss

    Solved Ghost Mode

    Okey, if anyone interested how I finally did what I want, here you go. static Outfit_t outfit; client->sendCreatureOutfit(creature, outfit); This lines are setting mine outfit and something (yup, I STILL don't know what) is sending continious animation when the outfit = 0...
  8. Syryniss

    Lua How Edit Spell

    It was in your script before: if min < 400 then min = 400 end You need to add it in the right place. Or you can do it other way: set your formula for min "blahblahblah" + 400. This way it will be always more than 400, example: min = (level * 3.9 + maglevel * 2.4) * 1.1 + 400
  9. Syryniss

    Lua Weird problem

    Log in on normal character, log out, make him gm, log in. If it will crash simply becasue it's gm, something is really messed up.
  10. Syryniss

    Lua How Edit Spell

    Now you are missing callback line.
  11. Syryniss

    Lua Weird problem

    It can be everything at this point. And what do you mean, by saying that GM is crashing instantly? It crashes becasue he is GM or you don't know?
  12. Syryniss

    Lua How Edit Spell

    Already told you about minuses ;)
  13. Syryniss

    Lua Weird problem

    Well, whatever is causing that, this item is bugged, that's why the client is crashing. You can log in on gm char and check id of this item. Then check .spr .dat and .otb and make sure everything is alright there.
  14. Syryniss

    Lua Weird problem

    Is this clean TFS? Becasue it looks like some script is causing that.
  15. Syryniss

    Npc;s

    Yup, I guess it's everything. If you want more, you need to write/copy them first.
Back
Top