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 03-19-2008, 10:54 AM
Sabyre's Avatar
Sabyre
Sarnak
 
Join Date: Jun 2003
Location: Maine, USA
Posts: 88
Default

Actually this is in a group setting. Not invis. We can both see eachother fine and yet some of damage, i would say half of all hits are from Pain and Suffering.

As I said before we are both on normal accounts (status = 0) and we dont have access to those commands.
__________________
.......
...
.
"We are the music makers and we are the dreamers of the dreams" - Willy Wonka
Reply With Quote
  #2  
Old 03-19-2008, 11:03 AM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

Pain and Suffering is built into the client when it doesn't exactly know where the damage is coming from. It typically happens with GMs, from falls, or in some cases weird procs/spells. That's probably the issue in your case.
Reply With Quote
  #3  
Old 03-19-2008, 11:08 AM
Sabyre's Avatar
Sabyre
Sarnak
 
Join Date: Jun 2003
Location: Maine, USA
Posts: 88
Default

Ok, found the issue. I looked at the accounts table and found that the 2 accounts it is happening on had a value greater than 0 in the hideme column. These accounts were created using the PHP script elsewhere on the boards. I'm going to look the script over and find out why and where it is inserting this value.

Thanks for the tipoff RCPD0715!
__________________
.......
...
.
"We are the music makers and we are the dreamers of the dreams" - Willy Wonka
Reply With Quote
  #4  
Old 03-19-2008, 11:32 AM
Sabyre's Avatar
Sabyre
Sarnak
 
Join Date: Jun 2003
Location: Maine, USA
Posts: 88
Default

Ok, I had to change Aerewen's script that creates accounts and updates IP address' for Minilogin from:

Code:
$sql = "INSERT INTO `account` VALUES (". $newno. ",'". $_POST['username']. "','',0,'". $_POST['password']. "',". $admin_level. ",". $newno. ",0,0,'". $_SERVER['REMOTE_ADDR']. "',0,0)";
To:

Code:
$sql = "INSERT INTO `account` VALUES (". $newno. ",'". $_POST['username']. "','',0,'". $_POST['password']. "',". $admin_level. ",". $newno.",0,0,0,0,'". $_SERVER['REMOTE_ADDR']. "')";
Simply to reflect my account table structure.

Thanks
__________________
.......
...
.
"We are the music makers and we are the dreamers of the dreams" - Willy Wonka
Reply With Quote
Reply

Thread Tools
Display Modes

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 10:13 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3