Quote:
Originally Posted by Me!
Bitsy I have a question about the newest version, it says 68C the last one I upgraded to was V68, the upgrade instructions included with 68C don't say what to do when upgrading from 68 to 68C. It just calls 68C "68" does that mean I don't need to bother with this upgrade?
|
Version numbers that contain a letter after the number means you only have to re-upload certain files. In this case, I believe you have to re-upload battlefight.php and battleupdate.php, as stated in the first post. I am too sure about this right now though since I still don't have my hard drive back.
Quote:
Originally Posted by SteveDodge
can you put a feature where users at battle have limited Draw request? cause one of my members found out how to gain level ups easy by issueing draw endlessly, i had activate exp on batlle post, can this be done?
|
It can be done, but not very easily. I would suggest using Telchar's method (
https://vborg.vbsupport.ru/showpost....postcount=2311 ). or diabling exp per battle post.
Quote:
Originally Posted by sweet22
Ok for some reason my battle system isnt working! I can create battles and such but when my opponent tries to enter the battle is says wrong battle # or password. It wont let anyone battle basically=( how do i fix this?
|
What happens when you try to enter the battle? Do you get the same message?
Does the battle show up in the admin CP? Does the opponent get a PM, if so, does it contain the correct information about the battle?
I wish I could look into this problem for ya, but I still don't have my hard drive.
Quote:
Originally Posted by eXentriC_nova
its from the rpgcp
|
In that case, you may be experiencing a problem that several other users have reported. The problem goes all the way back to the original Itemshop, which this hack also uses. It seems that some people's servers fail to initialize certain variables passed to the donate script by the user. I currently do not have a solution to this problem, but it has been discussed both here and at the Itemshop thread several times, if you want to do a search on it.
Quote:
Originally Posted by jakob330
It's the use of negative numbers, in general, battle wagers, etc.. is a problem.
Here's how we got ripped
Personal shop accounts can go into the negative.(no limit)
I'm member "A", I logon/signin as a new member,"B".
"A" Donates a pile of cash to "B".
Late at nite when nobody's around..
"B" opens a personal shop and sells items for -10,000.
(any negative number will do..)
"A" buys the items which adds 10,000 in his account with every purchase. There is no limit to how much can be taken..
Our solution, no personal shops... (unhappy members)
we'd like to have personal shops,
AND even better, personal shops with battle items that work....
negative number battle wagers is still a problem but only hurts
the person that does it...
|
A fix for negative battle wagers was posted a while back. I am not sure of the exact location in this thread but it is there.
Negative personal Itemshop items should have been fixed in version .68. Although I can't test this right now (hard drive...), I can see that the code is there:
PHP Code:
if ($val3 < 0)
{
$val3 = 0;
}
So, can you verify that users can put negative costs for personal itemshop items using the latest version of my hack?
Quote:
Originally Posted by Madacc
For some reason, even though I tried the $key1 fix.. battles only work if I type in a password.. otherwise I get the error "Invalid Password or Battle ID" or whatever
|
Is this with private battles on or off?