Not in my case, SAME auth used, it was definitely the DB and/or elements and/or tasks <.<
Printable View
db then, elements/tasks don't control that
sure they do, what do you think controls which NPC offers which/what quests and or 'services' @.@
Though you could be right, I'm sure you could still be wrong. I've seen problems before (when creating my own custom quests) where it will show up at the NPC, but there is still something wrong... Who knows, I will never know now since it was wiped eons ago, and I really do not care since I have it working now. I finally got started on my v145 release and have installed SO many times too while working on that, and it has worked every time now so,,, :):
//on that side note: I hope I get more time to work on that release because I've barely been able to work on it, I have SO much other shit going on =\
So everything comes down to authd/elements.data/tasks.data ? As for me another(Russian) gdeliveryd didn't do anything furthermore their authd wouldn't even work properly or maybe I did something wrong in its configs. Also using native (BeelzebubPW's) elements.data (v63 cn) wouldn't even show 'join the order' option I think it's configurable but i didn't try it jet. As I know (tested) using his linked English elements.data v63 didn't solve anything either.
From a quick browse of your logs, you have several issues.
Some of your config files have unmatched i/osec keys.Code:err : Protocol Unknown . sid=8,type=1324436865,size=800,acceptsize=37
Your connection from gdelivery to Gauth (check gamesys.conf) is incorrectly setup.Code:err : gdelivery::disconnect from GAuth server. Reconnecting....
Or could possibly be due to a mismatch in the setup of gauth or other daemon set hosts in othe gamesys.conf within other daemons....PW can be fussy that way.
Connection not made to the mysql/mssql database backend. so password cannot be compared for authentication.Code:TRACE : gdelivery::matrixpasswd cache missing, user=dencel
-MINOR ISSUES-
not really important however to rid this error remove the duplicate lines from the billing agent config.Code:err : BillingAgent, duplicate item,id=16166,amount=500,timeout=0
err : BillingAgent, duplicate menuid,id=000000082000000002910000000001
err : BillingAgent, duplicate item,id=16024,amount=6000,timeout=0
err : BillingAgent, duplicate menuid,id=000000082000000002940000000001
err : BillingAgent, duplicate item,id=16019,amount=6000,timeout=0
err : BillingAgent, duplicate menuid,id=000000082000000002950000000001
I changed Auth and gdelivery
Erro
As you have argued.Quote:
err : gdelivery::disconnect from GAuth server. Reconnecting....
I tried to find the communication error However I am not finding.
@ edit
Erro :<:Quote:
err : gdelivery::disconnect from GAuth server. Reconnecting....
gauthd: 16 Aug 2012 08:27:39,602 INFO GAuthServer:? - GAuthServer::nDelSession com.goldhuman.IO.Protocol.Session@1c8efd1
gauthd: 16 Aug 2012 08:27:39,603 INFO GAuthServer:? - GAuthServer::OnDelSession com.goldhuman.IO.Protocol.Session@1c8efd1
TRACE : gdelivery::connect to gauthd successfully.
GAuthServer::OnAddSession com.goldhuman.IO.Protocol.Session@18e261d
Protocol Decode Error:type=11,size=-132978415
err : gdelivery::disconnect from GAuth server. Reconnecting....
gauthd: 16 Aug 2012 08:27:41,602 INFO GAuthServer:? - GAuthServer::nDelSession com.goldhuman.IO.Protocol.Session@18e261d
gauthd: 16 Aug 2012 08:27:41,603 INFO GAuthServer:? - GAuthServer::OnDelSession com.goldhuman.IO.Protocol.Session@18e261d
I changed Auth and gdelivery
Erro
As you have argued.Quote:
err : gdelivery::disconnect from GAuth server. Reconnecting....
I tried to find the communication error However I am not finding.
@ edit
Erro :<:Quote:
err : gdelivery::disconnect from GAuth server. Reconnecting....
gauthd: 16 Aug 2012 08:27:39,602 INFO GAuthServer:? - GAuthServer::nDelSession com.goldhuman.IO.Protocol.Session@1c8efd1
gauthd: 16 Aug 2012 08:27:39,603 INFO GAuthServer:? - GAuthServer::OnDelSession com.goldhuman.IO.Protocol.Session@1c8efd1
TRACE : gdelivery::connect to gauthd successfully.
GAuthServer::OnAddSession com.goldhuman.IO.Protocol.Session@18e261d
Protocol Decode Error:type=11,size=-132978415
err : gdelivery::disconnect from GAuth server. Reconnecting....
gauthd: 16 Aug 2012 08:27:41,602 INFO GAuthServer:? - GAuthServer::nDelSession com.goldhuman.IO.Protocol.Session@18e261d
gauthd: 16 Aug 2012 08:27:41,603 INFO GAuthServer:? - GAuthServer::OnDelSession com.goldhuman.IO.Protocol.Session@18e261d
I made the my_authd work for me but I still can't join an order... (using old gdelivery)
I made a nice list for 'creating' your own client and server, if I'm not mistaken that's pretty much where I am at (and mine now works)... So make sure you follow that to the T and see if it then works for you :wink: :):
http://forum.ragezone.com/f754/v145-...4/#post7199051
If you follow (exactly) as I wrote it up you should pretty much wind up with what I am currently working with (this is the current 'build' for my upcoming release too)... ... ...
add:
Psytrac, I'm gonna have to disagree about difficulty/issues joining orders being linked to auth, I have used/tested auth from v144 and had NO problems joining an order. I have used auth from MCNCC release, NO problems. I have used AUTH from just about every release with no issues. I would first point my finger at elements/tasks or the game DB... maybe even GS? I hear the GS from THIS RELEASE has other issues as well (like pets causing the map to crash)...
343, I'm using Russian gs I shared recently, so there could be 2 variants - they both have issues or the issue is not connected with gs.
the order issue can be auth related but in most cases it is more linked to gdelivery and all of the servers / data being sync'ed ie: right ip's, correct files in the correct places, db set up properly. etc. If they are using the v63 files I can guarantee its not an elements issue with orders (except for text error in game,) or gs related. There are literally several options that could cause problems and you will only find out what it is specifically by debugging the logs and trial and error. However if you guys use 343's new guide, you wont have to worry about any orders, or character creation problems.