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

    Solved spell beam

    oh, yes that works as well
  2. tokenzz

    Solved spell beam

    or you can just do it like this; arrSquare = { {0, 3, 0}, {1, 1, 1}, {1, 1, 1}, {1, 1, 1}, {1, 1, 1}, {1, 1, 1}, {1, 1, 1}, {1, 1, 1}, {1, 1, 1}, {1, 1, 1}, } arrDiag = { {1, 1, 0, 0, 0, 0, 0, 0, 0}, {1, 1, 1, 1, 0, 0, 0, 0, 0}, {0, 1, 1, 1, 0, 0, 0, 0...
  3. tokenzz

    Solved spell beam

    Just do it like this; arr = { [0] = { {0, 0, 0, .....} }, [1] = { }, [2] = { }, [3] = { } } also, 3 is the creature/player position not 2. where the index being creature:getdirection().[/code]
  4. tokenzz

    Poll: Server Host location(closed)

    br plz need more 10.98br servers
  5. tokenzz

    Cheesy movement problem

    Didn't know you were talking about yourself :). Fyi, I'm currently quite happy with my current situation in life. We have our equivalent universities of your "ivy league colleges" one being Chalmers University of Technology which I'm currently attending and majoring in Computer Science.
  6. tokenzz

    Cheesy movement problem

    bool operator ==(K const& a, S const& b); just so you know. This would be giving you a boolean data type with the value of false, sir.
  7. tokenzz

    Solved new outfits /debug /issue

    Pretty sure this is an outfit made specifically for @R.yan
  8. tokenzz

    Cheesy movement problem

    The structure is quite different when it comes down to a comparison between a c# program vs a c++ program. C++ offers a versatility when you speak of available systems to run a c++ program. C# is advancing on this end, and becoming more and more versatile. If you are a C# programmer, then you...
  9. tokenzz

    TFS vs OTX?

    otx is created by a guy who pretty much just copies the updates from tfs branch and takes things he finds from random communities and puts it together and takes credit for it himself usually
  10. tokenzz

    [Lua] Bitwise Functions

    i'm sorry dear sir, but you gave me a rude response for just pointing out the maybe not so obvious.
  11. tokenzz

    [Lua] Bitwise Functions

    of course you do codex. I am always surprised of your arrogance :D
  12. tokenzz

    [Lua] Bitwise Functions

    who needs a converter from binary to num when you have tonumber? e.g tonumber("1001100", 2) would print 76 which is right another example tonumber("0x539", 16) would print 1337
  13. tokenzz

    Compile forgottenserver 1.2

    https://github.com/otland/forgottenserver/wiki/Compiling-on-Windows mpir and cmake are not necessary
  14. tokenzz

    [TFS 1.2/1.3] Free scripting service

    It'd be appropriate if all posts are on topic, and all rules that xeraphus specified are fulfilled before posting. Otherwise this is just another shit post thread. It's not necessary to have a discussion about this. I'll report my own post and have it removed tomorrow
  15. tokenzz

    Compiling Help to compile 3777

    This error derives from the attempt of accessing a member "war" in class IOGuild. either you're trying to access the wrong member, or you're accessing something you didn't intend or war doesn't exist in the class you think it does
  16. tokenzz

    temple position wrong

    this method is light years more advanced than above
  17. tokenzz

    temple position wrong

    when logging in, the server checks if your position is valid (your last login position), if not it will try to teleport you to your temple. If there's no temple to teleport to, you get that error. open up rme, go to towns and pick a temple there and just copy the x, y and z coordinates. Open up...
  18. tokenzz

    Lua Summoning boss

    edited my post @andu . Helping someone understand or learn to program have nothing to do with knowing how to do more advanced things. Your "additions" to their scripts was neither advanced nor complex. complexity and unecessarities are useless in programming and only display that you're a bad...
  19. tokenzz

    Lua Summoning boss

    but you're still wrong about pretty much they're giving a solution to solving a problem using a method they came up with. If they misinterpreted the problem, then that doesn't automatically mean that if someone elses interprets the problem correctly that it is necessarily more advanced. Also...
  20. tokenzz

    Lua Summoning boss

    nope
Back
Top