want a basic RPG tutorial
can anyone find one that is not a video or send some basics?
Offline
ie.pokemon (you battle the pc in tall grass and catch with balls)
Offline
Martiscratch wrote:
ie.pokemon (you battle the pc in tall grass and catch with balls)
Yea, so a 4 way scroller with a turn based battle system? What do you already know how to do?
Last edited by zammer990 (2012-08-08 12:42:55)
Offline
the basic move and go through doors also detecting if in grass
Offline
For the battle system, when you enter battle you should get it to add all available attacks to a list, and their average damage to another list, then when the player selects one, read the name and damage, subtract the enemy's defence, multiply by strengths/weaknesses and finally deal the damage.
Offline
zammer990 wrote:
For the battle system, when you enter battle you should get it to add all available attacks to a list, and their average damage to another list, then when the player selects one, read the name and damage, subtract the enemy's defence, multiply by strengths/weaknesses and finally deal the damage.
good advice
Offline