PDA

View Full Version : Melee?



HatchetRyda
29-05-04, 03:45
Umm, I was told all melee parts from before the new patches are useless? Cause, I tried to build a ceres and told that it was missing a part. Are they useless or do I just need this other part to build it, cause ceres never had a atp before..

Can someone answer this?

whifix
29-05-04, 03:48
Since the TL changed they require an additional ATP part i believe.

//edit//
Think it goes 60-79TL requires 4 parts, 80-100 requires 5 and 100+ requires 6.

Houston
29-05-04, 05:38
Think it goes 60-79TL requires 4 parts, 80-100 requires 5 and 100+ requires 6.
Correct

StryfeX
29-05-04, 06:37
Number of Parts = Int((TL of Item / 20) + 1)

basically, that means you divide the TL of the item by 20, add 1 to the result, then chop off anything after the decimal point.

E.g.:

=Int((94 / 20) + 1)
=Int(4.7 + 1)
=Int(5.7)
=5

--Stryfe

(P.S. - Yes I am a geek. Get over it. :p)