New Year's surprise 2 !!!

01/01/2022 16:57 Triacman#1
So that the thread is not lost in oblivion about the executable that I shared in New Year's surprise !, I have created this new one.
This is the Atlantica Server 3.23.xx executable that was previously shared by x123x123x on New Year's surprise! ESP which is now unpacked and with IAT repaired + change of official language. Additionally, here is my work related to increasing level 200, but I warn you that it is not as simple as changing a 150 to 200, this has multiple impacts on different areas, so it is not for everyone, if you do not have advanced knowledge in Reverse engineering, refrain from trying as it will make a knot in your head and explaining it step by step is also difficult and I do not have much patience, whoever succeeds and has more time and patience than me, make a video tutorial And explain it, now if someone does not want to waste time on this, I dedicate myself to this and it is my job, write to me either to the private or [Only registered and activated users can see links. Click Here To Register...] in order to expose what is necessary.
------------------------------------------------------------------------------------
------------------------------------------------------------------------------------
Atlantica Server 3.23.XX FIX IAT + Unpack + LANG official
.rar
[Only registered and activated users can see links. Click Here To Register...]
--------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------
LevelUP 200 Upgrade.rar
[Only registered and activated users can see links. Click Here To Register...]
--------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------
Note: all exposed data is in hexadecimal, there is nothing in decimal.
01/01/2022 19:32 ilebyc70#2
I Did, but getting error on startup, is this normal?

[Only registered and activated users can see links. Click Here To Register...]

and Completed

[Only registered and activated users can see links. Click Here To Register...]
01/01/2022 21:04 Triacman#3
Quote:
Originally Posted by ilebyc70 View Post
I Did, but getting error on startup, is this normal?

[Only registered and activated users can see links. Click Here To Register...]

and Completed

[Only registered and activated users can see links. Click Here To Register...]
You are making a mistake to set MakeLevel to 200, this setting is relative to the maximum level of item creations in My Info/Skills, the maximum recommended level is 140
01/02/2022 09:29 ilebyc70#4
Quote:
Originally Posted by Triacman View Post
You are making a mistake to set MakeLevel to 200, this setting is relative to the maximum level of item creations in My Info/Skills, the maximum recommended level is 140
Error Gone, on Server Was 200 and In Client Too 150/200 but Exp was 100% and Not gonna up level may client must change too?

[Only registered and activated users can see links. Click Here To Register...]

Gallery
01/02/2022 15:52 Triacman#5
Quote:
Originally Posted by ilebyc70 View Post
Error Gone, on Server Was 200 and In Client Too 150/200 but Exp was 100% and Not gonna up level may client must change too?

[Only registered and activated users can see links. Click Here To Register...]

Gallery
In the client, adjustments must also be made, however if the server-side adjustments are made correctly, it should level up, I do not know what adjustments you will have made on the server side but the truth is that you should make all the adjustments according to the work that I shared.
01/08/2022 06:03 iomo13#6
Hello Triacman, first to thank you for this great help to the community.

I just have one question ----> I'm using the atlantica.exe (ENG) you shared and it still doesn't fix the GIGAS (HE CANT USE WEAPON)
Do you know what it could be?
01/08/2022 14:42 Triacman#7
Quote:
Originally Posted by iomo13 View Post
Hello Triacman, first to thank you for this great help to the community.

I just have one question ----> I'm using the atlantica.exe (ENG) you shared and it still doesn't fix the GIGAS (HE CANT USE WEAPON)
Do you know what it could be?
Yes I know, that's because you also have to reverse engineer Atlantica.exe (Client) to support cannon use on the Gigas. You can check this in the following way, open Atlantica.exe (Client) with a 32-bit debugger, then go to the next offset->00443AC3 and then change push 0xC761CC for push 0xC76214 and then save with any name and enter the game to check.
Note: this is just to check that this is only what you are missing, if you can put the Cannon on the Gigas without problems, then now we know that the only thing missing is to add new instructions in that area so that it supports the Gigas without deleting or impersonating to the Artilleryman, because if you leave it like that, the Artilleryman will no longer be able to use Cannon.

