Poison Bottle, расходный материал (Renewal)
Poison Bottle (POISON_BOTTLE_B) – расходный материал. Выпадает из монстров: Thief Bug (E).

A skeleton-shaped bottle that contains deadly poison.
If any class other than Assassin Cross Classes use this item, it will kill the user instantly.
Adds a 2% chance of buffing the user for 1 minute; Aspd + 20%.
Базовые свойства предмета
- ID: 10058
- Код: POISON_BOTTLE_B
- Тип: расходный материал
- Вес: 10
Скрипт
if ((eaclass()&EAJ_ASSASSIN_CROSS)==EAJ_ASSASSIN_CROSS) { sc_start SC_DPOISON,60000,0; sc_start SC_ASPDPOTION3,60000,9; } else percentheal -100,-100;