TobiaszPL Posted June 25, 2019 Share Posted June 25, 2019 (edited) Hey, i want to create new my spell series leli already haveInfinite Spells -> 39 Epic spellsChaos Spells -> 32 Epic Spellsand now i want to create Kamui Spells atm. i have few ideas ( 11 Spells Ideas atm )but i will probably have problem with One :x... Kamui Soul Kamui Soul is spell that allow you to "Grab" your target Soul and summon its as your friendEvent OnEffectStart(Actor akTarget, Actor akCaster) 1)i know i can use https://www.creationkit.com/index.php?title=GetActorBase_-_ActorGetActorBase to get actor base <-- lolso i can use it to PlaceAtMe but here is my first question which extends should i use?cause i know that PlaceAtMe works for ObjectReferences but for example not working for Actor extends 2)i know i can usehttps://www.creationkit.com/index.php?title=IsUnique_-_ActorBaseIsUniquehttps://www.creationkit.com/index.php?title=IsEssential_-_ActorBaseIsEssential To protect "Special" NPCs from duplicating i will just show to player "This soul is too powerful" MSGbut... do i need someting more to protect from duplicating special NPCs? 3)Willhttps://www.creationkit.com/index.php?title=AddToFaction_-_ActorAddToFaction will be enough? to make copied NPCs friend to Player?cause i want to make every NPC that were copy to be friend even if he was enemy 4)Is there any way to connect Ghost and Copied NPCs?If Soul / Ghost die NPC that own this Soul should die too :x... but im not sure how to do it... 5)Anything else that i should know b4 starting with this Spell / Script? its little crazy but i want to try spell like this xDYou can copy Wolf Soul and make it your follower :D If any1 have any idea about more spells gimi your ideas :Dalso if you want you can steal my idea, idc im probably not gonna even upload this mod :x here are my ideas: Kamui Spells: - Kamui Self :: Teleport Player to Kamui World - Kamui Target :: Teleport Target to Kamui World - Kamui Point :: Create Kamui Point - Back Point - Kamui Ethernal :: Make Player ethernal - Kamui Mark :: Create Kamui Location Marker - Kamui Teleport :: Teleport Player to Kamui Marker - Kamui Move :: Teleport Target to Kamui Marker - Kamui Force :: Push eveyone back - Kamui Chest :: Open Kamui Void Chest - Kamui Space :: Jump to targeting land ( short distance ) - Kamui Soul :: Make targeting NPCs your ally ( if ghost dies so do NPC ) //Edit:More about Point 3Ghost should NEVER attack player !...even if Player is attacking Ghost !... also here is Point 6...can i create Ghost that can be attacked?cause https://www.creationkit.com/index.php?title=SetGhost_-_ActorSetGhost protect NPCs from any dmg right?... or not ? ;x... //Edit2:if sm1 don't know what Kamui is: https://www.youtube.com/watch?v=t-2cOgL_kZ4 Edited June 25, 2019 by TobiaszPL Link to comment Share on other sites More sharing options...
Recommended Posts