Con Color
Posted: Thu May 27, 2004 5:37 pm
Level 12 toon vs. level 8 mob... map shows DK BLUE con color, its LT BLUE.
Need to talk about MacroQuest to other MacroQuest users?
https://mq64.org/phpBB3/
Code: Select all
int ConLevels[][3] = {
// {Lv,Grn,LtB},
{ 7, -4, -4},
{10, -5, -4},
{12, -6, -5},
{22, -7, -5},
{24, -9, -7},
{35,-13,-10},
{40,-14,-11},
{42,-15,-11},
{44,-16,-12},
{48,-17,-13},
{51,-18,-14},
{54,-19,-15},
{57,-20,-16},
{60,-21,-16},
{65,-21,-16},
{0,0,0}
};
Code: Select all
int ConLevels[][3] = {
// {Lv,Grn,LtB},
{ 7, -4, -4},
{10, -5, -4},
{12, -6, -4},
{22, -7, -5},
{24, -9, -7},
{35,-13,-10},
{40,-14,-11},
{42,-15,-11},
{44,-16,-12},
{48,-17,-13},
{51,-18,-14},
{54,-19,-15},
{57,-20,-16},
{60,-21,-16},
{65,-21,-16},
{0,0,0}
};