i added you on msn... With the moonbox quest. you will need to get the monsters names and the name of the tokens they drop you will need to add some stuff into mob.cs to make them drop the tokens.
an example for this is
Code:
else if (Name == "GoldGhost")
{
if (MyMath.ChanceSuccess(100))//change 100 to what ever u want the droprate to be
{
DI2.Info.ID = 721537;
DI2.Info.MaxDur = DI2.Info.DBInfo.Durability;
DI2.Info.CurDur = DI2.Info.MaxDur;
}
}
changing gold ghost to the mob name and the item number to the number of the item you want the mobs to drop.
You could also add a moonbox to a shop or make a NPC that sells special items like that.Check my sig for more details.
What do you mean you wanna leave the easter egg?
and the NPC for steed race is under another NPC cant remember the name though lol.