Mirage Source
http://www.miragesource.net/forums/

[BUG] MOTD Problem
http://www.miragesource.net/forums/viewtopic.php?f=193&t=4539
Page 1 of 1

Author:  Nean [ Sun Oct 12, 2008 1:58 am ]
Post subject:  [BUG] MOTD Problem

So when I type /motd test test, as an example, the first test would only show up. I think this is a parse error, but I can't seem to fix it. Wondering if anyone else has a fix for it =\

Author:  Kraft [ Sun Oct 12, 2008 3:40 am ]
Post subject:  Re: [BUG] MOTD Problem

MOTD is not even being changed in this case. (You need to restart the server)
To fix it just find (Sub HandleSetMotd):
Code:
Dim MOTD As String
And remove it.

The "only one word changing problem" is client fault.
Code:
SendMOTDChange Command(1)
It only sends one word.

Sorry for bad English, as always.

Author:  GIAKEN [ Sun Oct 12, 2008 3:43 am ]
Post subject:  Re: [BUG] MOTD Problem

Code:
Dim MOTD As String

For i = 1 To UBound(Command)
   MOTD = MOTD & Command(i)
Next i

SendMOTDChange MOTD
MOTD = vbNullString


I just typed that up in the post...but it should work? I seem to be typing up most of my code right in the post.

Author:  GIAKEN [ Tue Oct 14, 2008 6:48 pm ]
Post subject:  Re: [BUG] MOTD Problem

Yeah most of the commands are giving RTE's or not allowing the spaces because they need LBound / UBound and IsNumerical checks.

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/