|
||
|
|||||||
| Server Support on Windows Get (and give) support on general questions related to the RunUO server itself. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#2 (permalink) |
|
Master of the Internet
Join Date: Aug 2003
Posts: 5,688
|
I'm guessing that you have a BOD that refers to an item type that is no longer valid because you have removed the script for that item.
Try adding this to the beginning of the GetMaterialName method in bobgump.cs Code:
public object GetMaterialName( BulkMaterialType mat, BODType type, Type itemType )
{
if(itemType == null) return "Invalid";
it is always helpful to leave things up even after they are solved because then someone else with the same problem can benefit.
__________________
The first line of the first rule in the forum rules and guidelines "Be respectful of others. " For questions, information, and support for XmlSpawner and its addons, visit the XmlSpawner Support Forum Last edited by ArteGordon; 08-12-2007 at 08:31 AM. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|