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

    Solved Monster casting a spells from spells.xml

    Is it possible to force a monster to cast a spells from spells.xml? For example exevo gran mas vis? I know that is is possible through <attack>, but i need it to use the certain spell. My idea is to make a monster that dissapears (it is removed from the map) in 20 seconds. I made a spell with...
  2. Insane329

    Compiling 7.6 - can throw items on walls with ID's 372-390

    Hello. I've tried everything. Adding blocksolid="1" in items.xml. editing items.otb EVERYTHING and i still can throw items on these walls. In items.otb these walls have same parameters as magic wall AND I STILL CAN THROW and on magic wall i cannot. I am using theotxserver.
  3. Insane329

    [Poland] The Real Tibia 7.6 [www.tibia76.net]

    The Real Tibia 7.6 is now Online! Hello there - Otland members! Several months of hard work was worth the effort. We have prepared something you were waiting for! We had been watching other open tibia servers and we hope that we created a great, RPG server - just for you guys! Darkmoon will...
  4. Insane329

    Windows Problem with editing items.otb - i cannot change attributes

    Hello. When i am trying to make a wall to disable throwing items on it, there appears and X. What is wrong? THEOTXSERVER 7.6 And the problem is here that IT DOESNT SAVE THIS VALUE. (AlwaysTop).
  5. Insane329

    Windows items.xml (alwaysOnTop parameter)

    Hello. I am unable to edit items.otb and i need to add this parameter to items.xml I have 10 wall ID's where i can put items on them, and i have to remove them. Is there any way to do this? I am using 7.6 OTX distro.
  6. Insane329

    Lua NPC's certain sentence (buy bp of blank runes - it buys one blank rune) 7.6

    Hello. I really need some help with my NPC system. I need to make my NPC's response for certain words (make them less intelligent). For example how it works now: if i say: buy backpack of mana potions, it asks DO YOU WANT TO BUY A MANA POTION FOR XXX? I know that there is the way to solve...
  7. Insane329

    Compiling /restart command - is this possible?

    Is this possible to make /restart command for 7.6 server? It's running on debian. I mean when i use the command, servers closes and then it starts again. Is this possible ?
  8. Insane329

    Solved Avesta - how to lock the door?

    I am using door scripts from avesta 065e version. What is the action id to lock the door? Or how do do this? Thank you vm
  9. Insane329

    Solved changin outfit on first login

    Is there any lua function to implement this? docreaturechangeoutfit doesnt work. I got a file on my server where i can set firstitems via (additem), so i can implement any function. I dont have documentation so, if anyone could help :)
  10. Insane329

    Linux Compilling on linux (avesta74)

    Is there ANYONE, who is able to compile avesta7.6 on ubuntu/debian?
  11. Insane329

    Linux compilation errors (boost) - Avesta 7.6

    So. I am tryin to compile avesta x64 on ubuntu 13.10. Installed all libraries, (LATEST), and i got an error. There is no guide, how to compile avesta, so i am using a guide how to compile TFS :D After typing "chmod +x autogen.sh" and ./configure: root@ubuntu:/var/trunk/misc# chmod +x...
  12. Insane329

    Compiling Compilling error x64

    Hello. I am trying to compile avesta in 64 bit mode, but here comes an error. Is there anyone who can help me? fileloader.cpp 1>fileloader.cpp(366): error C2780: 'const _Ty &std::min(const _Ty &,const _Ty &,_Pr)' : expects 3 arguments - 2 provided 1> C:\Program Files (x86)\Microsoft...
  13. Insane329

    Compiling x64 libs for compilling avesta 7.6

    Hello. I am looking for any tutorial or just a pack with these libs for x64 compilation. I am using both visual studio and devc++. Every guide on the web is outdated so i cannot download anything. I really need to compile this to x64. Thank you very much for your help
  14. Insane329

    Database connection failed - AFTER COMPILLING

    So avesta was working fine, then i compiled it and the new exe file says "database connection failed", while i have the same config as in the old exe. -- Database sqlType = "mysql" sqlDatabaseName = "testtibia" sqlHost = "localhost" sqlPort = 3306 sqlUser =...
  15. Insane329

    Compiling Deposit money/withdraw money Avesta 7.6 (code needed)

    Hiho. Is there any option to implement doPlayerDeposit and doWithdraw money? I am using Avesta and there is no option to do this.
  16. Insane329

    Lua 7.6 Avesta | Npc trading item for an item

    Hiho. I have no idea, is this can be done this way, but i simply want that my NPC trades a small axe for a pick. I was thinking about just changing the price to the "pick's id", but it doesnt work at all. Here are my scripts. If someone would be that nice and help, it would be awesome: <?xml...
  17. Insane329

    Windows Loading map on avesta - DBGHELP.dll

    Hello. I know, that many people had this problem. I just compiled avesta from otland svn, via visual 2010. I swapped the map to real map and here we go, there is an error that DBGHELP.dll is missing. I have this file just everywhere: in server folder, data folder, windows folder. I installed...
  18. Insane329

    Compiling Compilling avesta 7.6 (thing.h error)

    Hello. I am tryin to compile Avesta 7.6 from otland SVN repo, with it's source. Plugged all libs etc, but there is the last error, and i cannot find anything on forums. Here it is: This error is showing for many files in the project, not just one, and the compilation is failed. Anyone knows...
  19. Insane329

    Compiling Latest TFS 7.6 Source

    Hello. I was just checking the official TFS repo here https://github.com/otland and it seems to be a 10.+ client server. Is there any official that has 7.6 latest sources? I am running a global map on TFS 0.3 crying damson and few times had an error (CRASH) with "outputmessage.cpp", something...
  20. Insane329

    Solved 7.6 SQM that requires PACC

    Hello there! I got a trouble. I am back hosting open tibia servers and i have to solve a problem. I want to make a tile, this tile on rookgaard, that requires pacc. Here is my code: local pos = {x = 32060, y = 32193, z = 7} --Position where player gets teleported if he DOES NOT HAVE premium...
Back
Top