EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Database/World Building (https://www.eqemulator.org/forums/forumdisplay.php?f=596)
-   -   mercs causing major grouping issues (https://www.eqemulator.org/forums/showthread.php?t=37529)

warkid 11-17-2013 03:43 PM

mercs causing major grouping issues
 
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.

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`);


All times are GMT -4. The time now is 11:18 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.