Wisp Core? What does it do? Can't pick it up.

Post » Tue Jun 12, 2012 1:31 pm

So i fought a Whisp Mother and two of the smaller Whisps dropped a "Wisp Core" after they died.

I can't pick it up. It says "Activate" when i mouse over. Trying to activate plays a sounds, but nothing happens.

:blink:
User avatar
Heather Kush
 
Posts: 3456
Joined: Tue Jun 05, 2007 10:05 pm

Post » Tue Jun 12, 2012 2:35 pm

That's odd. The only wisp cores I know of are the ones harvested from root stalks on the Shivering Isles. :blink:
User avatar
Lyd
 
Posts: 3335
Joined: Sat Aug 26, 2006 2:56 pm

Post » Tue Jun 12, 2012 3:19 pm

Doh! Found it in the CK ...
It has a script attached to it that is supposed to give you "Glow Dust". Now, why don't they just drop glow dust?
:poke:


Scriptname wispCoreScript extends ObjectReference

ingredient property glowDust auto

EVENT onActivate(objectReference actronaut)
int num = utility.randomInt(1,3)
(actronaut as actor).addItem(glowDust,num)
disable()
delete()
endEVENT
User avatar
Grace Francis
 
Posts: 3431
Joined: Wed Jul 19, 2006 2:51 pm


Return to V - Skyrim