MuzTank / 3ceam

3ceam
0 stars 0 forks source link

Bug Or What ? about status #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
i get a bug maybe at eathena 3CeAM 449

( if i use 3rd class and max lv 150 ) example my stat's is 150 str , 150 vit , 
25 dex...

but if i reset my stat's only get 2500 stats poin...

now , if i make a new char 3rd class until 150 , i got same error...

if some stats already entered at 140 poin ( example ) for go to 141 poin is 
need 54 stat's poin..why??this is bug?

Original issue reported on code.google.com by street_m...@yahoo.com on 25 Jul 2010 at 1:43

GoogleCodeExporter commented 8 years ago
in r449 there's a change in the statpoint.txt...
a level 150 will only get 2545 status points...

and in r446 there's a change in the pc.c...
where there's a modification on pc_need_status_point function...
at 140 point, it needs a 48 status points to increase it to 141 point...

CMIIW

Original comment by dev.ru...@gmail.com on 25 Jul 2010 at 2:03

GoogleCodeExporter commented 8 years ago
but , my friends say if normal until level 150 without up status....we get 2700 
stats poin...not 2545 @_@

Original comment by street_m...@yahoo.com on 25 Jul 2010 at 2:41

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
change in pc.c
Line 5510 to 5514, instead all te formula.. you should put this formula(to use 
the old stat formula)
5507 *  110 ~ 114 -> 24
5508 *  115 ~ 119 -> 28 
5509 ------------------------------------------------------*/
5510 int pc_need_status_point(struct map_session_data* sd, int type)
5511 {
5512    return ( 1 + (pc_getstat(sd,type) + 9) / 10 );
5513 }
5514
5515 /// Raises a stat by 1.
5516 /// Obeys max_parameter limits.
5517 /// Subtracts stat points.
5518 ///

Original comment by UzumakiG...@gmail.com on 26 Jul 2010 at 2:35

GoogleCodeExporter commented 8 years ago
check your job...
is it a trans 3rd job or normal 3rd job...
if it's a normal 3rd job then you'll only get 2545...
if it's a trans 3rd job then you'll get around 2700...

Original comment by dev.ru...@gmail.com on 26 Jul 2010 at 2:35

GoogleCodeExporter commented 8 years ago
i use like job 4060 , 6041 , 4062 , 4063 , it's 2700?

why KRO make a big point need for 1 stats right now?

Original comment by street_m...@yahoo.com on 26 Jul 2010 at 3:38

GoogleCodeExporter commented 8 years ago
If you do what i told you, you'll fix the lack of points, and you should also 
change the statpoint.txt in /db

Original comment by UzumakiG...@gmail.com on 26 Jul 2010 at 5:10

GoogleCodeExporter commented 8 years ago
i know about it...but , 99% people use this stat's poin or old stat's poin ?
and if this effect from KRO?

Original comment by street_m...@yahoo.com on 26 Jul 2010 at 5:12

GoogleCodeExporter commented 8 years ago
It's an update of renewal i guess...coz blizzard is changing everything -.-...
Because it's a change on the src, and i don't believe that they'll change it by 
ERROR xD.

Original comment by UzumakiG...@gmail.com on 26 Jul 2010 at 5:21

GoogleCodeExporter commented 8 years ago
you use old stats poin or new?

Original comment by street_m...@yahoo.com on 26 Jul 2010 at 5:23

GoogleCodeExporter commented 8 years ago
old, i've actually found where fix it xD

Original comment by UzumakiG...@gmail.com on 26 Jul 2010 at 5:41

GoogleCodeExporter commented 8 years ago
but at KRO use new stats poin like 3CeAM right?

Original comment by street_m...@yahoo.com on 26 Jul 2010 at 7:56

GoogleCodeExporter commented 8 years ago
No, i use old.
New tab is for new formula.

Original comment by UzumakiG...@gmail.com on 26 Jul 2010 at 12:03