Quote:
08-31-03 at 11:36 AM Telchar said this in Post #2200
Upgraded to v 0.68 and I get 'Invalid battle or password ' when trying to enter a battle..
|
I think the fix for this is to replace all references of $key in battle.php with $key1.
Quote:
08-31-03 at 01:59 PM daveone said this in Post #2203
?hm bitsy
is it now so , that people their challenged , not must pay money when they say no ?
|
That is correct. When you are challenged and you decline, then you do not have to pay the wager.
Quote:
08-31-03 at 08:24 PM Blaine0002 said this in Post #2205
Ohh! Bitsys! the 5th shop IS a personal itemshop... Does that have anything to do with it?
|
In battlefight.php, find:
PHP Code:
$itemcats = $DB_site->query("SELECT id, battletype FROM items_cats WHERE type = 0 ORDER BY battletype");
Are you able to find it?
Quote:
09-01-03 at 06:31 PM kaotic said this in Post #2206
Is there a way to lower or maybe even reset AP after a battle ends? We have organized tournaments sometimes, and some of the participants like to get their AP really high before their next battle begins.
|
There isn't an automatic way of doing this. However, you can do it by running a query. I believe it would be:
Code:
UPDATE user SET ap = 0
That query would set the AP to 0 for everyone.
Quote:
Yesterday at 05:42 AM Darkwaltz said this in Post #2207
this hack is great but...
the stats show up fine in the rpg cp...
but when i add the code in the postbit or the getinfo....it all looks fine but the actuall numbers and names dont show so i get something like this
Level:
Race:
Gender:
Class:
Element: -
Alignment:
but in the rpg cp i see it all....anyone know how to fix this?
hp is staying on 0/0 even when i have alot of exp?
i am also missing a few of the options in the admin cp so if anyone could upload there fully edited Admin/index.php file that would be great
|
Make sure you update your stats. After that, run DB Fix. If neither of those work, then let me know.
Quote:
Yesterday at 02:28 PM Jagang said this in Post #2209
Since I got no answer to this last time I posted it, I will ask again.
|
Yes, there is a way to do that. However, it would require custom modifications.