|
||
|
|
#1 (permalink) |
|
Well, all the post office stuff, I decided to make a post man..he isn't the greatest, but if you want him, all he sells are the "letters"...I'm sure you can add more to him, and change what he is wearing, but for a first, no help script, I am patting myself on the back
![]() Just put him in your custome folder and add him to your game !!! P.S. If you want to add the address book for him to sell, just add this line under the Letter Add( new GenericBuyInfo( "Address Book", typeof( AddressBook ), 100, 20, 0xFBD, 0 ) ); |
|
|
|
|
|
|
#5 (permalink) |
|
Guest
Posts: n/a
|
just add to definscribe.cs or what it called:
AddCraft( typeof( Letter ), "Other craft", "Letter", 20.0, 90.0, typeof( Scroll ), "Scroll", 3 ); I dont know if its BlankScroll or Scroll so name it right out this line near the other AddCraft. The "Other Craft" is under what meny you will put it in like Scrolls Lvl 3 or something. Hope you understand this ![]() |
|
|
|
#7 (permalink) |
|
An Army of One
|
this here added to your DefInscription.cs will work just fine:
// Letter AddCraft( typeof( Letter ), 1044294, "Letter", 20.0, 75.0, typeof(BlankScroll), "Blank scrolls", 1, 1044378 ); //Addressbook AddCraft( typeof( AddressBook), 1044294, "address book", 45.0, 95.0, typeof( BlankScroll ), "Blank scrolls", 8, 1044378 ); |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|