Quote:
Yesterday at 12:24 PM TheVoidz said this in Post #1832
I tried this hack long ago back when it first came out and I remeber exp(strength) being calculated on the ammout of posts the person had, same with money. This caused people to spam the ++++ out of my boards to be the best and it pretty much destroyed the server, will this happen again? Or is there a new way of dealing with money and exp?
|
Exp can be gained by winning battles now also.
Quote:
Yesterday at 04:03 PM vdinh said this in Post #1836
Hi Bitsys,
I am still currently at version 0.61. Would you please let me know the right way to get to version 0.67 ? Thanks .
|
I think you can just use UPGRADE.TXT to get to the current version.
Quote:
Yesterday at 10:35 PM Moreliator said this in Post #1842
Alright Bitsy, I'm really close to finishing this thing out. I have ALL my items input now, but when I tested it out as admin, some of the items were appearing in the Type they were not assigned to.
Anyway, should I run the DB fix? I have 16 item categories. It turns out that for every category there seems to be another ID listed in it that shouldn't be. Theres about 8 items per category, so it ends up being about 16 items showing in one category when only 8 should show.
The only other thing I can think of that may have caused the problem is that I originally had the default category named "Normal" ... if I'm correct, any RPG Type can buy moves from this default category which I called "Normal". When I realized this, I renamed it to "All" and made a new Item Category called Normal. I'm wondering if maybe this COULD have caused a glitch? I did rename the Normal category before creating a new one though, so I really don't think that is the problem, but I thought I'd list it anyway just in case.
So should I run the DB fix? Maybe I could do some stuff in PHP My Admin to see if its really deselecting?
Thanks.
***EDIT*** Alright, further investigation shows that it is a similar problem to what happened before, with the whole "mimicing" thing. Although this time it doesn't show in the check boxes, in PHP My Admin, I checked IDs and the Item Categories seem to be getting confused. For example, the items specifically for Category/RPG Type ID 4 could be found in 14 along with the ones in 14, and vice versa. It appears this way for all items. This is almost the exact problem I had before back in the v .61 days...only way back then the checkboxes would show the error too. Oh, and is my Default ID supposed to be 1 or 0?
Another example: My default RPG type is currently ID 0. In the Itemshop, all my ID 10 type items are being treated as if they were default. I'm sure if I moved the default ID to 1, all the items for Type ID 11 would appear as default ites for any types use. I'm almost 100% sure now that the ID miz up is the problem now. Hopefully there is an easy fix as this is the last thing before i can launch the rpg for general use =/
|
In itemshop.php, find:
PHP Code:
$pos = strpos($row[type], $itemtype);
if($pos === false)
and REPLACE it with
PHP Code:
if(!in_array($itemtype, explode(' ', $row[type])))
Let me know if that fixes the problem. This is definately a bug.
Quote:
Yesterday at 10:36 PM lioncool1589 said this in Post #1843
how do i fix every time my members posts his hp go down
this is kinda stupid anyway to fix it
|
Every time they post their HP goes down? That isn't supposed to be happening. Do you have the auto-update stats add-on installed?
Quote:
Today at 04:11 AM Me! said this in Post #1844
Hmm I'm having the same problem too, my members are complaining their hp is going down. I'm not sure why, I never notice these things. It frustrates me because I think my forum members take this battle too seriously instead of just having fun with it 
EDIT: Also on my forum battle arena I have a midi playing and yes it does reload everytime the page reloads. You can remedy this by creating a link to a popup window where the user can choose a battle midi should they want one. (My members requested this)
|
Do you have the Auto-Update stats add-on installed?
Quote:
Today at 08:13 AM RPGHost said this in Post #1845
I just tested a battle and it seemed to go through great... My question/problem is - how do I get the battle output to post into a forum. I saw on someone elses site there was a forum that had battle results that anyone could visit/view. But now that my battle is done it doesn't show up anywhere except when you go to the battle area and view the specific battle.
Is there some setting I'm missing? A hack that was done?
James
|
Admin CP -> Battle Options -> Forum to post the battle results