|
||
|
|||||||
| New Join Forum So your new to RunUO and looking to work with people that are new, this is the place. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#2 (permalink) |
|
Forum Expert
Join Date: Mar 2003
Location: where I belong
Posts: 1,786
|
You will see numerous examples of this in ..\Scripts\Misc\CharacterCreation.cs.
__________________
"Misfortune shows those who are not really friends." -Aristotle "A multitude of words is no proof of a prudent mind." -Thales |
|
|
|
|
|
#3 (permalink) | |
|
Forum Expert
Join Date: Mar 2005
Location: Hopefully not near you
Posts: 2,233
|
Quote:
Go to where he said ...open that file and you will see things like PackItem( new Dagger() ); you would change the Dagger to whatever you want to add...ALways make sure you use the exact name the game calls the item and be careful of caps and lowercase (they matter)....to check the name in game do ...[Add BagOfReagents then once you find that...go to the file and change it to reflect what you want to add Example PackItem( new BagOfReagents() ); PackItem( new BankCheck(5000) ); Hope that helps..
__________________
All people have the right to be stupid but some abuse the privilege.
|
|
|
|
|
|
|
#4 (permalink) |
|
Forum Novice
Join Date: Jul 2003
Location: NY
Age: 38
Posts: 963
|
If you are looking to add items to the players bank, take a look at this thread:
Depositing items in players bank Once you have done what it tells you there you can then comment out what you don't want dropped in the players bank when created.
__________________
![]() Your fate is sealed in the end of Time..... |
|
|
|
|
|
#5 (permalink) |
|
Newbie
Join Date: Nov 2003
Posts: 61
|
Here is my writeup on altering the CharCreate file... . May help a bit.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|