Reply to Re: start as goblin,slayer .
If you don't have an account, just leave the password field blank.
Glenn was recommending my file that tells you how to do that.
But I can't remember if it describes the process very well, so I'll try to help.
Go into the start-1.c file in your story directory, and change the sp_base_walk and sp_base_attack values from 70 and 100 respctively to whatever you need.
For example, a goblin with a hammer would need...
sp_base_walk(1, 760);
sp_base_attack(1, 750);
Does this help?
760
750

But I can't remember if it describes the process very well, so I'll try to help.
Go into the start-1.c file in your story directory, and change the sp_base_walk and sp_base_attack values from 70 and 100 respctively to whatever you need.
For example, a goblin with a hammer would need...
sp_base_walk(1, 760);
sp_base_attack(1, 750);
Does this help?
760
750