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!

CentrinoGames - Minerva EP18

Status
Not open for further replies.
Experienced Elementalist
Joined
Jul 14, 2005
Messages
235
Reaction score
99
you start cabal with breaklee command??

------

found your problem internal name is in internal.txt.txt // change it to internal.txt only

yes


start cabal.bat
Echo off
start cabalmain.exe breaklee
exit



you start cabal with breaklee command??

------

found your problem internal name is in internal.txt.txt // change it to internal.txt only

XUpyND1 - CentrinoGames - Minerva EP18 - RaGEZONE Forums


thank you very much friend can now enter :)
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Sep 23, 2014
Messages
103
Reaction score
19
Works fine on EU client as well but only problem is need to on Debugging mode to make it work in EU client but in BR client work fine no need to change anything just set Master.ini and will work just fine
 
Newbie Spellweaver
Joined
Dec 10, 2017
Messages
25
Reaction score
0
need cabal eu Client and guide how it work Need link i cant download from playthisgame
 
Newbie Spellweaver
Joined
Aug 28, 2013
Messages
95
Reaction score
8
Can someone record a video, who is not difficult to complete the installation?
Can someone record a video, who is not difficult to complete the installation?
 
Junior Spellweaver
Joined
Sep 23, 2014
Messages
103
Reaction score
19
its easy to setup just follow the guide's it will work fine
 
Experienced Elementalist
Joined
Jul 14, 2005
Messages
235
Reaction score
99
how it work with eu Client

Client EN-US:
ok

login.txt
change this

[server]
; set true to enable debugging mode, otherwise set false
; client version, magickey checks bypassed in debugging mode
debug=true

and that

[client]
; client version to accept
; bypassed in debugging mode
client_version=449

and you can log in ok

regards:cool:
 
Newbie Spellweaver
Joined
Dec 10, 2017
Messages
25
Reaction score
0
[2018-02-20 21:23:25.839] ##ERROR## Fehler beim Decodieren von OAEP-Padding.
[2018-02-20 21:23:25.859] ##ERROR## Unable to decrypt RSA data!
[2018-02-20 21:23:25.881] ##NOTICE## Client 127.0.0.1:51649 disconnected from Login Server
 
Junior Spellweaver
Joined
Sep 23, 2014
Messages
103
Reaction score
19
why it no work be me



give me link
It won't work in NA client better use EU or BR client

EN-EU =
PT-BR =
 
Junior Spellweaver
Joined
Dec 14, 2009
Messages
132
Reaction score
8
Well, I think like some of them I had certain problems with the creation of Force Gunner, after much revolver the bowels of the minerva I found a syntax responsible for the creation of characters located in the script: NewMyChartr.cs
so the problem is that ce change the 8 by 9 he creates the Force Gunner, but fails to create the WARRIOR, in my thinking he jumps an order from 1 to 8, going to 2 to 8
-------------------------------------------------------
var _class = (byte)(style & 0xFF ^ 8); trade for 9 working Force Gunner
style >>= 8;
var colour = (byte)((style & 0xFF) >> 5);
var face = (byte)(style & 0x1F);
style >>= 8;
var hair = (byte)((style & 0xFF) >> 1);
style >>= 8;
var gender = (style != 0);
----------------------------------------------------------------------------------------------------PT-BR----------------------------------------------------------------------
Bem , acho que como eu alguns ai teve certo problemas com a criação do Force Gunner, depois de muito revirar as entranhas do minerva encontrei uma sintaxe responsavel pela criação de personagens localizada no script : NewMyChartr.cs
até ai tudo bem o problema é que se alterar o 8 pelo 9 ele cria o Force Gunner, mais deixa de criar o GU, no meu pensamento ele pula uma ordem de 1 ao 8, indo para 2 a 8

var _class = (byte)(style & 0xFF ^ 8); -> trocando para o 9 o Force Gunner é criado mais deixa de criar o GU
style >>= 8;
var colour = (byte)((style & 0xFF) >> 5);
var face = (byte)(style & 0x1F);
style >>= 8;
var hair = (byte)((style & 0xFF) >> 1);
style >>= 8;
var gender = (style != 0);

script local / Server/Channel/Packets/Methods/Character/Lobby/NewMyChartr.cs


-> resperando respostas :)
 
Last edited:
Junior Spellweaver
Joined
Dec 14, 2009
Messages
132
Reaction score
8
Use FrontMySql or HeidiSQL to connect to your database, right after that find database called login.
In it you will find the account table, just fill in the access data and connect in your client, remembering that Master.exe, Login.exe, Channel.exe have to be properly configured and running.

-------------------------------PT-Br---------------------------------------------------------

Use FrontMySql ou HeidiSQLpara conectar-se em seu banco de dados, logo após isso encontre banco de dados chamada login.
Nela você irá encontrar a tabela account , basta preencher com os dados de acesso e conectar em seu cliente, lembrando que Master.exe,Login.exe,Channel.exe tem que estar configurados corretamente e rodando.
 
Last edited:
Status
Not open for further replies.
Back
Top