Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 10-25-2004, 09:18 AM
Marratook
Fire Beetle
 
Join Date: Dec 2003
Posts: 19
Default How to use GM commands?

Boy i feel pretty stupid now

I did the world.exe flag username 200, but when i logg in with the
username account i cant use GM commands, do i enter em wrong or did i feck something up?

I press enter so i can write an input, entering this syntax - #summonitem 1004 also tryed #summonitem [1004]
tryed the #heal command to, really sorry if i posting a stupid noob question and not sure if im in right forum section.

/peace

Thx in advance

Marratook
Reply With Quote
  #2  
Old 10-25-2004, 10:20 AM
RangerDown
Demi-God
 
Join Date: Mar 2004
Posts: 1,066
Default

You didn't do the world.exe flag username 200 correctly then.

And you are using your account name in place of username, right?
__________________
<idleRPG> Rogean ate a plate of discounted, day-old sushi. This terrible calamity has slowed them 0 days, 15:13:51 from level 48.
Reply With Quote
  #3  
Old 10-25-2004, 10:58 AM
Marratook
Fire Beetle
 
Join Date: Dec 2003
Posts: 19
Default

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corporation

C:\>cd eqemu

C:\eqemu>world.exe flag someusername 200
[Status] CURRENT_WORLD_VERSION:EQEMu 0.6.0-DR1
Account being GM Flagged:someusername, Level: 200
Account flagged: Username='someusername', status=200

C:\eqemu>

That is the one i did, and i logg in with someusername, i have tryed it a few times, perhaps that broke it?
Reply With Quote
  #4  
Old 10-25-2004, 06:17 PM
Marratook
Fire Beetle
 
Join Date: Dec 2003
Posts: 19
Default

Where does this setting stores?

/cheers

Marratook
Reply With Quote
  #5  
Old 10-25-2004, 09:01 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Quote:
Originally Posted by Marratook
Where does this setting stores?
The user's status is stored in the 'status' column of the account table. Using MySQL, to see the status of all the accounts in your database, do:
Code:
select name,status from account ;
or you can do it for just one account:
Code:
select name,status from account where name='someusername';
You can change the status in MySQL as well, e.g.:
Code:
update account set status=250 where name='someusername';
Reply With Quote
  #6  
Old 10-26-2004, 02:00 AM
Marratook
Fire Beetle
 
Join Date: Dec 2003
Posts: 19
Default

Sweet thx, i will try this when i get home
Reply With Quote
  #7  
Old 10-26-2004, 04:38 AM
Marratook
Fire Beetle
 
Join Date: Dec 2003
Posts: 19
Default

Code:
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corporation

C:\Documents and Settings\Administrator>cd..

C:\Documents and Settings>cd..

C:\>cd mysql

C:\mysql>cd bin

C:\mysql\bin>mysql -u fimpa
ERROR 1045: Access denied for user: 'fimpa@localhost' (Using password: NO)

C:\mysql\bin>mysql -u fimpa -p
Enter password: *****
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 19 to server version: 4.0.21-nt

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> use eq;
Database changed
mysql> update account set status=250 where name='fimpa';
Query OK, 0 rows affected (0.00 sec)
Rows matched: 1  Changed: 0  Warnings: 0

mysql> select name,status from account;
+-------+--------+
| name  | status |
+-------+--------+
| fimpa |    250 |
+-------+--------+
1 row in set (0.01 sec)

mysql>
Still cant use GM commands, do i write it correct when i hit enter and write #summonitem 1004?


Perhaps i should remake the database? or just an new account?

Thx in advance

Marratook
Reply With Quote
  #8  
Old 10-26-2004, 05:11 AM
scaerick
Fire Beetle
 
Join Date: Oct 2004
Posts: 10
Default

If your default chat isn't 'say' in the chat window, the commands won't work (at least they don't if the default is 'guild').
Reply With Quote
  #9  
Old 10-26-2004, 06:43 AM
Muuss
Dragon
 
Join Date: May 2003
Posts: 539
Default

You should describe what happens when you try to execute a # command. Do you get an answer saying you don't have the needed rights ? nothing happens ?
If nothing happens, you may follow Scaerick advise, if you get an error message, post it here !
__________________
Muuss - [PEQGC] Dobl, the ogre that counts for 2 !
http://www.vilvert.fr/page.php?id=10
Reply With Quote
  #10  
Old 10-26-2004, 06:13 PM
Marratook
Fire Beetle
 
Join Date: Dec 2003
Posts: 19
Default

It was the say thing, i choose say as default channel and now it works lol

Thx alot for the help guys

/cheers

Marratook
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 09:04 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3