senpuuki Posted February 17, 2013 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 31 Reputation: 0 Joined: 08/09/12 Last Seen: April 20, 2014 Share Posted February 17, 2013 hi, im running an ancient server, and i think blitz beat has a new formula, how can i cha get it to look like this?http://irowiki.org/wiki/Blitz_Beat Quote Link to comment Share on other sites More sharing options...
Mystery Posted February 18, 2013 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted February 18, 2013 hi, im running an ancient server, and i think blitz beat has a new formula, how can i cha get it to look like this? http://irowiki.org/wiki/Blitz_Beat Compare your Blitz Beat formula to the one thats in our SVN and see the difference. Our formula is as followed: //Blitz-beat Damage. if(!sd || (skill = pc_checkskill(sd,HT_STEELCROW)) <= 0) skill=0; md.damage=(sstatus->dex/10+sstatus->int_/2+skill*3+40)*2; if(mflag > 1) //Autocasted Blitz. nk|=NK_SPLASHSPLIT; if (skill_id == SN_FALCONASSAULT) { //Div fix of Blitzbeat skill = skill_get_num(HT_BLITZBEAT, 5); damage_div_fix(md.damage, skill); //Falcon Assault Modifier md.damage=(int64)md.damage*(150+70*skill_lv)/100; } Quote Link to comment Share on other sites More sharing options...
senpuuki Posted February 20, 2013 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 31 Reputation: 0 Joined: 08/09/12 Last Seen: April 20, 2014 Author Share Posted February 20, 2013 hi sir mysterious, im using rev 17101 and the code you posted is the same code we are using.. (map -> battle.c)the problem is according to the iRO Wiki.. Blitz Beat will bypass Guard. Blitz Beat will bypass DEF and Flee. Blitz Beat will bypass Race, Element and Size damage effects like Tharafrog, Tatacho and Ogretooth Card in PvP and WoE. Blitz Beat will bypass Range damage effects like Horn Card in PvP and WoE. Blitz Beat will bypass Element resistance effects like Raydric Card in PvP and WoE. but, upon equiping thara frog and raydric card, blitz beats damage is reduced.. it should not be reduced according to iRO Wiki..btw, ive set my server in pre-re, thanks for the help sir Quote Link to comment Share on other sites More sharing options...
Question
senpuuki
hi, im running an ancient server, and i think blitz beat has a new formula, how can i cha get it to look like this?
http://irowiki.org/wiki/Blitz_Beat
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.