Base de datos de items/Invitation of Darkness
Invitation of Darkness

Invitation of Darkness

ID 22670Usable

Descripción

Invitation for going to the world of the dead.

If you break this scroll you suddenly run out of air and your heart will become dark, will feel grab you and take you to nifelheim.


Weight: 0

Propiedades básicas

Identificador
DARK_INVITATION
Peso
1.0
Compra NPC
10z
Venta NPC
5z

Requisitos

Profesiones
Todas
Tipo de personaje
Todos
Script del item
.@rnd = rand(1,3);
if (.@rnd == 1) {
   specialeffect2 EF_DEVIL;
   warp "niflheim",193,186;
}
else if (.@rnd == 2) {
   heal -500,-1000;
   sc_start SC_STUN,3000,0;
}
else {
   specialeffect2 EF_DEVIL;
   warp "niflheim",347,255;
}