Hey guys,
i have problems getting the premium inventory work.
Rest server runs fine and i can login and play.
Problem is i added item to OdinAccounts.dbo.tPurchases using this query:
10040 = Item "Roar"Code:INSERT INTO OdinAccounts.dbo.tPurchases (nAGID, nPrice, nGoodsNo, nQuantity, nUsed, sIP, nIsGift, nStatus) VALUES ('2', '0', '10040', '1', '0', '127.0.0.1', '0', '1');
When clicking ingame on premium inventory it shows the following error:
All services are added to firewall. My outspark_dll log:Code:fail load item information
And my outspark.ini:Code:(Outspark Error: 1002) Failed getting purchased items: The Server Returned an Unknown Error (wininet: 0).
Both ItemInfo.shn and ItemInf0.shn are the same and services are running.Code:[REST] server=odin.rest port=80 version=v1 signed_requests=true [GAME] realm=fiesta [DLL] ; always disable logging on production machines, it is wasteful of cpu/disk access resources log_enabled=true
I would be very very happy if someone has an idea and could help me.
Anyway thanks for that nice release :D


Reply With Quote

