mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #00860
Re: [Bug 484214] [NEW] Echo() doesn't work after a couple of lines are executed.
On Wed, Nov 18, 2009 at 2:28 AM, Heiko <koehnheiko@xxxxxxxxxxxxxx>
wrote:
> If my above posting doesnt solve your problem please post your original
> script that caused these problems. As far as I can see you must have
> made some kind of error maybe you have used \r instead of \n?
>
>
> Jaybles schrieb:
> > <pre wrap>Public bug reported:
> >
> > Pre Mudlet 1.0.1
> >
> > http://www.mediafire.com/imageview.php?quickkey=ymvtzmmdnnz
> >
> > This shows the echo() from the statistics button being shown as a
> > black block instead of text.
> > On further inspection, if one were to copy where the black block is,
> > it will be shown normally
> >
> > Mudlet 1.0.1
> >
> > This is the first script I run when opening Mudlet 1.0.1.
> > This shows that the echo() problem only occurs after a couple of lines
> > are run
> >
> > http://www.mediafire.com/imageview.php?quickkey=zqkvdmj3moz
> >
> > It also shows \n characters shown as degree symbols
> >
> >
> > http://www.mediafire.com/imageview.php?quickkey=hywyzk2lezw
> > When I copy paste the black block (now the statistics block is colored
> > red.)
> >
> >
> > http://www.mediafire.com/imageview.php?quickkey=timyaeyumy4
> > This is when I set fg("red") on my echo().
> >
> > When I set bg("red") on the echo(), it remains black but when
> > highlighted (inverted as well), it is shown normally.
> >
> > ** Affects: mudlet
> > Importance: Undecided
> > Status: New
> >
> > </pre></body>
> > </html>
> > </html>
>
> --
> Echo() doesn't work after a couple of lines are executed.
> https://bugs.launchpad.net/bugs/484214
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in Mudlet the MUD client: New
>
> Bug description:
> Pre Mudlet 1.0.1
>
> http://www.mediafire.com/imageview.php?quickkey=ymvtzmmdnnz
>
> This shows the echo() from the statistics button being shown as a black
> block instead of text.
> On further inspection, if one were to copy where the black block is, it
> will be shown normally
>
> Mudlet 1.0.1
>
> This is the first script I run when opening Mudlet 1.0.1.
> This shows that the echo() problem only occurs after a couple of lines are
> run
>
> http://www.mediafire.com/imageview.php?quickkey=zqkvdmj3moz
>
> It also shows \n characters shown as degree symbols
>
>
> http://www.mediafire.com/imageview.php?quickkey=hywyzk2lezw
> When I copy paste the black block (now the statistics block is colored
> red.)
>
>
>
>
>
> http://www.mediafire.com/imageview.php?quickkey=timyaeyumy4
> This is when I set fg("red") on my echo().
>
> When I set bg("red") on the echo(), it remains black but when highlighted
> (inverted as well), it is shown normally.
>
Ok, did the above.
It goes black after I execute a script with an echo()
This was the original script
function parsetarget(tep)
if tep == "on" then
echo( "\n[Luna]: Targetted - " .. target_enemy .. "! (Player)\n" )
send( "enemy " .. target_enemy )
target_enemyplayer = "on"
elseif tep == "off" then
echo( "\n[Luna]: Targetted - " .. target_enemy .. "! (Non-Player)\n" )
target_enemyplayer = "off"
end;
if target_enemyplayerhistory == "on" then
send( "unenemy " .. target_enemyhistory )
end
disableTrigger( Honours_player );
disableTrigger( Honours_npc );
end
I tried turning that script off and using only Vadi's Sipper, but after the
first echoes (about 1 or 2), the words go black.
Using the script you provided,
http://www.mediafire.com/imageview.php?quickkey=we30rmiyj0k
http://www.mediafire.com/imageview.php?quickkey=owwzyc3tntn
--
Echo() doesn't work after a couple of lines are executed.
https://bugs.launchpad.net/bugs/484214
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
Status in Mudlet the MUD client: New
Bug description:
Pre Mudlet 1.0.1
http://www.mediafire.com/imageview.php?quickkey=ymvtzmmdnnz
This shows the echo() from the statistics button being shown as a black block instead of text.
On further inspection, if one were to copy where the black block is, it will be shown normally
Mudlet 1.0.1
This is the first script I run when opening Mudlet 1.0.1.
This shows that the echo() problem only occurs after a couple of lines are run
http://www.mediafire.com/imageview.php?quickkey=zqkvdmj3moz
It also shows \n characters shown as degree symbols
http://www.mediafire.com/imageview.php?quickkey=hywyzk2lezw
When I copy paste the black block (now the statistics block is colored red.)
http://www.mediafire.com/imageview.php?quickkey=timyaeyumy4
This is when I set fg("red") on my echo().
When I set bg("red") on the echo(), it remains black but when highlighted (inverted as well), it is shown normally.
Follow ups
References