Raymart Posted March 13, 2012 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 83 Reputation: 0 Joined: 01/30/12 Last Seen: March 17 Share Posted March 13, 2012 (edited) Hello i have a problem po ksi chincheck ko po Skills Damage ng Rune Knight na Dragon Breath pansin ko lang po Ang Damage nya ay pareho lang 18k kapag may gamit ung Kalaban at kapag Wala naman Gamit ung Kalaban nya Same pa rin ung Bawas ng Dragon Breath 18k pa rin. Example naka V Set /w Card ung Kalaban ang bawas 18k ngaun kapag hinubad ung V Set /w Crd ang bawas 18k pa rin o kahit mag papalit palit ako ng Weapon o kahit wala akong Weapon Ganun pa rin Damage ng Dragon Breath Skills ng Rune Knight is this a bug? kasi tinest ko rin xa Latest ng Rathena SVN parang Same lang im using 3ceam 661 anyone Edited March 14, 2012 by rhoy1871 Quote Link to comment Share on other sites More sharing options...
Elijah23 Posted March 13, 2012 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 292 Reputation: 17 Joined: 12/12/11 Last Seen: Thursday at 02:33 PM Share Posted March 13, 2012 DB damage depends on VIT/INT... check your conf/battle/skill.conf And look for this.. // Set this to the max HP cap that you would like Rune Knight skills to add extra bonus damage from. // [Pinky]// Current Rune Knight skills using Max HP as damage multifactor: DRAGON BREATH // Examples: // 0 = disabled, it will use the original player's max hp rate. // 75000 = if the player's max hp rate is above 75000, this will force the skills to use 75000 HP instead of the original player's max hp rate. // NOTE: Use this wisely, it's suggested to set it to 75000 since that's the average MAX HP a Sura class can get with stats/hp items/cards in official server. // Anything higher than 75000 will let you experience higher/overload damage from the above mentioned Sura skills skillsbonus_maxhp_RK: 0 Set it to 0... Quote Link to comment Share on other sites More sharing options...
Raymart Posted March 13, 2012 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 83 Reputation: 0 Joined: 01/30/12 Last Seen: March 17 Author Share Posted March 13, 2012 yes naka set na xa sa 0 but still ganun pa rin Quote Link to comment Share on other sites More sharing options...
Elijah23 Posted March 13, 2012 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 292 Reputation: 17 Joined: 12/12/11 Last Seen: Thursday at 02:33 PM Share Posted March 13, 2012 Ilan vit at int?.. May inedit ka ba sa source mo?.. or clean svn yan?,,, Naka pasana card ba yung kalaban?.. Quote Link to comment Share on other sites More sharing options...
Raymart Posted March 13, 2012 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 83 Reputation: 0 Joined: 01/30/12 Last Seen: March 17 Author Share Posted March 13, 2012 (edited) Hindi, and wala rin ako inedit sa src, Hmm Fix kasi ung Damage nya e may Suot man na Armor o Wala ung Kalaban nya na players ang Damage fix 19k tapos kpg nag suot ng Highrisk ung Rune knight magging 30k Damage pro ganun rin may suot man ung kalaban nya na Armor o Wala Fix pa rin ung Damage 30k kahit sa rAthena SVN ung latest nag Test ako ganun rin Edited March 13, 2012 by rhoy1871 Quote Link to comment Share on other sites More sharing options...
Elijah23 Posted March 13, 2012 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 292 Reputation: 17 Joined: 12/12/11 Last Seen: Thursday at 02:33 PM Share Posted March 13, 2012 uu ganun tlga.. depende ksi sa HP mo.. hahaha.. Quote Link to comment Share on other sites More sharing options...
Prez Posted March 13, 2012 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 78 Reputation: 3 Joined: 12/06/11 Last Seen: November 17, 2024 Share Posted March 13, 2012 baka na ka set sa max damaged cap. Quote Link to comment Share on other sites More sharing options...
Raymart Posted March 13, 2012 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 83 Reputation: 0 Joined: 01/30/12 Last Seen: March 17 Author Share Posted March 13, 2012 (edited) @wakoko Yah oo naka Set tlga xa sa HP ko kso ang nangyayari ung kalaban kahit walang mga Gamit e ganun pa rin ung damage hindi nagbabago @iPrez paano ung max damage cap saan i edit un paano po may guide po ba pa help naman po please Edited March 13, 2012 by rhoy1871 Quote Link to comment Share on other sites More sharing options...
Elijah23 Posted March 13, 2012 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 292 Reputation: 17 Joined: 12/12/11 Last Seen: Thursday at 02:33 PM Share Posted March 13, 2012 uu wala talga damage reduction sa defense yun.. Depende talga sa buhay ng nag cacast.. Causes the dragon to breath incredibly hot fire, with a chance to cause burning which deals damage over time. The damage of dragon breath is dependant on the condition of the rider. AFAIK.. Quote Link to comment Share on other sites More sharing options...
Raymart Posted March 13, 2012 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 83 Reputation: 0 Joined: 01/30/12 Last Seen: March 17 Author Share Posted March 13, 2012 (edited) so kahit walang gamit yung Kalaban ko sa PVP ganun pa rin Damage ko Example nka High Risk ako ang damage ko ay 30k kahit walang gamit o may gamit man ung kalaban ko 30k pa rin damage ko sa kalaban ko?? by the way e2 ung nakita ko sa src/battle.c na Code o case RK_DRAGONBREATH: if( battle_config.skillsbonus_maxhp_RK && status_get_hp(src) > battle_config.skillsbonus_maxhp_RK ) // [Pinky] md.damage = ((battle_config.skillsbonus_maxhp_RK / 50) + (status_get_max_sp(src) / 4)) * skill_lv; else md.damage = ((status_get_hp(src) / 50) + (status_get_max_sp(src) / 4)) * skill_lv; if (status_get_lv(src) > 100) md.damage = md.damage * s_level / 150;// Base level bonus. if (sd) md.damage = md.damage * (100 + 5 * (pc_checkskill(sd,RK_DRAGONTRAINING) - 1)) / 100; break; and how do i know kng naka max damaged cap ung SKills Edited March 13, 2012 by rhoy1871 Quote Link to comment Share on other sites More sharing options...
Elijah23 Posted March 13, 2012 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 292 Reputation: 17 Joined: 12/12/11 Last Seen: Thursday at 02:33 PM Share Posted March 13, 2012 same lang yung src natin.. chneck ko din knina bago ako mag post.. Ang multiplier tlga nung damage is HP ng caster at int... And ang alam ko, pasana card lang ang pang reduce ng damage.. Quote Link to comment Share on other sites More sharing options...
Raymart Posted March 13, 2012 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 83 Reputation: 0 Joined: 01/30/12 Last Seen: March 17 Author Share Posted March 13, 2012 (edited) Hmm ganun b tlga un haha medju naninibago ako anyway question pa 150/50 ksi mxlvl ng server ko and 150 ang maxstats pro bkt ang max damage nya 30k nlng nka HighRisk na ako nun kht magpapalit palit ako ng Weapon pare pareho lang ung Damage 31k sa MyRO umaabot ng 60k above ung Damage ng Dragon Breath Skill 120 lng naman max stats then sa PRO pumapalo rin ng 60k above Edited March 13, 2012 by rhoy1871 Quote Link to comment Share on other sites More sharing options...
Elijah23 Posted March 13, 2012 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 292 Reputation: 17 Joined: 12/12/11 Last Seen: Thursday at 02:33 PM Share Posted March 13, 2012 ganu b kataas ung HP mo?.. I'm using the same SVN ksi, umaabot din ng 100k+ damage ko lalo n pag mataas HP ko.. and High Risk armor is not enough to make the damage very high.. 120 vit 120 int + high risk + items n pamptaas ng life Quote Link to comment Share on other sites More sharing options...
Raymart Posted March 13, 2012 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 83 Reputation: 0 Joined: 01/30/12 Last Seen: March 17 Author Share Posted March 13, 2012 (edited) 120 dex, 120 Int, 120 Vit ko + High Risk + NEcklace of spore 2 - maxhp ko 116,640 ganun p rin damage ko 30k ano Rate ng Server mo bro and ano name ng Server mo Edited March 13, 2012 by rhoy1871 Quote Link to comment Share on other sites More sharing options...
Elijah23 Posted March 13, 2012 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 292 Reputation: 17 Joined: 12/12/11 Last Seen: Thursday at 02:33 PM Share Posted March 13, 2012 malaki din ang dagdag ng int bro.. haha.. Try mo.. Foot ring gamitin mo, tpos ug naght sieger n manteau n may alicel card, sleipnir, 7.5k rate ng server ko.. still in the making pa eh.. Quote Link to comment Share on other sites More sharing options...
Raymart Posted March 13, 2012 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 83 Reputation: 0 Joined: 01/30/12 Last Seen: March 17 Author Share Posted March 13, 2012 (edited) Ahh nilagyan ko na ng Int 120 at ung foot ring naging 30k dati 28k lang nadagdagan ng 2k na damage and e2 ung maxhp ko 108448 diba parang maxadong mahina ung damage Edited March 13, 2012 by rhoy1871 Quote Link to comment Share on other sites More sharing options...
Elijah23 Posted March 13, 2012 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 292 Reputation: 17 Joined: 12/12/11 Last Seen: Thursday at 02:33 PM Share Posted March 13, 2012 haha.. nkaka pag taka yan bro.. may inedit ka ba?.. ahaha.. try mo sa clean svn.. skin 120 lang max stat eh Quote Link to comment Share on other sites More sharing options...
Raymart Posted March 13, 2012 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 83 Reputation: 0 Joined: 01/30/12 Last Seen: March 17 Author Share Posted March 13, 2012 pm kaya tyo YM bro my YM kaba xD Cge try ko sa clean SVN Quote Link to comment Share on other sites More sharing options...
Elijah23 Posted March 13, 2012 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 292 Reputation: 17 Joined: 12/12/11 Last Seen: Thursday at 02:33 PM Share Posted March 13, 2012 haha.. bro, tama lang pla.. nsa 36k damage ko.. 130khp.. same items.. check mo script mo ng Tao Gunka Card, bka nka renewal script k ng TGK.. tpos aabot p yan ng 60+ kapg nka buffs pa.. tulad ng sura buff, ministrel buff.. bka nka double hp ung sa Myro.. haha.. pero possible tlga ung 60k, with buffs and foods... Quote Link to comment Share on other sites More sharing options...
Raymart Posted March 13, 2012 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 83 Reputation: 0 Joined: 01/30/12 Last Seen: March 17 Author Share Posted March 13, 2012 nag download ako Clean SVN ganun pa rin damage pro ganun ba talga kahit walang gamit kalaban mo sa PVP ung Damage Ganun pa rin hindi nagbabago diba dapat kpag walang gamit ung kalaban mas lalong malakas ung Dragon Breath kasi walang dagdag Def Quote Link to comment Share on other sites More sharing options...
Elijah23 Posted March 14, 2012 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 292 Reputation: 17 Joined: 12/12/11 Last Seen: Thursday at 02:33 PM Share Posted March 14, 2012 hindi tlga nadadagdagan damage nun khit may def o wala.. Quote Link to comment Share on other sites More sharing options...
Raymart Posted March 14, 2012 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 83 Reputation: 0 Joined: 01/30/12 Last Seen: March 17 Author Share Posted March 14, 2012 aw HMM Anyone engi nmn po ng any suggestion ganun ba tlga Skills ng Dragon Breath fix hindi nagbabago kht walang armor ung kalaban ang damage ganun pa rin hindi lumalakas kasi diba dpat lalkas ung damage ksi walng armor ung klaban Quote Link to comment Share on other sites More sharing options...
Jezu Posted March 17, 2012 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 566 Reputation: 34 Joined: 11/17/11 Last Seen: January 24 Share Posted March 17, 2012 Fire Element kasi ang Dragon Breath, if you don't know.. ganyan rin ang karaniwang damage sa pRO ngayon. So mas ok na yan, anu ba gusto mo maging over-powered na ang RK ? Stable na yan tol, IMO.. Quote Link to comment Share on other sites More sharing options...
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.