Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: Source Xemu S6 Custom Server  (Visto 13450 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline ARCKANO #20 Posteado: May 24, 2018, 02:01:24 AM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 139
  • Gracias recibida: 4883
  • pe
al compilar el gs se cuelga el main al ingresar la id alguna solucion?

en  stdafx.h


#ifndef PROTECT_STATE
#define PROTECT_STATE 0
#endif

#ifndef ENCRYPT_STATE
#define ENCRYPT_STATE 0   <-- ese lo pones en 1 y podras entrar normal
#endif

no funciona al hacer eso


Offline Deidad #21 Posteado: June 08, 2018, 04:31:39 AM

  • ESTAFADOR
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 915
  • Gracias recibida: 1477
  • ve
pudiste compilar exactamente estos mismo src y entrar normal al servidor? tengo rato compilando y revisando y apenas preciono el servidor se cuelga el main


Offline c4nhsatcodong #22 Posteado: July 26, 2018, 02:06:02 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 361
  • Gracias recibida: 1841
  • vn
bro share source main

Publicar un anuncio Mu Online gratis - Mu Online Community GRATIS.
Post free Mu Online ads - FREE Mu Online Community
https://www.facebook.com/groups/274190243227367/


Offline jhonhy #23 Posteado: July 26, 2018, 05:57:33 PM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 83
  • Gracias recibida: 195
  • br
no one has the source of main?


Offline luckydead #24 Posteado: August 11, 2018, 03:39:07 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 7
  • Gracias recibida: 1
someone has the server files ?


Offline admmunowar #25 Posteado: August 11, 2018, 05:47:02 PM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 144
  • Gracias recibida: 4823
  • br
Here i leave full Server Source, without Client sources, cause i dont have. I dont have time to make it work, so guys u can do it :)

 

sorry for the question you have MuServer ,this topic source?

Copyright Pro-Yoshi Ms-Emulator © 2021

Offline Pyke #26 Posteado: August 11, 2018, 06:49:43 PM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 209
  • Gracias recibida: 13921
  • pl

Offline admmunowar #27 Posteado: November 06, 2018, 11:32:11 AM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 144
  • Gracias recibida: 4823
  • br
1>  CCRC32.Cpp
1>c1xx : fatal error C1083: Cannot open source file: '..\..\..\Util\CCRC32.Cpp': No such file or directory
1>  Math.cpp
1>c1xx : fatal error C1083: Cannot open source file: '..\..\..\Util\Math.cpp': No such file or directory


Any solution? I already tried everything I can. Who has the fix of this could share with me??

pls

Copyright Pro-Yoshi Ms-Emulator © 2021

Offline louis #28 Posteado: December 30, 2018, 07:40:02 PM

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • C++ Coder
  • +11 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 844
  • Gracias recibida: 36392
  • br
fix for custom quests

search for

struct DS_SEND_QUESTS
{
   PSBMSG_HEAD h;
   int aIndex;
   char Name[MAX_IDSTRING];
   short SceneIndex;
   short EpisodeIndex;
   BYTE TalkIndex;
   BYTE Completed;
   int PointAdd;
};

struct DS_SEND_QUESTS_HUNT
{
   PSBMSG_HEAD h;
   int aIndex;
   char Name[MAX_IDSTRING];
   short SceneIndex;
   short EpisodeIndex;
   int MobIndex;
   int Count;
};

replace to:

struct DS_SEND_QUESTS
{
   PSBMSG_HEAD h;
   int aIndex;
   char Name[MAX_IDSTRING+1];
   short SceneIndex;
   short EpisodeIndex;
   BYTE TalkIndex;
   BYTE Completed;
   int PointAdd;
};

struct DS_SEND_QUESTS_HUNT
{
   PSBMSG_HEAD h;
   int aIndex;
   char Name[MAX_IDSTRING+1];
   short SceneIndex;
   short EpisodeIndex;
   int MobIndex;
   int Count;
};

Update 36 is ready!!!

Gracias:


Offline Daniel@ #29 Posteado: January 01, 2019, 12:55:18 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 354
  • Gracias recibida: 2786
  • ve
Yo hace un mes conseguí las sources del lado del cliente, y debo decir que esta muy desordenado.


Offline louis #30 Posteado: January 01, 2019, 05:12:28 AM

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • C++ Coder
  • +11 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 844
  • Gracias recibida: 36392
  • br
Yo hace un mes conseguí las sources del lado del cliente, y debo decir que esta muy desordenado.

Sí. que sirve para tomar como base, pero creo que tiene muchos errores

Update 36 is ready!!!

Offline Daniel@ #31 Posteado: January 01, 2019, 03:08:28 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 354
  • Gracias recibida: 2786
  • ve
Yo hace un mes conseguí las sources del lado del cliente, y debo decir que esta muy desordenado.

Sí. que sirve para tomar como base, pero creo que tiene muchos errores

sirven las funciones custom, unicamente la que me costo fue las pet muun pero ahora ya funciona 100% en muemu
mientras que los demas eventos custom funcionan bien, saque todas las custom y las traspase a las muemu arreglando algunos errores que tenian las xemu.


Offline iramondias #32 Posteado: January 01, 2019, 05:05:46 PM

  • C++ Coder
  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 55
  • Gracias recibida: 50
  • br
daniel, please , share this Source


Offline samsunggon #33 Posteado: November 26, 2019, 10:41:00 AM | Modificado: February 01, 2020, 03:35:47 AM by samsunggon

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 434
  • Gracias recibida: 1308
  • ph
share client source :D


DISCORD: valentino1515


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
24 Replies
10128 Views
Last post November 14, 2021, 02:36:47 AM
by flawless
5 Replies
1442 Views
Last post May 30, 2018, 08:44:54 AM
by splound
2 Replies
1297 Views
Last post June 09, 2018, 02:25:28 PM
by ZabiinoOo
14 Replies
5096 Views
Last post September 05, 2022, 06:24:24 PM
by acelot
8 Replies
7921 Views
Last post August 23, 2022, 12:31:39 AM
by ZabiinoOo