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

Search results

  1. XxDeathAvenger

    Tibia custom vocation server?

    I'm not sure if this is in the right thread, but I've been looking for an OT with custom vocations. Like Tibia Kingdoms, but since that one is no longer online, I've been looking for a new one.
  2. XxDeathAvenger

    Server opens in Windows Photo Viewer?

    I try to start up my server and it opens in windows photo viewer, any help ?
  3. XxDeathAvenger

    Server start up error

    http://www.mediafire.com/view/1t6xpy61rdd4l1x/error.png Hi guys, this is the error I get when I try to start my server. Any help?
  4. XxDeathAvenger

    NPC scripts not working.

    Hey guys, I think the npc scripts for my server version are too new, so the codes aren't recognized. here is one of them. local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler)...
  5. XxDeathAvenger

    Solved Teleport scroll not working

    If I have my teleport scroll actionid set to 45001, and the itemid is 2345, what should I change on this? function onUse(cid, item, fromPosition, itemEx, toPosition) if not getCreatureCondition(cid, CONDITION_INFIGHT) then doTeleportThing(cid, getPlayerMasterPos(cid))...
  6. XxDeathAvenger

    Scripting issues?

    Hey guys, sorry for asking so much, but I can't seem to correctly add a script.. Like, teleport on use. I add the script to actions and make a script for it. But I feel like I'm supposed to edit the item as well? Or something of the sort. I've added a ton of scripts but none are working. So I...
  7. XxDeathAvenger

    NPC Pack

    When I try to search for a NPC pack and I download one, why is it always a map download? Am I messing up?
  8. XxDeathAvenger

    Can't find my C++ Files?

    Hey guys, this might be a really stupid question, but I can't find these files where I thought they'd be, so my server won't work without these right?
  9. XxDeathAvenger

    First items script isn't working?

    Hey guys, I put this script into my firstitems.lua. And nothing happens? local firstItems_storage = 30001 local commonItems = { {itemid=2554, inContainer = TRUE}, -- shovel {itemid=2120, inContainer = TRUE}, -- rope {itemid=2160, count=2, inContainer = TRUE}, -- 2 crystal coins {itemid=2643}...
  10. XxDeathAvenger

    Missing tiles?

    Hey guys, I open my map in RME and it goes from x:1,y:1 to x:1000,y:1000 just about. But, when I start up my server it says missing tiles on like x:65500,y:65500 how can I fix this if my map doesnt even go that far?
  11. XxDeathAvenger

    Real map 9.31

    So, I've always wondered, how do I get a real tibia map? Am I able to get it from just downloading the client from the rl tibia website?
  12. XxDeathAvenger

    Update ot?

    Hey guys, what all do I have to update to update my server? Just the map? Or what else?
  13. XxDeathAvenger

    Lizard Corpse ID

    Hi guys, my lizard abomination corpse ID makes them turn into dead elementals, can someone give me the ID for their corpse?
  14. XxDeathAvenger

    PZ help?

    I created a protection zone awhile back, but since I no longer wanted the a specified zone, I can't get the PZ off of the tiles? How can I just make the tile area normal again?
  15. XxDeathAvenger

    Raid error help please?

    Hi guys, when I start up my server, this appears with tons of other errors. (I'm working on fixing all of them.) Would anyone know how I can fix this? [13/09/2015 22:41:57] [Error] Raids: Could not load data/raids/raids.xml
  16. XxDeathAvenger

    Monster error?

    Hi guys, I made a script for a custom creature but I get an error in RME that says "invalid format?" Here is the script. <?xml version="1.0" encoding="UTF-8"?> <monster name="Death Serpent" nameDescription="The Death Serpent" race="undead" experience="7600" speed="410" manacost="0"> <health...
  17. XxDeathAvenger

    Monster Help?

    Hi guys, I created a creature just to test and see if I could. But as I try to add it to the map, it says wrong format? Can anyone see anything wrong with this? <?xml version="1.0" encoding="UTF-8"?> <monster name="Dark Magic" nameDescription="Dark Magic" race="undead" experience="0" speed="400"...
  18. XxDeathAvenger

    Testing server online?

    Hey guys, would I be able to get someone to test to see if my server is actually online? I'm not sure if this is the place to ask, but I would really appreciate it.
  19. XxDeathAvenger

    Port Forward?

    How can I forward my ports? I did this about a year and a half ago, but we got a new router. Can anyone help me?
  20. XxDeathAvenger

    Scripting

    How do you script? I know that's a bad question, I just look at the scripts and they confuse me because I know nothing about it. Could someone give me a really quick explanation?
Back
Top