[Help]D-Shop inventory error

08/04/2009 02:46 carcier#1
Hi all
guys im having this problem
[Only registered and activated users can see links. Click Here To Register...]
I saw some topics explaining how to solve this problem more I could not understand someone explain me?
thanks to all
PS:if see a costume itens,the motive im using other Action and others archives but in A6
have this problem to buy =(
08/04/2009 07:00 turfstarz#2
Make sure your clients cashshop folder, and Servers cashshop folder is the same. This has been posted alot of times.
08/04/2009 07:14 vitorjun#3
need to see the DB of the pserver


Japoneiiiiiiiiiiiisssss
08/04/2009 17:50 Bear Walken#4
Go to share/item folder in server side and copy the files cashshop.csv, cashshop_itemlist.csv, cashshop_tablist.csv, cashshop_maintab.csv and itemcash.csv to your Data/Share/Item folder in client side.
08/04/2009 18:02 carcier#5
ok im go try thanks all for help, if not sucess im talk here

=( the problem continue and i used the share folder of the server in the client
and problem continue,the problem is in the rest of the data folder?
can anyone dont upload your data folder to me?
im using the client of the topic serverfile+english game client =)
please upload =)

# merged by -= Re@p3r =-
08/04/2009 19:32 Bakloma#6
i had exactly the same problem. everyone said that theres something wrong with server and client, but thats not true
ok heres the fix:

Open "EnterPrise Manager" (from MSSQL 2000 Server) go to the Database "Cash" , right click then select "New", Select "Stored Procedure"

Paste this Code in the field:

Quote:
CREATE PROCEDURE dbo.SP_BL_PAY_PWD_CHECK
@user_no varchar(20) ,
@user_pwd varchar(64) , -- 霸烙拌沥 菩胶况靛
@sp_rtn int OUTPUT -- 馆券蔼 府畔 (0:沥惑)
AS
BEGIN

SELECT @sp_rtn = -1
, @user_no = IsNull(@user_no , '')
, @user_pwd = IsNull(@user_pwd , '')

IF Len(@user_no) < 1 OR Len(@user_pwd) < 1
BEGIN
--涝仿蔼 坷幅.
SELECT @sp_rtn = -1
RETURN
END


IF EXISTS( SELECT 1
FROM account.dbo.user_profile WITH(NOLOCK)
WHERE user_no = @user_no
AND user_pwd = @user_pwd )
BEGIN
--厚剐锅龋 八荤 己傍.
SELECT @sp_rtn = 0
END
ELSE
BEGIN
--厚剐锅龋 八荤 角菩.
SELECT @sp_rtn = -2
END

RETURN
END
GO
08/04/2009 20:28 carcier#7
thanks bakloma but the problem continue xD
08/05/2009 00:07 diablo0509#8
#double post reported

carcier when you want to add something to your previus post use the "EDIT" button