DarkXero Posted August 15, 2015 Share Posted August 15, 2015 @EulenMarie, yes. Here:modmain.lua Link to comment https://forums.kleientertainment.com/forums/topic/56864-ice-king-the-king-of-iiiiiiiiiice/page/3/#findComment-663664 Share on other sites More sharing options...
Doctor Donna Posted August 15, 2015 Author Share Posted August 15, 2015 @EulenMarie, yes. Here: Works, thanks Link to comment https://forums.kleientertainment.com/forums/topic/56864-ice-king-the-king-of-iiiiiiiiiice/page/3/#findComment-663668 Share on other sites More sharing options...
Doctor Donna Posted August 16, 2015 Author Share Posted August 16, 2015 @EulenMarie: Replace inst:AddComponent("armor") inst.components.armor:InitCondition(10000000000, 0.5)for inst:AddComponent("armor") inst.components.armor:InitCondition(20, 0.5) local old_TakeDamage = inst.components.armor.TakeDamage inst.components.armor.TakeDamage = function(self, damage_amount) local owner = self.inst.components.inventoryitem.owner if owner and owner.prefab == "iceking" then damage_amount = 0 end old_TakeDamage(self, damage_amount) end @DarkXero: I Think it works fine Link to comment https://forums.kleientertainment.com/forums/topic/56864-ice-king-the-king-of-iiiiiiiiiice/page/3/#findComment-663769 Share on other sites More sharing options...
Doctor Donna Posted August 16, 2015 Author Share Posted August 16, 2015 Why I can't see my modicon? Link to comment https://forums.kleientertainment.com/forums/topic/56864-ice-king-the-king-of-iiiiiiiiiice/page/3/#findComment-663771 Share on other sites More sharing options...
DUKONIS Posted August 16, 2015 Share Posted August 16, 2015 This is from the creator of the "ICE KING"-Mod EulenMarie: https://www.youtube.com/watch?v=ywdilTuIPpY in german language! Link to comment https://forums.kleientertainment.com/forums/topic/56864-ice-king-the-king-of-iiiiiiiiiice/page/3/#findComment-663867 Share on other sites More sharing options...
Doctor Donna Posted August 16, 2015 Author Share Posted August 16, 2015 This is from the creator of the "ICE KING"-Mod EulenMarie: https://www.youtube.com/watch?v=ywdilTuIPpY in german language! Oh, thanx XD Link to comment https://forums.kleientertainment.com/forums/topic/56864-ice-king-the-king-of-iiiiiiiiiice/page/3/#findComment-663873 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now