Jump to content
  • 0

Thanatos Card Effect not working


Brave

Question


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  208
  • Reputation:   11
  • Joined:  05/31/12
  • Last Seen:  

Would you please help me thanatos damage has no difference. need help never had encounter this but i am really know the problem is from src which is i really don't know please help thank you alot!

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  208
  • Reputation:   11
  • Joined:  05/31/12
  • Last Seen:  

BUMP!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  82
  • Reputation:   40
  • Joined:  01/03/12
  • Last Seen:  

Thanatos Card works just like an Ice Pick, did you try to use it against a monster with high def?

 

This may be related: thanatos card bug

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  208
  • Reputation:   11
  • Joined:  05/31/12
  • Last Seen:  

Thanatos Card works just like an Ice Pick, did you try to use it against a monster with high def?

 

This may be related: thanatos card bug

yeap tried it also with the monster no effect :)

btw i have tried it on player with 255 vit same damage :o

BUMP!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  208
  • Reputation:   11
  • Joined:  05/31/12
  • Last Seen:  

THIS IS BUMP!


 

        { //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;
}

HERE IS MY SRC WHO EVER NEED THIS IT's an error


using ramod

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...