-Implemented some Jewel Boxes.
-Added SummonDebuff effect for Golden Lion & Lumi summons (apply on summoner when summon). -Added stat hpRestoreOnKill - restoring n% hp when kill a enemy (mob or player) - example: Berserker skill. -Updated id 10000-10279 range skills. -Update TriggerForce effect for Rolling Thunder skill. Contributed by NviX.
This commit is contained in:
@ -18,14 +18,14 @@
|
||||
*/
|
||||
package handlers;
|
||||
|
||||
import handlers.effecthandlers.*;
|
||||
|
||||
import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
import com.l2jserver.gameserver.handler.EffectHandler;
|
||||
import com.l2jserver.gameserver.model.effects.AbstractEffect;
|
||||
|
||||
import handlers.effecthandlers.*;
|
||||
|
||||
/**
|
||||
* Effect Master handler.
|
||||
* @author BiggBoss, Zoey76
|
||||
@ -175,6 +175,7 @@ public final class EffectMasterHandler
|
||||
Summon.class,
|
||||
SummonAgathion.class,
|
||||
SummonCubic.class,
|
||||
SummonDebuff.class,
|
||||
SummonNpc.class,
|
||||
SummonPet.class,
|
||||
SummonTrap.class,
|
||||
|
Reference in New Issue
Block a user