Jump to content

WeerW3ir

Premium Member
  • Posts

    35
  • Joined

  • Last visited

Everything posted by WeerW3ir

  1. i just cannot find it anymore. i know they got dmca--d, but there were links for it last year, and well, this year i have lost my hdd with all my mods. So anyone can help me? its that pack wher there is both 3ba, and himbo ports.
  2. According to the CK. there is only one npc who is using bound bow. Taron Dreth He is usng a csWarlock and csDremoraMeele fighting style. Even upon switching to this for testing purposes my follower does nothing lol Is it even possible to make an npc use bound bow? Or just as the weapon itself. the item as weapon and not a spell.
  3. Right now i am working on a follower whos 'power' and weapon would be a bound bow which she obviously casting/summoning upon entering fight. The problem is that, the code i have made does nothing. So nothing happens in game. Scriptname AranaenRanging extends Actor spell property ARAranaenBoundBow auto function OnCombatStateChanged(Actor akTarget, Int aeCombatState) if aeCombatState == 1 ARAranaenBoundBow.Cast(self as objectreference, self as objectreference) endIf endFunctionWith a bound sword for example this would work. And working. Since i have already made two follower like that. Is there something i can do? or maybe her stats not allowing her to use it? or maybe i am missing something?
  4. Huh. What is rude in asking you to read again my question??? The nerve of some people... You basicly havent answered my question :)
  5. Heyo. Im working on my newest follower(s) and ive encountered with a little problem. Im trying to make a green flames spell. the spell is overall done. but whenever the spell hitting anything else than an npc. the fire is orange. These effects and their textures are mps effects. In nifscope you can edit them by changing their id in any AddOnNode segment to the newly created ones from CK. Now my issue is. No matter where i look, i cannot find anything what would lead to different mps id. So my question is. how do i recolor the impact fire from the spell without changing every other firesource color?
  6. Hello. Im new to the Mod Organizer buisness, So far i used Vortex and i never enountered with this before. So does not matter what or which new race i use from nexus, The game is not recognizing the intalled body on them. (cbbe, bhunp or etc) Basic races are fine. What can i do?
  7. Im trying to make a quest for my next follower. The quest is so far goin good. but im missing 3 crucial part from it and i would be happy to get some help on it. 1. Make the character only a follower after you have completed the quest. 2. How to set up a Cage door as quest step. (to be opened) 3. How to make an npc forcegreet you trought the cage walls. I would appreciate a help on these.
  8. He is allowed to use dual wielding in the combat style of his. also Melee 3, ranged 0, magic 3, rest is 0. AI, well. he is using SandboxAndGuard as template. but i havent touched anything in the flag beside allowed him to wander around, ride a horse and swim. I was thinking maybe i should add UseMagic as a different package. But im not sure about that. after all. the script is doing it. not the package. Last time i remember my khajiit follower also refused to use the weapon even if the code was right. She could not use the spell. but now there are two spell. One is left handed the other is right handed. Both is correctly set up and i can use them in game if i check them. So. care to tell the ways to do? Surely one way is OnCombatStateChanged the other is when they not use spell correctly and the weapon suddenly shows up in their hand. id prefer the first option. once its worked. now its not want -.-
  9. Hello. So im on my way to make a new follower but ive had had stuck into a smaller problem. He is refusing to use the script which i wrote to him. Scriptname DualSunSwords extends Actor {Xu's double bound sword} SPELL Property XuBoundSwordSP Auto SPELL Property XuBoundSwordSL Auto Event OnCombatStateChanged(Actor akTarget, int aeCombatState) if aeCombatState == 1 XuBoundSwordSP.cast(self, self) XuBoundSwordSL.cast(self, self) endif EndEvent the thing is.the script succeeds in ck but in game he does nothing :( maybe im missing something?
  10. ho thank you. actually somehow that worked now. altought not really what i expected. as soon as she cast it she or unsheats it and switches to different ability, or starting to casting it and stops it in middle of the casting animation. if i set her to not have any other ability on her, she just running away from the fight. then casting the weapon and instantly unsheats it. and its burning on her back lol omg. hold on. now its working. o.O she refused to use it properly because the weapon was set to be eitherhand and not righthand ... -.-"
  11. thank you. actually somehow that worked now. altought not really what i expected. as soon as she cast it she or unsheats it and switches to different ability, or starting to casting it and stops it in middle of the casting animation. if i set her to not have any other ability on her, she just running away from the fight. then casting the weapon and instantly unsheats it. and its burning on her back lol
  12. I tried that already. Not working. This is why i need the script.
  13. im making my new follower. kinda she is done. but she refusing to use her unique bound sword. so i tried to write a script. but the script is not working at all. she still refusing to use her bound sword. Scriptname AuroraFighting extends Actor {Aurora's Fighting technics} SPELL Property AuroraBoundSwordSP Auto {Event OnCombatStateChanged Actor akTarget, int aeCombatState if aeCombatState == 1 AuroraBoundSwordSP.cast self, self endif EndEvent} the script is paired up with the spell on her in properties. but somesow its still not working. what can i do? or what im doing wrong? can somebody help?
  14. can somebody help me with it? i do think i have the code for it. and i have created it. but what do i need to change to use that exact magickal ability? Scriptname AurFighting extends Actor spell property AuBoundSwordSP auto event OnCombatStateChanged(Actor akTarget, int aeCombatState) if(aeCombatState==1) AurBoundSwordSP.Cast(self, self) endif endevent i added this and well. my npc still not using the ability? what did i do wrong? im kinda noob for the scripting. and this would be my first. this is the original: Scriptname BoundWeaponCombat extends Actor spell property boundweapon auto event OnCombatStateChanged(Actor akTarget, int aeCombatState)if(aeCombatState==1)boundweapon.Cast(self, self)endifendevent
  15. waiting for solutions then from some helpful forum member ^^
  16. i tri i tried to create now a simple gray facemask, and edited the face texture to have the tattoo itself. still having a whiter face. even have it if i take down completly the gray facemask with nifscope. what am i doing wrong? :D
  17. i tried the apha channel. but i ended up having this: ű no. i did not removed the alpha. lol
  18. What can i do to fix it? im sure the solution is in nifscope. but i cannot find the solution the tattoo is basicly the facegen. i have created a dds. just the tatto with no backside texture. what am i doing wrong?
  19. hello. i was working on a standalone khajiit follower for personal usage. her body color is RGB 0,0,0. my issue is i cannot add the face tattoo on her. i tried to simply edit the facetint for the nif. the tattoo is black as the follower skin. but, because of that there is no tattoo on her face. how can i add the black tattoo as a new layer for her face? its not glowing. just simply black tattoo on a black face. in RaceMenu its shows, so may i ask for a detailed tutorial of how? :P surely its something in nifscope. its not have to be the hard way with add it as armor >_>
  20. Hello again. I just have a simple question. is there a way to actually edit the tail size on an npc? Like how long it is. dosent matter if khajiit or lizard. but is it possible?
  21. Hello folks! im in need of a help. i guess my follower making knowledge is not enough for this. I have created a lykaios template (UNP body) to be a follower of mine. i would like her to be a thief and such. my issue is that i do not really know how to make her into a standalone follower while she still getting the same skin and modifiers (scale, skin modifiers like lykaiosfacetint color... and TAIL)as a normal would get as part of the addon. Making normal basic humanoid is easier. much easier. i would be really happy if someone could help me with it. or describe it.
×
×
  • Create New...