Mirage Source
MS4 Requests - Printable Version

+- Mirage Source (https://mirage-engine.uk/forums)
+-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61)
+--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18)
+---- Forum: Source Code Development (https://mirage-engine.uk/forums/forumdisplay.php?fid=51)
+----- Forum: Mirage Source 4 (Visual Basic 6) (https://mirage-engine.uk/forums/forumdisplay.php?fid=44)
+----- Thread: MS4 Requests (/showthread.php?tid=2151)



MS4 Requests - Mattyw - 20-09-2008

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:
Code:
Private Sub Form_Unload(Cancel As Integer)
    Cancel = True
    Call DestroyServer
End Sub
4.

I'll update this post with your stuff.


Re: MS4 Requests - Jacob - 20-09-2008

Damage ranges would be a feature for your game. I think that's something you should add in yourself.


Re: MS4 Requests - Robin - 20-09-2008

The monitor misspelling is not a bug. It doesn't cause a problem.

Of course it'll be fixed, but it's a spelling error, and one of the most minor ones as in the actual program, it's global definition is the same.

Damage range is a feature. It shouldn't be added in the base code.


Re: MS4 Requests - Robin - 20-09-2008

Awww. You finally got your coloured name. Gratz hon


Re: MS4 Requests - Jacob - 20-09-2008

Do I get a colored name?
:twisted:


Re: MS4 Requests - Rian - 20-09-2008

All signs point to yes.


Re: MS4 Requests - Mattyw - 20-09-2008

Meh. At least make 2 Boxes for Minimum & Maximum damage, if you want it to be the same, put both boxes to the same damage. Then add to the code blocked by default damage ranges.

Also an MS4 Question forum would be a good idea.


Re: MS4 Requests - Cruzn - 20-09-2008

Dugor Wrote:Do I get a colored name?
:twisted:
Bug DFA. He is the leader of the MS4 Programmers group.

Mattyw Wrote:Also an MS4 Question forum would be a good idea.
Because MS4 is still in development, it is easier to have all bugs, errors, questions, ideas, etc. all in one place.


Re: MS4 Requests - Rian - 20-09-2008

MS4 isn't really going to have features programmed into it.