William.D wrote:
As in programming this could be done by a simple if-statement:
Code:
if (hit > ((NPC) player.getOponent().getName()).getMaxHit()) {
hit = ((NPC) player.getOponent().getName()).getMaxHit();
}
he's right all it has to say is:
if unique.name="tigergirl" and dmg=maxdmg()
then dmg=20000
this is in pseodo code of course, but its still not that hard