Hey guys,
I'm an experienced systems programmer and my hobby is game programming. As I love 3d Top Down Rpg action games, i would like to make my own world. so far i ve achieved this :
its just camera, click to move, and animations based on player state (moving, idle, attacking)
but i seriously dont have any ideas how to implement combat system with animations and effects. is there any resource explaning the algorithyms from scratch (like how to implement animations on hit and calculating combat stats) ? i ve found a lot of resources about FPS games but no luck on RPG games.
I dont mind code examples but i really need to know the basic ideas.
thanks for your time.