batarinha

Member
ServUO Version
Publish 57
Ultima Expansion
Age Of Shadows
Where can i check doom arties drop rate? Checked demonknight.cs, couldt found the lines
 
In my demon knight.cs,there is next section:
C#:
public static void HandleKill(Mobile victim, Mobile killer)

And the formula inside calculates the chance to drop artifacts:

C#:
double gpoints = pm.GauntletPoints;
            int luck = Math.Max(0, pm.RealLuck);

            pm.GauntletPoints += (int)Math.Max(0, (bc.Fame * (1 + Math.Sqrt(luck) / 100)) / 2);

            const double A = 0.000463316841;  //const double A = 0.000863316841;
            const double B = 0.00000425531915;

            double chance = A * Math.Pow(10, B * gpoints);
            double roll = Utility.RandomDouble();
 
In my demon knight.cs,there is next section:
C#:
public static void HandleKill(Mobile victim, Mobile killer)

And the formula inside calculates the chance to drop artifacts:

C#:
double gpoints = pm.GauntletPoints;
            int luck = Math.Max(0, pm.RealLuck);

            pm.GauntletPoints += (int)Math.Max(0, (bc.Fame * (1 + Math.Sqrt(luck) / 100)) / 2);

            const double A = 0.000463316841;  //const double A = 0.000863316841;
            const double B = 0.00000425531915;

            double chance = A * Math.Pow(10, B * gpoints);
            double roll = Utility.RandomDouble();
Ty =D
 

Active Shards

  • Unchained
    Custom (Classic)
    • Players
    • 97 Online
    • 273 Peak
  • UO Eventine
    Custom (Classic)
    • Players
    • 95 Online
    • 137 Peak
  • Insane UO
    Endless Journey
    • Players
    • 73 Online
    • 128 Peak
  • The Crossroads
    Mondain's Legacy
    • Players
    • 68 Online
    • 190 Peak
  • UO: New Renaissance
    Custom (Classic)
    • Players
    • 44 Online
    • 85 Peak
  • UO Phoenix
    Custom (Classic)
    • Players
    • 21 Online
    • 48 Peak
  • UO Enigma
    Custom (Modern)
    • Players
    • 16 Online
    • 172 Peak
  • Arth
    Custom (Modern)
    • Players
    • 16 Online
    • 48 Peak
  • Heritage
    New Legacy
    • Players
    • 14 Online
    • 41 Peak
  • CALYPSO
    Custom (Modern)
    • Players
    • 13 Online
    • 30 Peak

Donations

Total amount
$0.00
Goal
$500.00
Back