Here I leave you a small guide to add the instructions that you need, but first you must add a new section in the Client so as not to cause problems by invading spaces that could somehow already be used. go to this little tutorial I did a while back and add learn how to add a new section -> [Only registered and activated users can see links. Click Here To Register...]
Once you have been successful in creating a new section, follow these steps to follow:
Go to offset-> 00443AD2 and create a jump to the new section created, for example-> jmp 0x00XXXXXX <- offset of the new section
then add the following instructions:
or ebx, eax
push esi
push 0xC76214
mov ecx, edi
call 0x007C64C0
mov dword ptr ds: [ebp-0x14], edx
mov edi, ebx
mov ebx, dword ptr ss: [ebp-0x14]
jmp 0x00443AD7
int3 <- the int3 switch is optional only if you want to add it, I like to do it to get everything in order
01/18/2022 10:11 x123x123x#8
The [AT_GameDB01].[dbo].[tbla_Dummy150] table in the database may need to be fixed. Some procedures take a level from its range, and it is limited to 150 lines.
01/19/2022 16:00 ilebyc70#9
Quote:
Originally Posted by x123x123x View Post
The [AT_GameDB01].[dbo].[tbla_Dummy150] table in the database may need to be fixed. Some procedures take a level from its range, and it is limited to 150 lines.
Tryin but nothin afffect, may need ore see on exe
01/24/2022 05:22 iomo13#10
Quote:
Originally Posted by x123x123x View Post
The [AT_GameDB01].[dbo].[tbla_Dummy150] table in the database may need to be fixed. Some procedures take a level from its range, and it is limited to 150 lines.
hello x123x123x, do you know how to make the client and server support more types of Smoke
01/29/2023 06:29 faighenzho#11
Quote:
Originally Posted by Triacman View Post
So that the thread is not lost in oblivion about the executable that I shared in New Year's surprise !, I have created this new one.
This is the Atlantica Server 3.23.xx executable that was previously shared by x123x123x on New Year's surprise! ESP which is now unpacked and with IAT repaired + change of official language. Additionally, here is my work related to increasing level 200, but I warn you that it is not as simple as changing a 150 to 200, this has multiple impacts on different areas, so it is not for everyone, if you do not have advanced knowledge in Reverse engineering, refrain from trying as it will make a knot in your head and explaining it step by step is also difficult and I do not have much patience, whoever succeeds and has more time and patience than me, make a video tutorial And explain it, now if someone does not want to waste time on this, I dedicate myself to this and it is my job, write to me either to the private or [Only registered and activated users can see links. Click Here To Register...] in order to expose what is necessary.
------------------------------------------------------------------------------------
------------------------------------------------------------------------------------
Atlantica Server 3.23.XX FIX IAT + Unpack + LANG official
.rar
[Only registered and activated users can see links. Click Here To Register...]
--------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------
LevelUP 200 Upgrade.rar
[Only registered and activated users can see links. Click Here To Register...]
--------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------
Note: all exposed data is in hexadecimal, there is nothing in decimal.
Thanks, that worked really well [Only registered and activated users can see links. Click Here To Register...]
01/30/2023 13:32 ilebyc70#12
Quote:
Originally Posted by faighenzho View Post
Thanks, that worked really well [Only registered and activated users can see links. Click Here To Register...]
How did you do that? can you share the tutorials or files?
02/02/2023 13:10 faighenzho#13
Quote:
Originally Posted by ilebyc70 View Post
How did you do that? can you share the tutorials or files?
I just tried to follow the instructions shared by tricman on his post and it worked even though the problem is still not serious. It's just that I didn't continue because I made my own game in unity3D.
05/06/2023 18:41 foton111#14
Quote:
Originally Posted by Triacman View Post
So that the thread is not lost in oblivion about LevelUP 200 Upgrade.rar

Thank you very much for your hard work!

I managed to reproduce level 200

But there is a small problem, the level table is not loaded correctly on the client. Because of this, the display of the required experience for leveling up is incorrect.

Could you advise on offsets for the client?

I'm trying to do it, so far not very successful ...
we are interested in ...LevelUpTable/LevelUpLifeArt.ndt
This file is called at offset 291A4

Then I try by analogy with the refinement of ITEMIMG but I get confused.

If I could find it correctly, then reading the "Data" block in the "LevelUpTable/LevelUpLifeArt" file starts at offset 00429F83

and stood up

...update

It seems that the following offsets need to be changed

00029DAB
00029DFC
00029E7A
00029EB1
00029EC8
00029EFD
00029F03
00029F0C
00029F8A
0002A037
0002A050
0002A15F
0002A165
0002A16E

but pre-prepare the constant, with calculations it is still difficult
05/24/2023 08:04 foton111#15
Has anyone encountered the fact that the auto level does not work on monsters in tbs
if the main character is above 150