Jump to content

Alguém me ajuda com isso URGENTE (NPC/CAVALO)


eduwaalker
 Share

Recommended Posts

  • 2 months later...
  • 5 months later...

Boa noite, desculpe reviver um tópico antigo...

Como não sei se todos consguiram a solução para o problema irei deixar o mesmo aqui:

O probelma está no packet.h do cliente.

Para resolver o problema abrir o packet.h e procurar por:

typedef struct packet_update_char e dentro desta função procure por:

     DWORD        dwMountVnum;

e adicione abaixo:

#if defined(WJ_COMBAT_ZONE)
    DWORD        combat_zone_points;
#endif

OBS: Fazer o mesmo para o: typedef struct packet_char_additional_info

No tutorial original pede para colocar o DWORD do Combate após o:     BYTE    bPKMode;

e é por isso que acontece o bug das montarias ficarem invisíveis.

Espero ter ajudado, abraço a todos.

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...