
Archived topic from AOV, old topic ID:500, old post ID:2821
Would have to agree. Not everyone will choose to champion spawn so that will be a way for the other guys to get some powerscrolls instead of them purchasing them at player vendors. The reg bags can also be nice because they can carry a lot of regs sometimes and some people are lazy and don't want to go and buy regs all day (Mind you, black did shoot the stock amount way up so it's not as bad).Red Squirrel wrote:haha those lesser prizes are sort of like loosing, it is gambling afterall
I've lost track of how many I've picked up in fel. Like that guy that had 5 of em on him.Red Squirrel wrote:And if you get a bag of sending theres a 10% chance that it's blessed.That would be a nice item actually, I've lost count of how many of those I've lost in fel.
Code: Select all
case 0:
winitem = new BagOfSending();
if(Utility.Random(10)==5)winitem.LootType=LootType.Blessed;
winitem.Name="Bag of Sending";
break;