You will not with auth but with gameddb
did any of you tested the quest yet?
Printable View
You will not with auth but with gameddb
did any of you tested the quest yet?
what makes you believe the error in gamedbd comes from authd?
do you have any deeper information / log entries for that?
btw. this is complete authd.class code
Code:import com.goldhuman.Common.Conf;
import com.goldhuman.Common.Octets;
import com.goldhuman.Common.ThreadPool;
import com.goldhuman.IO.PollIO;
import com.goldhuman.IO.Protocol.Protocol;
import com.goldhuman.xml.parser;
import java.io.FileInputStream;
import java.io.PrintStream;
import protocol.GAuthServer;
public class authd
{
public static void main(String[] paramArrayOfString)
{
try
{
Conf localConf = Conf.GetInstance("authd.conf");
GAuthServer localGAuthServer = GAuthServer.GetInstance();
GAuthServer.GetInstance().shared_key = new Octets(localConf.find("GAuthServer", "shared_key").getBytes());
Protocol.Server(localGAuthServer);
System.out.println("authd:: add PollIO task.");
try
{
parser.parse(new FileInputStream(paramArrayOfString[0]));
}
catch (Exception localException2)
{
localException2.printStackTrace();
}
ThreadPool.AddTask(PollIO.GetTask());
while (true)
try
{
Thread.sleep(1000L);
continue;
}
catch (Exception localException3)
{
}
}
catch (Exception localException1)
{
localException1.printStackTrace();
}
}
}
i think there isn't a bug inside, also no connection to gamedbd, it simply just use the PW API (same as used in iweb).
Are you referring to a newer PW Java API (i.e. jio.jar)?
Login with your web administration password (the real password, not the md5 encoded of course)
what password do i use i tried both i entered and still it isnt working lol
i got the web page up awsome i did that right but password i got alittle lost please help me out
ok EDIT:: LAST [POST}
OK I GOT IT WORKING properly now and everything is smooth but logon server is offline ?
also how do i get a client to connect to the server help would be sooo welcome :)
As a note as I was testing on Ubuntu as a lot of people use that and I prefer Ubuntu over Debian (even though Ubuntu is based on Debian)
/emul/ia32-linux/usr/lib/ on Debian is just /lib32 on Ubuntu just as an fyi
Here is the auth that i have is different then the one you have and it starts different to...no more comments.
http://www.megaupload.com/?d=3XGMIIOY
guide = 99,9% :D
if create a char [ from ACCOUNTS page ] in 1. / 2. / 3. / etc.pp acc = no view at CHARACTERS page [ ... PLAYERS = nothing ] @ sPWadmin 1.5 :(
damn ! where is my glasses :blushing:
Your authd is exactly the same as offered from beastie's release (my release uses also the authd from beastie), except that you have an older mysqlconnector and some unused mssql libs (the rest of your files is source code and cvs version control stuff, these are unimportant and can be deleted)...
btw have this guide a revision -> rXX ?
nice post... i'll try for it.