Project 1999

Go Back   Project 1999 > Server Issues > Resolved Issues

Closed Thread
 
Thread Tools Display Modes
  #41  
Old 04-07-2010, 11:34 AM
Finawin Finawin is offline
Banned


Join Date: Dec 2009
Location: Massachusetts
Posts: 492
Send a message via AIM to Finawin
Default

Quote:
Originally Posted by Lonedrahon25 [You must be logged in to view images. Log in or Register.]
Dont forget some of the "no so saught after" lewtz....

Knobbed Club - http://eqbeastiary.allakhazam.com/search.shtml?id=5059

Ghostly Robes - http://eqbeastiary.allakhazam.com/search.shtml?id=5060

Ikky BP - http://eqbeastiary.allakhazam.com/search.shtml?id=5061

Arisen Cultist Items - http://eqbeastiary.allakhazam.com/search.shtml?id=8841

Staff of Arisen Cultist - http://eqbeastiary.allakhazam.com/search.shtml?id=7989 (seems it was bugged upon release and had to be fix'd later on in a patch to become equiable)

Grim Pauldrons - http://eqbeastiary.allakhazam.com/search.shtml?id=14115 AND http://eqbeastiary.allakhazam.com/search.shtml?id=5063

Ropy Tendril - http://eqbeastiary.allakhazam.com/search.shtml?id=4490

There are much more but ill stop there. Cause you could easily find these same things as well, just making sure some isnt forgotten. Also, pretty much every mob in traks teeth has chances to drop various random spells. I remember farming that zone for spells with my guild back in the day.


Just tryin to do my part!
We're trying to track down drops that came from randomized loot tables and not fixed named mobs.
  #42  
Old 04-07-2010, 11:39 AM
Ostehaps Ostehaps is offline
Sarnak


Join Date: Nov 2009
Location: Denmark
Posts: 243
Default

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  
Old 04-07-2010, 11:56 AM
Ferok Ferok is offline
Fire Giant


Join Date: Mar 2010
Location: Long Island, NY
Posts: 521
Send a message via AIM to Ferok
Default

Quote:
Originally Posted by Finawin [You must be logged in to view images. Log in or Register.]
Sibilisian Berserker Cloak I remember dropping at like 1-2% from all frogs in OS. Dars, Boks, Jins, Krups, and Kors of all types. And Trakanon at a higher rate...
I think you (and others) underestimate what 1-2% means.

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  
Old 04-07-2010, 12:10 PM
Omnimorph Omnimorph is offline
Planar Protector

Omnimorph's Avatar

Join Date: Feb 2010
Posts: 1,022
Default

Quote:
Originally Posted by Ferok [You must be logged in to view images. Log in or Register.]
I think you (and others) underestimate what 1-2% means.

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.
it was certainly rarer than 1-2% , i mean that's 1 per 100 mobs. I remember grouping there over a load of levels and seeing it maybe once... same with RBG,
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  
Old 04-07-2010, 12:11 PM
Finawin Finawin is offline
Banned


Join Date: Dec 2009
Location: Massachusetts
Posts: 492
Send a message via AIM to Finawin
Default

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  
Old 04-07-2010, 12:20 PM
nilbog nilbog is offline
Project Manager

nilbog's Avatar

Join Date: Oct 2009
Posts: 14,628
Default

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);
        }
}
looks about right? :P
  #47  
Old 04-07-2010, 12:44 PM
Goobles Goobles is offline
Planar Protector

Goobles's Avatar

Join Date: Oct 2009
Location: A shoe
Posts: 1,518
Default

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  
Old 04-07-2010, 01:12 PM
Mordachai Mordachai is offline
Aviak


Join Date: Mar 2010
Location: VA
Posts: 83
Default

Quote:
Originally Posted by nilbog [You must be logged in to view images. Log in or Register.]
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);
        }
}
looks about right? :P
looks right to me, by my math that's about .03% right?
  #49  
Old 04-07-2010, 01:18 PM
Finawin Finawin is offline
Banned


Join Date: Dec 2009
Location: Massachusetts
Posts: 492
Send a message via AIM to Finawin
Default

1/3000?
  #50  
Old 04-07-2010, 02:01 PM
Ferok Ferok is offline
Fire Giant


Join Date: Mar 2010
Location: Long Island, NY
Posts: 521
Send a message via AIM to Ferok
Default

Code:
my $random;

sub EVENT_SPAWN 
{
    my $random = int(rand(1250));
        if($random == 1249)    
        {
        quest::addloot(1619,1);
        }
}
ftfy
__________________
Kruall - Troll Shaman
Ferok - Dwarf Warrior
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:10 PM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.