Page 1 of 2

Help

Posted: 17 Oct 2007, 21:25
by Ejin
How can I make a GM account on my server?

Posted: 18 Oct 2007, 00:39
by Crush
eAthena or TMWServ?

Posted: 18 Oct 2007, 00:49
by Ejin
Crush wrote:eAthena or TMWServ?
TMWServer

Posted: 18 Oct 2007, 06:33
by silene

Code: Select all

sqlite3 tmw.db
update tmw_accounts set level=99 where username='Ejin';
99 is for administrative rights (e.g. reloading modified databases on the fly). Reduce to 50 for GM rights only.

Posted: 18 Oct 2007, 15:44
by Ejin
silene wrote:

Code: Select all

sqlite3 tmw.db
update tmw_accounts set level=99 where username='Ejin';
99 is for administrative rights (e.g. reloading modified databases on the fly). Reduce to 50 for GM rights only.
Sorry, but where can I put this??

Posted: 18 Oct 2007, 15:49
by Crush
tmw.db is the SQLite database in which all the account information is stored.

sqlite3 is a program for administrating SQLite databases. http://www.sqlite.org/download.html

"update tmw_accounts set level=99 where username='Ejin';" is the SQL command you have to enter in sqlite3 to set the userlevel of the account "Eijin" to 99.

Posted: 18 Oct 2007, 16:26
by Ejin
ok, I make the download and extract the file sqlite3-3.5.1.bin, but where I need to modify?

Posted: 18 Oct 2007, 16:30
by Crush
What operating system are you using?

Posted: 18 Oct 2007, 17:02
by Ejin
eAthena

Posted: 18 Oct 2007, 17:07
by Crush
*bashes head against the wall*
*bashes head against the wall*
*bashes head against the wall*
*bashes head against the wall*
*bashes head against the wall*
*bashes head against the wall*
*bashes head against the wall*

Posted: 18 Oct 2007, 17:15
by Dr Wahl
Wow!!!!

This is mind numbing....

Posted: 18 Oct 2007, 17:49
by Matt
Haha great.

Posted: 18 Oct 2007, 18:15
by Ejin
what I need to write on sqlite3.exe?

Posted: 18 Oct 2007, 18:45
by Blamoo
Crush wrote:*bashes head against the wall*
*bashes head against the wall*
*bashes head against the wall*
*bashes head against the wall*
*bashes head against the wall*
*bashes head against the wall*
*bashes head against the wall*
*bashes head against the wall[2]*
*bashes head against the wall[2]*
*bashes head against the wall[2]*
*bashes head against the wall[2]*
*bashes head against the wall[2]*
*bashes head against the wall[2]*
*bashes head against the wall[2]*

*wait 35 seconds*
Ejin wrote:what I need to write on sqlite3.exe?
nothing.
you dont need sqlite.
you are not using tmwserv.
you are using eAthena.

uh... do this:


-open trunk\save\account.txt
-find the char u want to set gm level
-copy the id number (2000000 user password - S 0 0 a@a.com - 0... blah blah blah)
-close account.txt and open trunk\conf\gm_account
-add this line:

Code: Select all

// <account> <level>
2000000 99
(your id)<space>(gm level)
[/size]

(font size: 24 ¬¬)
Ejin wrote:Sorry for my terrible english because I am Brazilian
me too.

bah... Brazilians... ¬¬

Posted: 18 Oct 2007, 20:39
by BadMrBox
This thread saved my evening :shock: