I'm getting an error when starting the bot if I replace the old with the new. The *only* changes I have done in the mod you attached to this thread is the chit chat the bot does. The error reads:
PHP Fatal error: Call-time pass-by-reference has been removed in G:\AO Tools\BeBot_Sembly\modules\ao\AlienAttack.php on line 51
Line 51 in the php file reads:
parent::__construct(&$bot, get_class($this));
Since I don't know any of this stuff, I have no idea what it means either. Any way any of you can help explain a noob how to fix?