Admin account cannot be used in a command
How do I create a Admin account and cannot be used in a command
It looks like there is nothing changed after create the Admin account
Please help me thank you..
Re: Admin account cannot be used in a command
It depends on how you created your Admin account with what Letter and with what source / Bins(aka Server Files)
Re: Admin account cannot be used in a command
or you could use toms antihack to filter the commands. :lol:
Re: Admin account cannot be used in a command
Quote:
Originally Posted by
raventh1984
It depends on how you created your Admin account with what Letter and with what source / Bins(aka Server Files)
I can see it from?
Quote:
Originally Posted by
kamote
or you could use toms antihack to filter the commands. :lol:
I have not used.
Re: Admin account cannot be used in a command
Cant you remember what files you downloaded?
Is it GoH/Virtous/ etc
Do you have the source?
Re: Admin account cannot be used in a command
Quote:
Originally Posted by
raventh1984
Cant you remember what files you downloaded?
Is it GoH/Virtous/ etc
Do you have the source?
I use file Blessed Flyff
Re: Admin account cannot be used in a command
If you have the source check Authorization.h for the correct letter.
80% = Z
orhterwise its P
Re: Admin account cannot be used in a command
Quote:
Originally Posted by
raventh1984
If you have the source check Authorization.h for the correct letter.
80% = Z
orhterwise its P
Then if I use file GoH
Re: Admin account cannot be used in a command
Quote:
Originally Posted by
raventh1984
If you have the source check Authorization.h for the correct letter.
80% = Z
orhterwise its P
I tried both the P & Z, but was unable to take command :?:
Re: Admin account cannot be used in a command
Please make sure that in ACCOUNT_TBL_DETAIL m_chLoginAuthority = 'Z' or 'P' and in CHARACTER_TBL
add you admin char m_chAuthority = 'Z' or 'P'
Re: Admin account cannot be used in a command
Quote:
Originally Posted by
raventh1984
Please make sure that in ACCOUNT_TBL_DETAIL m_chLoginAuthority = 'Z' or 'P' and in CHARACTER_TBL
add you admin char m_chAuthority = 'Z' or 'P'
I checked, but it doesn't work
I think many people are come across this problem
Re: Admin account cannot be used in a command
what commands are you trying to use? is your character have the tag([GM], [Admin], etc.)? I think Blessed is P for admin.
Re: Admin account cannot be used in a command
Quote:
Originally Posted by
kamote
what commands are you trying to use? is your character have the tag([GM], [Admin], etc.)? I think Blessed is P for admin.
My character doesn't have a tag. I tried both the P or Z but it nothing happens :(:
Re: Admin account cannot be used in a command
Code:
USE ACCOUNT_DBF
GO
UPDATE ACCOUNT_TBL_DETAIL
SET m_chLoginAuthority = 'P'
WHERE account = 'youraccount'
Change the youraccount with the account which you want to make as an admin and execute the query.
Re: Admin account cannot be used in a command
Quote:
Originally Posted by
kamote
Code:
USE ACCOUNT_DBF
GO
UPDATE ACCOUNT_TBL_DETAIL
SET m_chLoginAuthority = 'P'
WHERE account = 'youraccount'
Change the youraccount with the account which you want to make as an admin and execute the query.
I already made it intact. :?: I stress with this problem.