![]() |
I've already asked him about that a few months ago, and he said he would sell it to me once he got it in install format. Unfortunately, he never did that, and I never got the hack..
|
as far as i understood hes kinda stoped working on this, however i cannot say for support issues, i do know that zajako did make a rpg system, that does alot of things that this didnt :)
www.gamasoftware.org :) ill poke him to check the thread if see him on |
Quote:
|
Lol, I've been waiting forever. I'm excited about the Monster Arena though, you need to work on that.
|
i hope bitsys doesnt mind, but RCS 2.0 will have AI random battles :) ;)
|
Damn.... If I try to bet anything other than zero on a battle, I get a database error:
Code:
Invalid SQL: SELECT items_user.bankval, userfield. FROM items_user, userfield WHERE items_user.userid='15' AND userfield.userid='15' |
try removing the quotes from the userid='#' part (so make it userid=#)
im not sure if thatll do anything, as with mysql, it doesnt care if you use quotes on a column designated as a number but if you have a different version of mysql (as that error message seems slightly different from the normal one, you might) then it might care :-p |
What version of mySQL are you using?
MySQL 4.0.14 running on FocalPoint Systems I'll drop the quotes and see what happens... [edit]Oh, that looked different because it's the error a non-admin would see in HTML comment tags. As an admin, you never get that error, you just get the "Invalid User" message.[/edit] |
Quotes were not the problem at all. It seems that there was some very sloppy code in there that wasn't properly checking if I had chosen to use Lesane's points or not, so I fixed it up (instead of "if (!$itemopt[1])" i put "if (1+1==3)" :)) so now my bets work properly. Oh, and he can't keep his variable names consistant. What starts off as $oppomoney becomes $oppmoney about 3 lines down, but no link is made between the two. :) Since $oppomoney is only used once, I assumed that was the bad line, and I replaced it with $oppmoney. Code works!
I should consider doing this for money. :) (debugging php) |
Alright, 2 code fixes to battle.php:
Find: Code:
$oppomoney Code:
$oppmoney Find: Code:
if (!$itemopt[1]) Code:
if (!$itemoptions[1]) Note: You might not even notice that you need these fixes if you're not using Lesane's store, these errors only affect store integration. |
All times are GMT. The time now is 05:36 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|