• 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

    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).
  2. Insane329

    Windows items.xml (alwaysOnTop parameter)

    Probably, but MAYBE there is funcion included in the engine to replace this thing.
  3. 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.
  4. 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...
  5. 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 ?
  6. Insane329

    Solved Avesta - how to lock the door?

    solved, thank you :) wrong door on the map
  7. 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
  8. Insane329

    Solved changin outfit on first login

    TheOTXServer - compiled to 7.6 protocol. https://github.com/mattyx14/otxserver/blob/master/otxserver2/path_7x/sources/luascript.cpp solved - doPlayerSendOutfitWindow
  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

    this error was fixed by this: http://otland.net/threads/linux-avesta74.186218/
  12. Insane329

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    Can this be compiled to 7.6 protocol?
  13. Insane329

    Linux compilation errors (boost) - Avesta 7.6

    same shiet: g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -D_THREAD_SAFE -D_REENTRANT -Wall -g -O2 -MT databasemysql.o -MD -MP -MF .deps/databasemysql.Tpo -c -o databasemysql.o databasemysql.cpp mv -f .deps/databasemysql.Tpo...
  14. Insane329

    Linux compilation errors (boost) - Avesta 7.6

    But it solved which error? And please tell me, which packages and distro did u use?
  15. Insane329

    Linux compilation errors (boost) - Avesta 7.6

    And here we go! root@ubuntu:/var/trunk/misc# sudo make make all-am make[1]: Entering directory `/var/trunk/misc' g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_SQLITE__ -D_THREAD_SAFE -D_REENTRANT -Wall -g -O2 -MT container.o -MD -MP -MF...
  16. Insane329

    Linux compilation errors (boost) - Avesta 7.6

    Okay, i just uninstalled this, via some guides, but when i am trying to install deb package with boost 1.35 it says "dependency is not satisfable: libicu36". Do you know where is the problem? God im so close #installing libicu36 okay freaking errors. What is the best version of boost for...
  17. Insane329

    Linux compilation errors (boost) - Avesta 7.6

    Is there any option to compile this in 64 bit mode? System is in 64 bit. Any command should be added in configure or make?
  18. Insane329

    Linux compilation errors (boost) - Avesta 7.6

    I think this is 1.53 is this a 100% boost error? just downloaded 1.42 (trying to install it) but should i first uninstall 1.53?
  19. 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...
Back
Top