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

    Compiling Request: How about a tut of TFS 1.1 in NetBeans or another free id with free librarys?

    When i saw the tutorials about how to compile this, i always think than, with every year than happends, the IDE's and stuff the newbies can use to compile this are making themselfs older and older, and harder and harder to get. Also, visual studio compilers and proyect-types tend to change a...
  2. Obsdark

    Is out there somewhere some c# free source open tibia server than i can download and start to mod?

    Hi I'm actualy working on a company who make software where we use c# to work on a daily basis, my time isn't the best to translate everything from the github from c++ to c# and i also didn't have the time to learn c++ from scratch to actualy orient it to open tibia. also i know how to use...
  3. Obsdark

    Problems in the GitHub

    It is very simple indeed, since the change of policys some time ago, it seems the "Support" area in the message on the first part of the github is not updated. https://github.com/otland/forgottenserver Specificaly i'm speaking about this part: "If you were unable to get assistance in the...
  4. Obsdark

    Windows What's the best way to connect to TFS 1.1 to make tests

    I was thinking "so... what is the best client to test the compilation of TFS 1.1?", "which is the safest IP Changer?", "it works with OTClient?" and several stuff like that and, if necesary, where is the best place to download it? Can some of you help me a little bit with advice here? Thanks...
  5. Obsdark

    How can i connect computers to a TFS through lan?

    Hello I have troubles to connect to the internet my server because of some security mecanism in the enviroment i'm working on, however, meanwhile we develop it we like to have the chance of connect another computer to it through lan besides the server one to do some tests. i have several...
  6. Obsdark

    Linux Port for compiling TFS to ubuntu

    Good Day I'm trying to compile TFS in one ubuntu than some educational institution bring to my and my team, the thing is, they block every single port to work, they offer to unblock them but just the requeired ones to work, so if some of you know which ones are all the port we are gonna use...
  7. Obsdark

    Compiling Problems with OTClient

    Hello I have this problem when trying to compile the OTClient: Any advice, help or solution would be much apreciated Thanks in advance
  8. Obsdark

    Linux Problems running TFS in ubuntu 14.04.2

    This is what it showing me the terminal: So, how can i fix it? Take in consideration than i, before, move the tfs executable to /forgottenserver folder, so to be at the same page than config.lua and not in the /build subfolder, but now is throwing me this error, is it i must move the...
  9. Obsdark

    Compiling Problems with Cmake & OTClient

    I usualy don't do this, but for my proyect i prefer use OTClient, like i know the comunity support that proyect but have little people in it i like to post my problem here, or, better say, post a link to it. Thanks a lot for the attention, and sorry for write this here...
  10. Obsdark

    [Compiling] Problems with Cmake

    I was following the compilation tutorial for windows of OTClient in the github, but then a wild error apparead it says "can't find the libgmp-10.dll" or something like that So, it appears than must have something to do with the PATH (i assume because i google it), but the thing is i don't know...
  11. Obsdark

    Compiling Where i can find this things in the c++ code

    Good day i Wonder, where i can find the parts related to the connection between c++ & mysql in TFS 1.1 and ahead?, i mean, where in the code? And, speaking specificaly about the code in C++, where i can find the files related with the buying-selling-possesion of houses in the code?, i mean...
  12. Obsdark

    [HELP] Where i can find the web files?

    Hello I'm looking for the scripts of Gesior or any of the predesigned pages for tibia than already exist, hopefully you'll gave me some Github address or something cleaner than other choises arround. I know how to work with web languajes, and i wanna make some modifications to one of them...
  13. Obsdark

    Compiling Orientation Requested

    Good Day I'm in need of some orientation in here, i'm looking to mod the guild system but i don't have the knowledgment require about the insides of the code in this program to do it. I like to know what .cpp files i need to modify, in specific i wanna make a new db and link it with the...
  14. Obsdark

    Programmer "Journeyman" Needed

    Good day I have a group of people, all students of Programming in one educational insitution of my country, and also i have the support of this institution on a tecnical stand, they bring me machines, like servers & others tools to work with to me and my team. The thing is we actualy obtain...
  15. Obsdark

    Compiling "Journeyman" Needed

    Good day I have a group of people, all students of Programming in one educational insitution of my country, and also i have the support of this institution on a tecnical stand, they bring me machines, like servers & others tools to work with to me and my team. The thing is we actualy obtain...
  16. Obsdark

    Lua Questio: Is LuaSQL or other Lua-Database way of work added to the OT's?

    Is LuaSQL or other Lua-Database way of work it added to the OT's? Of course i'm asking because i'll never seen in a tutorial nobody teaching how to use it, and i think it would be a good way to avoid working with C++ to work with the databases Also it increase significantly the possible uses...
  17. Obsdark

    Food/Item difference creator spell

    local FOODS = {XXXX, YYYY} -- Here put the ID of the food item/s-- local Total_Max = 100 -- Here adjust the total -- local Barrier_Level = 20 -- Here adjust the level -- local text = "You've reached your limit of "..Total_Max.." "..getItemNameById(fot).."." -- Here adjust the message -- local...
  18. Obsdark

    Suggestion Job Page

    I see a threat than inspire me to make a suggestion, i believe we must rethink the Job section, i think it would be cool if instead the forum place there was some kind of "Postulant Web Page" with some questionary than ask things related to it, for example experience, or what programing...
  19. Obsdark

    [Request] SearchPlayer.lua (Exiva spell)

    Hey oh, i just check and in my OT server don't have the "SearchPlayer.lua" so i was thinking, somebody can gave me the internal code of it with the comments than come from it? Thanks a lot!
  20. Obsdark

    Javascript to C++?

    https://code.google.com/p/libjspp/ You see, this code link i put here is the code of somebody else, but acording to what he says, this would work to put (i guess) Javascript .js to work with the C++ of the server If that is true, it gaves more freedom to actualy work & program on the server...
Back
Top