Quote:
Originally Posted by Mr Peabody
The host i run my board on just updated to PHP ver 5 now im having problems with 2 of my hacks, this one and Statistik.
Both seem to be related becuase i get the same error.
:disappointed:
I get it in everything except healing Centre
|
My hack does not modify init.php, nor does it use the array_merge().
I have php5.0.2 on my localhost and can run everything fine.
Try this, though:
Go to your line 519, and check what the arguement #2 is for the array_merge() (for instance,
PHP Code:
$specialtemplates = array_merge(array(
'options',
'cron',
'forumcache',
'usergroupcache',
// ## <ucs>
'stylecache',
'arcadesettings',
'utt_store_act'
// ## </ucs>
), $specialtemplates);
// where $specialtemplates is the 2nd arguement
and just ABOVE the array_merge(), input this:
PHP Code:
$[arg] = array();
//where [arg] is the arguement you found above
Quote:
Originally Posted by RMS
Hmmm apparently my "wrong stats" problem persists. The one where after "updating stats" the MA turns incorrect, even upon entering battle. For some reason it somehow adjusts back after some time.
A new thing I've come across though is that in editing the item categories' order, all of the items within that category will have its attack/heal and/or MA cost reset. I don't know if this is the exact cause of it but I believe it has something to do with it at least.
|
If your modifiers are set correctly, then I cant really say antyhing more. Your the only one I know of with this problem :lick: