Go Back   RunUO - Ultima Online Emulation > RunUO > New Join Forum

New Join Forum So your new to RunUO and looking to work with people that are new, this is the place.

Reply
 
Thread Tools Display Modes
Old 06-07-2006, 03:22 AM   #1 (permalink)
Newbie
 
Join Date: Dec 2005
Posts: 82
Default how to add stuff in a new char bank or pack

i was wondering how to add stuff for new char in there bank and pack

like check bag of regs and what not

thanx
__________________
straight From The HiVe
Djkb
djkillerbee is offline   Reply With Quote
Old 06-07-2006, 03:27 AM   #2 (permalink)
Forum Expert
 
Khaz's Avatar
 
Join Date: Mar 2003
Location: where I belong
Posts: 1,786
Default

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
Khaz is offline   Reply With Quote
Old 06-09-2006, 09:59 AM   #3 (permalink)
Forum Expert
 
Sunshine's Avatar
 
Join Date: Mar 2005
Location: Hopefully not near you
Posts: 2,233
Default

Quote:
Originally Posted by Khaz
You will see numerous examples of this in ..\Scripts\Misc\CharacterCreation.cs.

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.
Sunshine is offline   Reply With Quote
Old 06-10-2006, 07:24 AM   #4 (permalink)
Forum Novice
 
Karmageddon's Avatar
 
Join Date: Jul 2003
Location: NY
Age: 38
Posts: 963
Default

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.....
Karmageddon is offline   Reply With Quote
Old 06-12-2006, 03:07 PM   #5 (permalink)
Newbie
 
Join Date: Nov 2003
Posts: 61
Default

Here is my writeup on altering the CharCreate file... . May help a bit.
Grashopr is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5