2008-10-23, 03:00 PM
DarthIsis1 Wrote:
Formulas used:
[/SIZE][/B][SIZE=2]Thieves:
Lucky 7 - [LUK * 5 / 100 * Weapon Attack]
Dagger/Throwing Star - [(LUK * 3.6 + STR + DEX) / 100]* Weapon Attack
Warriors:[/SIZE][/COLOR]
1-Handed Sword - [(STR * 4.0 + DEX) / 100] * [SIZE=2]Weapon Attack[/SIZE]
1-Handed Axe/BW - [(STR * 4.4 + DEX) / 100] * [SIZE=2]Weapon Attack[/SIZE]
2-Handed Sword - [(STR * 4.6 + DEX) / 100] * [SIZE=2]Weapon Attack[/SIZE]
2-Handed Axe/BW - [(STR * 4.8 + DEX) / 100] * [SIZE=2]Weapon Attack[/SIZE]
Spear - [(STR * 5.0 + DEX) / 100] * [SIZE=2]Weapon Attack[/SIZE]
Polearm - [(STR * 5.0 + DEX) / 100] * [SIZE=2]Weapon Attack[/SIZE]
Archers
Bow - [(DEX * 3.4 + STR) / 100] * [SIZE=2]Weapon Attack[/SIZE]
Crossbow - [(DEX * 3.6 + STR) / 100] * Weapon Attack
I noticed you're missing on how to calculate for magicians, wording by Afrobean.
If you are 2nd Job: Multiply 5 by your level, add 8, then subtract from your Magic. ( mattk - ( level * 5 + 8 ) )
If you are 3rd Job: Multiply 5 by your level, add 13, then subtract from your Magic. ( mattk - ( level * 5 + 13 ) )
If you are 4th Job: Multiply 5 by your level, add 18, then subtract from your Magic. ( mattk - ( level * 5 + 18 ) )
This gives you a raw magic score.
Based on that, your total magic for level 150 should be:
Note: || is absolute value. Open your stat window to see what your current magic is.
Level X>120: (Your current magic) + [|150-(Your current level)| x 5 ]
Level 120<X<70: (Your current magic) + 5 + [|150-(Your current level)| x 5 ]
Level X<70: (Your current magic)+ 10 + [|150-(Your current level)| x 5 ]

