Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MS4 Requests
#1
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.
Reply
#2
Damage ranges would be a feature for your game. I think that's something you should add in yourself.
Reply
#3
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.
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?
Reply
#4
Awww. You finally got your coloured name. Gratz hon
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?
Reply
#5
Do I get a colored name?
:twisted:
Reply
#6
All signs point to yes.
Reply
#7
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.
Reply
#8
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.
Reply
#9
MS4 isn't really going to have features programmed into it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)