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

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

Reply
 
Thread Tools Display Modes
  #1  
Old 01-25-2013, 07:49 PM
revloc02c's Avatar
revloc02c
Hill Giant
 
Join Date: Aug 2010
Location: UT
Posts: 215
Default Unable to group correctly

I got this weird issue where the leader of a group can see members of the group, but the other members can't see the leader of the group or other members of the group that were in the group before them. Group say sends messages appropriately to all group members, but targeting only works for those listed in the group window (anyone invited after you).

The weirdest part is that on the windows version of the server none of these issues exists everything works fine. Anyone heard of anything like this?
Reply With Quote
  #2  
Old 01-25-2013, 11:48 PM
Drajor's Avatar
Drajor
Developer
 
Join Date: Nov 2012
Location: Halas
Posts: 355
Default

I use Windows only -however- it would be valuable if you mention the source revision you are using.

I see this issue on lots of servers. Normally one of the group members needs to relog before it is resolved.
__________________
Drajor regards you indifferently -- what would you like your tombstone to say?
Reply With Quote
  #3  
Old 01-26-2013, 02:38 AM
sorvani
Dragon
 
Join Date: May 2010
Posts: 966
Default

This is usually a symptom of a player being desync'd from the server. Does a relog fix it?
Reply With Quote
  #4  
Old 01-26-2013, 03:29 AM
Zamthos
Discordant
 
Join Date: Jan 2013
Posts: 284
Default

Did you add bots? I had the same issue, you have to add the isMerc column to the group table.
Reply With Quote
  #5  
Old 01-26-2013, 02:40 PM
revloc02c's Avatar
revloc02c
Hill Giant
 
Join Date: Aug 2010
Location: UT
Posts: 215
Default

@Drajor: using rev 2395

I did relog, but that didn't fix it.

@Zamthos: I do have bots enable on my server, but I am not added any bots to the group.

Also bounced the server to no avail.
Reply With Quote
  #6  
Old 01-26-2013, 04:38 PM
sorvani
Dragon
 
Join Date: May 2010
Posts: 966
Default

Zamthos said bots but he probably meant mercs.

2395 is after mercs were added to the trunk. even if you are not using them the SQL needs applied to the group table as noted. Is that column in your table?
Reply With Quote
  #7  
Old 01-26-2013, 11:47 PM
Zamthos
Discordant
 
Join Date: Jan 2013
Posts: 284
Default

This is what I meant, it adds the isMerc column to the groups table so that it won't glitch as so, I had the same issue, bots grouped fine, but players had an issue, code below to fix.

Code:
ALTER TABLE `group_id` ADD COLUMN `ismerc`  tinyint(3) NOT NULL DEFAULT 0 AFTER `name`, DROP PRIMARY KEY, ADD PRIMARY KEY (`groupid`, `charid`, `ismerc`);
Reply With Quote
  #8  
Old 01-27-2013, 11:48 AM
revloc02c's Avatar
revloc02c
Hill Giant
 
Join Date: Aug 2010
Location: UT
Posts: 215
Default

DOH! I missed that one...now I have guilt!

Thanks you guys for accommodating me. I ran that script (found it right where it is supposed to be in the source: C:\EQEmu\EQEmuSource\trunk\EQEmuServer\utils\sql\s vn) and all is well and good.
Reply With Quote
  #9  
Old 01-27-2013, 02:58 PM
Zamthos
Discordant
 
Join Date: Jan 2013
Posts: 284
Default

Haha, nice.
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 03:39 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