Combat enhancements: Difference between revisions
Jump to navigation
Jump to search
Created page with ' == Skills needed == Our server and client are all coded in C++ and the database is MySql. For this project C++ knowledge is needed with little knowledge of mysql. == How comba…' |
No edit summary |
||
Line 1: | Line 1: | ||
(Go back to the main [[GSoC_2011|GSoC 2011]] page) | |||
== Skills needed == | == Skills needed == |
Revision as of 14:29, 30 March 2011
(Go back to the main GSoC 2011 page)
Skills needed
Our server and client are all coded in C++ and the database is MySql. For this project C++ knowledge is needed with little knowledge of mysql.
How combat works today
To be documented.
Ideas for improvement
- abilities gained at certain ranks (charge, blade dance, whirlwind of axes, ...)
- combat runs automatically, but you can add to the queue of events special actions, like spells, parries, swings, special attacks, dodging, ...
- improve positioning of monsters when attacking (position and rotation)
- ...