senpuuki Posted February 17, 2013 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
Mystery Posted February 18, 2013 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
senpuuki Posted February 20, 2013 Author 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
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
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.