Jump to content
Arcanjo - Rag

Erro ao criar personagem

Recommended Posts

Boa tarde,
Estou voltando a criar meu servidor de ragnarok, atualizei para versão atual do rAthena.
Estou usando o cliente 2020-04-01 porém estou com um problema na criação de personagem,
Ao tentar criar um personagem me aparece um erro "criação de personagem negada", alguém poderia me ajudar a solucionar esse erro?
screenRevolutionBR000.thumb.jpg.45c4b54a8834fb551da86afbad3301b2.jpg

Obrigado, fico no aguardo.

Link to comment
Share on other sites

Voce declarou o client q está utilizando na mmo?

Geralmente esse tipo de erro acontece quando o emulador está configurado pra um client e está sendo utilizado outro, ai da conflito de packets.

Link to comment
Share on other sites

Acabei de verificar que os novos releases do emulador alteraram aonde você define o PACKETVER, antigamente era no mmo.h nesta parte:

#ifndef PACKETVER
    #define PACKETVER 20101124

Agora segundo esta informação em: src/config/packets :


#ifndef PACKETVER
    /// Do NOT edit this line! To set your client version, please do this instead:
    /// In Windows: Add this line in your src\custom\defines_pre.hpp file: #define PACKETVER YYYYMMDD
    /// In Linux: The same as above or run the following command: ./configure --enable-packetver=YYYYMMDD
    #define PACKETVER 20200401
#endif

Você deve adicionar uma linha em src\custom\defines_pre.hpp file:

#define PACKETVER 20200401

Se tiver usando windows.

Edited by Caspian
  • Love 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.