ok then it doesnt need it sorry, if ur still getting all rdy logged on then u need to edit the accounts but going in auth and looking for a loged in settingQuote:
Hi!
from my original post:
regards,
VladimirR
Hi,Quote:
ok then it doesnt need it sorry, if ur still getting all rdy logged on then u need to edit the accounts but going in auth and looking for a loged in setting
give me 5mins and ill find that info
Ok try this go into mssql studio and go to Auth database
Edit top on accounts.dbo
then find the row labeled auth_ok and set to 0 then set to 1
you can try use a query for this im stil noob to queries so try google or the microsoft tutors.
If that doesnt work then try the block row.
Quote:
Hi,
seems like you've misunderstood me
i'm getting the "already connected" message from the gameserver (game001 by default), when i'm trying to enter the "connect auth" command (either in the gameserver's window, or via the admin console)
it has nothing to do with the auth database (which i have no access btw, neither do i to the auth server)
btw the query you're talking about looks like this:
UPDATE [Auth].[dbo].[Accounts] SET [auth_ok] = X;
where X is the value you want to set the field to
regards,
VladimirR
you need to change in mssql studio the owner of the databases Auth, Arcadia and Telecaster to "sa" with [BLANK] password (just leave password empty)Quote:
Hi,
it doesn't work for me (neither the plaintext, nor the md5), i'm still getting "AUTH DB INIT ERROR : Login failed for user 'username'."
regards,
VladimirR
Hi,Quote:
you need to change in mssql studio the owner of the databases Auth, Arcadia and Telecaster to "sa" with [BLANK] password (just leave password empty)
and also check authserver.opt for the same (any changes made to .opt files have to be compressed with rappelzcompress.exe, run this tool and drag the .opt file onto it)
the auth server needs sa and a blank password to connect to the auth database, like the error message says =)
the password is in des there was a program posted by pyrok on our forum sometime back.Quote:
Hi,
no, it does not require the default superadmin user, i've already changed that, and it works just fine, and it can be used with a password protected user, but you have to encode the password
i just need the algorithm to encode with (which is not the md5)
regards,
VladimirR
yes it works and it doesnt matter in wich directory you unzip the merchant modder, as it uses the database directlyQuote:
This is not the first Pserver i have messed with. so im not a complete noob, however.. i know you have said that the
#insert_item(.....) was broken.. and to use the direct mssql query..
but im having issues with everything coming out as a broken item and am unable to remove them from my inventory.. what am i doing wrong?
I cannot give myself anything in game. :(
i have managed to add things to the game. but its a situation where i have changed the flags enchant level. item id's and i cannot figure it out.
does anyone know if that merchant editor works? and if so does it need to be in a specific dir? im truly lost at this point!
You can try to add all items you want ingame to a new shop, just dont add the shop to any npc ingame, but open it with #open_market('shop_name','char_name')Quote:
This is not the first Pserver i have messed with. so im not a complete noob, however.. i know you have said that the
#insert_item(.....) was broken.. and to use the direct mssql query..
but im having issues with everything coming out as a broken item and am unable to remove them from my inventory.. what am i doing wrong?
I cannot give myself anything in game. :(
i have managed to add things to the game. but its a situation where i have changed the flags enchant level. item id's and i cannot figure it out.
does anyone know if that merchant editor works? and if so does it need to be in a specific dir? im truly lost at this point!