Author Topic: weapon stat req's  (Read 1426 times)

telstarr

  • Wayfarer
  • *
  • Posts: 4
    • View Profile
weapon stat req's
« 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.
\"Life is too short to be taken seriously\" - Stygian Nocturne

Gripen

  • Hydlaa Resident
  • *
  • Posts: 163
    • View Profile
special dagger stats
« Reply #1 on: March 10, 2006, 04:28:12 am »
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?

Drey

  • Forum Addict
  • *
  • Posts: 2380
    • View Profile
(No subject)
« Reply #2 on: March 10, 2006, 08:40:50 am »
if its says more i think its around 90

if it says alot more maybe its nearer the 150 end


Quote
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.
<Rux> i wish i could say that narrows it down, but the internet is one freaky place

DaveG

  • Forum Addict
  • *
  • Posts: 2058
    • View Profile
(No subject)
« Reply #3 on: March 10, 2006, 12:06:51 pm »
/me pastes a hunk of code
Code: [Select]
[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\".
« Last Edit: March 10, 2006, 12:07:17 pm by DaveG »

::  PlaneShift Team Programmer  ::

Gripen

  • Hydlaa Resident
  • *
  • Posts: 163
    • View Profile
a lot if need more than 40
« Reply #4 on: March 10, 2006, 09:29:46 pm »
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).