PDA

View Full Version : mercs causing major grouping issues


warkid
11-17-2013, 03:43 PM
if someone is solo on my server with merc there is no issue
however grouping is very bad.... mercs stop people from getting xp ...
also theres this problem
if player x and player z both have mercs and player x invite player z to group the player z's merc will disapear

also minor problem but mercs do not charge

Kingly_Krab
11-17-2013, 03:47 PM
http://www.eqemulator.org/forums/showthread.php?t=36339 Check there.
The below code should fix your issue.

ALTER TABLE `group_id` ADD COLUMN `ismerc` tinyint(3) NOT NULL DEFAULT 0 AFTER `name`, DROP PRIMARY KEY, ADD PRIMARY KEY (`groupid`, `charid`, `ismerc`);