Jump to content

Home

How do i make cusom armbands


one_must_fall

Recommended Posts

First of all do you have kotor tool? Also what you need to do when making an armband is go into the BIF's-->Templates-->Blueprint, Item--> then pic from any uti that has "a_band" at the beggining of the name, then in the item editor you need to change the "Template ResRef" and the "Tag" if you want it to be a unique armband, than go into the properties and put whatever you want into it, change the name, and description in the "Description" tab then save it with that unique name you used for the "Template ResRef" and "Tag". Hope that helps!:D

Link to comment
Share on other sites

If you want to make one of those you will need to add an entry into the spells.2da, and also you will need this script...

 

void main() {
SetKeepStealthInDialog(1);
ActionStartConversation(GetFirstPC(), "dialog_name", 0, 0, 0, "", "", "", "", "", "", 0, 0xFFFFFFFF, 0xFFFFFFFF, 0);
}

 

And you will also need a dialog file to be able to give it commands! By the way what are you trying to make, maybe I can help?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...