Jaekob
03-21-2011, 09:12 AM
In pets.cpp
starting with line 326
case IKSAR:
npc_type->race = WOLF;
npc_type->texture = 1;
npc_type->gender = 1;
npc_type->size *= 2.0f;
break;
change to
case IKSAR:
npc_type->race = WOLF;
npc_type->texture = 0;
npc_type->gender = 1;
npc_type->size *= 2.0f;
break;
http://www.peqtgc.com/phpBB2/viewtopic.php?t=11955
screenshot to verify
starting with line 326
case IKSAR:
npc_type->race = WOLF;
npc_type->texture = 1;
npc_type->gender = 1;
npc_type->size *= 2.0f;
break;
change to
case IKSAR:
npc_type->race = WOLF;
npc_type->texture = 0;
npc_type->gender = 1;
npc_type->size *= 2.0f;
break;
http://www.peqtgc.com/phpBB2/viewtopic.php?t=11955
screenshot to verify