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

    Linux Compiling OTX 0.4

    I'll wear it. But at the moment I'm dependent on 0.4(I'm not currently using 1.x versions)
  2. milbradt

    Linux Compiling OTX 0.4

    Yea.. But give this error above when trying to compile.
  3. milbradt

    Linux Compiling OTX 0.4

    root@lucas:/home/testes/otxsrc# make -j 4 make all-am make[1]: Entering directory `/home/testes/otxsrc' CXX protocolgame.o CXX spells.o CXX status.o CXX talkaction.o In file included from /usr/include/boost/bind.hpp:22:0, from otpch.h:36...
  4. milbradt

    Linux Problem saving items[Players offline]

    Is there a bug that can occur when saving players' items? Some players offline items, simply SOMEM from player_depotitems and playeritems.. Can someone tell me something about it?
  5. milbradt

    Linux Error Compiling otxserver-final_2_x_3 (path_8_6x)

    Linux ubuntu 12.04 error: Help-me '-'
  6. milbradt

    Programmer Paid 80USD - [Debugging gdb] Crash log

    Okay.. log gdb updated.
  7. milbradt

    Programmer Paid 80USD - [Debugging gdb] Crash log

    After the crash, is not enough just typing bt full? bt bt full that's just the logs I got.
  8. milbradt

    Programmer Paid 80USD - [Debugging gdb] Crash log

    Send me 0.4 rev 3777 - OtLand. The link is on top.
  9. milbradt

    Programmer [Tibia, Websites, Mobile Apps, Marketing] Looking to take your project to a new standard?

    https://otland.net/threads/c-monitoring-execution-time-of-lua-scripts-and-avoiding-freezes.246072/ Is it possible to do this for a 0.4 source? What would be the price? My source: https://github.com/milbradt/TFS/tree/master/src add skype: lucasmilbradt
  10. milbradt

    Programmer Paid 80USD - [Debugging gdb] Crash log

    If anyone knows how to solve the problem.. add skype(lucasmilbradt) or reply to this topic. Log error crash: http://pastebin.com/GkwrDDSn Source code lines: https://github.com/milbradt/TFS/blob/master/src/server.cpp#L239 https://github.com/milbradt/TFS/blob/master/src/otserv.cpp#L357
  11. milbradt

    Linux [GDB]-[CRASH] coredump

    Hello. There is a very frequent error.. log error: http://pastebin.com/8G8rBX35 What can this be? PLEASE, HEPL-ME!
  12. milbradt

    Linux [GDB] Join the gdb attachment..

    Is there a command to get into an open debug? ex: ps aux list.. root 19947 0.1 0.4 167864 137592 pts/4 S+ 21:07 0:01 gdb ./tfs 'gdb tfs processid' gdb tfs 19947 But it does not open the debugger as it should. Does anyone know another command?
  13. milbradt

    Solved COPYING ONLY ONE TABLE FROM ONE BANK TO ANOTHER

    Omg man! Thanks a lot!
  14. milbradt

    Solved COPYING ONLY ONE TABLE FROM ONE BANK TO ANOTHER

    Tested: mysqldump -u root -p database player_items > player_items.sql and mysqldump -u root -p database2 player_items < player_items.sql Did not work. Does anyone know of a solution?
  15. milbradt

    Solved SOURCE[0.4 REV 3777] Create log when logged in

    How can I add a log to all players who log in? Ex: [16/12/2016 5:12:58] The Sniper - creature id = (Here registers the cid) Objective: This is for me to check some things in gdb. ex: To check which creature caused the crash...
  16. milbradt

    OTX Server 3 - Based on TFS 1.2 (7.6/7.72 - 8.6 - 8.70/71 - 10.96)

    Hold on to how many players online? The tfs of client 8.6, is usually on the average of 350 without giving lags.
  17. milbradt

    [SOURCE] How can I modify the 'use' control for distance?

    http://prntscr.com/dbrm9v Once I have the following condition: player->hasCondition(CONDITION_GAMEMASTER, GAMEMASTER_TELEPORT) I wish I couldn't "use" any object when I'm far from it, such as ladders, chests or even the floor. Could someone please tell me if it's possible and if so how can I do it?
Back
Top