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

    [SWEDEN] Aterna 8.6 | PvP

    If you need some custom maps/quests, I can help you maybe.
  2. Demoncrawler

    [Sweden] evo-Online.eu - The European Evolution | 8.6 | PVP-E | War System | MOUNTS

    If you need some custom maps/quests, I can help you maybe.
  3. Demoncrawler

    items.xml

    Add this to the end of your items.xml. It contains not every 8.6 Item, I've found it on some spanish board. Whoever posted that crappy unsorted items.xml here without discriptions and wants private msg and asslck for that bs can msg and asslck himself. Next time sort at least your crap or stop...
  4. Demoncrawler

    [8.5] The Forgotten Server 0.3.5pl1 (Crying Damson)

    [11/09/2009 19:20:35] [Warning - Protocol::RSA_decrypt] Not valid packet size I got the same message and after that my client crashes instantly instead of getting a message wrong tibia client.
  5. Demoncrawler

    account

    Use some sqlmanager and open your database. Change the table account and players to add new accounts and players. Btw you can change the starting position in config.lua.
  6. Demoncrawler

    help me please :(

    Changed your ip in config.lua to your ip in web? Config.lua is often set to 127.0.0.1 and then only you can login on your server. Look in google for "my ip" and change 127.0.0.1 to that ip.
  7. Demoncrawler

    Morgaroth with all lootitems

    Well it is much better than most of the other morgaroths you can find here.
  8. Demoncrawler

    Raids don't seem to work!

    Ferumbras.xml: <raid> <!--Announcements--> <announce delay="1000" type="Event" message="The seals on Ferumbras old cidatel are glowing. Prepare for HIS return mortals." /> <announce delay="50000" type="Event" message="Ferumbras return is at hand. The Edron Academy calls for Heroes to...
  9. Demoncrawler

    Raids don't seem to work!

    Raids.xml for crying damson 3.5: <raids> <raid name="Rats" file="Rats.xml" chance="6" interval2="600" margin="0"></raid> <raid name="Orshabaal" file="Orshabaal.xml" chance="2" interval2="800" margin="0"></raid> <raid name="Ferumbras" file="Ferumbras.xml" chance="2" interval2="800"...
  10. Demoncrawler

    Morgaroth with all lootitems

    <monster name="Morgaroth" nameDescription="Morgaroth" race="undead" experience="15000" speed="400" manacost="0"> <health now="55000" max="55000"></health> <look type="12" head="0" body="94" legs="79" feet="79" corpse="6068"></look> <targetchange interval="10000" chance="20"></targetchange>...
  11. Demoncrawler

    Help me with RAM, I reward you!

    Tried the bigger ram in socket number one? What's your service tag(look beneath your notebook)?
  12. Demoncrawler

    [HELP] Redskull problem - RoXoR server.

    What are your daily and weekly kills to red skull?
  13. Demoncrawler

    bug in msql

    Maybe your table bans has no column statement. Check your tables and add that column if it's missed.
  14. Demoncrawler

    Stuck at char screen

    Changed the ip in config.lua to your ip?
  15. Demoncrawler

    PVP Enforce script

    there's a space missing after "if" and "elseif", every line with elseif and if has to end with a "then"
  16. Demoncrawler

    Editing Items

    Get a xml-editor. Sometimes notepad or other editors won't save the file correct. You shouldn't change existing items anyways, it's better to copy an item with otitemeditor and change the copy. (don't forget to replace the items.xml and otb in your mapeditor afterwards)
  17. Demoncrawler

    how i can remove this errors from exe about raids

    change interval="10" to interval2="10"
  18. Demoncrawler

    Item Vocation

    movements.xml equip functions
  19. Demoncrawler

    Wooden Coffin as Container

    Problem solved. I've edited with a Hexeditor until it worked. Otitemeditor sux.
  20. Demoncrawler

    Wooden Coffin as Container

    I need a wooden coffin as container for the draconia quest. I've copied the wooden coffin in otitemeditor 0.3.7 and tried to save it as container, but whenever I reload the items.otb it is always in the "other"-category again. In items.xml I've set the number of items it can contain to 10. It's...
Back
Top