From ca26e3ffa7b4baf9bd6e8e55f57151695492e7a0 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sat, 25 Oct 2008 15:26:39 +0000 Subject: Commit Mantis 504 --- src/map/pc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/map/pc.c') diff --git a/src/map/pc.c b/src/map/pc.c index 8bb2ee8..996b1c1 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -1504,9 +1504,11 @@ int pc_calcstatus(struct map_session_data* sd,int first) else { str = sd->paramc[0]; dex = sd->paramc[4]; + sd->critical += ((dex * 3) >> 1); } dstr = str/10; sd->base_atk += str + dstr*dstr + dex/5 + sd->paramc[5]/5; +//fprintf(stderr, "baseatk = %d = x + %d + %d + %d + %d\n", sd->base_atk, str, dstr*dstr, dex/5, sd->paramc[5]/5); sd->matk1 += sd->paramc[3]+(sd->paramc[3]/5)*(sd->paramc[3]/5); sd->matk2 += sd->paramc[3]+(sd->paramc[3]/7)*(sd->paramc[3]/7); if(sd->matk1 < sd->matk2) { -- cgit v1.2.3-60-g2f50