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

Archive::Windows Servers Archive area for Windows Servers's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 11-12-2002, 05:32 AM
SystemShark
Fire Beetle
 
Join Date: Nov 2002
Posts: 7
Default Problems Setting Flag.

I've been talking with people in the MIRC chat and even though they were super nice in trying to help me with my Flag problems, still not working.

I need to set my account to ServerOP status. Ive done it through DOS, through msql, through FQadmin, through MySqlFront.. nothing. When I flag my account to 255, reguardless of how I do it, I can only reach 127 status..which is *GM*, limiting the abilities I should have as the admin hosting the server.

I tried making a new account but still only 127. If anyone has any ideas on how to help please post! Thanks. =)


_SystemShark
[MHz Core Server]
Reply With Quote
  #2  
Old 11-12-2002, 06:10 AM
tamarae
Hill Giant
 
Join Date: Oct 2002
Posts: 179
Default

Just outta curiosity, why 255? 200 will give you all of the commands.
__________________
--Tamarae Dastile
The Dominare Server
Reply With Quote
  #3  
Old 11-12-2002, 09:01 AM
Xarslik
Hill Giant
 
Join Date: Oct 2002
Location: System.Web
Posts: 107
Default

Easy, SystemShark.

I had the exact same problem, this is due to a bug in the db.sql file.

Run mysql.exe, "use eq" or whatever your DB may be, and enter this:

Code:
alter table account modify status int(5) not null default '0';
Then try and set your status again.

The problem lies in the fact that right now your status column is a signed byte(3) meaning it supports values of -128 to 127, instead of being unsigned (0 - 255). The above line sets it to an int, allowing 255 and greater status, while still allowing negative for the ban and suspended status.
__________________
~ Xarslik
[ Xarslik's Arena Challenge Server ]
Reply With Quote
  #4  
Old 11-13-2002, 12:18 AM
SystemShark
Fire Beetle
 
Join Date: Nov 2002
Posts: 7
Default

Thanks for the help. I had someone in the irc log in and change the file to help me out.

I did 255 because its higher, duh... IM SERVER OP!! UBAH!! =p

Thanks again. Safe hunting all.

_SystemShark
[MHz Core]
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 08:55 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