Issue information

Issue ID
#3455
Status
Needs more Info
Severity
None
Started
Hercules Elf Bot
Aug 1, 2009 14:53
Last Post
Hercules Elf Bot
Dec 20, 2011 5:26
Confirmation
N/A

Hercules Elf Bot - Aug 1, 2009 14:53

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

CODE
item Bubble_Gum        
    event OnConsume:    
        AddReceiveItem 100 30


CODE
item Knocker_Card
    event OnStartEquip:
        RaceAddDamage RACE_Nothing 5
        AddReceiveItem_Race RACE_Nothing Oridecon_Stone 10
        AddReceiveItem_Race RACE_Nothing Elunium_Stone 10
    return


they use similar bonus in Aegis
so here comes the question.
now bAddMonsterDropItem (AddReceiveItem_Race ) will create a chance to drop an item instead of adding to the drop rate.
which means, equipping Knocker_Card, you kill a monster that usually drops Rough Elunium, there are possibilities it drops two Rough Eluniums.
is this working as intended?

Hercules Elf Bot - Dec 20, 2011 5:26

Originally posted by [b]Ind[/b]
requires confirmation / source