Jump to content

Home

Starting items and attribute gain


Jennaida

Recommended Posts

I'm looking for how Attribute gain and starting items are handled within the game. I was going to try tinkering with the things the character gets on the Endar Spire, I'm just not sure where its stored, to put different things into the footlocker aboard... I thought it'd be somewhere in class templates or something, but I couldn't find it.

Link to comment
Share on other sites

The footlocker at the beginning of the endar spire is populated by a script. The script places different items in the footlocker based on what class you are. I don't remember exactly what script it is, but I will try and look for it...

Link to comment
Share on other sites

The script you are looking for Jennaida is k_pend_chest02.ncs in the end_m01aa_s.rim. Since the source is not available, I have been looking for a way to decompile it so I can edit it, so far with no sucsess.

 

I do however have a working script that fires on Trask's dialog when he says "Now hurry up and grab your gear" that puts additional equipment from the game and from my 2 item packs into the Endar Spire starting footlocker pending on your starting class. I just started fooling with scripts last week and that was the first on my to-do list. :D

 

Jennaida PM me if you want a copy of the dialog and source script.

 

As far as attribute gain I believe it is hardcoded at 1 point every four levels though you can edit classes.2da with KT and put in whatever 6 attribute numbers for each class you want, I don't go above 20, save it to your override, then just use the recommend button in the game with a new character and the numbers you entered should show up and you should be ready to go.

 

I hope this helps.

Link to comment
Share on other sites

end_trask.utc (3341) file go to the inventory and add what ever you want to his inventory as son as he joins you, what is his becomes yours.

 

Open KT > rims > modules > end_m10aa_s.rim > Blueprint, Character > end_trask.utc (3341)

 

Inside you will see a button for inventory click it and along the left side you see all the game inventory, drag and drop item into the inventory area not the familiar equip screen. If you have a custom item you want added. Add anything then click to activate the node hit delete on keyboard and then type the your custom .uti name save the end_trask.utc to override and your done.

 

Hope this helps ;)

 

svösh

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...