This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| EventResult TESHitEventHandler::ReceiveEvent(TESHitEvent* evn, EventDispatcher<TESHitEvent>* dispatcher) | |
| { | |
| _MESSAGE("0"); | |
| if (evn->caster->baseForm != (*g_thePlayer)->baseForm) | |
| return kEvent_Continue; //Ignore non-player attackers | |
| _MESSAGE("1"); | |
| EnchantmentItem* enchantment = evn->GetMagicHitEnchantment(); | |
| _MESSAGE("2"); | |
| if (!enchantment) //Can't retrieve enchantment info | |
| return kEvent_Continue; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| EventResult TESHitEventHandler::ReceiveEvent(TESHitEvent* evn, EventDispatcher<TESHitEvent>* dispatcher) | |
| { | |
| _MESSAGE("0"); | |
| if (evn->caster->baseForm != (*g_thePlayer)->baseForm) | |
| return kEvent_Continue; //Ignore non-player attackers | |
| _MESSAGE("1"); | |
| EnchantmentItem* enchantment = evn->GetMagicHitEnchantment(); | |
| _MESSAGE("2"); | |
| if (!enchantment) //Can't retrieve enchantment info | |
| return kEvent_Continue; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| EnchantmentItem* __stdcall CraftWeaponEnchantment(UInt32 type, tArray<MagicItem::EffectItem>* effectArray, EnchantmentItem* createdEnchantment/*, UInt32 type*/) | |
| { | |
| enum | |
| { | |
| kType_ArmorEnchantment, | |
| kType_WeaponEnchantment | |
| }; | |
| if (type == kType_WeaponEnchantment) _MESSAGE("-----------------------weapon enchantment-----------------------"); | |
| else if (type == kType_ArmorEnchantment) _MESSAGE("-----------------------armor enchantment-----------------------"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| output | |
| EnchantReloadFix SKSE Plugin | |
| by egocarib | |
| { Fixes player-enchanted items having inflated gold value } | |
| { and draining higher amounts of charge after game reload } | |
| Building Event Sinks... | |
| Initializing... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var data = {"lootVersion": "0.5.0", "masterlist": {"updaterEnabled": "Enabled", "revision": "74b292d75", "date": "2014-06-19"}, "plugins": [{"name": "Skyrim.esm", "isActive": false, "crc": "C665FD56", "isDirty": false}, {"name": "Update.esm", "isActive": false, "crc": "75967E61", "tagsAdd": ["Delev", "Relev"], "isDirty": false}, {"name": "Dawnguard.esm", "isActive": false, "crc": "DACA1057", "tagsAdd": ["Delev", "Relev"], "isDirty": false}, {"name": "HearthFires.esm", "isActive": false, "crc": "175CA5DD", "isDirty": false}, {"name": "Dragonborn.esm", "isActive": false, "crc": "5CB90338", "isDirty": false}, {"name": "HighResTexturePack01.esp", "isActive": false, "crc": "D596F02A", "isDirty": false}, {"name": "HighResTexturePack02.esp", "isActive": false, "crc": "D596F02A", "isDirty": false}, {"name": "HighResTexturePack03.esp", "isActive": false, "crc": "D596F02A", "isDirty": false}, {"name": "EgocaribAutoSave.esp", "isActive": false, "crc": "AFEC975B", "isDirty": false}, {"name": "EgocaribTrainerLimit.esp", " |
NewerOlder