• 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. Zuma Master

    High exp ots

    This was a very amusing thread. Haha. No offense.
  2. Zuma Master

    Spell erac tnodi- A support mana refill for Sorcs/Druids

    Isn't this extremely similar to Warlock's "Life Tap" @ WoW?
  3. Zuma Master

    Build me a custom gaming PC OtLander's!

    Oh, well pardon me then. I do not intend to insert myself or others into pointless chit-chat as I find it disgusting and view it as a waste of time. Yes, now that I can see your point of view towards this conversation between me and you, I recommend AMD for Peroxide. Intel is blatantly...
  4. Zuma Master

    Build me a custom gaming PC OtLander's!

    The term "comparable" is used to state either all of the pros and cons of two factors, or a specific area's pro and cons, and state the differences between them, using a certain system, take scoring as an example. Regarding CPUs, in order to compare between two processors in regards to...
  5. Zuma Master

    Build me a custom gaming PC OtLander's!

    If we don't count pricing, which is AMD's true capability, I challenge AMD's beastly Vishjera to defeat Intel's godlike i7 3930k. Winrate of AMD? -10%. Winrate of Intel? ∞%. *EDIT-1*: And that's not even talking about the i7 3970X.
  6. Zuma Master

    Build me a custom gaming PC OtLander's!

    Since you bought that motherboard, you are stuck with AMD processors. Bad move. AMD processors are only good for Budget-gaming in my opinion.
  7. Zuma Master

    What song are you listening NOW!

    http://www.youtube.com/watch?v=rQ27K8vZjHw *song* I'm think I'm ready to kill, the next person who doesn't fiiit! *song* DUNDUNDUNDUNdunDUNdunduDNDUndDUNDUdun
  8. Zuma Master

    Market System

    Custom client, most likely. This is because the market headers are stored inside Tibia.dat, AFAIR.
  9. Zuma Master

    Where da custom/evo servers at?

    Wait for the launch of Vorania.High~Exp... You will not regret it.
  10. Zuma Master

    [Lua] Understanding Storages

    The onStepIn() function is correct, please use tags to tag your scripts. As for setting an aID to the teleport, use this type of function: [code=lua] doSetItemActionId(doCreateTeleport(tpId, tp.toPos, tp.pos).uid, xxx) xxx being your aID. You should also remove your other doCreateTeleport()...
  11. Zuma Master

    Advancing in shielding without a shield

    That will only work if the player is targeting whoever is attacking him ;p.
  12. Zuma Master

    Advancing in shielding without a shield

    It would be better to use onStatsChange(), because onUseWeapon() will only work if a player attacks another player.
  13. Zuma Master

    Advancing in shielding without a shield

    *facepalm*.
  14. Zuma Master

    My Sprites

    Well, good sir, I can tell you, I have improved a million times. Take a look at this: I call it: Eye of Eve. *EDIT-1*: I have to admit, I fucked up on the amulet's neck-thingy.
  15. Zuma Master

    My Sprites

    NeCrO BUMP. I don't know if this is allowed or not, but I guess it is considering I made this thread a long time ago and I would like to use it again.
  16. Zuma Master

    Solved Level Rebalance Script

    It does? Well that's awkward. Well, good! Enjoy it then! Ignore my other posts.
  17. Zuma Master

    Solved Level Rebalance Script

    Try this: function onDeath(cid, corpse, deathList) local x, y = 0, 0 local z, n = 0, 0 local ntable = {} local l = getPlayerLevel(cid) for y = 1, 717217 do n=n+1 if n/5 == math.floor(n/5) then table.insert(ntable, n) end end for i =...
  18. Zuma Master

    Solved Level Rebalance Script

    Try it again.
  19. Zuma Master

    Solved Connecting to Server

    First of all, close 443 and 3306. They are pointless to be opened unless you want to get hacked. Now, your ports will not appear to be open unless you have a service behind them. So if you do not have Apache+MySql open, port 80 will not work. You must test those ports with your services online.
Back
Top