Jump to content
⚠ Known Issue: Media on User Profiles ×

dorrionfinley

Members
  • Posts

    22
  • Joined

  • Last visited

Everything posted by dorrionfinley

  1. Oh, Indeed. In that case, I will have to say I do not think there is a command for a disable all. However, best of luck to you in finding that command if it exists.
  2. As AlcoholSwabs said, finish the quest Diplomatic Immunity. If you are not on that quest or have already finished it, then go to any Major Hold (Whiterun, Solitude, or any non-village city) and wait two days tops, maybe ten days. Then go back to the Jarl you are trying to talk to, (Morthal, Dawnstar, or Falkreath) and talk to them. If I remember correctly you are trying to talk to Idgrod Ravencrone for she is the only Jarl at the Thalmor Embassy during the quest Diplomatic Immunity. So go to her and use all Dialogue options to see if you can do anything for her. If you cannot do anything for her, then make sure a Courier runs up to you and delivers a "Letter From the Jarl". Read it, then talk to whomever the Jarl is. Hope this helped!
  3. Are you using it right? SetCellFullName probably acts the same way as SetActorFullName, which is completely useless. If you're using it like this, "SetCellFullName ThisIsTheName" then it will not work. The parameter cannot be words but rather a code. The console has a few pre-designed codes (or ID's) that come with a valid parameter for SetCellFullName. For example in SetActorFullName, one proper parameter would be "a81ff" which corresponds to the message "PlayTesting Temporary Message". So using SetActorFullName a81ff will just rename the actor as "Playtesting Temporary Message". So in reality, there are only a few ID's that are eligible parameters for SetCellFullName, and each ID has it's own message. If you don't understand what I just said in the last paragraph (I'm tired and my grammar probably sucks), then the main point I'm trying to say is this, SetCellFullName is completely useless as you cannot actually name the Cell yourself.
  4. I don't know if what ShadyJay said was the problem for if I remember correctly, Miraak never stole any souls from me. But I did manage to solve the problem, I don't think this solution was mentioned yet (I skimmed through posts instead of reading) so if it was posted then my bad. 1. Take off any overpowered gear, like any one shot crap or anything. And DON'T attack ANY Dragon. 2. Make sure you fight him and he says a few lines of dialogue about him being better etc etc. 3. As soon as you see him Whirlwind Sprint or when he says (WUULLD) then run away from him. 4. If he goes back to the center RUN to the OPPOSITE side of wherever the DRAGON is, like the opposite platform/ pool and then duck/sneak. My problem was that he never absorbed the soul, or I did, and I believe whoever the dragon is closest to will receive the soul. Hope this helped!
  5. Well, being on topic here, I too chose Paarthurnax. I chose him for both Role-Playing purposes and Selfishness. Paarthurnax is like a Father figure to the Dovakiin, and the Greybeards his wise uncles. That, and I just love the voice of Paarthurnax. Oh and for the selfish reasons, siding with the Greybeards allows you to find all Words of Power where as siding with the Blades lets you find Dragons where a Word of Power just so happens to be at.
  6. Sure there is. 1. Find actor you want invisible. 2. Press "~" 3. Click on actor. 4. Type disable.
  7. By Miraak was gliching out, what do you mean? Unfortunately I don't know how to solve your problem, but I do know how to solve Miraak's problem, depending on what you mean by "Miraak glitching out".
  8. Yea, I realize it doesn't help me, but I'm the kind of guy that likes to know how everything works. What makes things tick, and why. So, even if it doesn't solve my problem, I sure love to have fun trying to figure out why it won't work. Because if I can figure out how things work, then I get closer to my solution... This is why everyone hated me in Math class... so many questions haha. I don't just do because someone says "Do it", I do it because I understand it or understand why I should do it.
  9. So you're asking for different play-types then? If you are then try to make a character modeled after what you want to be. For example, I want to be a Missionary, so my play type is a Traveler. In real life, no way would I ever walk through Draugr Crypts and fight off every freaking corpse that breaks through. I'm also very unaggressive so I only fight if hit first. Even if that means circling around people until they take the first swing. I actually really like this kind of play-through as it feels like you're being submerged into the game as you're playing as who you particularly are. Or if you're looking for some actual role-playing. Try playing a monk who is trying to overcome his lust for power to do good in the world. He falls every once in awhile (becoming Werewolf, or helping a Daedric Lord) but always get's back up (Thane of a city or the classic "Saviour of the World")
  10. I have played many fighting types ranging from Mage, To Ranger, To classic Board-n-Sword, to sneaky power-hungry assassin, to my current playthrough, a Traveler. I like the Traveler better because it reflects what I would actually do in real life inside of a Draugr crypt...run. No way in heck would I, in real life, wait around for Draugr to wake up. Scary as frick man.
  11. Honestly for me, fighting style doesn't even matter. I usually go solo and run through dungeons without being detected by sleeping draugr. I actually... run through everything... I made my character a traveler who has a heart for helping people... so... he just... runs... the only real fight's I've actually been in are the boss fights / scripted fights.
  12. Just a quick status update, while I have not found a solution. I have found that the above method that I mentioned works on Saadia regardless of location. I created a new game and typed d7505.addfac 19809 1, in which gave a successful parse line. Now I know for a fact Saadia indeed spawns in Bannered Mare (a cell) which is inside White Run (a cell) which is a part of Skyrim (a cell). So here are my thoughts. Syglja works and if you look at my batch file: ";Sylgja player.setrelationshiprank c3a46 4setrelationshiprank c3a46 4c3a46.addfac 19809 1c3a46.addfac 5C84D 1c3a46.setlevel 81c3a46.setav health 100000c3a46.setav magicka 100000"You can see that sygja.whateverfunction works and she spawns in Skyrim thereby supporting the theory that only Actors loaded up can be indirectly refered to by typing in their refID before the function similar to a "player.function" command. Well the theory is quickly shot down by further evidence of me testing that Saadia can indeed be indirectly referred to without being "spawned" or loaded up as she is supposed to spawn in a cell within a cell of Skyrim. **Keep this thought as I will refer back to it later. Now let's make up a value "12345" is an actor value for say an actor named, Random. Well 12345.addfac 19809 1 does not work, nor does 12345.addfac 19809 0. So maybe addfac does not work but what of other commands? 12345.setav health 900 does not work either, why? Because you are still trying to indirectly refer to the actor whom was proven that you couldnt indirectly refer to. **So if Saadia is within a cell that's within a cell of Skyrim and can be indirectly refered to, and Sylgja who is loaded up the Skyrim world space (not in a cell) can be indirectly refered to, then why can't every actor? My theory is this, and I have not been able to test it out yet but will be able too very shortly, only Actors or NPCs who play a vital role in a quest can be indirectly accessed. For example, Saadia's quest, "In My Time of Need", heavily involves Saadia, so if you can't find her you must be able to indirectly use commands instead of "click" on her. And Syglja, whose is the quest giver, must also be allowed indirect reference just in case she couldn't be found anywhere. The reason why Lynly, who though takes part in a quest, could not be accessed is because Lynly takes a small role or is a minor character with neither being a love interest, a follower, or may or may not even actually be needed for the quest. (Have not actually done Lynly's quest so I would not know). Susanna's only in the game so that she can be killed for a quest (but the Dragonborn never kills her) and I've read that another actor will take place of Susanna if Susanna goes missing. So this means Susanna is a minor character in that quest whom would have no need to have indirect access to. Further testing will be done by me and whoever else wants to do it. But as of right now, it seems as though only quest NPC's who play a vital role in a quest/ if quest is vital/ will give Marriage or Follower options can be indirectly referred too. List of characters to test. Faendal/ Sven (they should spawn outside of Skyrim) Aela/ Farkas/ Ria (spawn outside) Guard (non-vital NPC) Jarl Bulgruff (vital but also essential and spawns inside of a cell within a cell)*** Maybe "essentials" have a thing.
  13. To elaborate on what GoodFellowGoodspring said: 1. For divorce http://skyrim.nexusmods.com/mods/2224//? 2. Find Lydia's dead body. Press ~. Click on Lydia. Type resurrect.
  14. Indeed, I thought of that a few hours ago and tested it. They could be married when they were loaded up, with the exception of Lynly (still could not get her to work). But not when they weren't loaded up. What bugs me the most is that Sylgja works PreCC (before visiting Shor's Stone or even the Rift) which means she wasn't loaded up. Unless Skyrim loads all of the world at once instead of chunks as you travel.... which seems, very demanding... I guess not everything can be perfect. Looks like I gotta lie in my Fanfiction, or stick to Sylgja xD. Thanks for the help again Ishara! You're amazing. A moderator can close this thread as I think there is no known solution due to not finding it anywhere in Google and in asking in multiple forums.
  15. Go right to the middle of the weight slider and then one-two notches left. Not too skinny but not too bulky imo.
  16. Thanks Ishara for replying. I figured that the Child class might be the problem, however it still doesn't explain why I can't do this to the other NPC's like Annekke, Adrianne, Muiri etc. Hroki was just an example because she was the first NPC i could think of when testing the "actor.addfac" method.
  17. Oh Poop, I'm sorry man. Hopefully you find out a legit way to do it.
  18. Using console commands do this, player.teachword xx01df95, where xx is the load order of Dragonborn DLC. If you do not know the load order of your DLC then just use 0101df95, 0201df95, 0301df95, 0401df95. If neither of those work then make sure you have Dragonborn DLC loaded up and make sure no other mods are running (though mods should not be an issue)
  19. Im sorry if this is a n00b question, but how do you do circling? Is that when you circle around left/back/right or right/back/left to avoid getting hit in combat? No it's where you block and go in circles around the enemy, like circle his body, like act like your creating a circle around that person. That seems much less effective, are you sure about that? Woops I misread what the guy said, yes indeed you were right it's just going left/ back/ right or vice versa. However, the method I said earler is super effective. Enemies tend to miss A LOT since AI doesn't know how to change direction while attacking especially power attacking, if you can move in circles and catch them during a power attack then you have a nice little spot to attack. It actually decreases likeliness of getting hit. (But this is for 1 v 1 combat) when it comes to group combats it gets harder to land a hit.
  20. Im sorry if this is a n00b question, but how do you do circling? Is that when you circle around left/back/right or right/back/left to avoid getting hit in combat? No it's where you block and go in circles around the enemy, like circle his body, like act like your creating a circle around that person.
  21. I have a bit of an issue using console commands to marry certain characters, but my issue is a pretty uncommon one since I cannot find it anywhere on Google or UESP or the Wikia. Below is the batch file I created for Sylgja. The reason why I created this batch file is so that I can start PreCC (Pre Character Creation) with Sylgja being a Spouse and Follower option. For Role-Playing purposes, I have a big Fan Fiction story I'm going to write but I want to first play it out. ;Sylgjaplayer.setrelationshiprank c3a46 4setrelationshiprank c3a46 4c3a46.addfac 19809 1c3a46.addfac 5C84D 1c3a46.setlevel 81c3a46.setav health 100000c3a46.setav magicka 100000 Now these lines work. However, I want to draw attention to the Bold, which is "c3a46.addfac 19809 1" (c3a46 is the refID of Sylgja) and "c3a46.addfac 5c84d 1". I knew that one could do "Player.addfac" so I figured you could Actor.addfac where actor is the refID of an NPC. This indeed works for Sylgja. Now here is where the issue starts. I want to create batch files for other NPC's. One would assume that since "c3a46.addfac" works that you would be able to put any actor value, but you can't. I tried typing in "198ee.addfac 19809 1" where 198ee is the refID of Hroki but I get an error message stating "Script command 198ee.addfac was not found". So my question is, why do some actor values work and other's don't? Q&A's that I found out already:Q: What other NPC's can I use this method of "addfac" on? A: Saadia is the only NPC I found that I could use it on. Q: Maybe this method of "addfac" does not work on tavern members?A: Both Saadia and Hroki work in Taverns but Saadia works and Hroki doesn't. Q: Maybe Hroki and other NPCs can't get married via Console commands.A: I've read and have seen videos where Hroki was married to the player. Q: Dude just click on the NPC then type "addfac" you don't have to do this "actor.addfac" thing.A: Like I said I want to do it PreCC and I'm also doing this for RP purposes. Q: Maybe the ID's are wrong? A: I get them from Skyrimsearch.com, UESP, and the Wikia. Q: Try using BaseID's?A: I have and they still dont work Q: Try using "addtofaction" instead of "addfac"A: Still did not work. Q: Maybe the ID is not compatible with the "addfac" command but can be used on any other command.A: I can use "player.moveto c3a46" (Sylgja) but I cannot use "player.moveto 198ee" (Hroki) Q: What Other NPC's have you tried it on?A: Annekke Crag-Jumper (1b092), Adrianne Avenicci (1a67c), Olfina Gray-Mane (1a685), Illdi (198d1), Lisette (198a2), Vivienne Onis (198d3), Susanna the Wicked (1b11b). Lynly Star-Sung (19e03), Muiri (198f8), Fastred (19e06) I know this was a lot to read so THANK YOU for reading. EDIT: Found this while searching more, "Some NPC's simply cannot marry (regardless of voice files), as far as I've been able to figure out (this is common with several shopkeepers) I haven't been able to find the exact reason why." Seeing as Hroki/ Lynly are shopkeepers this could explain my problem. Anymore help would be welcomed, Thank you, again.
  22. Hey guys, so here's my story, my friend has the PS3 version of Skyrim and I have the PC. Now, through the use of certain tools I have been able to convert my PC saves to PS3 format so that my save could be played via PS3. My friend wants to be able to start the game PreCC (Pre-Character Creation) but with Godly powers (All shouts, spells, 100,000 health/stamina etc) he also wants to be able to marry certain characters and have them as followers (Lynly Star-Sung / Sylgja) Normally to marry someone you have to click their name and type in "addfac 19809 1" correct? Well my friend want's to start Pre-CC, which means I cannot go visit the NPC and click on their name. Here is the batch file I created for Slygja: ;Sylgjaplayer.setrelationshiprank c3a46 4setrelationshiprank c3a46 4c3a46.addfac 19809 1c3a46.addfac 5C84D 1c3a46.setlevel 81c3a46.setav health 100000c3a46.setav magicka 100000 Now these lines work. However, I want to draw attention to the Bold, which is "c3a46.addfac 19809 1" and the other addfac. I added "c3a46" before addfac just for kicks and giggles to see if it works. Well to my surprise, it did work! I was able to add an NPC to a faction without even having to click on them. Now here is where the issue starts. One would assume that since "c3a46.addfac" works (c3a46 is the refID of Sylgja) that you would be able to put any actor value, but you can't. I tried typing in "19e03.addfac 19809 1" where 19e03 is the refID of Lynly Star-Sung but I get an error message stating "Script command 19e03.addfac was not found" So my question is, why do some actor values work and other's don't? I am also not using any mods. Could my DLC's be messing it up? Should I deactivate those? Also, I tried Lynly's baseID also and it did not work. Also tried with Susanna the Wicked who did not work either. I know this was a lot to read so THANK YOU for reading.
×
×
  • Create New...