Wow, this is still being used?!? :o Get me a stable host (3mb, with direct linking) where I can put these files and I'll be happy to put them there. Some notes though: - Last release was on 25/05/2004 - It's not tested (and probably not compatible) with phpBB 3.0 - It's not tested with phpBB >2.0.15
From rpgfixes004.txt: # # - [ OPEN ] ----- # includes/functions_post.php # # - [ NOTE ] ----- # Cash mod 2.2.1 fix: There is a problem with Xore's compatibility fix. Use fix below instead. Now includes a non-refresh when level up. $db->sql_fetchrow, not ..rowset. # # - [ FIND ] ----- # $cash_message...
shop.php, around line 211 if (file_exists($itemarray[$xe].".php")) { $itemlinkstart = "<a href=\"".$itemarray[$xe].".php\">"; $itemlinkend = "</a>"; $itemlinktxt = "Click here to use... "; } Note that you will also have to change the return...
How might I change things to where I can put all the useable items scripts in a certain directory (lets call it moogie) within the phpBB root? I hate uploading the scripts straight to the root.....it makes it difficult to scroll through all the scripts to find the actual phpBB files if I need to ed...
Let's just say that I have a forum up somewhere, which I'm not sharing for certain reasons. Just look for BBaCE on google (you know google, don't you?) I don't know where you downloaded this version, because the zip that I have created a couple of months ago does not look for lang_rpg_mod_.php Also ...
No, it's looking for a lang_rpg_mod_.php in the moogie folder. Make sure it is there with the same name. And what button did you push right before you got that Syntax Error?
The 'Fantastic' Power Pack also has 'Fantastic' fixlists for most of your problems. For example, sql_numrowsrows = sql_numrows Furthermore, ../extension.inc looks a lot like a path. ../ stands for the folder above the dir where the Arena Ticket.php was executed, so it's looking for a file outside yo...
Then you must have skipped a fix. It's really in there: shopfixes004.txt: # # - [ NOTE ] ---- # Fix: Inventory on trade with person link didn't work # # - [ FIND ] ---- # $shoplocation = ' -> <a href="shop.php?action=inventory&searchname='.$userdata['username'].'" class="nav"...
No idea. You could try BBaCE, which is a pre-modded forum. It's basically the only one I try to keep up to date, as I know the creator. It has moogies and (probably outdated) adr.
in shop_actions.php, this is what the give function should look like elseif ($_REQUEST['action'] == "give") { if ($board_config['shop_give'] == "off") { message_die(GENERAL_MESSAGE, "The ability to give items has been disabled!"); } $shopaction = '<tr><td colspan="...
In the Power Pack there's an instruction file, which says that you should install 1, 2 and 3 of you list, then moogies ORIGINAL pack, and then the Power Pack. You have the right versions. Also, I'm somehow seen as the one 'managing moogie's rpg'. By all means, if you want to change something, do so....