[Vsro Files]Disconnect as soon as login

03/15/2012 08:22 HeR000#1
Hi
I have problem When i login i got Disconncet I used Hamachi and i dont know why
Iam already checked my billing script (DBConnect.asp) for my account db info and iam checked that me use the non xtrap agent and my account db name is SRO_VT_ACCOUNT
I need to know The code of Titan Uniques I need to make Titan Uniques Event (All Uniques(Titan) Spawn in Their Places)
I hope any one help me :(
Thanks
03/15/2012 12:49 Dr.Abdelfattah#2
Show me your billing script (DBConnect.asp) and also a screenshot of gameserver after you got dc

and about titan uniques just write in console /spawnunique_all
03/15/2012 16:45 HeR000#3
The code not working
03/15/2012 16:50 Dr.Abdelfattah#4
Open console and Click F1 and search for /uniquespawn or /spawnunique (I forgot) you will find two _loc and _all , both are working and will spawn all titans .
03/16/2012 11:18 HeR000#5
Ok..Thanks
Here my [Only registered and activated users can see links. Click Here To Register...]
And this is a photo for SR_GameServer After Disconnect
[Only registered and activated users can see links. Click Here To Register...]
I hope you help me to fix this problem
03/16/2012 13:24 Dr.Abdelfattah#6
Ya billing problem
at DBConnect.asp change Source=5.122.173.78 (5.122.173.78) to your sql server name (like what you write at certification) .
03/16/2012 15:51 HeR000#7
Quote:
Originally Posted by Dr.Abdelfattah View Post
Ya billing problem
at DBConnect.asp change Source=5.122.173.78 (5.122.173.78) to your sql server name (like what you write at certification) .
The same problem... i think it is an wrong in AQ or Silk data (I think) look at SR_GameServer
[Only registered and activated users can see links. Click Here To Register...]
03/16/2012 15:54 Zoxon#8
Quote:
Originally Posted by HeR000 View Post
The same problem... i think it is an wrong in AQ or Silk data (I think) look at SR_GameServer
[Only registered and activated users can see links. Click Here To Register...]
Check you billing settings again.. And if you want to spawn the titans and etc,you will have to write _L2 or _L3 to the end of the gm command,then the value of spawned uniques...
03/16/2012 16:29 Dr.Abdelfattah#9
This error means you type wrong db info at billing script (DBConnect.asp)
03/16/2012 17:08 HeR000#10
Quote:
Originally Posted by Dr.Abdelfattah View Post
This error means you type wrong db info at billing script (DBConnect.asp)
Can u Use team viewer to join my pc and found error ? or u have an solved?
03/18/2012 16:15 H34D_B4NG3R#11
your dbconnect.asp should look like that
Quote:
<%
Dim DBConnA, strConnectA
Set DBConnA = Server.CreateObject("ADODB.Connection")
strConnectA = "Provider=SQLOLEDB;Data Source=HERE PUT SQL SERVER NAME;Initial Catalog=SRO_VT_ACCOUNT;user ID=SQL SERVER ID;password=SQL SERVER PASSWORD;"
DBConnA.Open strConnectA

%>
In mssql check if you made the account gm because if not it will auto disconnect you if you added your ip to privilegied ip table
07/08/2012 15:51 tasaker#12
I tried all of the fixes that this forum offers and still couldn't find a proper solution for this particular problem....if you find out any other solutions/suggestions that might be helpful please reply ;) thanks in advance ;]