| Message
| THANK YOU GREVEN!!!
I would kiss you.. but im not that kinda guy...
*slowly leans in for a big ol hug*
HAH! gotcha... *High Five* w00t, now to implement my Aggro Counter for some fearful big monster group action =) =)
I figured out the problem after reading what you said...
The line stopped at a value of 75, (25 * 3)
So i tweaked both the str app and the lines in smaug.h file to acheive a much higher line, which will support me up to my max of 999 stats. Of course, Im going to have to assign some values for these later, but those can be done uick and simple, I will also have to do this same definition for each stat, to make sure nothign crosses over where it shouldnt be
SMAUG.H
extern const struct str_app_type str_app [78];
extern const struct int_app_type int_app [26];
extern const struct wis_app_type wis_app [26];
extern const struct dex_app_type dex_app [26];
extern const struct con_app_type con_app [26];
extern const struct cha_app_type cha_app [26];
extern const struct lck_app_type lck_app
******DIFFERETN FILE********
// Attribute bonus tables.
const struct str_app_type str_app [78] =
{
{ 0, 0, 0, 0 }, /* 0 */
{ 0, 0, 0, 0 }, /* 1 */
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 }, /* 3 */
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 }, /* 5 */
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 }, /* 10 */
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 }, /* 13 */
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 }, /* 15 */
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 }, /* 18 */
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 }, /* 20 */
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 }, /* 25 */
{ 0, 0, 0, 0 }, /* 0 */
{ 0, 0, 0, 0 }, /* 1 */
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 }, /* 3 */
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 }, /* 5 */
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 }, /* 10 */
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 }, /* 13 */
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 }, /* 15 */
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 }, /* 18 */
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 }, /* 20 */
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 }, /* 25 */
{ 0, 0, 0, 0 }, /* 0 */
{ 0, 0, 0, 0 }, /* 1 */
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 }, /* 3 */
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 }, /* 5 */
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 }, /* 10 */
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 }, /* 13 */
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 }, /* 15 */
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 }, /* 18 */
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 }, /* 20 */
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 } /* 25 */
};6]; |
The source is all around us...
in the food you eat...
in the air you breath...
in your tooth... yes, your tooth...
any questions?
| | Top |
|