Page 1 of 1

Combat System Help

Posted: Sat Apr 19, 2014 10:49 pm
by Com4dor
I know there has to be a tutorial around here somewhere that i am not finding. I need help with coding a combat system or at least help understanding it fully so that i know enough to code one.

Languages: PHP, or JavaScript/Ajax/JQuery.

Thanks in advance.

Re: Combat System Help

Posted: Sat Apr 19, 2014 11:57 pm
by Xaos
Do you mean just a generic combat system? There is one in the Hall's Browser MMO tut series found here: http://indie-resource.com/forums/viewforum.php?f=33

Re: Combat System Help

Posted: Sun Apr 20, 2014 2:46 am
by Jackolantern
Yes, you would need to be more specific. A "combat system" could mean anything from real-time combat to a hybrid chess/RPG system. :cool:

Re: Combat System Help

Posted: Sun Apr 20, 2014 3:42 am
by Com4dor
I really do mean pretty much anything for an RPG. I do know he has it posted somewhere. I just don't remember where. Ive searched everything.

Re: Combat System Help

Posted: Sun Apr 20, 2014 3:44 am
by Xaos
Com4dor wrote:I really do mean pretty much anything for an RPG. I do know he has it posted somewhere. I just don't remember where. Ive searched everything.
I can't remember the specific video, just look around on the lists.

On a side note, I really love combat systems and creating combat systems. If I could get a programming job doing nothing but creating combat rolls for games, I'd love it.

Re: Combat System Help

Posted: Sun Apr 20, 2014 4:44 am
by Jackolantern
The main YouTube MMORPG tutorial covers a turn-based battle system. Early on it will delete mobs as they are killed, but that is remedied in a later video, so just stick with it :)

Re: Combat System Help

Posted: Sun Apr 20, 2014 8:35 am
by Callan S.
I had a post that detailed how to do a more self contained version of the first five or so video's of Hall's series, as a sort of combat system. Not sure if that's of use.