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.
I have the store and money system of the vPetz hack installed at my system. Is there a way that I can use it instead of uCash/uShop . I installed vbookie at my forum, too and it allows me to choose between uCash/uShop and vBetz money. Maybe somebody can tell me which changes I must make to run the rpg hack with the vPetz money?
I have 2 questions.
1. Even if you have enough money you cannot heal yourself.Healing is not working.
2. I bought an item and tried to have fight but I couldnt use the item.It says I dont own any weapons I can use.
If a member buys an item does he supposed to do any action in order to use in the battle ?
Also even if you choose to use mid files during the war it isnot also working.
But it is an awesome hack.When you will release without any bugs i will install to my board.
I have 2 questions.
1. Even if you have enough money you cannot heal yourself.Healing is not working.
I had the same problem to.
Quote:
2. I bought an item and tried to have fight but I couldnt use the item.It says I dont own any weapons I can use.
You have to go into the Admin panel, click Itemshop, then Edit Items
On the next page you'll see "Weapons - Add items, Edit Remove"
Click Edit, then change the battletype to "One handed weapon" or "Two handed"
Then you can use them in battle.
Is it possible to disallow point generation from a forum which is specifically setup for spam?
Since I put the system in, people are now spamming the "Spam forum" to get "Gil" so they can buy items
Like the petz system, can the code be changed to disallow gil generation for forums which are setup to not count towards post counts?
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.
Is it possible to disallow point generation from a forum which is specifically setup for spam?
Since I put the system in, people are now spamming the "Spam forum" to get "Gil" so they can buy items
Like the petz system, can the code be changed to disallow gil generation for forums which are setup to not count towards post counts?
yes you can, since UCS offers you that.
Go to forum manager --> edit that forum --> set all the number to 0. the users won't have points by posting in that forum
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.
If the VBulletin license allows it, i'd be happy to setup a temp boards on my server for you to beta test with
I think the license allows it as long as it's not a live forum, but used for testing, right?