Page 1 of 1

Posted: Sun Oct 26, 2008 9:00 am
by Ryme
Right now the tool only reports tokens won for the defender. If you're the attacker, you see what you win as you go. I realize that's a little odd, but the code has some quirks preventing me from putting in the attacker's winnings.

Posted: Mon Oct 27, 2008 8:43 pm
by Ryme
There is indeed a bug here, but for some reason it's not as obvious as it should be. I've been detained by other things tonight, but this will be fixed tomorrow. Sorry for the trouble in the meantime.

Posted: Tue Oct 28, 2008 7:12 pm
by Ryme
Found the problem. Turns out that if you were attacked and didn't earn a lambda token, it was trying to insert 0 tokens into the database for you. This was creating a lot of ghost tokens that didn't really exist. I've deleted all the blank entries. Let me know if you're still seeing anything weird.

Posted: Tue Oct 28, 2008 8:22 pm
by Ryme
Okay, I'll check for dupes with quantities > 0. It's possible the fake zeroes then had items added to it, causing duplicate entries.

Posted: Thu Oct 30, 2008 7:14 pm
by Ryme
Uh, see me about six posts up:
Right now the tool only reports tokens won for the defender. If you're the attacker, you see what you win as you go. I realize that's a little odd, but the code has some quirks preventing me from putting in the attacker's winnings.