Reply to good setup for knight graphics?
If you don't have an account, just leave the password field blank.
i have been fiddling around in different aspects and well sofar everything works except for the fact the script now whenever attacking is stuck in an attack loop which in meele combat works in the knight's advantage but in ranged is too dang easy to exploit(the combat system alone is easy enough to exploit let alone with an attack loop).
well here is the brain setup for the battle.
so what should i change so it is battle is more balanced out?(won't fiddle with the health and strength or defense too much because i doubt it should give experienced players too much trouble).
well here is the brain setup for the battle.
void main (void) { sp_base_walk(¤t_sprite,280); sp_base_attack(¤t_sprite,730); sp_brain(¤t_sprite,9); sp_defense(¤t_sprite,5); sp_distance(¤t_sprite,150); sp_range(¤t_sprite,100); sp_exp(¤t_sprite,4899); sp_hitpoints(¤t_sprite,200); sp_speed(¤t_sprite,1); sp_defense(¤t_sprite,5); sp_strength(¤t_sprite,25); sp_timing(¤t_sprite,66); sp_target(¤t_sprite,1); }
so what should i change so it is battle is more balanced out?(won't fiddle with the health and strength or defense too much because i doubt it should give experienced players too much trouble).