(Is a newb) but doesn't it reference the uttpoints field to calculate how many gold coins (gil) a person should have?
The most you post etc, the more gil/gold you get
And yes, I actually am an IT technician, we NEVER read the manual, lol
don't let this thing makes you weak IT teck.
@Link: This RPG system uses the UCS point system, I cannot run as a standalone hack, hence users must install UCS first.
@Revan: I mean all the templates that you want it to be re-made. The RPG.php template messes, the table is nice but you didn't make it perfectly (what is that table sitting on the top for ? why not middle or more thing bigger ?)
I suggest you should change rpg.php to this:
find:
PHP Code:
if (empty($userid))
{
eval(standard_error('You did not select an user to view RPG stats for!'));
}
replace it with:
PHP Code:
if (empty($userid))
{
$_GET['userid']=$bbuserinfo['userid'];
}
why this ?
Because when you come to rpg.php by entering to the url --> no userid --> it should show yourself. other ways the users come to this must be linked from a profile or something like so. one more thing with this:
find
PHP Code:
} else {
echo "You must be logged in.";
}
replace it with:
PHP Code:
} else {
print_no_permission();
}
well I'll test the battle late today. everyone, just wait.
For the users with the "Invalid battle or password" errors, the fix is here.
I tried this file and there SHOULD not be any errors in that.
And about the AFTER `limitlevel`, just scrap that.
Its for my own Level Based Limit Break mod I done for my own forums. Run the query without the AFTER part. (or redownload the TXT file if you dont know what I mean )
And about that SQL error where it says unkown field, I believe I already fixed that.
Download the new zip and redo the profile.php edits.
Quote:
Originally Posted by Deimos
(Is a newb) but doesn't it reference the uttpoints field to calculate how many gold coins (gil) a person should have?
The most you post etc, the more gil/gold you get
Yeah thats right
Whatever happens to your uCS money also affects your balance in the RPG, and vice versa
And death, I implemented your changes and I will send this out as a new build if everyone reports the battles confirming fine
EDIT: If you installed the "User select RPG Postbit" mod, you will see a link where it says "View Extended RPG Stats", with a link to rpg.php?userid=$
Thats why I put that error, I forgot that some might not have that installed
Thanks
battles seem to work aok, but....how does one equip an item?
I've got a sword, gloves and a potion, yet the system says I don't have a sword or potion during battle so I have to use my fists?
This could be due to several reasons:
a) You did not update the Item Type in the ACP (I think default is Non-battle Items, hence no usage in battle)
b) It is on the right type but you have to update it anyways
c) an error.
Please attempt a) and b), then post back if it still does not work, its then a bug.
Quick question, you know the optional rpg display in the post bit? i ran through the instructions again and I still get the mysql levellimit error when I try to save changes
Or am I missing something? hehe