Advertisement
PikaNikz

EmptyProudspireExtraRoom

Feb 9th, 2012
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. # Skyrim
  2. # Script Name: EmptyProudspireExtraRoom
  3. # by PikNik VividAxis, Team ZRO
  4.  
  5.  
  6. # this script removes objects from the extra room
  7. # in the basement of Proudspire Manor in Solitude
  8.  
  9. # it's safe to run this script multiple times
  10. # if an object doesn't exist, the script will continue to run
  11.  
  12. # you need to go to Proudspire Manor
  13. # enter: COC SolitudeProudspireManor
  14. # enter: BAT EmptyProudspireExtraRoom
  15. # save. load a different save. reload this save.
  16. # the cell must be fully refreshed
  17.  
  18.  
  19. # remove these two lines if you don't want ownership of the location, and the key
  20. SetCellOwnership SolitudeProudspireManor
  21. Player.AddItem A7B37 1
  22.  
  23. # remove walls that reveal a hidden room
  24. D8AAD.MarkForDelete
  25. D8AAF.MarkForDelete
  26.  
  27. # remove the door and door frame
  28. D8AB2.MarkForDelete
  29. D8AAC.MarkForDelete
  30.  
  31. # remove crates and fruit in front of outside wall
  32. E2721.MarkForDelete
  33. E2723.MarkForDelete
  34. E2719.MarkForDelete
  35. E271B.MarkForDelete
  36. E2718.MarkForDelete
  37. E2715.MarkForDelete
  38. E2717.MarkForDelete
  39. E2725.MarkForDelete
  40. E2722.MarkForDelete
  41. E2726.MarkForDelete
  42. E2724.MarkForDelete
  43.  
  44. # remove objects inside room
  45. E2735.MarkForDelete
  46. E2751.MarkForDelete
  47. E2752.MarkForDelete
  48. E2750.MarkForDelete
  49. E2740.MarkForDelete
  50. E273F.MarkForDelete
  51. E273E.MarkForDelete
  52. E273D.MarkForDelete
  53. E2736.MarkForDelete
  54. E3E44.MarkForDelete
  55. E273A.MarkForDelete
  56. E2743.MarkForDelete
  57. E2742.MarkForDelete
  58. E2741.MarkForDelete
  59. E273C.MarkForDelete
  60. E273B.MarkForDelete
  61. E2739.MarkForDelete
  62. E2738.MarkForDelete
  63. E2737.MarkForDelete
  64. E2749.MarkForDelete
  65. E274A.MarkForDelete
  66. E274B.MarkForDelete
  67. E2747.MarkForDelete
  68. E2748.MarkForDelete
  69. E2746.MarkForDelete
  70. E2745.MarkForDelete
  71. E2744.MarkForDelete
  72. E274F.MarkForDelete
  73. E3E45.MarkForDelete
  74. E274E.MarkForDelete
  75. E274D.MarkForDelete
  76. E274C.MarkForDelete
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement