Issue information

Issue ID
#4581
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Nov 28, 2010 7:31
Last Post
Hercules Elf Bot
Dec 13, 2011 21:29
Confirmation
N/A

Hercules Elf Bot - Nov 28, 2010 7:31

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

Tested with: Blazer Card

Drop rate 100%
So I can get 100% chance to get one of IG_Food.

on eAthena we've got:
CODE
19,512,1    // Apple
19,513,1    // Banana
(...)
and another 11 items


so chance I got Apple is 1:11 and Banana is 1:11

but on Aegis
CODE
    Banana            100
    Apple            600

So Apple should drop x6 times more than Banana - if I'm thinking right of course.


I DON'T KNOW EXACTLY DROP IS WORKING SO - NEXT PART I'M NOT SURE.


Lets back to rates x1

on eAthena I get 5% chance to get one of IG_Food and it's random (one from IG_Food). It's constans bonus { bonus2 bAddMonsterDropItemGroup,IG_Food,500; }

but with Aegis SetReceiveItem_Group ITMGROUP_FOOD there're no percent chance.
It's looks for me I got 6%(600) chance to get Apple AND 1%(100) for Banana BUT with once condition - I can't get 2 items at once.
Where bonus2 bAddMonsterDropItemGroup,IG_Food,X; and X is get somehow from itemGroupList.txt

This post has been edited by Kontownik: Nov 27 2010, 11:33 PM