Register for your free account! | Forgot your password?

You last visited: Today at 13:46

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Guide]Fixing In-Game Item Mall

Discussion on [Guide]Fixing In-Game Item Mall within the Shaiya PServer Guides & Releases forum part of the Shaiya Private Server category.

Reply
 
Old 09/24/2013, 23:16   #16
 
nubness's Avatar
 
elite*gold: 10
Join Date: Jan 2012
Posts: 1,698
Received Thanks: 5,451
Nope, not necessarily.
nubness is offline  
Old 09/25/2013, 00:58   #17
 
dorrigro's Avatar
 
elite*gold: 0
Join Date: Jan 2012
Posts: 49
Received Thanks: 26
This tutorial has not corrected the "error 0"
dorrigro is offline  
Old 10/02/2013, 16:19   #18
 
elite*gold: 0
Join Date: Aug 2012
Posts: 39
Received Thanks: 1
ep4.5 oke but dont fix ep 5.3 or 60 ???
ltohvuey51 is offline  
Old 10/02/2013, 19:15   #19
 
st.jimmy998's Avatar
 
elite*gold: 0
Join Date: Jan 2013
Posts: 343
Received Thanks: 137
This tutorial doesnt care episode..

and @dorrigro, its for Item Mall DC, ur problem can be caused by "stack", u should set in item.sdata and sql files into ur db
st.jimmy998 is offline  
Old 11/14/2013, 05:23   #20
 
elite*gold: 0
Join Date: Jun 2011
Posts: 1
Received Thanks: 0
hi i still have that problem my service msdtc is working but when i try buy something i have dc "error 0" I have been a week looking for solution but can not find one


these are my logs


2013-11-13 21:45:42 PS_DBAGENT__system log start (DBAgent01)

2013-11-13 21:46:08 connect game, Name=



2013-11-13 21:46:09 connect game, Name=



2013-11-13 21:48:58 err=-1, [Microsoft][ODBC SQL Server Driver][SQL Server]Error al convertir el tipo de datos varchar a datetime., SQL STATE: 42000, NATIVE ERROR: 8114 (0x1FB2)

2013-11-13 21:48:58 SaveBuyPointItem 49 Valcor- qerr=0, {?=call usp_Save_User_BuyPointItems_NCash(2,49,0,'b2_runa' ,'2013-11-13 21:48:58')}

im sorry if is wrong section for post i need help ty
riuga12 is offline  
Old 11/17/2013, 13:06   #21
 
elite*gold: 0
Join Date: Jul 2012
Posts: 63
Received Thanks: 16
THaaaaaaaaaaaaanks ! VERY MUCH! <3
I have this problem, and now i fix it! My hero
Kenwood25 is offline  
Old 03/31/2014, 17:33   #22
 
momocruz's Avatar
 
elite*gold: 0
Join Date: Sep 2011
Posts: 390
Received Thanks: 375
I have followed ALL post about item Mail DC ( step by step ) but i have again DC when i m buy item and on my item Mail only have 1 item to buy (rez rune 30 day)

i have ADD Npsquest ,monster,item,killstatue

I use W7 and SQL 2012 and DB smallserver

I Need Help and more information , Google it's my frienf and EPVPERS to i have used all keys word on search button but they send me always here and my probleme always here

Thx for readind this and i hope someone help me

(PS: Im french i speak portugues and english) i accept PM here to receiv link or Information
momocruz is offline  
Old 03/31/2014, 19:35   #23
 
elite*gold: 0
Join Date: Oct 2012
Posts: 89
Received Thanks: 4
Use TeddyBear94 Files


And this:
Code:
USE [PS_GameData]
GO
/****** Object:  StoredProcedure [dbo].[usp_Save_User_BuyPointItems_NCash]    Script Date: 2014-01-21 19:10:44 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO


/****** Shoping Mall	Fixed by sandolkakos	Website: http://www.universalgamesonline.com.br ******/



ALTER Proc [dbo].[usp_Save_User_BuyPointItems_NCash]

