Bug - Not A Bug Divine items & stat point + new level messages

I don't know if it's mafia bug or not (Gemelli said 6 months ago, that he can't reproduce it in vanilla kol interface), but now I got this bug again while using divine items (divine can of silly string):

http://195.70.211.9/files/divine_items_level_bug2.png

So my question is: does mafia show its own "You gain a <stat> point!" or "You gain a Level!" messages or not?

---
NightBird
 
Last edited:

Veracity

Developer
Staff member
Nope. We just print exactly what KoL supplies to us. What is the "bug"?

ResultProcessor.java:

Code:
		if ( lastToken.startsWith( "You gain a" ) || lastToken.startsWith( "You gain some" ) )
		{
			RequestLogger.printLine( lastToken );
			if ( Preferences.getBoolean( "logStatGains" ) )
			{
				RequestLogger.updateSessionLog( lastToken );
			}

			return true;
		}
 

roippi

Developer
There is a known bug within KOL regarding gaining stat points within combat. This includes divines, red rays, hipster stats, etc. I've reported it and I think it's pretty low priority for them.
 
Top