AtlasS Posted July 22, 2011 Share Posted July 22, 2011 Ok, very simple question. How do Welkynd stones work? I'm certain they use scripts, otherwise you wouldnt have the "your magicka is full so the stone retains it charge", but i cant for the life of me find the script :S please help? Link to comment Share on other sites More sharing options...
Flintlockecole Posted July 22, 2011 Share Posted July 22, 2011 It's a hard coded effect like Azura's star and Black Soul Gems. Link to comment Share on other sites More sharing options...
AtlasS Posted July 22, 2011 Author Share Posted July 22, 2011 Damn, any way to replicate it? Link to comment Share on other sites More sharing options...
Flintlockecole Posted July 22, 2011 Share Posted July 22, 2011 Through scripts I think, I couldn't really say. Link to comment Share on other sites More sharing options...
Awevalan Posted July 22, 2011 Share Posted July 22, 2011 Damn, any way to replicate it? The script would be something like OnEquip == 1Display "Your magicka has been restored"PlaySound WelkyndStoneRemove 1 WelkyndStoneEnd At least that what it would be in plaintext. To actually code it in the game script I would have to learn the scripting stuff again. Hope this helps. Link to comment Share on other sites More sharing options...
AtlasS Posted July 22, 2011 Author Share Posted July 22, 2011 Ok I've managed to get most of it working. except it wont remove from the inventory because it wont technically equip... what begin command should i use for activation in the inventory/container? Link to comment Share on other sites More sharing options...
GreatLucifer Posted July 22, 2011 Share Posted July 22, 2011 (edited) OnEquip will work for misc items. OnUnEquip will not, however. i think your problem lies in the removecommand (just a hunch); are you using "RemoveMe"? Edited July 22, 2011 by GreatLucifer Link to comment Share on other sites More sharing options...
AtlasS Posted July 22, 2011 Author Share Posted July 22, 2011 Thank you. removeme fixed the issue. now to populate the world with my new item... I fear myself now :S Link to comment Share on other sites More sharing options...
Recommended Posts