Poison Bottle
678 Poison_Bottle
P
A skeleton shaped bottle which contains deadly poison.
note: Only Assassin Cross job can use this.
Type: Skill necessity
Weight: 10
Información adicional
- Precio de compra
- 5,000 z
- Nivel máximo
- Sin límite
- Género
- Both
- Refinable
- No
- Gradable
- No
Script del ítem
if ((eaclass()&EAJ_ASSASSIN_CROSS)==EAJ_ASSASSIN_CROSS || (eaclass()&EAJ_THIRDMASK)==EAJ_GUILLOTINE_CROSS) {
sc_start SC_DPOISON,60000,0;
sc_start SC_ASPDPOTION3,60000,9;
}
else
percentheal -100,-100;