Straight to the point, my objective is to edit which ever file controls the autodrop function of the deus pack to include a few more items that I consider I don't need so I don't have to drop them manually. I have no scripting experience but I'm a decent learning when it comes to technology, so what would be my first step?
[edited 03-05-07 10:18am]
Think I might have found it, I opened the autodrop.cs file and when down to the drop gems, arrows & rusties section of it and just added the lines;
else if(getItemCount("Blue Potions")) drop("Blue Potions");
Changing the "Blue Potion" text to whatever item I want drop, is that how it's done? Also how could I activate this to take effect while in-game?
[markCraeo]