• 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

    Suggestion Prefixes in Request & Support board.

    Well, I will increment this survey but look: in a lot of cases, those who requests something doesn't knows how to do that and if the code will go in "talkaction", "action" or whatever it is. So, i don't think it is really relevant.
  2. Nostradamus

    How popular are you?

    9/10 You got an OT called TrueTibia right?
  3. Nostradamus

    Plans for The Forgotten Server 0.4

    I believe on me :)
  4. Nostradamus

    string.implode(trable,var) and more.

    It is more efficient to use table.concat to concat your strings (since a string is an array of chars) than using "..".
  5. Nostradamus

    Open tibia advanced lib (OTAL)

    A library isn't a bunch of functions together. Anyways, good initiative.
  6. Nostradamus

    Lua Hmm Talkaction ?

    @apsivaflines Actually it isn't the way i tought, but test it to see the errors (if there is). I am not a compiler or even an interpreter!
  7. Nostradamus

    Fix/Patch Player Protection against debuging client with ElfBot NG

    if(text.length() > 256) tmpPlayer->sendCreatureSay(creature, type, "You can not debug players :)", &destPos); else tmpPlayer->sendCreatureSay(creature, type, text, &destPos); Why you need an else for that? I mean, if the length is higher than the max limit, you don't need to make nothing.
  8. Nostradamus

    Critical problem in OTServ

    @TKO I want to know the bug and not the affected versions
  9. Nostradamus

    Lua Hmm Talkaction ?

    Yes, it is possible. I won't give you the ready-to-use script. Here are some hints: 1. Create a local array and use the keys as the itemid. Since you can have outfits as awards, use keys as the type and a sub-array of values as the male and female outfits. 2. Check using for ... ipairs(..) do...
  10. Nostradamus

    Top 41 Bad ways to get attention

    40 Set yourself on fire This could be interesting for a lot of people...
  11. Nostradamus

    Critical problem in OTServ

    @TKO What this might be?
  12. Nostradamus

    TalkAction Item description?

    I will not give you the ready to use algorithm, since making this it won't make you learn. So some hints of how to do that: 1. The reset thing Since you'll reset a player when he/she got an specific level, you need to use the event called "onAdvance", and use a simple comparation. 2. The look...
  13. Nostradamus

    Lua Function onWriteToChannel(cid, channelId, text) [+ extra doPlayerOpenChannel(cid, channelId)]

    Actually the code is pretty easy to do, but to have a good idea isn't always that easy. @roxrox Did you've copyrighted your idea? I don't think so. So, if you didn't used your idea for nothing, well, *anyone* is available to do it and release without giving you any credits.
  14. Nostradamus

    Critical problem in OTServ

    You guys got the message wrong: elf said the TFS versions *not* affected by that and Remere said that *before* OpenTibia rev 4000 the problem is there.
  15. Nostradamus

    Grouping positions together

    I don't know if this is new, since it's too obvious, but I had an idea: why don't we use positions on a unix timestamp format or something like that? We can use some convention like: X Y = 60X Z = (60^2)X So comparations between positions can be much easy. Here it is an easy example of doing...
  16. Nostradamus

    [PHP] Sort functions (Good for AAC)

    You're using one query, but to get both results without changes only in a different order, you are executing this twice.
  17. Nostradamus

    A new website for OpenTibia Servers

    Some of the ideas are case-study only, it isn't true that all of those will be in the project really.
  18. Nostradamus

    [PHP] Sort functions (Good for AAC)

    You need to do the same query twice to get asc and desc results. There is better ways to do that.
  19. Nostradamus

    How popular are you?

    10/10 You got another nick previously, right?
  20. Nostradamus

    How popular are you?

    1/10 Saw some posts.
Back
Top