20-09-2008, 07:49 PM
Post here what you think should come with MS4 by default! Bug fixes would also be nice.
Features/Changes:
1. Take some stuff off of Bytes, such as Strength, like an NPC hitting exactly 255 all the time is stupid, use a different method. Optional: Do damage ranges.
2.
Bugs/Errors/Mistakes:
1. Destroy Ban List if it doesn't exist. - Fix Here
2. MONITOR spelt incorrect - Fix Here
3. Exiting Server - Fix Here: Remove "Unload FrmServer" in "Sub DestroyServer()" in "ModGeneral". Also change "Private Sub Form_Unload(Cancel As Integer)" in "frmServer" to:
4.
I'll update this post with your stuff.
Features/Changes:
1. Take some stuff off of Bytes, such as Strength, like an NPC hitting exactly 255 all the time is stupid, use a different method. Optional: Do damage ranges.
2.
Bugs/Errors/Mistakes:
1. Destroy Ban List if it doesn't exist. - Fix Here
2. MONITOR spelt incorrect - Fix Here
3. Exiting Server - Fix Here: Remove "Unload FrmServer" in "Sub DestroyServer()" in "ModGeneral". Also change "Private Sub Form_Unload(Cancel As Integer)" in "frmServer" to:
Code:
Private Sub Form_Unload(Cancel As Integer)
Cancel = True
Call DestroyServer
End Sub
I'll update this post with your stuff.