Help - Search - Members - Calendar
Full Version: Bat client doesn't highlight "You've done with the chant."
BatMUD > BatMUD forums > Batclient
Morcar
I'm using it on MacOSX (Snow Leopard). Although same issue appears with Linux client.

Skill usage is highlighted ok. (tf highlights same row fine, don't have a trigger for it)
Morcar
Can be triggered of course, but would be nice to have it inbuilt. Anyways, I noticed that when doing triggers, you can't simply just make "bold" text. Have to make a custom trigger or script that installs a trigger. But then you run into issues with colors, I don't want to change the default setting from color, just want it to be set as bold, so I set the color to null, but font to bold. Doing this in a trigger manager gives a null pointer exception when hitting the actual trigger match.

So, only option is to actually give a color in the script...

CODE

void bootup()
{
triggerManager.newTrigger(
0,
"chant_highlight",
"^You are done with the chant[.]$",
"",
false,
true,
false,
new Color[] {Color.lightGray}, Font.BOLD);
}


So boring :P
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2024 Invision Power Services, Inc.