• 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!

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

The script is not made in versions for which he was paid then lock on skype, then the script available on OTLAND.

https://otland.net/threads/reborn-s...ells-houses-web-and-more.245808/#post-2391064

DELETE THIS

The case reported to PAYPAL

Oh yeah, you are Sebastian, who said "I will only pay you, if you TEACH me how to PROGRAM. Even after we have agreed on our job, and you signed off on it, AND, I have already sent you the files."

Edit, just rephrasing so it is better read.

who even AFTER I have sent you all the files related to the job, and had it signed by you, said that you would only pay me if I teach you how to program, not to count the several insults you did to myself whenever I tried to explain that I would not teach you how to program, because we had not agreed on that.

You do not have any authority on any of the files.
 
Last edited:
Oh yeah, you are Sebastian, who said "I will only pay you, if you TEACH me how to PROGRAM. Even after we have agreed on our job, and you signed off on it, AND, I have already sent you the files."

Edit, just rephrasing so it is better read.

who even AFTER I have sent you all the files related to the job, and had it signed by you, said that you would only pay me if I teach you how to program, not to count the several insults you did to myself whenever I tried to explain that I would not teach you how to program, because we had not agreed on that.

You do not have any authority on any of the files.
let the dogs bark my *****
 
Just brought a custom script from this guy, delivered very quick, good communication and did exactly what I asked for. I didn't think it would be possible. I Will be using him again.
 
Hello guys, for months I was facing some problem with one of my client's server, on which it would simply freezes without any abomination on bandwidth. I knew that I had peeks on main memory, but still could not locate what was causing it. Was it some distro configuration that I have implemented on the past? Or some LUA functions? Well, turns out, with an advice from @Xikini I could monitor LUA function execution time and locate the error.

This is a simply implementation, but it turns out, I could easily see LUA functions taking up to 1000+ms on its execution time, not to much, but if consider it blocks the current thread, it turns out a lot.

For the geeks, I did the implementation using really basic structure, I did not want to globally instantiate a object to take care of the logging, because it would result in more functions calls and complexity. It would be better, but I did not want to mess up much with the code structure; I have opted for a simply class that would start counting, and on its destructor, did the real work in case time was overwhelmed. Could I maybe used some heap memory and pointers to avoid the extra memory on functions calls? hmm.. yes, but also, that would result in bad performance if not implemented correctly, nor keeping up with the memory layout itself.

Please feel free to criticize on how this basic implementation is set up, and maybe we can workout together on something more attractive.

Script.

On baseevent.h (because all the other LUA scripts functions are inheritanced from it) I created a class:

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
 
Back
Top