yo , i had this prob before , but when i made a new server , i got this , last time i fixed it by renaming dbs , but now its not working , wht can i do ?
btw the error is u buy something from item mall u get dc , when u login u find the item in ur inv and the silks are not removed .
easy fix.. i cant understand why no one can just use the SEARCH BUTTON --> here is the fix..
CHANGE THE RED PART INTO YOUR NEW DB NAME..
If you rlly cant find where this is = shard, stored produced and search for update_cost. ENJOY!
Quote:
USE [SRO_VT_SHARD]
GO
/****** Object: StoredProcedure [dbo].[_UPDATE_COST] Script Date: 26.02.2012 14:03:32 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
-- ؤ³¸¯إحہا JID¸¦ ¾ٍ¾î؟ہ³ت¶َ.
declare @JID int
select top 1 @JID = UserJID from _User
where CharID = @PC_ID
IF (@@ROWCOUNT = 0 OR @@ERROR <> 0)
BEGIN
RETURN -2006
END
DECLARE @PackageItemID int
select @PackageItemID = ID from dbo._RefPackageItem where codename128 = @PackageItemCodeName
if (@@ERROR <> 0 or @@ROWCOUNT = 0)
begin
return -2007
end
end
-- gold
if ((@PaymentDevice & 1) > 0)
begin
UPDATE _Char SET RemainGold = @RemainGold WHERE CharID = @PC_ID
IF (@@ERROR <> 0 OR @@ROWCOUNT = 0)
BEGIN
RETURN -2003
END
end
-- guildpoint
if ((@PaymentDevice & > 0)
BEGIN
-- ±وµه¸¦ ¾ث¾ئ؟ح¶َ.
declare @GuildID int
select @GuildID = GuildID from _GuildMember
where CharID = @PC_ID
IF (@@ERROR <> 0 OR @@ROWCOUNT = 0)
BEGIN
RETURN -2004
END
-- ±وµه ئ÷ہخئ® ±î¶َ.
update _Guild set GatheredSP = GatheredSP - @OffsetOptionalPoint
where GatheredSP >= @OffsetOptionalPoint and ID = @GuildID
IF (@@ERROR <> 0 OR @@ROWCOUNT = 0)
BEGIN
/*
-- ¾ّہ»¼ِµµ ہض´آ°إ´ظ.
Item mall dc 09/22/2013 - Shaiya Private Server - 6 Replies Moin,
also zurzeit läuft alles super auser die item mall.
Immer wenn ich einen gegenstand kaufen will, bekomme ich ein dc.
Ich habe auch schon das hier versucht:
http://www.elitepvpers.com/forum/shaiya-pserver-de velopment/1030923-mini-guide-fixing-item-mall-cras h-5-minutes.html
und das:
http://www.elitepvpers.com/forum/shaiya/444339-rel ease-fixing-shopmall.html
Web Item Mall! 04/01/2012 - Shaiya Private Server - 2 Replies Hi all, bin auf der suche nach einem web item Mall Script, wen jemand mir helfen kan oder will das wäre sehr nett und hilfreich,danke :)
Hi all, I'm looking for a web item mall script who kan someone help me or wants that would be very nice and helpful, thank you :):handsdown:
[REQUEST] Item mall item for 0 silk 12/02/2011 - SRO Private Server - 11 Replies Hello ,
I am trying to make some item mall items to 0 silk but there is a problem when i put the cost to 0 silk the users can not purchase the items.
Only cost to 1 or more is working ...
Any idea where is the restriction about this ( maybe a stored procedure ? )
Cordialy,
ITEM MALL 09/30/2011 - SRO Private Server - 5 Replies i need item mall where add avatars ?
Cannot buy item at mall 02/06/2011 - EO PServer Hosting - 19 Replies I've added 4 summonstone to the mall ... buy i cannot buy it from there . why ? anything that i missing to edit ?:(