Base de datos de items/[NotForSale] Poison Bottle
[NotForSale] Poison Bottle

[NotForSale] Poison Bottle

ID 22549UsablePoison Bottle

Descripción

A skeleton shaped bottle which contains deadly poison.

note: Only Assassin Cross job can use this.


Type: Skill necessity

Weight: 10

Quién lo deja caer

Propiedades básicas

Identificador
Poison_Bottle_B
Peso
10.0

Requisitos

Profesiones
Todas
Tipo de personaje
Todos
Script del item
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;