Followers

Showing posts with label C#. Show all posts
Showing posts with label C#. Show all posts

Monday, 28 May 2012

World of Warcraft probability C# script

This is a simple WOW drop probability calculator. Its written in C# as i couldn't find it in a different language.

The algorithm seems solid and functional, hope its helpful to those looking for some awesome drops
using System;
using System.IO;
using System.Linq;