Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Icarus 3.1 VM

Joined
Mar 29, 2019
Messages
1,028
Reaction score
1,184
I still have the launcher with source from the old release, i didn't test yet but i think it will work

Matar - Icarus 3.1 VM - RaGEZONE Forums



 
Newbie Spellweaver
Joined
Mar 26, 2006
Messages
23
Reaction score
15
Hi guys, does @Anyone knows hoe to edit Premium Bags inventory space,Inventory bags and Fellow slots?



I am looking for the same thing aswell, inventory and premium bags too.


for it to work you will have to make the most current BIN64 files of KR work, those used in this client will not work. if it works that date it will. the bags etc
Matar - Icarus 3.1 VM - RaGEZONE Forums


 
Newbie Spellweaver
Joined
Sep 30, 2012
Messages
34
Reaction score
2
i am getting this error when trying to start IntegrationServer64
does anyone know a fix please?
02/23/23 16:58:38 [Error] [TinyXMLUtil::GetChildElementCount] pElement


also a weird log in server/crash
Logged at Thursday, February 23, 2023 17:02:08
Executable: C:\Server\IntegrationServer64.exe

Exception Code: 0xE06D7363
Exception Addr: 0x0033:0x00007FF961337788
Exception Module: <Unknown>
Exception Description: Unknown,

Call Stack Trace:
15) function=0x00007FF961337788
14) function=0x000000006570142D
13) function=0x000000006597FE81
12) function=0x00000000657FD6F1
11) function=0x00000000657FD769
10) function=0x00007FF71D84CF9C
9) function=0x00007FF71D847474
8) function=0x00007FF71D7E235D
7) function=0x00007FF71D7E13C8
6) function=0x00007FF71D7E1616
5) function=0x00000000656C1BDF
4) function=0x00000000656C1C6D
3) function=0x00007FF962568364
2) function=0x00007FF964E970D1
1) function=0x00007FF964E970D1
 
Newbie Spellweaver
Joined
Jul 8, 2012
Messages
25
Reaction score
8
i am getting this error when trying to start IntegrationServer64
does anyone know a fix please?
02/23/23 16:58:38 [Error] [TinyXMLUtil::GetChildElementCount] pElement


also a weird log in server/crash
Logged at Thursday, February 23, 2023 17:02:08
Executable: C:\Server\IntegrationServer64.exe

Exception Code: 0xE06D7363
Exception Addr: 0x0033:0x00007FF961337788
Exception Module: <Unknown>
Exception Description: Unknown,

Call Stack Trace:
15) function=0x00007FF961337788
14) function=0x000000006570142D
13) function=0x000000006597FE81
12) function=0x00000000657FD6F1
11) function=0x00000000657FD769
10) function=0x00007FF71D84CF9C
9) function=0x00007FF71D847474
8) function=0x00007FF71D7E235D
7) function=0x00007FF71D7E13C8
6) function=0x00007FF71D7E1616
5) function=0x00000000656C1BDF
4) function=0x00000000656C1C6D
3) function=0x00007FF962568364
2) function=0x00007FF964E970D1
1) function=0x00007FF964E970D1



It is easier to understand your error if you print the error that appears when the server is calling. And in the error folder, it generates an exact log of the file that is doing this
 
Newbie Spellweaver
Joined
Jun 4, 2022
Messages
69
Reaction score
42
@lamaine, Thanks for these tools, that was all that was needed to make the server "advance" with this to leave the game in the latest version, nobody wanted to release these conversion tools.
 
Experienced Elementalist
Joined
Mar 30, 2015
Messages
222
Reaction score
44
i got the launcher source working here a created .exe based on localhost ip (127.0.0.1)
and edit in file C:\laragon\www\app\Models\Login\AccountInfo.php

return [ 'code' => 0, 'msg' => 'Siker!', 'token' => $UUID, 'accountinfo' => $AccountData ];

return [ 'code' => 0, 'msg' => 'Siker!', 'token' => $UUID, 'CERPass' => $AccountData->Real_CERPass, 'accountinfo' => $AccountData ];

extract file in main folder


Matar - Icarus 3.1 VM - RaGEZONE Forums
 
Last edited:
Newbie Spellweaver
Joined
Jun 4, 2022
Messages
69
Reaction score
42
Can you repair or understand why it presents several errors?

 
Experienced Elementalist
Joined
Mar 30, 2015
Messages
222
Reaction score
44
Can you repair or understand why it presents several errors?


its because of decompiled the exe with JEtbrains

// Decompiled with JetBrains decompiler// Type: LauncherIcarus.MainWindow// Assembly: LauncherIcarus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null// MVID: 98B5AB29-35CF-4A00-8D3B-FA627161A4F8// Assembly location: C:\Users\Administrator\Desktop\Launcher\Launcher\LauncherIcarus.exe



also you never get the full source with tools like this but you can with this source start to create you own launcher



does anyone know anything about the api system with cash balance?what he ask for a request/result ?



Can you repair or understand why it presents several errors?


you can use this :) i have make it work that you can create your own (but you have to fix some parts to make it work for your server)Launcher is from server
Launhcer is from server

 
Back
Top