The 63 Necro pet

Dedmon

Dalayan Adventurer
I have been looking, for well over 2 months now, throughout all of newport, Erudin, and oggok (I'm kos to halas, started that way as a DE necro) for the level 63 necro pet. A good friend of mine had to use Fame points to buy his level 63 pet, because He couldnt find it for sale either, round a year ago.

I've seen plenty of people /auctioning for it, and they never seem to get it. Could one of you developers check on this? Maybe the drop rate is correct, but it drops off of mobs that no one kills? I dont know, i just find it hard justify that I've seen probably 40 relic spells for sale, but never have I seen our 63 pet. :(
 
It's dropping correctly.



Also, keep in mind; If you kill a mob that has a 5% (this is just an example, not the actual spell drop chance) chance to drop a spell 61+, that means that it has a 5% chance to drop <any> spell out of all the spells that are 61+ (so you'd have to divide that 5% by however many spells can drop). So every spell is rare because of this. Probably just a bad luck streak. I've seen the 63 necro pet drop before.
 
Here's an example:



Assuming the Random function returns an integer from 0 to N-1

Code:
int iRnd1 = Random(100);
if (iRnd1 < 5)
	{
	int iRnd2 = Random(50);
	if (iRnd2 == 0)
		{
		makespell x
		}
	if (iRnd2 == 1)
		{
		makespell y
		}
	if (iRnd2 == 2)
		{
		makespell z
		}
	...etc etc up to 49 (in this case)
	}

The "Random(50)" assumes that there are 50 spells which can possibly drop, and each spell has an equal chance of dropping.
 
I've bought two different level 63 necro pets for guildies. They definitely drop, just not often.
 
Aaaaaaaaaaaaaaaaaaaaaaaaaaaarrgggghhhhhhhhhh :psyduck:

Let me repeat this for the final time:

ALL 61-65 SPELLS, ANCIENT SPELLS AND RELIC SPELLS DROP AND DROP AT THE EXACT SAME RATE. IT IS ONLY A MATTER OF KILLING THE RIGHT MOBS.
 
Our guild has come across 2 recently. it's all luck really. Pray to the random number gods.
 
Fine, nevermind, I'll shut up. Wiz says i'm wrong so i must be wrong. I bow to wiz and his infinant sarcasm.
 
Dedmon said:
Fine, nevermind, I'll shut up. Wiz says i'm wrong so i must be wrong. I bow to wiz and his infinant sarcasm.

What's "infinant"?

:hug:

(Also, yes, you're wrong. For further help, look up word random in dictionary.)
 
The 63 and 64 spells are hard to come by (I suppose 65 as well) just because the mobs that drop them are not killed as much as the 61 to 62 spell dropping mobs.
 
Garison said:
The 63 and 64 spells are hard to come by (I suppose 65 as well) just because the mobs that drop them are not killed as much as the 61 to 62 spell dropping mobs.

I'm going to guess this is the exact reason.
 
Siquros said:
I never understood why the 63 mage pets are so much more common, ah well.

Because there are 4 of them, and thus it's four times more likely for one of them to drop.
 
Wiz said:
Dedmon said:
Fine, nevermind, I'll shut up. Wiz says i'm wrong so i must be wrong. I bow to wiz and his infinant sarcasm.

What's "infinant"?

:hug:

(Also, yes, you're wrong. For further help, look up word random in dictionary.)
I think he called you an infant. And added in some extra letters.
 
Garison said:
The 63 and 64 spells are hard to come by (I suppose 65 as well) just because the mobs that drop them are not killed as much as the 61 to 62 spell dropping mobs.
They are not that uber hard to come by, it just takes some effort and patience to get to them!
 
Back
Top Bottom