PDA

View Full Version : Titanium - Con values hosed from level 8 to 9?


noudess
07-09-2014, 08:43 AM
A level 4 skeleton is green to a level 8 PC, and light blue to a level 9 PC.

I found the code in mobai.cpp that does this and changed it so the mob is still green at level 9.

However, the titanium GUI still shows the mob as light blue. My changes did take effect on the server side, as there is no XP.

Is there a way to impact the GUI on this issue? I'm guessing no?

demonstar55
07-09-2014, 12:39 PM
Con colors are client side, so its a bug in the client.

noudess
07-09-2014, 12:50 PM
Thanks, after looking at the code and testing, I guessed the same thing.