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

C++ Edit maximum magic level at source code

I think you'll need to change the int type from uint32_t to uint64_t in your player.cpp
Share your player.cpp via pastebin.com so I can tell you the exact line-number.

~ Edit: I've found another thread related to your issue - It might not be the same version as yours but it's pretty much the same concept;
> max magic level help
 
I think you'll need to change the int type from uint32_t to uint64_t in your player.cpp
Share your player.cpp via pastebin.com so I can tell you the exact line-number.

~ Edit: I've found another thread related to your issue - It might not be the same version as yours but it's pretty much the same concept;
> max magic level help
Have you ever considered the effect changing a datatype in the sources can affect other aspects of the source essentially bugging the server?
 
Have you ever considered the effect changing a datatype in the sources can affect other aspects of the source essentially bugging the server?
Bro, stop trying to bash my posts when you see them and make yourself a little more resourceful.

Have you even considered that this is generally the most basic way to achieve this? Other people have done it this way, it's working.
 
Bro, stop trying to bash my posts when you see them and make yourself a little more resourceful.

Have you even considered that this is generally the most basic way to achieve this? Other people have done it this way, it's working.
I am not bashing your posts I am pointing out a negative impact some changes to an application's structure can have but you just see everything as a personal attack instead of giving the notion respectful consideration. Just because everyone is doing something does not make it right or even correct.
 
gu'ys the thread does webtimize send it to me it's does not help me any way when I get to magic level 70 server crashed i'm using tfs 0.3.7 and it closed From inside and if you press enter it work and if you enter no open
 
gu'ys the thread does webtimize send it to me it's does not help me any way when I get to magic level 70 server crashed
I asked you to share your code, and I gave a optional thread with that on which I don't guarantee anything. Please share your code so we have something to work with.

I am not bashing your posts I am pointing out a negative impact some changes to an application's structure can have but you just see everything as a personal attack instead of giving the notion respectful consideration. Just because everyone is doing something does not make it right or even correct.
You have enough topics to point things out then. I don't see you do that, right? Contribute something instead of saying something everyone could've pointed out.

I've tried to help him, maybe you should too instead of commenting on something you are not even sure about. There might be negative effects, but there are none known as far I know. Based on other threads where people applied the same methods, on and outside of OTLand.
 
Last edited:
You have enough topics to point things out then. I don't see you do that, right? Contribute something instead of saying something everyone could've pointed out.
I am by pointing out that this could have a negative impact on the sources or did you miss that?
maybe you should too instead of commenting on something you are not even sure about.
see above
There might be negative effects, but there are none known as far I know. Based on other threads where people applied the same methods, on and outside of OTLand.
That is where the respectful consideration comes in. If data-types were not important than we wouldn't have them.

If you are going to alter the sources you don't just change something and expect everything to work with this change, you need to look at every aspect of this change and how it will affect everything associated with it.

That is a responsible response to an issue, your advice may very well be causing more harm than good, but you don't see that, you just see someone who offers the "what if" scenario as a personal attack against you which makes you close-minded and rather ignorant as well as uneducated & inexperienced.

This is not just me I am quite sure you have accused others as well as having something against you. It isn't you its the advice you give which is what we are challenging.
 
Back
Top