go into the Characters Table > click edit somewhere > and add a field called "hpoints"
DO THE SAME THING!
go into the Characters Table > click edit somewhere > and add a field called "honorexp "
execute this:
Didn't test. I'm not even sure wether I can list the INT and the NOT NULL like this lolPHP Code:ALTER TABLE characters ADD honourexp INT(11) NOT NULL;
ALTER TABLE characters ADD hpoints INT(11) NOT NULL;
[QUOTE=The Sharingan;7654268]execute this:
how do i add them ...?PHP Code:ALTER TABLE characters ADD honourexp INT(11) NOT NULL;
ALTER TABLE characters ADD hpoints INT(11) NOT NULL;