working perfect :) thanks , i just use php reg and not asp :).
btw there no easy way to change exp etc rates ?
only with OllyDbg ?
btw there no easy way to change exp etc rates ?
only with OllyDbg ?
In DB SRO_VT_ACCOUNT i dont have a dbo._ExistsServiceOffRentItem - is this the DB fix for the Pet or what is wrong ?Quote:
/****** Object: StoredProcedure [dbo].[_ExistsServiceOffRentItem] Script Date: 09/13/2011 12:03:44 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE procedure [dbo].[_ExistsServiceOffRentItem]
as
if( exists (select * from _Items with (nolock) where RefItemID in (select RefItemID from _RefRentItem where Service = 0 ) ) )
begin
return -1
end
GO
Having the same problem after login with the char DC and the Sr_GameServer drop this sentence...Quote:
yea ..... me too
I got the same error. Once after I login with the character straight away DC.
I already fixed my DBAccount.asp from billing according to what they said.
But still got the same problem.
Please someone help us. THx!
Can't be xtrap problems. These files contain cracked agentserver and cracked sro client.Quote:
@hisbola
Just execute the query
@xFlyer,nandatun
I'm pretty sure it's a xtrap prob , look in your agentserver and tell me ;)
Show me your dbaccount.aspQuote:
Having the same problem after login with the char DC and the Sr_GameServer drop this sentence...
Failed to getting silk data: unknown success code (1)
Silk Data Loading Failed [JID: 1]
AQ Failed! Log out!! [AQType: 9]
i've tryed everything and remade everything for the 3rd time... hope u guys can help us. thanks.
Quote:
Can't be xtrap problems. These files contain cracked agentserver and cracked sro client.
Show me your dbaccount.asp
<%
Dim DBConnA, strConnectA
Set DBConnA = Server.CreateObject("ADODB.Connection")
strConnectA = "Provider=SQLOLEDB;Data Source=WIN7;Initial Catalog=SRO_VT_ACCOUNT;user ID=sa;1234;"
DBConnA.Open strConnectA
%>
What this means?Quote:
btw im using urs, and some one told me that i need to change ip in GetTotalSilk.asp,PurchaseSilk.asp and RefundSilk.asp i did it still not working.Code:<% Dim DBConnA, strConnectA Set DBConnA = Server.CreateObject("ADODB.Connection") strConnectA = "Provider=SQLOLEDB;Data Source=WIN7;Initial Catalog=SRO_VT_ACCOUNT;user ID=sa;1234;" DBConnA.Open strConnectA %>
<%
Dim DBConnA, strConnectA
Set DBConnA = Server.CreateObject("ADODB.Connection")
strConnectA = "Provider=SQLOLEDB;[B]Data Source=YOURPCNAME\SQLEXPRESS[/B];Initial Catalog=SRO_VT_ACCOUNT;user ID=sa;password=your password;"
DBConnA.Open strConnectA
%>
<%
Dim DBConnA, strConnectA
Set DBConnA = Server.CreateObject("ADODB.Connection")
strConnectA = "Provider=SQLOLEDB;Data Source=[B]WIN7;Initial Catalog[/B]=SRO_VT_ACCOUNT;user ID=sa;1234;"
DBConnA.Open strConnectA
%>
user ID=sa;password=1234;"Quote:
thats the name of the SQL server, i copied urs and change the name of the SQL server thats it..
this is urs...
this is mine...Code:<% Dim DBConnA, strConnectA Set DBConnA = Server.CreateObject("ADODB.Connection") strConnectA = "Provider=SQLOLEDB;[B]Data Source=YOURPCNAME\SQLEXPRESS[/B];Initial Catalog=SRO_VT_ACCOUNT;user ID=sa;password=your password;" DBConnA.Open strConnectA %>
Code:<% Dim DBConnA, strConnectA Set DBConnA = Server.CreateObject("ADODB.Connection") strConnectA = "Provider=SQLOLEDB;Data Source=[B]WIN7;Initial Catalog[/B]=SRO_VT_ACCOUNT;[B]user ID=sa;1234;[/B]" DBConnA.Open strConnectA %>