@UserUID int,
@CharID int,
@UsePoint int,
@ProductCode varchar(20),
@textDate varchar(30)

AS

DECLARE @UseTime datetime
set @UseTime=CONVERT(datetime, @textDate, 120) 

SET NOCOUNT ON
SET XACT_ABORT ON

DECLARE @UseType int
DECLARE @ReturnValue int

SET @UseType = 1 -- ??

BEGIN DISTRIBUTED TRANSACTION


EXEC @ReturnValue = PS_UserData.dbo.usp_Update_UserPoint @UserUID, @UsePoint
IF ( @ReturnValue < 0 )
BEGIN
GOTO ERROR
END
-- ??? ??(Old, ?? UPDATE? ???? ????? ?? ???)
--UPDATE PS_UserData.dbo.Users_Master SET Point=Point-@UsePoint WHERE UserUID=@UserUID
--IF( @@ERROR<>0 OR @@ROWCOUNT=0)
--BEGIN
--	GOTO ERROR
--END

-- ??? ?? ??
INSERT INTO PointLog(UseType,UserUID,CharID,UsePoint,ProductCode,UseDate)
VALUES(@UseType,@UserUID,@CharID,@UsePoint,@ProductCode,@textDate)
IF( @@ERROR<>0)
BEGIN
GOTO ERROR
END

COMMIT TRAN
RETURN 1

ERROR:
ROLLBACK TRAN
RETURN -1


SET XACT_ABORT OFF
SET NOCOUNT OFF
QQers19 is offline  
Thanks
1 User
Old 04/01/2014, 13:33   #24
 
momocruz's Avatar
 
elite*gold: 0
Join Date: Sep 2011
Posts: 390
Received Thanks: 375
Thx QQers19 i'm going to try that's today and back tell if my problem was resolved


Ok now i have find how to fix that "error 0 "

And Fixed Thx to all people have post in forum solution , i have mixed all information , and this is my first time i maked server , i have learn all here to make one and in 8 Days i can play normaly with my friend , and use whatever EP i want to play

Big Thanks all for helped me in all post in EPVP forum

To get solution we just have to READ and use search Button here
momocruz is offline  
Old 11/10/2015, 18:38   #25
 
elite*gold: 0
Join Date: Oct 2015
Posts: 21
Received Thanks: 1
Problema error 0 en itenmall ayuda

hola buenas tardes. pues disculpa no se escribir en ingles, em hace rato, que estoy haciendo un server. busco mas que todo un episodio 4-5, ya los e hecho a cada rato. en mi computador pero se da el caso deq ya teniendo todo listo , el unico error que me queda. segun creo yo es este. tanto en los files 4.5 como ep 5.

2015-11-10 11:53:29 PS_DBAGENT__system log start (DBAgent01)

2015-11-10 11:53:37 connect game, Name=



2015-11-10 11:53:37 connect game, Name=



2015-11-10 12:38:20 err=-1, [Microsoft][ODBC SQL Server Driver][SQL Server]MSDTC no está disponible en el servidor 'SERVIDOR-PC'., SQL STATE: 42000, NATIVE ERROR: 8501 (0x2135)

2015-11-10 12:38:20 SaveBuyPointItem 1 ?? qerr=0, {?=call usp_Save_User_BuyPointItems_NCash(1,1,5000,' Accesorios PvP-15','2015-11-10 12:38:18')}

....
ese es el error tengo varios meses en este plan y por ello no e logrado montar mi servidor.. espero pronta respuesta si alguno ya a solucionado.. gracias



translate:
arybb is offline  
Old 11/10/2015, 20:13   #26
 
elite*gold: 260
Join Date: Sep 2011
Posts: 487
Received Thanks: 359
Code:
2015-11-10 12:38:20 err=-1, [Microsoft][ODBC SQL Server Driver][SQL Server]MSDTC no está disponible en el servidor 'SERVIDOR-PC'., SQL STATE: 42000, NATIVE ERROR: 8501 (0x2135)

2015-11-10 12:38:20 SaveBuyPointItem 1 ?? qerr=0, {?=call usp_Save_User_BuyPointItems_NCash(1,1,5000,' Accesorios PvP-15','2015-11-10 12:38:18')}

