14-01-2012, 10:36 AM
|
#1 (permalink)
|
|
Membro - Recruta
Registrado em: Sep 2010
Posts: 4
Agradecido 2 Vezes em 1 Post
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Estado:
|
Mod nao perde os buf
esse mod e para l2jfrozen ta ai
Citação:
com\l2jfrozen\gameserver\model\L2Character.java
- // Same thing if the Character isn't a Noblesse Blessed L2PlayableInstance
- else if(this instanceof L2PlayableInstance && ((L2PlayableInstance) this).isNoblesseBlessed())
- {
- ((L2PlayableInstance) this).stopNoblesseBlessing(null);
-
- if(((L2PlayableInstance) this).getCharmOfLuck())
- {
- ((L2PlayableInstance) this).stopCharmOfLuck(null);
- }
- }
- else
- {
+ // Same thing if the Character isn't a Noblesse Blessed L2PlayableInstance
+ else if (this instanceof L2PlayableInstance && ((L2PlayableInstance)this).isNoblesseBlessed())
+ {
+ ((L2PlayableInstance)this).stopNoblesseBlessing(nu ll);
+
+ if (((L2PlayableInstance)this).getCharmOfLuck()) //remove Lucky Charm if player have Nobless blessing buff
+ ((L2PlayableInstance)this).stopCharmOfLuck(null);
+
//to avoid DM Remove buffs on die
|
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
|
|
|