Hey chibis,
Where you got maxhp value?
Memory copied?
Where you got maxhp value?
Memory copied?
as is said, this is only the main part of my (old) bot. recv, send and some functions (not rly functions :/) are missing.Quote:
Hey chibis,
Where you got maxhp value?
Memory copied?
mob_count = 0;
for (i=0;i<500;i++)
{
if (Mob[i].X != 0)
{
if (Mob[i].HP == 0)
{
Mob[i].X = 0;
continue;
}
if (Mob[i].Classe == mobclasse1 || Mob[i].Classe == mobclasse2)
{
mob_count++;