ID #22670
Usable
Invitation of Darkness
Buy Price: N/A
Sell Price: N/A
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
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
Monster Drops
Normal Drops
Organic Pumpkin
Rate: 50%
Inorganic Pumpkin
Rate: 50%
Available from boxes
Basic Information
Type
Usable
Weight
10
Scripts
Script .@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; }
.@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;
}