Other > General Game Discussion
Treasure Hunter is bogus (Proof!)
Mike Crosser:
--- Quote from: Cheesey Dean on May 24, 2013, 11:53:39 am ---Treasure Hunter makes you find less loot from trunks, this IS PROVEN. It's been like this since February of last year, and there's no reason to believe it's ever going to be changed.
--- End quote ---
There have been 1 or 2 attempts to fix it I think.
Mayck:
--- Quote from: Gimper on May 24, 2013, 05:58:45 am ---If I didn't have treasure hunter, what would have been in there?!?!?!!!!
--- End quote ---
1 cap
--- Quote from: Mike Crosser on May 24, 2013, 12:05:54 pm ---There have been 1 or 2 attempts to fix it I think.
--- End quote ---
Yeah and everytime someone has a bad luck, I check again to find that there is nothing wrong in the code and waste my goddamn time... you know what? here you have that uber bugged code, if you will tell me what is wrong with it you will get a cookie...
--- Code: ---if(cr.Perk[PE_TREASURE_HUNTER]>0)
{
array<Item@> items;
for(uint i=0,j=chest.GetItems(0,items);i<j;i++)
{
if(items[i].IsStackable()) items[i].SetCount((items[i].GetCount()*23)/20);
else if(Random(1,100)<=15) chest.AddItem(items[i].GetProtoId(),1,0);
}
}
--- End code ---
Floodnik:
--- Quote ---Random(1,100)
--- End quote ---
:)
Gimper:
Another one.
And if treasure hunter doesn't work, then why even have it in the game? Maybe remove it, and make a USEFUL perk.
JovankaB:
--- Quote from: Gimper on May 24, 2013, 06:51:04 pm ---And if treasure hunter doesn't work
--- End quote ---
But it works. Just because you find one cap once in a while it doesn't mean it's not working.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version