• 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

    A new website for OpenTibia Servers

    Hello folks, i see that a lot of people complains about website that uses a lot of internet traffic, high cpu usage, sql injection, xss attacks and tons of other problems. My idea is to organize a development team to threat this and create a really good AAC for our servers. The project will...
  2. Nostradamus

    How popular are you?

    0/10 Never saw it.
  3. Nostradamus

    When did you join OtLand?

    Jun, 2007
  4. Nostradamus

    Critical problem in OTServ

    Ok, i've resolved make this public. This was posted in private development forum on OTFans, but i think it is good to warn everyone about this problem. Remember that this was solved some time ago by Sim0ne, but old servers still can have this bug. The problem All OTServs accepts one connection...
  5. Nostradamus

    Shop System Problem

    @Dextaahlordlevo Really? I don't think there is 413 lines on that paste :)
  6. Nostradamus

    OpenTibia BitMapToMap

    Actually this isn't a new thing. Rento did that long time ago.
  7. Nostradamus

    Shop System Problem

    We should make guesses about where you've called the class and things like that? Or maybe we should guess what line is that?
  8. Nostradamus

    string.expand(s)

    Real usage for that? To me it is a simple showoff of how to do a C printf version in Lua. By the way, the is a real no-usage for that: calling regular expressions without due to lazy concadenation rules. Your CPU usage thanks.
  9. Nostradamus

    Timezone Bug/Error Gesior's ACC Manager

    It isn't an error, it is an warning. You can turn that off error messaging or simple following the text of the "error".
  10. Nostradamus

    [PHP] Sort functions (Good for AAC)

    Actually it isn't a good way of sorting things, since you have to do the same querys for both results. A better way is caching this data and returning on a RESTful data.
  11. Nostradamus

    [help]naruto jutsu shadow clones

    To copy the nick isn't that simple. I mean, when I did that there was no way to do that in Lua, now I don't know... Maybe i can search on my old hard disk for this code and release...
  12. Nostradamus

    CreatureEvent Upgrade weapon by killing monsters!

    Good idea! An interesting idea: making this to change the weapon name to something like, if you kill N dragons the name can be changed to "Spike sword of the dragon" and each monster can have some extra attributes too!
  13. Nostradamus

    [TFS 0.2 - Gesior 0.3.0] Created 1st Jan 1970?

    This date is configurated by unix timestamp, since you didn't estipulated a creation date, the default value was called, and that was the standart value maybe, that points to that date.
  14. Nostradamus

    Spell Project: Real Tibia Spell Formulas v1.0.0

    --[[ @Obs: In spells damage, minB and maxB are used in the damage formula only for a better usage, but Tibia 8.0- don't use it since they have more accurate formula. This script works interpreting this values as nil Since 2007 summer update, this formula is inaccurate - now level is also...
  15. Nostradamus

    GlobalEvent Health Area

    The fact of using a combat doesn't turns into more effient. Did you benchmarked it? Well, about my code, i've forgot that getSpectators won't returns a position (i use a different server that returns uids as keys and position as values).
  16. Nostradamus

    GlobalEvent Health Area

    local config = { centerPos = {x = 99, y = 133, z = 7}, xRadius = 7, yRadius 5, healthValue = 20, textColor = 18 -- green } function onThink(cid, interval, lastExecution) for _, v in pairs(getSpectators(config.centerPos, config.xRadius, config.yRadius)) do doSendMagicEffect(v...
  17. Nostradamus

    Action Advanced Quest System

    I will not make any NPC System since we have Jiddo NPC System, a great NPC system.
  18. Nostradamus

    Action Advanced Quest System

    @Inteligentny Yes, it works in TFS 0.2.
  19. Nostradamus

    Action Advanced Quest System

    @mkq There is no function to handle with quest logs. In TFS they use a XML file for that.
Back
Top