Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Atlantica Online
You last visited: Today at 12:35

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



New Year's surprise 2 !!!

Discussion on New Year's surprise 2 !!! within the Atlantica Online forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: May 2009
Posts: 148
Received Thanks: 114
New Year's surprise 2 !!!

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

--------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------
LevelUP 200 Upgrade.rar

--------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------
Note: all exposed data is in hexadecimal, there is nothing in decimal.
Triacman is offline  
Thanks
6 Users
Old 01/01/2022, 19:32   #2
 
elite*gold: 0
Join Date: Jul 2017
Posts: 48
Received Thanks: 2
I Did, but getting error on startup, is this normal?



and Completed

ilebyc70 is offline  
Old 01/01/2022, 21:04   #3
 
elite*gold: 0
Join Date: May 2009
Posts: 148
Received Thanks: 114
Quote:
Originally Posted by ilebyc70 View Post
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
Triacman is offline  
Old 01/02/2022, 09:29   #4
 
elite*gold: 0
Join Date: Jul 2017
Posts: 48
Received Thanks: 2
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?



Gallery 1
ilebyc70 is offline  
Old 01/02/2022, 15:52   #5
 
elite*gold: 0
Join Date: May 2009
Posts: 148
Received Thanks: 114
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?



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.
Triacman is offline  
Old 01/08/2022, 06:03   #6
 
elite*gold: 0
Join Date: Sep 2013
Posts: 42
Received Thanks: 5
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?
iomo13 is offline  
Old 01/08/2022, 14:42   #7
 
elite*gold: 0
Join Date: May 2009
Posts: 148
Received Thanks: 114
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 ->
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
Triacman is offline  
Thanks
2 Users
Old 01/18/2022, 10:11   #8
 
elite*gold: 50
Join Date: Apr 2015
Posts: 784
Received Thanks: 238
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.
x123x123x is offline  
Old 01/19/2022, 16:00   #9
 
elite*gold: 0
Join Date: Jul 2017
Posts: 48
Received Thanks: 2
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
ilebyc70 is offline  
Old 01/24/2022, 05:22   #10
 
elite*gold: 0
Join Date: Sep 2013
Posts: 42
Received Thanks: 5
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
iomo13 is offline  
Old 01/29/2023, 06:29   #11
 
elite*gold: 0
Join Date: May 2019
Posts: 73
Received Thanks: 12
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 in order to expose what is necessary.
------------------------------------------------------------------------------------
------------------------------------------------------------------------------------
Atlantica Server 3.23.XX FIX IAT + Unpack + LANG official
.rar

--------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------
LevelUP 200 Upgrade.rar

--------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------
Note: all exposed data is in hexadecimal, there is nothing in decimal.
Thanks, that worked really well
faighenzho is offline  
Old 01/30/2023, 13:32   #12
 
elite*gold: 0
Join Date: Jul 2017
Posts: 48
Received Thanks: 2
Quote:
Originally Posted by faighenzho View Post
Thanks, that worked really well
How did you do that? can you share the tutorials or files?
ilebyc70 is offline  
Old 02/02/2023, 13:10   #13
 
elite*gold: 0
Join Date: May 2019
Posts: 73
Received Thanks: 12
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.
faighenzho is offline  
Old 05/06/2023, 18:41   #14
 
elite*gold: 0
Join Date: Apr 2020
Posts: 9
Received Thanks: 0
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
foton111 is offline  
Old 05/24/2023, 08:04   #15
 
elite*gold: 0
Join Date: Apr 2020
Posts: 9
Received Thanks: 0
Has anyone encountered the fact that the auto level does not work on monsters in tbs
if the main character is above 150
foton111 is offline  
Reply


Similar Threads Similar Threads
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



All times are GMT +1. The time now is 12:35.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.