Can someone tell me where to get the SQL updates for 4329 or gimme a link +Rep if you can!
Can someone tell me where to get the SQL updates for 4329 or gimme a link +Rep if you can!
this has all updates pass 40xx
http://www.mmowned.com/forums/emulat...ems-2-4-a.html
I'm getting errors uploading them like duplicate tables and stuff like that... how can I fix it
yeah I skip it but still getting errors about decrypted password or something - I can't even log into the admin acc and it says 0 accounts has loaded in Logonserver.exe
delete the table for it and put a new one.
DONT DO THAT! it is an update you missed... let me find it^^
here you go:
http://mmoforge.org/svn/ascent/trunk/sql/logon_updates/
login: anonymous
no password
did you run all those updates?
edit: especially these 2:
Code:alter table accounts add column encrypted_password VARCHAR(42) NOT NULL DEFAULT '' AFTER Password;Code:update accounts set encrypted_password = SHA(CONCAT(UPPER(login),":",UPPER(password)));
Last edited by latruwski; 04-19-2008 at 07:31 AM.
that didn't work help me on here
http://www.mmowned.com/forums/emulat...tml#post744900