Ci-dessous, les différences entre deux révisions de la page.
| talents:intimidation [2023/10/03 22:37] – créée pintou10_live.fr | talents:intimidation [2024/05/14 13:13] (Version actuelle) – pintou10_live.fr | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | /////////////////////////////////////////////////////////////////////////////////// | + | {{ : |
| - | //////////////////////////// | + | |
| - | ////////////////////////////////////////////////////////////////////////////////// | + | |
| + | **Le guerrier cible un adversaire et le paralyse.** | ||
| - | [FUNCTION INTIMIDATION] | + | * **Commande : .Intimidation** |
| - | + | * **Distance : Le guerrier | |
| - | if (<SRC.tag0.Assourdissement> | + | * **Cooldown : Cooldown minimal |
| - | SRC.MESSAGErouge Vous ne pouvez utiliser d' | + | * **Durée de la paralysie : |
| - | RETURN 1 | + | |
| - | endif | + | |
| - | + | ||
| - | if !(< | + | |
| - | src.messagerouge Vous ne possédez pas cette habileté. | + | |
| - | return 1 | + | |
| - | endif | + | |
| - | + | ||
| - | IF (< | + | |
| - | src.messagerouge Vous ne pouvez utiliser cette habileté dans votre état. | + | |
| - | return 1 | + | |
| - | endif | + | |
| - | + | ||
| - | src.message Qui voulez vous intimider | + | |
| - | targetf f_INTIMIDATION | + | |
| - | + | ||
| - | + | ||
| - | [FUNCTION f_INTIMIDATION] | + | |
| - | IF !(< | + | |
| - | messagerouge Vous devez choisir un être vivant. | + | |
| - | return 1 | + | |
| - | ENDIF | + | |
| - | + | ||
| - | IF (< | + | |
| - | MESSAGEROUGE Vous ne pouvez pas utiliser cette habileté sur vous-même. | + | |
| - | RETURN 1 | + | |
| - | ENDIF | + | |
| - | + | ||
| - | IF (< | + | |
| - | MESSAGErouge Ce joueur est en mode anti-pvp! | + | |
| - | RETURN 1 | + | |
| - | ENDIF | + | |
| - | + | ||
| - | if (< | + | |
| - | messagerouge Cette cible ne peut pas être intimidée pour l'instant | + | |
| - | return 1 | + | |
| - | endif | + | |
| - | + | ||
| - | IF !(<ARGO.CANSEELOS> | + | |
| - | SRC.MESSAGEROUGE Votre cible n'est pas visible | + | |
| - | RETURN 1 | + | |
| - | ENDIF | + | |
| - | + | ||
| - | IF (< | + | |
| - | SRC.MESSAGEROUGE Vous êtes trop loin de votre cible | + | |
| - | RETURN 1 | + | |
| - | ENDIF | + | |
| - | + | ||
| - | + | ||
| - | argo.tag.CooldownIntimidation=1 | + | |
| - | if (< | + | |
| - | argo.timerf | + | |
| - | else | + | |
| - | argo.timerf 400-(< | + | |
| - | endif | + | |
| - | src.f_decrinque | + | |
| - | + | ||
| - | if ((rand(1000)-(< | + | |
| - | | + | |
| - | argo.sfx 03bd | + | |
| - | argo.effect=3, | + | |
| - | return 1 | + | |
| - | else | + | |
| - | + | ||
| - | serv.newitem i_mem_effet_intimidation | + | |
| - | new.timer=(< | + | |
| - | argo.equip < | + | |
| - | argo.SAYua 020 0 0 eng Se sent intimidé... | + | |
| - | endif | + | |
| - | + | ||
| - | if (< | + | |
| - | if ((rand(1000)-(< | + | |
| - | argo.findid.i_mem_Vaudou.link.SAYua 020 0 0 eng Résiste à l' | + | |
| - | argo.findid.i_mem_Vaudou.link.sfx 03bd | + | |
| - | argo.findid.i_mem_Vaudou.link.effect=3,i_fx_heal, | + | |
| - | return 1 | + | |
| - | else | + | |
| - | serv.newitem i_mem_effet_intimidation | + | |
| - | if (rand(1000)< | + | |
| - | new.timer=2 | + | |
| - | else | + | |
| - | new.timer 1 | + | |
| - | endif | + | |
| - | argo.findid.i_mem_Vaudou.link.equip < | + | |
| - | argo.findid.i_mem_Vaudou.link.SAYua 020 0 0 eng Se sent intimidé... | + | |
| - | endif | + | |
| - | endif | + | |
| - | + | ||
| - | [ITEMDEF i_mem_effet_intimidation] | + | |
| - | id=i_memory | + | |
| - | TYPE=t_eq_script | + | |
| - | Name=Effet Intimidation | + | |
| - | + | ||
| - | on=@equip | + | |
| - | IF (!(< | + | |
| - | SRC.FLAGS |= statf_freeze | + | |
| - | ENDIF | + | |
| - | src.sfx=0657 | + | |
| - | src.effect 3, | + | |
| - | + | ||
| - | on=@timer | + | |
| - | IF (< | + | |
| - | cont.flags &=~ statf_freeze | + | |
| - | ENDIF | + | |
| - | remove | + | |
| - | return 1 | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | [ITEMDEF i_mem_INTIMIDATION] | + | |
| - | id=i_memory | + | |
| - | TYPE=t_eq_script | + | |
| - | Name=cool down INTIMIDATION | + | |
| - | + | ||
| - | ON=@TIMER | + | |
| - | cont.messagevert Vous pouvvez réutiliser votre habileté | + | |
| - | remove | + | |
| - | return 1 | + | |
| - | + | ||
| - | [ITEMDEF i_mem_INTIMIDATION_2] | + | |
| - | id=i_memory | + | |
| - | TYPE=t_eq_script | + | |
| - | Name=unfreeze INTIMIDATION | + | |
| - | + | ||
| - | on=@equip | + | |
| - | src.equip | + | |
| - | + | ||
| - | ON=@TIMER | + | |
| - | IF (< | + | |
| - | cont.FLAGS & | + | |
| - | ENDIF | + | |
| - | remove | + | |
| - | return 1 | + | |