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

    TFS 0.X [TFS 0.4] Players not invited can throw items to other players houses

    I'm using TFS 0.4 I've just realized that every players can throw rubbish and other items to the houses that has windows or opened windows. How can I change this?
  2. bury

    [Gesior2012] Redeem a coupon system

    Guys I dont understand this script. When one key is generated and someone uses it, nobody cant use it again...
  3. bury

    Lua (Math.random items / math.random level / math.random skills / math.random oufit).script

    Bump guys! If it's too hard I could pay some euros for the script...
  4. bury

    Lua (Math.random items / math.random level / math.random skills / math.random oufit).script

    @kuhi Thanks! But that works as an action? I mean, the firstitems.lua is still on the script. What I want is that some players are created and get the firstitems.lua but another will be able of replacing that firstitems.lua for other items by clicking an item or saying a !word. After the...
  5. bury

    Lua (Math.random items / math.random level / math.random skills / math.random oufit).script

    This is my firstitems.lua (what I want is to keep this script, but then once you get that items, could replace them with math random items). And then the other math randoms: firstitems.lua local storage = 67777 function onLogin(cid) local config = { voc_items = { { --...
  6. bury

    Lua (Math.random items / math.random level / math.random skills / math.random oufit).script

    Hello! I'm using TFS 0.4 Could be possible to do this script? player clicks an action or say a talkaction and: 1- Replace the firstitems.lua items for some others in a math.random list (local items = [id], [id2], [id3]....) so for example 5 people click the action and get different set...
  7. bury

    Solved Going through players in depot problem

    Thanks @Mustafa1337 ,now they dont go through the others in any moment, isnt it? Even if player is lower leven than protection level? It worked and compiled without problems! If this is the newest pack of src for 0.4 even for the last linux rev to compile, I dont know how this error could be...
  8. bury

    Solved Going through players in depot problem

    Hello, I have a problem in depot with this function. It works fine but you can get other creature position in front of locker so you can steal his items lol: ç player.cpp bool Player::canWalkthrough(const Creature* creature) const { if(creature == this ||...
  9. bury

    AAC Deathlist PHP bug

    Hello. I can't edit last post idk why. I have solved the issue. Is a database problem, I couldn't add a constraint when I imported db. I received this error: ALTER TABLE `environment_killers` ADD CONSTRAINT `environment_killers_ibfk_1` FOREIGN KEY (`kill_id`) REFERENCES `killers` (`id`) ON...
  10. bury

    Linux ./theforgottenserver: error while loading shared libraries: libmysqlclient.so.18: cannot open shared object file: No such file or directory

    I've fixed the protocolgame.cpp one. Then I have the talkaction.cpp problem. At first it said line 233, and then line 243. Fixed them both: 233: sl.str() << ss; 243: ss << sl.str() << "..."; When I first fixed 233, it only gave me the...
  11. bury

    Linux ./theforgottenserver: error while loading shared libraries: libmysqlclient.so.18: cannot open shared object file: No such file or directory

    After lot of lines: configure: error: "Linking against mysql-client failed." Maybe I have to change something in this line too? ./autogen.sh && ./configure --enable-sqlite --enable-mysql --enable-root-permission --enable-server-diag && ./build.sh Ok... I managed to install a mysql default...
  12. bury

    Linux ./theforgottenserver: error while loading shared libraries: libmysqlclient.so.18: cannot open shared object file: No such file or directory

    @Don Daniello But is this tfs 0.4? My server is an 8.6. I have compiled it properly. This appeared on root/forgottenserver: Where is the executable? My server is located on: /home/server/ ; Should I copy all libs there? Tried to execute my server again and it gives same problem. EDIT: In...
  13. bury

    Linux ./theforgottenserver: error while loading shared libraries: libmysqlclient.so.18: cannot open shared object file: No such file or directory

    Any tutorial of doing this properly for debian 9.4 stretch 64 bits? I'm a windows user but i'm trying to learn a bit of Linux.
  14. bury

    Linux ./theforgottenserver: error while loading shared libraries: libmysqlclient.so.18: cannot open shared object file: No such file or directory

    Ok, it says I have all installed until these 3: apt-get install libmysql++-dev libmysqlclient-dev mysql-client-5.1 mysql-server-5.1 Errors: E: El paquete «libmysqlclient-dev» no tiene un candidato para la instalación E: No se ha podido localizar el paquete mysql-client-5.1 E: No se pudo...
  15. bury

    Linux ./theforgottenserver: error while loading shared libraries: libmysqlclient.so.18: cannot open shared object file: No such file or directory

    I got this... apt-cache search libboost libboost-date-time1.62.0 - Conjunto de bibliotecas de fechas basadas en concepto s de programación...
  16. bury

    Linux ./theforgottenserver: error while loading shared libraries: libmysqlclient.so.18: cannot open shared object file: No such file or directory

    Sorry for my noobism in Linux GNU but how I put these commands? If I put only apt-get install it says everything ok (0 update, 0 installed, 0 deleted, 0 no updated). If I paste apt-get install and the first line libbost1.41-dev.... : E: No se ha podido localizar el paquete libboost1.41-dev E...
  17. bury

    Linux ./theforgottenserver: error while loading shared libraries: libmysqlclient.so.18: cannot open shared object file: No such file or directory

    Hello. I have migrated my server to a better one from the same hosting (OVH). I have used the same OS (Debian 9.5 stretch 64 bits) and If I try to execute my server I find this error: ./theforgottenserver: error while loading shared libraries: libmysqlclient.so.18: cannot open shared object...
  18. bury

    What do you think/what is your experience with custom clients?

    Thanks for your answer @Rexxar ! Btw, for what I said about editing items reprinting them, for example, doing a green plate armor/plate legs will need a custom client? I assume yes, since you need to edit the items otb file, isnt it? I'm kinda lost in that. Thanks.
Back
Top