Catt
12-14-2001, 08:15 PM
Hi
What I did was to make the circles that show up for 'Hunted' spawn (the ones you list in your conf) show as the /con colour instead of just grey, this may conflict with PvP stuff, I don't PvP so I have not seen that in operation.
Just a little change in map.cpp about line 2986
was:
tmp.setPen(gray);
is:
tmp.setPen (pickConColor(m_pPlayer->getPlayerLevel(), spawns[n].level));
What I did was to make the circles that show up for 'Hunted' spawn (the ones you list in your conf) show as the /con colour instead of just grey, this may conflict with PvP stuff, I don't PvP so I have not seen that in operation.
Just a little change in map.cpp about line 2986
was:
tmp.setPen(gray);
is:
tmp.setPen (pickConColor(m_pPlayer->getPlayerLevel(), spawns[n].level));