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

    The rules of otservlist

    It is so youthful to get things by threats. Yes, i'm talking about the suggestion of a Ddos. If you can do better, turn Vapus list in the most used list, so OTServlist will not be a problem.
  2. Nostradamus

    Suggestions to ModernAAC

    I'm thinking on using ModernAAC for a project, so I've studied entire core of the system, so i came with some suggestions: Upgrade POT: ModernAAC uses POT 1.5 while we have POT 2.0aSVN, which it isn't the most updated, but it helps to some actions. Instead of this, you guys can convert POT to...
  3. Nostradamus

    [LIB] Achievements Lib - 075-achievement.lua

    Well, the code isn't the best, but nice try. Use bitwise operators (band specifically) to create this using a single storage value (or even, do a sql connection, due to possible high values). E.g: local achievements = { ALLOW_COOKIES = 1, -- 2^0 BEARHUGGER = 2, -- 2^1 CHORISTER = 4, -- 2^2...
  4. Nostradamus

    Servers who have removed modern aac credits from footer

    Stop wasting time on this, people will always do this in every project. Sad, but true.
  5. Nostradamus

    Post your latest work!

    A new project i've been working just for fun, there is no deadline yet. Some details of the project: 1. It is just a Twitter application witch interacts with every event that happens on server (but only important events appears on the system, such as achievements, quests, rare drops, ..., you...
  6. Nostradamus

    Modern AAC Open Beta!

    Really interesting project. Pietia told me that it uses POT, is that true? Currently i am the only one POT developer and since there are few projects that uses POT right, i can help you guys. So, i would like to help on improving this CMS. If you want, contact me on MSN: [email protected]...
  7. Nostradamus

    XSS Vulnerability on all Gesiors

    @Rodo XSS is a client-sided attack. It don't gives directly permissions. To avoid XSS attacks the data should be sanitized as long as HTML tags filtered. Also, Gesior AAC never was a trusty website, there are lacks on: - file uploading (they don't thread the MIME type of the files - POST...
  8. Nostradamus

    Pokémon Online!

    I am currently selling (real money) my account witch have a character in Brass Server at level 30+ (I don't remember the exactly level). There is almost 600 days of premium included, so who wants please send me a PM.
  9. Nostradamus

    MineWorker Skill

    Could be more easy if you post the parts that handle with skills in general and your custom skill, so it will be more easy to see your error. P.S: maybe the problem is in the database schema? I don't know how OpenTibia takes care of player skills, but maybe you need to change also...
  10. Nostradamus

    Special weapon attack

    It seens you are using a random from 1 to 100 interval and you only make the damage when the value is higher than 95. So there is a 5% to hit a special attack. To hit more often change 95 to 50 for example, so there will be 50% change of making a special attack. I think you got it.
  11. Nostradamus

    Target Spell

    What you mean by creating a target function for spells?
  12. Nostradamus

    [Lua Script] Entry in TP then add player name in a list

    @Cykotitan Using global tables doesn't means that you'll have a memory leak. Anyways, if you want to waste time seeing performance in everything, quit Lua, high level languages are slow.
  13. Nostradamus

    Marlex AAC

    Does Marlex AAC uses POT? ;)
  14. Nostradamus

    Security POT security warning!

    Now POT is safe, just get from the trunk.
  15. Nostradamus

    Action Hp buffer

    Like any of those things in this forum. Maybe we can change the name of this section for "examples"?
  16. Nostradamus

    Action Hp buffer

    Excuse me, but I am brazilian and I don't behave as an idiot. More than that, I don't enter in topics to make stupid criticism about some "simple scripts" and proove how "pro" I am. So please, why don't you shut your mouth? You don't know nothing about our people.
  17. Nostradamus

    Tibia Client Flash

    @Paxton Ok, by the way, Flash is heavy in large applications. Java is slow? That isn't a valid argue for that question. Please read that sir:i-Technology Viewpoint: Why Java Is Not Slow | JAVA Developer's Journal If you think Java is slow, an interpreted language is even more slower, so quit...
  18. Nostradamus

    Critical problem in OTServ

    Not the thread but the posts on it.
  19. Nostradamus

    Tibia Client Flash

    Why people that says that Java is slow are pretty retarded?
  20. Nostradamus

    Critical problem in OTServ

    Elf, please do not answer this...
Back
Top