PDA

View Full Version : Source Release


Kayot
10-31-2008, 01:15 PM
Source Release

Release (http://kayosblade.googlepages.com/EQemuDatabaseEditor.rar)

Since I don't really run a server any more, I'm releasing the source. From now on, I do this stuff in PHP and Java.

Rezbee
03-17-2009, 12:39 AM
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.

Kayot
03-25-2009, 07:57 PM
Oh, that's because of the progress bar. Just comment out anything that alters the progress bar. I never got around to putting in safety's. Rest assured, it shouldn't of caused any damage to your characters so long as you told it to resume.

The progress bar was so the end user would know that the system hadn't locked up. I got rid of it on later private versions because it kept breaking if the loop went farther than it needed to.

Edit: It's named ssPBar, just comment out all lines that have this in them.