- Hegemonia OTS http://www.hegemonia.pun.pl/index.php - CVS & Kody http://www.hegemonia.pun.pl/viewforum.php?id=10 - Kolorowa ilość expa. http://www.hegemonia.pun.pl/viewtopic.php?id=17 |
RaFi - 2006-11-07 14:39:04 |
W Game.cpp zmień: Kod:spectator->sendAnimatedText(gainExpCreature->pos, 983, exp.str()); Albo: Kod:spectator->sendAnimatedText(gainExpCreature->pos, 0xD7, exp.str()); Na to: Kod:spectator->sendAnimatedText(gainExpCreature->pos, 169, exp.str()); Kolory: Kod:DARKBLUE = 2 RED = 180 ORANGE = 199 GRAY = 121 GREEN = 84 LIME = 102 YELLOW = 169 LIGHTBLUE= 71 |