Quote:
Originally Posted by deathemperor
Revan, told you that you should test it before the release, even you said that you tested it with no problems, how can I believe it with those buggy things ?
and I don't know how could you miss this:
PHP Code:
$DB_site->query("DELETE FROM battle WHERE battlenumber='$battlenumber'");
should be replace with
PHP Code:
$DB_site->query("DELETE FROM ".TABLE_PREFIX."rpg_battle WHERE battlenumber='$battlenumber'");
it's rpg_battle but not battle (there is no battle table), this is a crazy mistake that I couldn't even believe
of course the battle doesn't work, I think you got the same problem like the bitsys' RPG, you can re-read that thread.
|
Weird that I didnt find this error when I tried to delete a battle, seeing as Im using the same files as is in the zip and I dont get the error.
It would also help that you actually named the file, saves me the hassle of looking through every file.
Quote:
Originally Posted by Deimos
Bug with the lottery
You Do Not Have Enough Gil To Buy A Ticket!
You Only Have Gil in your pocket.
I only have gil? shouldn't it say "You only have XX Gil in your pocket"?
|
EDIT:
Template error. Go into your Template Manager and find in the 'lottery_error2' template;
PHP Code:
$usershi[]t[field1]
replace with
PHP Code:
$usershi[]t[uttpoints]
Due to vB.org's policy, please remove the []'s from the 2 above to find what you really have to find and replace
Quote:
Originally Posted by ogetbilo
I have 2 questions.
1. Even if you have enough money you cannot heal yourself.Healing is not working.
|
I am still unable to pin this down.
I put on healing cost, and entered my SQL to set my HP and MA to 0, and it updated fine.
In general news, Im gonna talk around and find a host where I can setup a beta forum where I install the uCS and RPG only, and where you can enter and find bugs.