Jump to content

Trouble with batch file


DJBonebrake

Recommended Posts

I am trying to make my follower equip armor with a bat file. The problem is it "runs" the file when I give the command, but the follower does not equip the items. However if I hit tilde and select the follower and the prid # shows and I then run the bat file the follower will equip the items. WTF am I doing wrong?

 

prid 000a2c93
equipitem 2b018e13 0
equipitem 2b01422e 0
equipitem 2b01ef94 0
equipitem 2b00f0fd 0
equipitem 2b017306 0
equipitem 2b00f0ff 0
equipitem 2b01df4e 0

Link to comment
Share on other sites

The prid command seems to be ignored in batch files. Try this:

 

"000a2c93".equipitem 2b018e13 0
"000a2c93".equipitem 2b01422e 0
"000a2c93".equipitem 2b01ef94 0
"000a2c93".equipitem 2b00f0fd 0
"000a2c93".equipitem 2b017306 0
"000a2c93".equipitem 2b00f0ff 0
"000a2c93".equipitem 2b01df4e 0

Link to comment
Share on other sites

  • Recently Browsing   0 members

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