Problem F10

07/24/2017 14:22 eiron2010#1
hello guys
i have problem from f10
I deleted all items from f10
Then I added items
Now dont work and dont open
The page does not open
07/24/2017 15:19 blapanda#2
Hope you have adjusted and added new items to the shop with already existing items, if yes, continue reading:

First of all, make a backup of your existing text-files of your silkroad client.
refpackageitem.txt, refpricepolicyofitem.txt, refscrapofpackageitem.txt and refshopgoods.txt.
Copy them somewhere else.
Open them and delete whatever is inside.
Execute this simply query:

PHP Code:
USE SRO_VT_SHARD

SELECT 
FROM _RefPackageItem
WHERE Service 
1
ORDER BY 
[ID]

SELECT FROM _RefPricePolicyOfItem
WHERE Service 
1

SELECT 
FROM _RefScrapOfPackageItem
WHERE Service 
1
ORDER BY 
[Index]

SELECT FROM _RefShopGoods
WHERE Service 

And copy those entries to their respective text files (from _RefPackageItem to refpackageitem.txt, and so on).
Save them and start the client while the server is running.

Still nothing working? Hope you have made a backup before deleting every shop item and adding new ones afterwards to your database.
07/24/2017 17:27 eiron2010#3
not work :(
08/02/2017 01:28 HECKT00R#4
first of all backup everything
copy the lines from client text files
_RefPackageItem , _RefPricePolicyOfItem , _RefScrapOfPackageItem , _RefShopGoods

and put them in your db corresponding tables
and it should works !