Issue information

Issue ID
#2139
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Aug 28, 2008 9:11
Last Post
Hercules Elf Bot
Apr 19, 2012 8:52
Confirmation
N/A

Hercules Elf Bot - Aug 28, 2008 9:11

Originally posted by [b]theultramage[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=2139

CODE
        if (!skill_num)
        {
            // Random chance to deal multiplied damage - Consider it as part of skill-based-damage
            if(sd &&
                sd->random_attack_increase_add > 0 &&
                sd->random_attack_increase_per &&
                rand()%100 < sd->random_attack_increase_per
                )
                skillratio += sd->random_attack_increase_add;
        
            ATK_RATE(skillratio);
undocumented, unofficial, unused
1. identify revision where it was added
2. remove with extreme prejudice

This post has been edited by theultramage: Aug 28 2008, 02:34 AM

Hercules Elf Bot - Jan 3, 2012 22:28

Originally posted by [b]Gepard[/b]
Removed in [rev=15372].