-
Posts
21 -
Joined
-
Last visited
Everything posted by Sesoad
-
Yeah it seems the actiontype is not recognized by the hotkeys or it is but only sometimes, don't really know why Sorry I haven't posted the full script, would that still work if the weapout and weapsheathed properties are both armor and not weapon ? Also do the spell needs to be created through creation kit ? also I found the same script on google, don't know if the author of the mod based his mod off this script or if he is the same person but he uses 2 armors version for his hdt sheathed and drawn weapon https://www.loverslab.com/topic/39329-wip-a-multitail-whip-as-a-weapon-with-havoc-physics/
-
So I'm trying to modify a mod with an open source, the mod either has the mod's sword sheathed or drawn depending on the situation, so if I just draw and sheathe using the r key it works, but if i'm using hotkey, like switching from spell / another weapon to this sword using a number hotkey from favorite menu for example, it doesn't appear and with iequip or skyrimsouls neither, is there a function that lets you know when you're switching weapon with the hotkey ? currently it looks like that Event OnActorAction(int actionType, Actor akActor, Form source, int slot)debug.notification("action") if actionType == 7 if akActor == Game.GetPlayer() game.getplayer().EquipItem(WeapOut,false,true)endif endif if actionType == 10 if akActor == Game.GetPlayer() game.getplayer().EquipItem(WeapSheathed,false,true)endif endifendevent Event OnUpdate() debug.notification("update") if MyOwner.IsWeaponDrawn() && MyOwner.IsEquipped(WeapSheathed) MyOwner.EquipItem(WeapOut,false,true) endif if ( MyOwner.IsWeaponDrawn() == false ) && MyOwner.IsEquipped(WeapOut) MyOwner.EquipItem(WeapSheathed,false,true) endifendevent
-
Edit : nevermind I found it thanks
-
Npc / Follower bound spell how do you do that ?
Sesoad replied to Sesoad's topic in Skyrim's Skyrim LE
Ok so that was stupid, all I had to do was upping the damage of the bound weapon in the CK, now it works (even though only tested one time for now) Thanks for you time guys, and jessegt who did alot of tests -
Npc / Follower bound spell how do you do that ?
Sesoad replied to Sesoad's topic in Skyrim's Skyrim LE
Okay so I got this working but only after removing every offensive spells on my followers, it wouldn't work if i kept any other offensive destruction spell Can't find a way to get her to use it along with others offensive spells this is so annoying -
Npc / Follower bound spell how do you do that ?
Sesoad replied to Sesoad's topic in Skyrim's Skyrim LE
Welp that's a bummer, mine doesn't work at all :( What do you use as follower system ? -
Npc / Follower bound spell how do you do that ?
Sesoad replied to Sesoad's topic in Skyrim's Skyrim LE
Actually I tried everything (normal and right-hand) except left hand haha Yeah I tried using tesVedit but the thing is after I load the files on CK and save, the added master disappears so it returns to before I used tesv Doesn't work either with left hand sighhh You sure she summon the sword through bound spell and not from her item equipment ? -
Npc / Follower bound spell how do you do that ?
Sesoad replied to Sesoad's topic in Skyrim's Skyrim LE
Actually I tried everything (normal and right-hand) except left hand haha Yeah I tried using tesVedit but the thing is after I load the files on CK and save, the added master disappears so it returns to before I used tesv -
Npc / Follower bound spell how do you do that ?
Sesoad replied to Sesoad's topic in Skyrim's Skyrim LE
Ok so after testing that, it doesn't work , the bound weapon spell, or every other spell don't work even with the heather follower. No Idea why. -
Npc / Follower bound spell how do you do that ?
Sesoad replied to Sesoad's topic in Skyrim's Skyrim LE
Thanks I'll try that out. You think it works on other class than csWarlock ? It's not this weap. Sorry, I didn't specify the exact mod, it comes from colorful magic mod actually. How did you add it as master by the way ? And did you use left/right hand bound or normal one ? -
Npc / Follower bound spell how do you do that ?
Sesoad replied to Sesoad's topic in Skyrim's Skyrim LE
No, I'm speaking about papyrus. She's a human magic, doesn't have any problem using any spell that isn't bound weapon. -
Npc / Follower bound spell how do you do that ?
Sesoad replied to Sesoad's topic in Skyrim's Skyrim LE
No, that's not what I meant. I know she has already more than needed magicka and her skill in conjuration is max level already. The thing is that her AI doesn't let her use the spell so I wanted someone that knows about CK or scripts to tell me if they knew a way or a script to make her use bound weaps. -
Hi guys, I wanna give my follower a bound spell from another mod called soul eater, But I don't actually know what I'm supposed to do, if I need to put a script, and how / what script I should put, anyone knows how to do that kind of stuff ? And the problem isn't giving my follower the bound spell but more about making her use the bound spell, thanks in advance for help
-
Okay thanks I guess I'll just have to find another good soundtrack mod then :/
-
Ah.. Well that's unfortunate.. The soundtracks were pretty good..
-
Hi I just found out that this mod I was looking forward to download has just been deleted, was it explained why and is it planned that the mod returns on nexus ?
-
Yeah I followed a tutorial on youtube and it didn't mention this step so I didn't even know it existed, now it works magnificiently, thanks !
-
Hi, I have a problem with my custom follower tints, I make her have black eyeliner and eyeshadow, pink lips on racemenu and everything but after I ctrl F4 and nifmerge etc she has base eyeliner and eyeshadow so none and the lips isn't pink, can somebody help me ?
-
Anyone using skytweaks can help me ? About alt tab pause
Sesoad posted a topic in Skyrim's Skyrim LE
Hey! I just installed Skytweaks, and it seems really good, but i gotta have to run the intro again since it's a new game, and the game suddenly pauses itselfs when i alt tab whereas it didn't before skytweaks, so can someone using the mod tell me how to turn the option of pausing off ? Thanks you ! Edit: It was in ini lol i'm stupid -
Hello, i'm having a problem with the custom follower I made, it has a body and face color mismatch, the body's color is right but the face is wrong, I did the Ctrl + F4 Thing and created her facegen etc, but the color mismatch remains, already had this problem before and solved it but it's been so long I don't remember how i did solve it, and I wanted to change her messed up chin today so I had to redo the facegen part and now it's come to this, if someone can help me it would be nice, thanks in advance