Skip to content

Instantly share code, notes, and snippets.

@dustinlakin
Created July 28, 2012 23:36
Show Gist options
  • Save dustinlakin/3195277 to your computer and use it in GitHub Desktop.
Save dustinlakin/3195277 to your computer and use it in GitHub Desktop.
Diablo 3 AH bot List
checkSingleItem(new Dictionary<string, int>(){
{"Strength", 120},
{"All Resist", 50},
{"Critical Hit", 6},
{"Critical Damage", 30}
}, 1200000)
checkSingleItem(new Dictionary<string, int>(){
{"Attack Speed", 5},
{"Critical Hit", 3},
{"Critical Damage", 25}
}, 8000000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment