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

    Cipsoft? What's this!

    How is it possible to add an item in a void?
  2. Shinmaru

    Minecraft mod on Left4Dead

    Minecraft will never be the same! that's an awesome L4D2 Mod, good thing it's also coming for Linux, I R HAPPY!
  3. Shinmaru

    A new form of teleport..

    I'm just a bit cryptic with my scripts, I'm glad that it brainfucked someone that actually knows about Lua, I can only imagine what a person that does not know would feel like facing my scripts.
  4. Shinmaru

    A new form of teleport..

    local Places = { [{987, 1010, 8}] = {995, 1010, 7} } function onStepIn(cid, item, position, lastPosition, fromPosition, toPosition, actor) local _Pos = {getThingPosition(item.uid).x, getThingPosition(item.uid).y, getThingPosition(item.uid).z} local fP = {false, false, false} for i, k in...
  5. Shinmaru

    A new form of teleport..

    if what you are saying is true, then how is it that it worked for him? I don't see how it cannot compare arrays.
  6. Shinmaru

    A new form of teleport..

    also, that script is dynamic, you can reuse it by adding the positions in the table, it works like this. [{Position of the Portal}] = {Position of Destination} Also, the other guy was not being ignorant, you were giving yourself off as a newbie and he retaliated. Here in OTLand we...
  7. Shinmaru

    A new form of teleport..

    local Places = { [{987, 1010, 8}] = {995, 1010, 7} } function onStepIn(cid, item, position, lastPosition, fromPosition, toPosition, actor) local _Pos = getThingPosition(item.uid) for i =1, #Places do if Places[i] == {_Pos.x, _Pos.y, _Pos.z} then doTeleportThing(cid...
  8. Shinmaru

    Complaint Why is free speech dead?

    Till this day I have not seen a mod delete something that proves them wrong(not even when Slurderp or Chojrak used to attack them), unless it is utterly stupid, then they will delete it.
  9. Shinmaru

    Complaint Why is free speech dead?

    Tactical nuke, it is all over!!! On Topic, Simple, learn to insult with no vulgar words, trust me, no mod will bother you(unless it's offtopic). No one is against you for standing up for yourself.
  10. Shinmaru

    What happened to Open-Tibia?

    Choj, I think that's not a literal meaning, so allow me to explain it, in the most scientific form: "Imagination" often pushes the boundaries that "knowledge" sets, "knowledge" is fixed to what we know(it has a limit), Imagination does not, most theories are basically a product of the...
  11. Shinmaru

    What happened to Open-Tibia?

    >>Why would you use inferior technology? The only real reason I can come up with is just budget limit. My reason exactly, budget, AMD are good, but if I want anything further in performance than what AMD can offer I'd had to look at Intel, but for now and for my needs, AMD is enough for me.
  12. Shinmaru

    Processor Fan sounds like Vacuum

    You probably fried the board with static shock or something. :P
  13. Shinmaru

    What happened to Open-Tibia?

    I would disagree, but truly enough no one cannot argue about Peroxide's Mapping and Creativity, he is very talented and knows his stuff. But, in the comparison of like "AMD & Intel" is not a matter of opinion, I'm an AMD Die-Hard Fan, but let's face it, Intel IS superior, that is a fact and...
  14. Shinmaru

    What happened to Open-Tibia?

    You are completely right, that is his opinion and he can't speak for everyone...the same applies for you, now I will have to state, that Neon IS the best mapper here(no disregard towards the other many talented mappers.), but in this case, Neon is what you would call a "Savant" in mapping, if...
  15. Shinmaru

    My new rig's specs!

    >Windows I stopped reading from there. Ahoy Thar, Intelfags!
  16. Shinmaru

    Lua Scripting Guide

    I'll try to fork the whole tutorial and complete the rest.
  17. Shinmaru

    Learning Different Languages?

    Not Japanese, try Chinese, Japanese is a simplified language of the Chinese language, some say Spanish is hard, true to a point, our grammar rules are stupid insane, specially when it is followed in the written form. Spanish to speak is easy, though you will get the accent wrong and also, the...
  18. Shinmaru

    Feature Capacity Overloaded

    Here is what you should do: 1. Commit it to latest. 2. Add to the config "useOverload = false". 3. Put a beer on your hand. 4. Take some chugs. 5. ????? 6. Mark gets Madz!!!
  19. Shinmaru

    Moving to America, LA, from England, London

    Opinion, learn the definition, also, how is America fucked up, mind giving me the grand details of this? As for studies, look into this: American Institute For Foreign Study (AIFS)
  20. Shinmaru

    How To Protect Ur PC From Hacking !

    MSE + CommonSense, but that's all in the past, I now use Gentoo! Master Race reporting out! :P
Back
Top