I'd like to say thanks a bunch for the source Kayot. I'm not keen on Visual anything but I took a stab at it and got it working with the latest revision of EQEmu.
I did however run into a problem that I can't seem to shake...
System.ArgumentOutOfRangeException: Value of '1130' is not valid for 'Value'. 'Value' should be between 'minimum' and 'maximum'.
Parameter name: Value
at System.Windows.Forms.ProgressBar.set_Value(Int32 value)
at System.Windows.Forms.ToolStripProgressBar.set_Valu e(Int32 value)
Seems to plague the character editor a lot as I'm not sure what min and max values should be there or where that is exactly.
|