Log in

View Full Version : Thief failure


Lionel
06-24-2005, 08:34 PM
I have it set at 50

// Process their chance of failure.
$failure = 50;

I'd like to be able to grab the list of known thieves and do

if ($knownthieves)
{
$failure = 0;
}

else
{
$failure = 50;
}

What could the
$knownthieves = query be?

akanevsky
06-24-2005, 08:45 PM
As far as I know, there is no such thing as known thieves in this hack.

Lionel
06-24-2005, 08:57 PM
sure, in history

Link14716
06-24-2005, 11:32 PM
So you want to make known theives have a 0% chance of failing? Huh? ;)

Lionel
06-25-2005, 12:04 AM
If you are a known thief, anyone can steal you and chance of failure to be 0%

and the one who steals them become thieves themselves too. Forcing them to be a slave and constantly put their money in the bank.

Link14716
06-25-2005, 12:27 AM
If you are a known thief, anyone can steal you and chance of failure to be 0%

and the one who steals them become thieves themselves too. Forcing them to be a slave and constantly put their money in the bank.
Or they could get a lot of rep if rep is enabled. ;)

I'll see about giving you a query in a minute.

Lionel
06-25-2005, 12:31 AM
Thanks for the query. A historical theft occured by me 55 millions points! And people are getting nervous :-)

Link14716
06-25-2005, 12:32 AM
Try this:

Find:
$failure = 50;
Replace with:
if ($DB_site->query_first("SELECT userid FROM ".TABLE_PREFIX."utt_store_history WHERE actionid={$action['actionid']} AND userid={$_REQUEST['userid']}")) {
$failure = 0;
} else {
$failure = 50;
}

Lionel
06-25-2005, 12:52 AM
thanks a lot! ;-)

I've got this posted on my main page :o:


Protect yourself from the thieves. Place your points in the bank. Remove when you need.
Known Thieves (http://site.com/forums/ushop.php?do=actionhistory&aid=14)
Thieves have no protection and can be robbed anytime.
Thieves are nobody and have no rights. They are protected only by the bank.
It's also harder to steal from honest members.