Poison Bottle
| Item ID | 678 | Name | Poison Bottle |
|
A skeleton shaped bottle which contains deadly poison.
note: Only Assassin Cross job can use this. _______________________ Type: Skill necessity Weight: 10 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Poison_Bottle | ||
| Attack | 0 | Type | Usable | ||
| MATK | 0 | Equip Locations | None | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 10 | Min Equip Level | None | ||
| NPC Buy | 5,000 | Max Equip Level | None | ||
| NPC Sell | 2,500 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
if ((eaclass()&EAJ_ASSASSIN_CROSS)==EAJ_ASSASSIN_CROSS) {
sc_start SC_DPOISON,60000,0;
sc_start SC_ASPDPOTION3,60000,9;
}
else
percentheal -100,-100;
|
||||