Jump to content

Cursed armor with birthing


saddad

Recommended Posts

In the aaCursedArmorScript you block all Effect entries. ( you now a   ;  at the beginning of the line )

 

There are two Effect entries.  The aaHyperModeEffect ( Not aaHeavyEffect01  ,  aaHeavyEffect02  , aaHyperMode ! That are spells )

 

 

scn aaCursedArmorScript
ref who
short rStage
short check
short startday
short currentday
short change
float timer
float stamina
float Currenthour
float StartHour

begin onadd
set rStage to 0
set check to 0
set change to 0
set who to getcontainer
end

begin gamemode
if GetGameLoaded&&rStage >= 1
    if rStage == 2
        SetFemaleBipedPath "armor\CA\CA02.nif" aaCursedArmor01
    elseif rStage == 4
        SetFemaleBipedPath "armor\CA\CA03.nif" aaCursedArmor01
    endif
    who.equipItemNS aaCursedArmor01 0
    who.UnequipItemNS aaCursedArmor01
endif

if who.IsInCombat&&who.Getequipped aaCursedArmor01 == 1
    if (0.2*who.getmaxAV health > who.getav health)&&rStage == 0
        who.ResetHealth
        set rStage to 1
        who.addspellNS aaHyperMode
;        who.pms aaHyperModeEffect 20
    elseif (0.2*who.getmaxAV health > who.getav health)&&rStage == 2
        who.ResetHealth
        set rStage to 3
        who.addspellNS aaHyperMode
 ;       who.pms aaHyperModeEffect 20

...

...

 

 

Edit: not sure if there are OBSE commands in the script, if yes, you must start the CS with OBSE or you can not compile the script and save the esp.

CS or CSE with OBSE, read my yellow Link below.

Link to comment
  • 6 months later...

Hello again!

I had the idea to test the birthing-mod yesterday.

After 1000000 failures, I managed to find the chest :-) Yippie!

 

And just to find out that I cannot defeat the ghost as I am only level 1 (some other game I saved is level 2) and silver weapons are not available until level 4.

Can anybody help me? GTM doesn't work anymore, as I cannot open the console anymore. Maybe that's because of the mods.

Do I really have to play till level 4 only to test the mod?

Breathing under water is not possible for longtime, the next problem :-(((

Who can help me please?

Thank you

Love

Link to comment

Cordul, this is a joke question, right?

 

Yes you must wait until you are level 4 or higher, there is no other option.

 

??? Why don't you use the console?

 

Open the console, and write

Player.additem yyxxxxxxx 1

xxxxxxx = the ID of the armor.   I don't have the Mod installed so you must check the ID yourself with CS or TES4Edit.

yy = the load order ID of the CursedArmor esp

Then you have the armor in your inventory.

..................................

Or you go to the gost and open the console and click the gost. Then write in the console

Kill

hit the enter key and the gost is dead.

 

Open the console again and write

Player.additem  00098440  1

And you have a Necklace with Waterbreathing in your invertory.

If you don't want to cheat you can drop the necklace after you got the armor.

 

Link to comment

Hello!

Thank you for your answer.

No, it was not a joke. I played Oblivion thru to the end years ago and I was good. Even several times. But I did not want to play days and weeks to test a mod.

Well, I "hacked" the ghost :-) I used some xxxspell on it and it did not defend itself anymore :-)

And why I could stay under water endlessly I do not know. I would like to.

I cannot cheat. ^ ^ ^ doesn't work. I cannot type in anything. Not even tgm.

I tried.

I can now tell you and the others that I think the mod is disappointing. Compared to the other CA of Wolf.

I did not play longtime.

 

Thank you anyway.

Bye.

Link to comment

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use