Click Me For New Forum
This forum is now a read only archive. You can view the contents but you will not be able to make new posts and registration is closed to new members. Please visit our new forum at www.aranockonline.com/forum where our community is now based. Thank you for your patience!
Click Me For New Forum
This forum is now a read only archive. You can view the contents but you will not be able to make new posts and registration is closed to new members. Please visit our new forum at www.aranockonline.com/forum where our community is now based. Thank you for your patience!
Click Me For New Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.


....Our community has moved to a new home. Please follow the link above. This forum is read only for posperity....
 
HomePortalLatest imagesRegisterLog in

 

 DW crit rate

Go down 
3 posters
AuthorMessage
Pooch

Pooch


Posts : 130
Join date : 2011-01-10
Age : 45

DW crit rate Empty
PostSubject: DW crit rate   DW crit rate Icon_minitimeSun May 03, 2015 7:12 pm

So my AT has now DW with 1h axe and atm i get 4 different crits:
-normal
-vicious
-double weapon hit
-poison trigger

Has the critrate of my temp raised or they now just share the same critrate?
Back to top Go down
Lordlava

Lordlava


Posts : 3955
Join date : 2009-08-23
Location : The Land Down Under

DW crit rate Empty
PostSubject: Re: DW crit rate   DW crit rate Icon_minitimeMon May 04, 2015 5:24 am

On another post I tried to dump the calcs but feedback was that it looked too much like code....
Back to top Go down
MarshMallowMan




Posts : 31
Join date : 2015-03-16
Age : 39
Location : Canada

DW crit rate Empty
PostSubject: Re: DW crit rate   DW crit rate Icon_minitimeThu May 07, 2015 7:33 am

@pooch - you share the same crit rate but more of them are higher crits now. if you look at the code below, they are all "else if" conditions. else if only happens if the "if" or previous "else if" did not happen, so only 1 of them will happen.

@lordlava - you should have just posted the real code instead of editing it. like just post the entire do_attack function, we can figure it all out. if its not commented maybe we can add comments for you so you can add it back into the real code.

this is what you posted
Code:
die = random(20) + 1;
if (war or temp or AT or necro) and weapon in left hand
- dwbonus = random (15) +1;
- dw=1;
if (T or AT or Seyan) and axe
- inaxe = 1
- dwbonus = random(15) +1
if foh
- foh=1
- dwbonus = random(15) +1
crit = random (250) +1;
if crit > 245
- if companion dam=dam*2;
else if (War or T or AT or Necro) and LHand and (die < dwbonus) crit hit both weapons
- dam+=dam*6;
else if (inaxe=1) and (dwbonus>die) vic crit hit
- dam+=(dam*6)+(dwbonus*10);
- spell stun(150)
else crit hit
- dam+=dam*4;
else if crit > 242 and dw>0
- if SH2 turned on then poison the region
- else only poison the target

so this allows for you to dual crit & vicious crit. THe only way your going to do a normal crit is if your dwbonus equals your the die roll. dwbonus is 1-15 and die roll is 1-20. not sure the probabilty of that but it looks low. So almost all the time your going to do a dam*6 critical hit.

@pooch - do templars get poison? i dont see it on my list of skills.
Back to top Go down
Pooch

Pooch


Posts : 130
Join date : 2011-01-10
Age : 45

DW crit rate Empty
PostSubject: Re: DW crit rate   DW crit rate Icon_minitimeThu May 07, 2015 2:41 pm

We do get DW proc poison but not the actual skill


DW crit rate Crit10
Back to top Go down
Sponsored content





DW crit rate Empty
PostSubject: Re: DW crit rate   DW crit rate Icon_minitime

Back to top Go down
 
DW crit rate
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Click Me For New Forum  :: Game Chat :: Town Square-
Jump to: