Quote:
Originally Posted by orca
Hmm, I installed this hack but funny enough some images won't show although in the correct directories...This is especially the case for the itemshop directory. hat.gif shows for example but racket.gif not although it exists in that directory.
|
This I never encountered. All my test forums show the image correctly.... You sure both images are in the same dir?
Quote:
Originally Posted by Rahzel_hx
I'm lv2 in the rpg and i have like 56 hp, 8k ma and 20k pp ? >_< and i'm not able to reset the rpg stats it goes to a blank page
When i try to start the battle accepting it, it says invaild password or battle
i also get this error when i try to cancle a battle
PHP Code:
Database error in vBulletin 3.0.3:
Invalid SQL: DELETE FROM battle WHERE battlenumber='1'
mysql error: Table 'spiritno_forum.battle' doesn't exist
mysql error number: 1146
Date: Saturday 21st of August 2004 03:00:45 PM
Script: http://--------/forum/battlefight.php?action=cancelbattle
Referer: http://--------forum/battlefight.php?action=enterbattle&battlenumber=1
Username: ----------
IP Address: ----------
Edit wish i could fix this my self but i'ma vb no0b umm
PHP Code:
Parse error: parse error, unexpected T_CASE in /home/spiritno/public_html/forum/includes/functions_online.php on line 1318
i get this when i goto look at users profiles
|
First of all, your massive amounts of MA and PP are because the MA and PP modifiers are way off the scale.
Enter your AdminCP, and select Edit Options under Battle.
There set new values for MA and PP, recommended values are 0.003
For your battle accept error, this has happened before but was reported to have gone away. But as I see its back, it will be pinned down and fixed for v2.5
For your Cancel Battle error, that is a small fix which I am just about to note down in the changelog. To fix it quickly, enter battlefight.php and search for:
[sql]DELETE FROM ".TABLE_PREFIX."battle[/sql]
change to
[sql]DELETE FROM ".TABLE_PREFIX."rpg_battle[/sql]
And as for your functions_online stuff:
find
PHP Code:
case 'rpgcp':
$userinfo['action'] = "Viewing <a href='rpgcp.php'>RPG CP</a>";
change to
PHP Code:
case 'rpgcp':
$userinfo['action'] = "Viewing <a href='rpgcp.php'>RPG CP</a>";
break;
Quote:
Originally Posted by Pixelgrounds
have al lthe bug fixes iv read in this thread and all the little mods been added to the main page zip file yet?
|
Bug fixes: Most
Addons: None. The addons are in a special post linked to from the main page.
Status on the v2.5:
I am just going through the files looking for missing ".TABLE_PREFIX."es, with much help from DeMiNe0

After this I will start picking apart the battle part of the hack on the live forum.
Then, Im gonna do a fresh reinstall (cos I made tweaks to the installer), and go through it all again.
After THAT, then all bugs should be gone and I can put out the new version
And dont worry about having to redo/reupload all the files if you make modifications to the files, all the changes are documented in a changelog file.
EDIT: I just managed to fix all bugs in the heal.php file, healing now works 100 %