• 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!

Recent content by Darkeyren

  1. D

    [Germany][Custom] RANGER'S ARCANI RPG -NEW MAP/QUESTS/VOCATIONS/SPELLS-

    Congratulations! Cheering for you!
  2. D

    Noyek's Thread

    Awesome!
  3. D

    A stable base

    Hello community! I'm back to OTServer life, i got a really good idea that is totally different that what the servers in this days are giving! But there's a problem, can't find a good src/server to begin my structure, need something clean and stable.. don't need alot of fancy features. Some idea?
  4. D

    [Gesior AAC] FunOT layout

    someone can reup pls ?
  5. D

    [8.6] OTServ 0.6.4 STABLE

    Some way to use onThink ?
  6. D

    SummonDeath don't work anymore.

    This script don't give me any console error :/ function onDeath(monster) local master = monster:getMaster() if not master tem return true end local pokeball = master:getSlotItem(CONST_SLOT_ARMOR) if not pokeball then return true end master:say("Your pokemon are fainted"...
  7. D

    New Attributes in TFS 1.x

    Anyone can help me to add new attributes in TFS 1.x, i really need this.. I want make a "PokeTibia" Server with TFS 1.x, but i can't do this using "descriptions" and i don't know how to add a New Attributes to do this :(
  8. D

    Lua Problem with getSlotItem (TFS 1.1)

    Work's, thank you... I just added local description = pokeball:getDescription(distance) :P
  9. D

    Lua Problem with getSlotItem (TFS 1.1)

    Pokemon die's.
  10. D

    Lua Problem with getSlotItem (TFS 1.1)

    I tried using it but getSlotItem always returns null..
  11. D

    Lua Problem with getSlotItem (TFS 1.1)

    Hello guys, i'm doing my own Pet System and i can't pick the informations of CONST_SLOT_ARMOR, i don't know why... Any one can help me ? function onDeath(player) local pokeball = player:getSlotItem(CONST_SLOT_ARMOR) local description = pokeball:getDescription(distance) local pokename, health...
Back
Top