este es mi problema limpio verifique que limpiaran y si limpia se conectan 8 o 9 personas pasada 3 o 4 horas se cae el server arrojando ese error cambie los files porsi habia sido una mala implementación de algun npc o algo asi y pues cambie el pong y todo y entra normal pero vuelve a salir el pt error ese di permisos a la mysql todas las tablas y que va sigue el problema sera uso el game 250 de 45mb no se si el game sea el problema solo me falta limpiar la base de datos
y borrar todo para ver si son datos que esten promoviendo ese error pero la verdad no quiero eliminar los datos aparte el disco es de 100gb y la particion fue asi 70gb y 30gb asi que no creo que sea problema de espacio..... pero bueno espero que alguno de ustedes me brinde una solución.....
andrea22 (@andrea22)
Information about andrea22
Publicados por andrea22
-
-
anglios hay clientes con este tipo de codigo
## Chat
def OnRecvWhisper(self, mode, name, line):
if mode == chat.WHISPER_TYPE_GM:
self.interface.RegisterGameMasterName(name)
chat.AppendWhisper(mode, name, line)
self.interface.RecvWhisper(name)def OnRecvWhisperSystemMessage(self, mode, name, line):
chat.AppendWhisper(chat.WHISPER_TYPE_SYSTEM, name, line)
self.interface.RecvWhisper(name)def OnRecvWhisperError(self, mode, name, line):
if locale.WHISPER_ERROR.has_key(mode):
chat.AppendWhisper(chat.WHISPER_TYPE_SYSTEM, name, locale.WHISPER_ERROR[mode](name))
else:
chat.AppendWhisper(chat.WHISPER_TYPE_SYSTEM, name, "Whisper Unknown Error(mode=%d, name=%s)" % (mode, name))
self.interface.RecvWhisper(name)def RecvWhisper(self, name):
self.interface.RecvWhisper(name)def OnPickMoney(self, money):
chat.AppendChat(chat.CHAT_TYPE_INFO, locale.GAME_PICK_MONEY % (money))def OnShopError(self, type):
try:
self.PopupMessage(locale.SHOP_ERROR_DICT[type])
except KeyError:
self.PopupMessage(locale.SHOP_ERROR_UNKNOWN % (type))def OnSafeBoxError(self):
self.PopupMessage(locale.SAFEBOX_ERROR)def OnFishingSuccess(self, isFish, fishName):
chat.AppendChatWithDelay(chat.CHAT_TYPE_INFO, locale.FISHING_SUCCESS(isFish, fishName), 2000)# ADD_FISHING_MESSAGE
def OnFishingNotifyUnknown(self):
chat.AppendChat(chat.CHAT_TYPE_INFO, locale.FISHING_UNKNOWN)def OnFishingWrongPlace(self):
chat.AppendChat(chat.CHAT_TYPE_INFO, locale.FISHING_WRONG_PLACE)
# END_OF_ADD_FISHING_MESSAGEdef OnFishingNotify(self, isFish, fishName):
chat.AppendChat(chat.CHAT_TYPE_INFO, locale.FISHING_NOTIFY(isFish, fishName))def OnFishingFailure(self):
chat.AppendChatWithDelay(chat.CHAT_TYPE_INFO, locale.FISHING_FAILURE, 2000)def OnCannotPickItem(self):
chat.AppendChat(chat.CHAT_TYPE_INFO, locale.GAME_CANNOT_PICK_ITEM)# MINING
def OnCannotMining(self):
chat.AppendChat(chat.CHAT_TYPE_INFO, locale.GAME_CANNOT_MINING)
# END_OF_MININGdef OnCannotUseSkill(self, vid, type):
if locale.USE_SKILL_ERROR_TAIL_DICT.has_key(type):
textTail.RegisterInfoTail(vid, locale.USE_SKILL_ERROR_TAIL_DICT[type])if locale.USE_SKILL_ERROR_CHAT_DICT.has_key(type):
chat.AppendChat(chat.CHAT_TYPE_INFO, locale.USE_SKILL_ERROR_CHAT_DICT[type])def OnCannotShotError(self, vid, type):
textTail.RegisterInfoTail(vid, locale.SHOT_ERROR_TAIL_DICT.get(type, locale.SHOT_ERROR_UNKNOWN % (type)))como se debe modificar?
-
Bueno creo que hace falta mas guia eso lo resuelve si que lo resuelve lo he visto con algunos cliente pero hay clientes que no lo permiten creo que es necesario editar otro archivo pero pa saber cual
-
una pregunta si hago eso la base de datos no me daria problema osea me reconoceria + de 2kkk de yang?
-
esa es mi pregunta como puedo cambiar donde dice proceso de entrada activado, seras conectado al servidor en que parte que archivo del cliente edito para cambiar esas palabras ejemplo: quiero cambiarlo por esto Seras conectado en breve...
espero su respuesta ^^