[bug]Gold Mushroom request

06/02/2014 21:13 krejcomut#1
Wanted fixed request because i have right code and not work
06/02/2014 21:39 nazulor#2
sf game ? :D
06/02/2014 22:02 UND3RW0RLD#3
Search for:
PHP Code:
        // if not enought gold
        
if ($db_data ['silver'] < $donation ['silver']) {
            
$ret = array (
                    
$ERR_TOO_EXPENSIVE 
            
);
            break;
        } 
put over it
PHP Code:
        // Jessis Guildcheat workaround
        
if($donation ['silver'] <= 0)
            
$donation ['silver'] = 0;

        if(
$donation ['mushroom'] <= 0)
            
$donation ['mushroom'] = 0;
        
// end of GC Workaround 
06/03/2014 20:52 krejcomut#4
same problem .
06/03/2014 22:35 UND3RW0RLD#5
ok then something with you request is wrong.. i use this fix nearly since day 1..

a lot of servers use it too

here the whole act:
06/04/2014 06:24 krejcomut#6
thx much