troy896 Posted July 30, 2008 Share Posted July 30, 2008 ok, so i made a new spell so i can cheat, but the spell cost is too great. how do i make it 0? Link to comment Share on other sites More sharing options...
darkninjaproductions Posted July 30, 2008 Share Posted July 30, 2008 When in the construction set uncheck the auto calculate box this will stop your spell cost going throught the roof. Link to comment Share on other sites More sharing options...
HouseAtlantic Posted July 30, 2008 Share Posted July 30, 2008 Does anyone know of a script you might be able to apply to a spell to add items to your inventory? Link to comment Share on other sites More sharing options...
darkninjaproductions Posted July 30, 2008 Share Posted July 30, 2008 apply it 2 an item and put:scriptname Darktest short GotScales Begin OnAdd Player if GotScales == 0 player.addspell "Yourspellname" set GotScales to 1 endif End Begin OnDrop Player if GotScales == 1 player.removespell "Yourspellname" set GotScales to 0 endif EndThat noramly works for me Link to comment Share on other sites More sharing options...
HouseAtlantic Posted July 31, 2008 Share Posted July 31, 2008 I have a pet-peeve about applying scripts to to Items, would there be a way around that? I appreciate you sharing your own scripts with me Link to comment Share on other sites More sharing options...
darkninjaproductions Posted July 31, 2008 Share Posted July 31, 2008 Ummmmmm im not really sure as im not an expreience scripter so dont really know as thats the easiest way i found to add spells to inventory.Soz if that doesnt really help.Reguards Darkninja Productions Link to comment Share on other sites More sharing options...
HouseAtlantic Posted July 31, 2008 Share Posted July 31, 2008 What's soz??I do appreciate it! it will be of use, fo sho Link to comment Share on other sites More sharing options...
darkninjaproductions Posted July 31, 2008 Share Posted July 31, 2008 sorry = Soz lol my shorterned version. Reguards Darkninja Productions Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.