Im pretty sure you can get solution in this topic for your problem : D
SnickQ is offline  
Old 01/20/2019, 12:17   #27
 
Pandablack's Avatar
 
elite*gold: 0
Join Date: Feb 2018
Posts: 12
Received Thanks: 0
Quote:
Originally Posted by RebeccaBlack View Post
I see the other user removed his guide due to "leaving" Elitepvpers.

The usual problem with in game item mall DC is due to a windows service not running. The easy way to fix it is shown below.

Step 1: Open Services.msc
Step 1 Image:


Step 2: Find "Distributed Transaction Coordinator" in the new window.
Step 2 Image:


Step 3: Right-Click on "Distributed Transaction Coordinator" and select Properties
Step 3 Image:


Step 4: Make sure the general tab looks like the image above, then go to Log On.
Step 4 Image:


Step 5: Click the Radio Button next to This Account, and make sure it says Network Service. The NetworkService account does not have a password, so anything entered into that field will be ignored.

Step 6: Click Apply, then go back to the General Tab and click Start.
Step 6 Image:

That should cover the service error when DCing from the item mall. Make sure you do this on the computer RUNNING the SERVER, not a client computer, as that doesn't really matter. Other errors are probably from SQL errors, and if you have those, post the errors on THIS thread, and I'll solve them as you post.

Good luck.
Hi, I did it the way you taught it, but I still can not buy the store ...
Pandablack is offline  
Old 01/20/2019, 16:11   #28
 
elite*gold: 0
Join Date: Mar 2017
Posts: 111
Received Thanks: 123
You Have To Pay Attention To The Steps Correctly.
RebirthEpic is offline  
Thanks
1 User
Old 09/22/2019, 23:59   #29
 
elite*gold: 0
Join Date: Sep 2019
Posts: 12
Received Thanks: 0
Estou com problema de compra algo no item mall. Sempre da dc quando eu compro algo! Alguem ajuda ae pfv?
[ADM]Festa is offline  
Old 09/23/2019, 06:38   #30
 
elite*gold: 0
Join Date: Mar 2018
Posts: 251
Received Thanks: 104
Quote:
Originally Posted by [ADM]Festa View Post
Estou com problema de compra algo no item mall. Sempre da dc quando eu compro algo! Alguem ajuda ae pfv?
iae mano me enviar seu discord ou skype vou lhe ajudar
[DEV]Wan is offline  
Reply


Similar Threads Similar Threads
[Guide]Add Item @ Pet Into Shopping Mall (with pic)
01/13/2013 - EO PServer Guides & Releases - 17 Replies
Ok..there is a lot of people asking me how to put item @ pet in Shopping Mall (SM)..well to day im gonna show a guide how to put item @ pet into SM..please follow the step below: ---------------------------------------- Step 1 Download Itemtype & Shop Editor that release by funhacker.You can get it here: Itemtype Editor & Shop.dat Editor
[Mini-Guide] Fixing Item Mall Crash in 5 minutes.
02/20/2012 - Shaiya PServer Development - 19 Replies
# REMOVED I left elitepvpers.
Item mall editing and not working in game
12/15/2011 - Shaiya Private Server - 5 Replies
Does anyone know how to edit the item mall? could someone point me in the right direction. I'm also currently having a problem with the item mall, i get the server up and running, and i have 2 issues. 1: cant buy anything from the item mall, it says "no item located on that spot" 2: I cant seem to level up my skills all the way :/
[Request]In Game Item Mall
10/08/2011 - Shaiya - 12 Replies
hi everyone i got stuck again in the item mall this time, i did manage to make all the data in the ProductList table coincide with the data in cash.sdata but i still get the "no item on that spot" error on the items i added (god damn firecrackers work) and i`m looking for some pointers on how to add items in to item mall. Oh and if someone figure out the icon id`s or how can i use a specific icon for a specific package i truly appreciate and i doubt only me :) ps. If someone willing to...



All times are GMT +2. The time now is 13:46.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.