CashShopServer.exe have virus !!!! only this . and cant up server without CashShopServer how fix?![]()
Why does main don't support my hooked dll? I did hooked it correctly..
Another bug: When a Commoner kills a Phono, he become Outlaw, instead of Hero.
English : When i open game, i check server, checked 1 connect, chek my accc and pass, and it's give me what Account Invalid - but it's have in DB, site..
Help please..
thanks
Russian: Zapuskaiu igru, jmu na server, jmu na konnekt, vvoju akk i pass i mne vibivaet accaunt invalid, proboval uje po 20-30 raz, odno i toje..
pomogite plz =((
Use this in SQL Server and after recreate your acc :
(Poprobui eto v SQL SERVER a potom sozdai zanovo acc)
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[XP_MD5_EncodeKeyVal]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)
drop procedure [dbo].[XP_MD5_EncodeKeyVal]
GO
SET QUOTED_IDENTIFIER OFF
GO
SET ANSI_NULLS OFF
GO
exec sp_addextendedproc N'XP_MD5_EncodeKeyVal', N'WZ_MD5_MOD.dll'
GO
SET QUOTED_IDENTIFIER OFF
GO
SET ANSI_NULLS ON
GO
and
USE [master]
GO
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[XP_MD5_EncodeKeyVal]') and OBJECTPROPERTY(id, N'IsExtendedProc') = 1)
exec sp_dropextendedproc N'[dbo].[XP_MD5_EncodeKeyVal]'
GO
SET QUOTED_IDENTIFIER OFF
GO
SET ANSI_NULLS OFF
GO
exec sp_addextendedproc N'XP_MD5_EncodeKeyVal', N'WZ_MD5_MOD.dll'
GO
SET QUOTED_IDENTIFIER OFF
GO
SET ANSI_NULLS ON
GO
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[XP_MD5_CheckValue]') and OBJECTPROPERTY(id, N'IsExtendedProc') = 1)
exec sp_dropextendedproc N'[dbo].[XP_MD5_CheckValue]'
GO
SET QUOTED_IDENTIFIER OFF
GO
SET ANSI_NULLS OFF
GO
exec sp_addextendedproc N'XP_MD5_CheckValue', N'WZ_MD5_MOD.dll'
GO
SET QUOTED_IDENTIFIER OFF
GO
SET ANSI_NULLS ON
GO
USE [MuOnline]
GO
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[SP_MD5_ENCODE_VALUE]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)
drop procedure [dbo].[SP_MD5_ENCODE_VALUE]
GO
SET QUOTED_IDENTIFIER OFF
GO
SET ANSI_NULLS OFF
GO
CREATE PROCEDURE SP_MD5_ENCODE_VALUE (@btInStr VARCHAR(10), @btInStrIndex VARCHAR(10))
--RETURNS BINARY(16)
--Created By WebZen
--Adapted By [CzF]Deathway
AS
BEGIN
DECLARE @btOutVal BINARY(16)
EXEC master..XP_MD5_EncodeKeyVal @btInStr, @btInStrIndex, @btOutVal OUT
UPDATE MEMB_INFO SET memb__pwd = @btOutVal WHERE memb___id = @btInStrIndex
RETURN @btOutVal
END
GO
SET QUOTED_IDENTIFIER OFF
GO
SET ANSI_NULLS ON
GO
блях куда именно этот текст вписать?
Emm... where i must read this text?
Sorry for my bad english
HI, anyoane can tell me what is this and how can I fix it? (screen)
and when I want to kill a monster without any skill I can't do it... It is in my files or it is a bag?
and on maps CryWolf & DeepLoren I can't kill tehm with any skill. WTF =)
Last edited by Mu2; 07-12-08 at 01:00 AM.
Gameserver that a problem with this. for him this paked with any program (I believe that the molebox) to open a few minutes he spends using 100% cpu for the team that Codou the post he unpaked server to reduce the use of the cpu
wingsofhell, the gs_cs is having incompatibility problems with the cashshop, because when you open the GS + cashshop + gs_cs the CPU usage is 100%, JA realized you this?
CPU usage reason can be ports, check all it might help
Ok i got invalid socket error when trying to go to GS-CS.. i already checked all ips and connections... maybe it can be an item problem, since i was using a seal from cashshop..
i'll make more tests but i'm going to sleep now... cya dudes, and please tell me what's the changes made in 1.00.02 version.