You can do that via SQL Query :Quote:
what the command to send item to player via item box ?
INSERT INTO [Billing].[dbo].[PaidItem] ([buy_id],[account_id],[avatar_id],[avatar_name],[server_name],
[taken_account_id],[taken_avatar_id],[taken_avatar_name],[taken_server_name],[item_code],
[item_count],[type],[rest_item_count],[confirmed],[confirmed_time],[bought_time],[valid_time],
[taken_time],[isCancel],[creationDate_],[updateDate_],[accessDate_],[creatorId_],[updatorId_],
[portId_],[elixirType],[pk_],[gift])
VALUES (1, /*Account_id*/ ,0,' ','Something',/*Account_id*/ ,0,' ',' ', /*Item_code*/ ,0,0,
1 /*HowMuch*/ ,1,GETDATE(),GETDATE(),GETDATE() + 50,GETDATE(),0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0)
Fix was already posted.Quote:
Hi I have the problem that the 5.2 server lags can fix the problem?
Quote:
Try adding this...
S log.disable:1
And change N log.working:0
To S log.working:0
no i'll thank you and them :DQuote:
[Only registered and activated users can see links. Click Here To Register...]
Don't thank me thank them.
Quote:
I don't think there is one. I think the item box only links to a functional cash shop.
Quote:
You can do that via SQL Query :
Code:INSERT INTO [Billing].[dbo].[PaidItem] ([buy_id],[account_id],[avatar_id],[avatar_name],[server_name], [taken_account_id],[taken_avatar_id],[taken_avatar_name],[taken_server_name],[item_code], [item_count],[type],[rest_item_count],[confirmed],[confirmed_time],[bought_time],[valid_time], [taken_time],[isCancel],[creationDate_],[updateDate_],[accessDate_],[creatorId_],[updatorId_], [portId_],[elixirType],[pk_],[gift]) VALUES (1, /*Account_id*/ ,0,' ','Something',/*Account_id*/ ,0,' ',' ', /*Item_code*/ ,0,0, 1 /*HowMuch*/ ,1,GETDATE(),GETDATE(),GETDATE() + 50,GETDATE(),0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0)
Does your sa have a pw?Quote:
I followed the installation guide from Player95 to create and configure the server but when I launch Aurora Server it throws an exception: " AUTH DB INIT ERROR: [DBNETLIB] [ConnectionOpen (Connect()).] SQL Server doesn't exists or access denied ", did some search and found that it could be port or password, but didn't found a way to fix.
My authserver.opt is: (and yes, it's converted to .eop)
The only difference in all of the steps from the guide and mine's is that I installed everything from sql server instead of only some components.
What can I do?
Thanks in advance. Hope my English is understandable.