Change the limit of damage and data types of characters
I see that the skills, the attacks that cause the maximum damage are 16777216. I want to increase it, where will I have to edit it?
In addition, indicators such as atk, def, hit rate, etc. are also limited to 32767! If it exceeds that number, it will be negative. I try find all the tables at SHARD but no results, so where is it?
I tried to change the data types of Strength and Intellect at SHARD._Char to int, however, after changing, SR_ShardManager.exe was immediately turned off, and SR_GameServer.exe crashed!
Is there any way to do these things?
Thank you.
I see that the skills, the attacks that cause the maximum damage are 16777216. I want to increase it, where will I have to edit it?
In addition, indicators such as atk, def, hit rate, etc. are also limited to 32767! If it exceeds that number, it will be negative. I try find all the tables at SHARD but no results, so where is it?
I tried to change the data types of Strength and Intellect at SHARD._Char to int, however, after changing, SR_ShardManager.exe was immediately turned off, and SR_GameServer.exe crashed!
Is there any way to do these things?
Thank you.
it's "the end" of 32bit floating point number... so no way, maybe megamax got the ability to do this since you have to touch the source for that.
btw, why anyone should hit more than 16777216? it's pointless^^
it's "the end" of 32bit floating point number... so no way, maybe megamax got the ability to do this since you have to touch the source for that.
btw, why anyone should hit more than 16777216? it's pointless^^
So what table stored indicators ATK, DEF,...? And is there any way to edit the data type of Strength and Intellect into int?
Sign extension for data types with arbitrary bit sizes (C#) 02/01/2013 - CO2 Programming - 4 Replies I needed this functionality for map compression (height and validity to take up 2 bytes rather than 3 bytes), which would have been much easier if the height wasn't signed. I did some research about sign extension, so here's a cool little method allowing for sign extension on a data type of any bit size less than 8 bytes, rather than a byte power of 2. This method also allows for truncation to any primitive numerical data type giving the same result. It treats the most significant bit as the...
Damage Damage Damage 02/28/2012 - Mabinogi Hacks, Bots, Cheats & Exploits - 3 Replies Because of poor English grammar may be a bit strange
May I ask what damage accumulated or MOD
[RELEASE] General Data Types. 05/08/2010 - CO2 PServer Guides & Releases - 11 Replies This is just a tiny release with the correct sub-types for the General Data .
This will be a part of the things I will be dumping after I formatted my PC without being prepared. I'm sorry for all other info I still had on the CO2 PServer development, it is not available for my any more. I was going to release it all though, but not just yet.
NinjaStep = 0x9C,
EndFly = 0x78,
GUIDialog = 0x7E,
SetLocation = 0x4A,
SetMapColor = 0x68,
Jump = 0x89,