Boy Posted October 31, 2013 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 135 Reputation: 4 Joined: 09/28/12 Last Seen: October 30, 2024 Share Posted October 31, 2013 Hi rathena I got problem with thanatos card effect i use SVN r17517. Here the card effect for my server 4399,Thanatos_Card,Memory of Thanatos Card,6,20,,10,,,,,,,,2,,,,,{ bonus bDefRatioAtkRace,RC_Boss; bonus bDefRatioAtkRace,RC_NonBoss; bonus bSPDrainValue,-1; bonus bDef,-30; bonus bFlee,-30; },{},{} Please advise Thanks. Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted October 31, 2013 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 1302 Reputation: 79 Joined: 12/04/12 Last Seen: September 26, 2019 Share Posted October 31, 2013 Hi rathena I got problem with thanatos card effect i use SVN r17517. Here the card effect for my server 4399,Thanatos_Card,Memory of Thanatos Card,6,20,,10,,,,,,,,2,,,,,{ bonus bDefRatioAtkRace,RC_Boss; bonus bDefRatioAtkRace,RC_NonBoss; bonus bSPDrainValue,-1; bonus bDef,-30; bonus bFlee,-30; },{},{} Please advise Thanks. i think its not a problem. but since it renewal. the effect not so much. because renewal more to vit. Quote Link to comment Share on other sites More sharing options...
Boy Posted October 31, 2013 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 135 Reputation: 4 Joined: 09/28/12 Last Seen: October 30, 2024 Author Share Posted October 31, 2013 so if vit max stat 125. it same ? effect not to much? Quote Link to comment Share on other sites More sharing options...
Whathell Posted October 31, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 116 Reputation: 4 Joined: 01/11/12 Last Seen: April 16, 2023 Share Posted October 31, 2013 Try it on monsters with high def and vit to check the card effect. Or use a GM and try to get the highest def and vit value. Quote Link to comment Share on other sites More sharing options...
Boy Posted October 31, 2013 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 135 Reputation: 4 Joined: 09/28/12 Last Seen: October 30, 2024 Author Share Posted October 31, 2013 @Whathell already try i use max stats for vit to gm but the thanatos card no effect. Quote Link to comment Share on other sites More sharing options...
Norse Posted October 31, 2013 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 82 Reputation: 0 Joined: 11/30/12 Last Seen: April 2, 2023 Share Posted October 31, 2013 How to double the effect of thanatos card? Quote Link to comment Share on other sites More sharing options...
Boy Posted October 31, 2013 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 135 Reputation: 4 Joined: 09/28/12 Last Seen: October 30, 2024 Author Share Posted October 31, 2013 @Norse Hi u mean use 2 cards? or put double script? Quote Link to comment Share on other sites More sharing options...
Norse Posted October 31, 2013 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 82 Reputation: 0 Joined: 11/30/12 Last Seen: April 2, 2023 Share Posted October 31, 2013 I mean the damage deal by Thanatos Card. Quote Link to comment Share on other sites More sharing options...
Boy Posted November 1, 2013 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 135 Reputation: 4 Joined: 09/28/12 Last Seen: October 30, 2024 Author Share Posted November 1, 2013 @Norse I already use 2 card also same. Quote Link to comment Share on other sites More sharing options...
Whathell Posted November 2, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 116 Reputation: 4 Joined: 01/11/12 Last Seen: April 16, 2023 Share Posted November 2, 2013 (edited) @Norse I already use 2 card also same. No, Norse is asking for a different thing. @Boy Would you mind posting a screenshot with your test GM char, show the damage: one with thana and the other without. And please open your Eq window with your screenie. @Norse: Try this one? in battle.c look for: if( sd->right_weapon.def_ratio_atk_ele & (1<<tstatus->def_ele) || sd->right_weapon.def_ratio_atk_race & (1<<tstatus->race) || sd->right_weapon.def_ratio_atk_race & (1<<(is_boss(target)?RC_BOSS:RC_NONBOSS)) ) flag.pdef = 1; if( sd->left_weapon.def_ratio_atk_ele & (1<<tstatus->def_ele) || sd->left_weapon.def_ratio_atk_race & (1<<tstatus->race) || sd->left_weapon.def_ratio_atk_race & (1<<(is_boss(target)?RC_BOSS:RC_NONBOSS)) change to: if( sd->right_weapon.def_ratio_atk_ele & (1<<tstatus->def_ele) || sd->right_weapon.def_ratio_atk_race & ((1<<tstatus->race)*2) || sd->right_weapon.def_ratio_atk_race & ((1<<(is_boss(target)?RC_BOSS:RC_NONBOSS))*2) ) flag.pdef = 1; if( sd->left_weapon.def_ratio_atk_ele & (1<<tstatus->def_ele) || sd->left_weapon.def_ratio_atk_race & ((1<<tstatus->race)*2) || sd->left_weapon.def_ratio_atk_race & ((1<<(is_boss(target)?RC_BOSS:RC_NONBOSS))*2) Edited November 2, 2013 by Whathell Quote Link to comment Share on other sites More sharing options...
Norse Posted November 2, 2013 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 82 Reputation: 0 Joined: 11/30/12 Last Seen: April 2, 2023 Share Posted November 2, 2013 (edited) ... Yeah,i am asking for a different things. But the answer going to be the same right? Double it would make it more effective. Anyway,there is the answer from @Whathell Edited November 4, 2013 by Capuche Remove long quote Quote Link to comment Share on other sites More sharing options...
Boy Posted November 4, 2013 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 135 Reputation: 4 Joined: 09/28/12 Last Seen: October 30, 2024 Author Share Posted November 4, 2013 Hi All i will try to update src and revert. thanks Hi All Here my battle.c How to change it? { //Elemental/Racial adjustments if( sd && (sd->right_weapon.def_ratio_atk_ele & (1<<tstatus->def_ele) || sd->right_weapon.def_ratio_atk_race & (1<<tstatus->race) || sd->right_weapon.def_ratio_atk_race & (1<<(is_boss(target)?RC_BOSS:RC_NONBOSS))) ) if (weapon_position == EQI_HAND_R) return 1; if( sd && (sd->left_weapon.def_ratio_atk_ele & (1<<tstatus->def_ele) || sd->left_weapon.def_ratio_atk_race & (1<<tstatus->race) || sd->left_weapon.def_ratio_atk_race & (1<<(is_boss(target)?RC_BOSS:RC_NONBOSS))) ) { //Pass effect onto right hand if configured so. [skotlex] if (battle_config.left_cardfix_to_right && is_attack_right_handed(src, skill_id)) { if (weapon_position == EQI_HAND_R) return 1; } else if (weapon_position == EQI_HAND_L) return 1; } } } return 0; } Quote Link to comment Share on other sites More sharing options...
Question
Boy
Hi rathena
I got problem with thanatos card effect i use SVN r17517.
Here the card effect for my server
Please advise
Thanks.
Link to comment
Share on other sites
11 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.