Help Error gameserver

04/13/2012 19:16 Kundalini#1
Hi I post an image with my error
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
gameserver give me this error when i log my char in the game...
someone can help my?
04/13/2012 20:00 ismokedrow#2
One might think to open the SMP check_purchased_item and then one might even go further to look for dbo.Billing which is reference several times in that smp. But what's this it asks for dbo.billing.paiditem. Woah, if one would look in the structure of Telecaster one might notice that dbo.PaidItem or dbo.Billing.PaidItem does not exist. Hmn, one may then create such a table in theory and it would work..

or...

There's this really crazy option, you could just use the newer databases from the 7.3 Game Server thread which already contain this fix. But that would just be insane wouldn't it?
04/13/2012 20:08 Kundalini#3
Quote:
Originally Posted by ismokedrow View Post
There's this really crazy option, you could just use the newer databases from the 7.3 Game Server thread which already contain this fix. But that would just be insane wouldn't it?
To start thanks so much for reply.. then can u link me the topic when is this newer databases? so that I can try thanks again

*EDIT
Another error now.... Why ?_?


[Only registered and activated users can see links. Click Here To Register...]
04/14/2012 04:03 q8wars#4
Code:
ALTER PROCEDURE [dbo].[smp_check_purchased_item]
@IN_ACCOUNT_ID			INT,
@IN_CHARACTER_ID		INT,
@OUT_TOTAL_ITEM_COUNT	INT		OUTPUT,
@OUT_NEW_ITEM_COUNT		INT		OUTPUT,
@OUT_PREMIUM_TICKET		INT		OUTPUT,
@OUT_PREMIUM_REST_TIME	INT		OUTPUT,
@OUT_STAMINA_REGEN_TIME	INT		OUTPUT

 
AS
SET NOCOUNT ON
SELECT 1
this will not fix the problem ^^ but u will not got any error
04/14/2012 14:30 ismokedrow#5

I will not tell you how to use the following, if you can't grasp it then honestly you should stop trying. Just copy, paste and execute. In order:

FIRST: - SMP


SECOND: - PaidItem

Good luck. I will not be providing any further assistance with this matter.
07/27/2012 11:00 msmithnova#6
Put both of these in. Executed successfully. Also put N log.working:0 in gameserver.opt and did the compress thing. Still get the dbo.smp_check_purchase_item problem, the cannot connect to server: try again later and the skill bars not saving when T game.cash_usable_server:1 to make npcs work.

Figured it out. Thanks.