Change Name instead of Admin
Do anyone know how to change the name Administrator to the name you want?
like instead of Administrator
it would be like Proness
but still be administrator
please moderators dont close this post i really searched hard for this so after i get a good reply you can close this!
Re: Change Name instead of Admin
/sigh
strings.xml and search for Administrator <.<
Re: Change Name instead of Admin
Quote:
Originally Posted by
BetrayedAcheron
/sigh
strings.xml and search for Administrator <.<
which string.xml ? system.mrs?
Re: Change Name instead of Admin
Yes..system.mrs, but you should do it on the server files also
Re: Change Name instead of Admin
Quote:
Originally Posted by
orc_master
Yes..system.mrs, but you should do it on the server files also
cant find Administrator
Re: Change Name instead of Admin
its messages.xml not strings.xml :)
Re: Change Name instead of Admin
Quote:
Originally Posted by
wesman2232
its messages.xml not strings.xml :)
ty :D For the help again wesman2232
Re: Change Name instead of Admin
wesman2232 is this what you change?
<MSG id="9004">Administrator</MSG>
Re: Change Name instead of Admin
though this way is a work around for the real way of unmasking the staff names it will make the name you put as Administrator in messages.xml it will make everyone with the UGradeID 255 that name.
EDIT : yes I do mean that.
Re: Change Name instead of Admin
Quote:
Originally Posted by
wesman2232
though this way is a work around for the real way of unmasking the staff names it will make the name you put as Administrator in messages.xml it will make everyone with the UGradeID 255 that name.
EDIT : yes I do mean that.
So editing
<MSG id="9004">Cookies</MSG>
and
<MSG id="3000">Cookies: $1</MSG>
will let other people notify my name instead of Administrator ?
Re: Change Name instead of Admin
<MSG id="3000">Administrator: $1</MSG> is the admin_wall command thing.
If you put the first one as your name then everyone else with the admin ugradeid will have the same name.
Re: Change Name instead of Admin
K but for developers and other job do you know how to not make there name Developer and not just 1 name like
Developer
Ex.
Proness - Developer
Darkness - Developer
with different names?
Re: Change Name instead of Admin
Quote:
Originally Posted by
AbCiSnOtEaSy
K but for developers and other job do you know how to not make there name Developer and not just 1 name like
Developer
Ex.
Proness - Developer
Darkness - Developer
with different names?
ASM. It's not easy.
Re: Change Name instead of Admin
System.mrs, Messages.xml then search for Administrator and change it
kkthxbb
Re: Change Name instead of Admin
You would need to do some substantial assembly edits, using "OllyDBG" (a debugger).
Creating your own UGradeID would probably be the easiest way to accomplish what you are looking for... Also an assembly edit...
~Iceman