![]() |
#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.
__________________
![]() it's like you make the atomic bomb (server) and you don't want to let other countries (guilds) have nuclear secrets (under the radar information). it's gm's business and no one else's or else everyone gets nuked. letting Iran or North Korea beta test and keep the successful nukes, makes other countries uncomfortable. | ||
|
#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 | ||
|
![]() |
|
|