problem with stats as god

Posted by Darisan on Mon 14 Apr 2003 05:13 AM — 4 posts, 17,908 views.

#0
first: can you make your strength, intelligence ect. above 18, and how?

second: when I do; 'mset self str 18' it only changes my base... how do I change my current?

thanks
#1
ignore this reply
#2
can anyone help me?
USA #3
First: To do this just look in build.c for this section of do_mset:

    if ( IS_NPC(victim) )
    {
	minattr = 1;
	maxattr = 25;
    }
    else
    {
	minattr = 3;
	maxattr = 18;
    }


Just change the maxatt = 18; to maxxattr = 25; I believe this is the only place you need to change it.

Second: For current to change you probably need to be affected by a skill/spell that will adjust your stats, take a look at the lower level mage spells, they have stats changing affects.