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

    geinteresseerd om in een team te komen?

    Moet jij zeggen met je naam lol , geile trut man. Dit nemen we toch ook niet serieus ofwel ?
  2. OldXar

    NPC Mount NPC w/mounts and lua script

    You need to add commas at the end. local table = { ["Widow Queen"] = {price = 0, id = 1}, ["Racing Bird"] = {price = 0, id = 2}, ["War Bear"] = {price = 0, id = 3}, ["Black Sheep"] = {price = 0, id = 4}, ["Midnight Panther"] = {price = 0, id = 5}...
  3. OldXar

    [RELEASE] Best ModernAAC Available for FREE

    How can this link get an approval ? :blink:
  4. OldXar

    NPC NPC Item Samples

    If you'd be so kind to add this to the main post, the buy prices are set to my own liking so they can always be changed. The sellable prices are from Tibia wiki. Amulets --- --Buy Amulets --- shopModule:addBuyableItem({'Elven amulet'}, 2198, 500, 1, 'Elven amulet')...
  5. OldXar

    Windows OtServer Connecting

    i only can connect whit my ip from fritzbox This is no problem, you should login with your local ip address. [Warning - Protocol::RSA_decrypt] Not valid packet size Are you using the right Tibia client for the right server ? If you are using a server for tibia 8.6 you need to connect with...
  6. OldXar

    Team Official Opentibia Distribution/server - Let's break the trend with a community Proje

    I like your idea and I can understand your motive, but please also understand that some people just want something self made. Not everyone likes to download a distro/data pack/map and press the enter button and see how it goes. Currently I'm working on my own project and the reason is to learn...
  7. OldXar

    NPC NPC Item Samples

    Yes you can just remove it but you can also do that in a quick with with replace , 1' with ' In notepad++ you can then select replace all. Then you can save yourself a lot of manual work :P
  8. OldXar

    NPC NPC Item Samples

    If you add it in this format your names will not display in the shop shopModule:addSellableItem({'brass helmet'}, 2460, 120, 1, 'brass helmet') So you need to remove the itemcount ,1. To solve this issue you can open notepadd ++ and press Cntrl+F > Replace 1,' with ' Edit...
  9. OldXar

    House Problem

    Don't you know Bump it Up ! You've got to Bump it Up ! Don't you know Bump it Up ! You've got to Bump it Up ! .....:blink:
  10. OldXar

    Real maps must die for the ot community to come back.

    I'm still working on my custom OT , but it's a lot of work ;P But the map looks good so far, imo... =)
  11. OldXar

    Lua Voc doors

    In your map editor right click on the door and add a UniqueID, then in actions.xml <action uniqueid="1212" event="script" value="door.lua"/> UniqueID 1212 is an example you need to enter the same ID you use in your mapeditor. Goodluck !
  12. OldXar

    Help Compiling

    If you look at Doc/Readme.txt you will find a section about compiling and it includes a link. Try that ; )
  13. OldXar

    Changing Exp Problem!

    experienceStages = true If you have this in your config.lua it's located in /data/xml/stages.xml. However for some reason I also have problems with the expierence while doing /reload config, Try a server restart and see if it works.
  14. OldXar

    Lua Exp 'scroll' / item.

    I've tested your script with 0.3.6pl and it worked fine except the experience. I didn't get any experience but if you do it like this it works fine,... <action itemid="5957" event="script" value="special/funny.lua" /> local config = { funnyEffect = "YES", -- effects fireworks &...
  15. OldXar

    Xampp failure

    You could indeed try to reinstall and run everything as administrator, just in case. Xampp includes Apache and a Mysql server, allowing other people to connect to your computer. In this case OT players :)
  16. OldXar

    House Problem

    No, that works fine... I have a few houses that are added,... It belongs to house 'Humble IV'. Nobody owns this house. It costs 20000 gold coins. But then I have others,... 15:17 You see a closed door. When I check my house.xml file all the houses are added, however when I check my...
  17. OldXar

    Windows HELP! Graphix issue, dont know how to fix it.

    Are you using a custom .dat. spr ? And what Rox666 said, it could also be your items.otb
  18. OldXar

    House Problem

    For some reason I have a problem with my houses, I have tons of working houses but now recently if I want to add a new house it's not added to my database, the house information is however saved in my house.xml file. Ofcourse I'm not able to buy the house or anything. Does anyone know what...
  19. OldXar

    Earth Mountain Remeres Mod

    Very old thread but for people who are wondering how to do this,... Create a file called whatever.xml and save it in your Remere's Map Editor > extensions, folder. <materialsextension name="Earth Mountain" author="Mordownick" description="Adds Earth Mountain and Earth Grass (with earth...
  20. OldXar

    Solved Looking for someone to help me with Duplicate items [unique] On map editor!

    Remere's Map Editor > Edit > Find > Find Unique
Back
Top