Shakes & Fidget Private - Full Script (Tulyita)

05/18/2014 15:54 UND3RW0RLD#376
[Only registered and activated users can see links. Click Here To Register...]
05/18/2014 15:55 Dmixior#377
Somebody want guild dung?
05/18/2014 15:56 barteklorek123#378
Super, thanks
05/18/2014 15:56 UND3RW0RLD#379
sure.. :D
05/18/2014 15:57 TheCry#380
I have guild dung but i can fight with boss ( no with boss heleprs) and i can't fight with guild friend (only me) :/
05/18/2014 15:58 Dmixior#381
Quote:
Originally Posted by TheCry View Post
I have guild dung but i can fight with boss ( no with boss heleprs) and i can't fight with guild friend (only me) :/
From mpc? If yes this script is me:D
05/18/2014 16:00 TheCry#382
No from mpc... i saw it on mpc but i programmed it.... ;)

Not hard but its hard when i trying to make all guild members fight ;D
05/18/2014 16:02 UND3RW0RLD#383
Dmixior, does you know how the frontend communicates with the request.php? Could you explain it?
05/18/2014 16:17 barteklorek123#384
Excuse me, but this is my script for Dungeons guilds :)
First I gave it to you but not 100% because you are inaction.
The script I have already finished 75% 50 bosses ... :) :)
Adding statistics guilds 2% Treasury and Trainer ...

What belongs to this script on your chat and helpers to constraints. I think inaction .. :/ What else is there?
05/18/2014 16:29 Macepalm#385
Can I have the guild dung script?
05/18/2014 16:33 barteklorek123#386
Yes , only version beta ;/
05/18/2014 16:56 Fildatc#387
Please how to fix guild bug /mushrooms -99999 thanks for reply
05/18/2014 16:58 UND3RW0RLD#388
Quote:
Originally Posted by ǝnd1ǝss-ɯonǝʎ View Post
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 4 psfgame.de
        
if($donation ['silver'] <= 0)
            
$donation ['silver'] = 0;
        if(
$donation ['mushroom'] <= 0)
            
$donation ['mushroom'] = 0;
        
// end of GC Workaround 
:rtfm:
05/18/2014 19:40 TheCry#389
@EptunLP, I will ask out of curiosity...

Why Tulyita didn't give you these files which you should get (helpers stats, equipment and lvl, arena, armor)? After all you paid him....

:(

Unless I don't know about something :D
05/18/2014 21:10 szymek111#390
I think Eptun paid for this files but he deleted some lines of code (maybe he want this only for him xd) than he uploaded sql file and request but guild chat and tower helpers aren't working.