OK, I tried editing it with MWEdit. Under Scripts I changed eh_EnchantBonus and eh_HammerScr. I changed the lines "if ( ( player->getMagicka ) > 0.1 ) ;;magicka influence" and "set magickaInfluence to 0.1 ;;lower means greater bonus, change also eh_HammerScr" As you can see, I'm playing around with the Hammer to get more enchantment points, but I get an error as soon as I start the game and the Hammer stops working (Tome still works fine).
Thank you again for your Help
EDIT: The Error is "Script Error EXPRESSION in Eh_HammerScr
Double check everything in you system, I freshly downloaded the esp file and eh_EnchantBonus script source has the line set magicka to ( ( player->getMagicka ) * magickaInfluence ) so, you get a bonus of ten times your magika to Enchant and Luck for a minute. Otherwise, we did not understand each other of what you want.
For those who are using Vanilla and wonders why Hammer of Enchantment attacks you with invisible rat sounds, set both Fight and Flee with mwedit to 0 in Creature -> eh_rat -> Ai Packages. https://imgur.com/OXJeIYK
17 comments
Thanks bro!
Under Scripts I changed eh_EnchantBonus and eh_HammerScr.
I changed the lines "if ( ( player->getMagicka ) > 0.1 ) ;;magicka influence" and "set magickaInfluence to 0.1 ;;lower means greater bonus, change also eh_HammerScr"
As you can see, I'm playing around with the Hammer to get more enchantment points, but I get an error as soon as I start the game and the Hammer stops working (Tome still works fine).
Thank you again for your Help
EDIT: The Error is "Script Error EXPRESSION in Eh_HammerScr
Sorry for asking again, but the new file doesn't seem to change anything...
Otherwise, we did not understand each other of what you want.