PlaneShift
Gameplay => Newbie Help (Start Here) => Topic started by: telstarr on March 10, 2006, 01:18:25 am
-
is there a way to find out what the stat req\'s are on a weapon? I\'ve got a dagger that req\'s more end than I have, but I\'d like to know how high I need to train it.
-
I have two (which I was about to create test characters to find out, if they\'re even usable--before the update shut me out [dang apple])
Umm, anyway, one requires much agi and the other requires much cha.
I was unable to get replies from /advisor or /petition, but a little voice told me that I may need 300--which means it will not be usable since game only trains to max 150--but one must take what little voices say with some lack of confidence. Still, maybe they are just meant to be for loot.
Anyone out there know for sure?
-
if its says more i think its around 90
if it says alot more maybe its nearer the 150 end
Originally posted by Gripen
I was unable to get replies from /advisor or /petition, but a little voice told me that I may need 300--which means it will
if that is true then none of us will ever be able to use that weapon.
-
/me pastes a hunk of code
[i]From src/server/psitemstats.cpp in CheckRequirements()[/i]
if ( val < reqs[z].min_value )
{
if(!first)
needed +=\" and \";
else
first = false;
if(reqs[z].min_value - val > 40)
needed += \"a lot \";
needed += \"more in \";
needed += reqs[z].name;
}
If it\'s over 40 points more than what you have, it says \"a lot\".
-
Now that is good to know, because for the cha one I got to about 90 before it stopped saying I would need \"much more cha\"
For the other one it said I\'d need \"a lot more agi\"
Unfortunately this also means that I may not be able to create a character with enough to use the items--just to see if they are actually usable--but I know I could get close (then maybe build them up a few points).