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 in order to expose what is necessary.
------------------------------------------------------------------------------------
------------------------------------------------------------------------------------
Atlantica Server 3.23.XX FIX IAT + Unpack + LANG official
.rar
--------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------
Note: all exposed data is in hexadecimal, there is nothing in decimal.
I Did, but getting error on startup, is this normal?
and Completed
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
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?
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?
Gallery 1
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.
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?
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 ->
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
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.
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.
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
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 in order to expose what is necessary.
------------------------------------------------------------------------------------
------------------------------------------------------------------------------------
Atlantica Server 3.23.XX FIX IAT + Unpack + LANG official
.rar
--------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------
Note: all exposed data is in hexadecimal, there is nothing in decimal.
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.
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
New year's surprise NEW Atlantica V5 03/14/2022 - Atlantica Online - 21 Replies Resting EXP. Boost 300% up
Diary EXP. Boost 300% up
Party EXP Multiplier x2 and x3
EXP Bonus Time 300%
Crafting EXP 200%
Battle Buffs (Attack Power and Def +30%)
Jumper Event Free lvl 130 Character
Attendance Event
Villa Santa Event
https://drive.google.com/file/d/1U-S9kSDAPFH-qeDc cOdIvmphwifu0tNJ/view client game
VipSrO Hapy New Year Surprise Start Acc 120 Lvl 01/30/2020 - SRO PServer Advertising - 8 Replies VipSrO PvP serverimiz adı üstünde PvP serverdir.. Bu amaçla 110 olan başlangıç charları yılbaşı eventi olarak 120 ye yükseltilmiştir.. Bundan böyle yeni oyuncularımız 120 level ve 5m sp + Full nova set ile başlayacaktır..
VipSrO Online Silkroad PvP Server 120 Start + 5m SP + Full Nova Set + Max Level 120 + All Map Open
Max Level 120
Client version: v1.404
ServerFiles: Vietnam Silkroad
Start 120 Level + 5m SP + nova full set Gift
ScriptVessel (surprise, surprise) 12/31/2006 - Conquer Online 2 - 3 Replies Hi,
Before I purchase ScriptVessel can people please post any feedback on stability, ease of use, features, developer support, etc.
Just wandering as it appears to be mixed reception upto now.
thx in advance