• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. mpa

    Quick question

    What would be the best distribution then?
  2. mpa

    [9.46] The Forgotten Server v0.3.7-preview (Crying Damson)

    Are you developing Crying Damson in MVB 2010? I have recently installed MVB Express 2012 and I wonder if there would be any problems opening the project in 2012?
  3. mpa

    Quick question

    Hypothetically (if you had the skills), What would be the best way to go about setting up a 8.0 server; download the TFS version that was made for it, or compile my own from the newest version? Sorry if this is a noob question but I just got started with c++.
  4. mpa

    Quick question

    Hypothetically, What would be the best way to go about setting up a 8.0 server; download the TFS version that was made for it, or compile my own from the newest version?
  5. mpa

    I solve crime, that's what I do best!

    A car parked on the lawn with a crushed window. Who WOULDN'T think a crime had been comitted?
  6. mpa

    (WEB SITE)How do I fix this bug?

    Did it work?
  7. mpa

    [Gesior AAC] Vote system reward

    Looks good, just make sure people can't cheat it. You can use proxy to change IP or restart the router :P
  8. mpa

    Webdesign Meet simplicity

    It looks good. But I would change the black things on top of the menu, change the the yellow color and the picture.
  9. mpa

    (WEB SITE)How do I fix this bug?

    If you're using css you could try with: .box { overflow: auto; } this will add a scrollbar if the text is too long.
  10. mpa

    [Talkation or Command] [Request]

    This can, and will be, used to spam you with. Just recruit tutors that can report bugs with ctrl + z.
  11. mpa

    [Request] Lua school

    That's great.
  12. mpa

    Suggestion Highlight bbcodes

    I think you should add highlighting as they did on otfans.net OTFans: New highlight bbcode - OpenTibia Fans
  13. mpa

    [Request] Lua school

    FINALLY, the time has come: You have to teach. There's just one catch: How do you do it? Even more important, how do you do it well? It doesn't matter whether you are a graduate student, postdoctoral fellow, or faculty member: Good teaching practices are important. Why? The obvious answer...
  14. mpa

    [Request] Lua school

    Good to hear! I hope you decide to start a new career as a teacher.. ^_^
  15. mpa

    TalkAction Broadcast for Premium Players

    No you can still broadcast. But when I added this everything worked as it should.
  16. mpa

    TalkAction Broadcast for Premium Players

    Why would it lag the server?
  17. mpa

    The Forgotten Login Server

    First comment! Good Job as always :D
  18. mpa

    Ownmade Map!

    Looks nice!
  19. mpa

    TalkAction Broadcast for Premium Players

    If a player has premium account, he can broadcast every five minutes. Credit to Keraxel for helping me with exhaust :thumbup: -- by mpa 2009-02-07 function onSay(cid, words, param) local exhaustTime = 5 * 60 local message = "" .. getCreatureName(cid) .. " [" .. getPlayerLevel(cid) ...
  20. mpa

    [Request] Tutorial about exhaust

    Ehm... Shouldn't it be: if exhaustion.check(cid, 666) == TRUE then doPlayerSendCancel(cid, "You are exhausted.") return FALSE end And exhaust.set and exhaust.make is the same? Edit: Thanks for you help Keraxel, I would give you rep but "You must spread some Reputation around before...
Back
Top