![]() |
|
#41
|
||||
|
Quote:
| |||
|
|
||||
|
#42
|
|||
|
Bracer of the hidden
Sarnaks i Lake of Ill Omen.. Clicky see invis bracer [You must be logged in to view images. Log in or Register.] http://everquest.allakhazam.com/db/item.html?item=849 | ||
|
|
|||
|
#43
|
||||
|
Quote:
I AE'd seb. I killed thousands of frogloks. Easily. Maybe tens of thousands. I saw this drop exactly once. .1% is probably more realistic.
__________________
Kruall - Troll Shaman
Ferok - Dwarf Warrior | |||
|
|
||||
|
#44
|
||||
|
Quote:
probably killed upwards of a thousand frogs in the process of seeing these. think RBG PC'd for about 70k on my server, seb cloak was about 35k i think. It's been a while [You must be logged in to view images. Log in or Register.]
__________________
Omnimorph - Enchanter
I enchant things... | |||
|
|
||||
|
#45
|
|||
|
Yeah, I'd be willing to bet the same now that I think about it.
Having been pro at Ragnarok Online where items drop at .01% chances from specific mobs, I'd say the rarity of an RBG or SBC being closer to .1% - .05% | ||
|
|
|||
|
#46
|
|||
|
http://eq.magelo.com/item/1619
froglok kor shaman looted 3614 times 0.08% Code:
my $random;
sub EVENT_SPAWN
{
my $random = int(rand(3000));
if($random == 2999)
{
quest::addloot(1619,1);
}
}
| ||
|
|
|||
|
#47
|
|||
|
earring of Station drops off of sarnak adherants
Boog in FM drops the mosscovered twig.
__________________
I'm the reason most of you made it out of the newbie zone:
https://project1999.com/forums/showthread.php?t=3100 | ||
|
|
|||
|
#48
|
||||
|
Quote:
| |||
|
|
||||
|
#49
|
|||
|
1/3000?
| ||
|
|
|||
|
#50
|
|||
|
Code:
my $random;
sub EVENT_SPAWN
{
my $random = int(rand(1250));
if($random == 1249)
{
quest::addloot(1619,1);
}
}
__________________
Kruall - Troll Shaman
Ferok - Dwarf Warrior | ||
|
|
|||
![]() |
|
|