![]() |
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. |
Question, are attacks more effective based on a characters element ?
For example, if I have a fire sword, and I attack a character who's element is water. Is the damage more effective ? Also can someone make an addon for this hack to change the image of the user's character? When the user attacks, is hit, etc... |
First of all...
A Fire Sword on a Water enemy would do 50% damage, if we had that much detail in place. But, it's not, so if you are fire and he is water, that will change percentages. Images for attacking, eh? Good idea, lot of work required, hope someone takes the time to do it. |
Fire do more on water?
Now wouldn't the water make the fire go out? I Guess the 3 years that i have been a fire fighter i've been doing the wrong thing! ^_^ |
dstruct2k , is that code you changed is for those you use this hack integrated with Store Hack ? Cuz i got the problem on betting. It said my foes didnt have enough Gil whatsoever for wager :(
I have to get over this coz it is one of the easiest way to make money ^ ^ and, a big request: when will this hack be not BETA :( ? and could anybody make it integrated with vb3 ( this should be GREAT ), and plz dont cost :p |
Quote:
Because on DarkWaltz4 forum I remember seeing a poison sword in his itemshop. Im not sure if its "just for show", because I have purchased it (to test it out) and got nothing, but indications of regular damage. |
Quote:
|
arrrr i still cant fix my rpg hack=(
|
grrr.. i really like this hack!! sounds so grrreat! how could he just give up on it?? Please keep up on this! i want to install it but i dunno if it is safe enough to install :-/
|
elemental damage is really one-sided, and not based on logic. its based more on how the admin set it up. you could very well have fire do more against water.
and this hack is pretty stable, go ahead and put it up. alot of ppl have individual issues, which are easily fixed more or less. changable images based on amount of damage sounds interesting, but not worth coding. it doesnt sound that hard. it also doesnt seem true of most rpgs :-p (at least ff) chars always look the same health wise... also, items do not have elemental attributes (although you can name them with elements, like i have) so no matter what it is, element wont affect it. same thing with status effects also, if you are going to say 'i need my hack fixed' mind saying what is actually in need of fixing? what issues are you experiencing? sweet youve said that i think about 3 times, but what do you expect us to do with it? |
Sneak Peak,
For a number of months now I've been working on building a bigger image systems for rpg system, so far I've been working on images that could work with both dark and white backgrounds... in the shot below, I have about 355 icons I've been working on for release with the vb2/3 release of the bitsys rpg system. ;) comments welcome, ;) I guess you could call it a graphics addon. |
LOL...I see where both going to be using the same items...Since I will also be using alot of Ragnorak Online's items...
Quote:
Quote:
Since I am a programmer (but unfamilar with php code) I will attempt to do this myself, but I would really appreciate if someone experienced could do it not only for me, but for whomever wants it... |
I'm working on another set as well :) I'm hoping to get it so they images work on both dark and light backdrops I've been editing a lot of the items by hand to get them to show up as sharp as possible :)
|
ok.. my first problem.. i get this error up top of the battle
Invalid Scene "battlescene.gif". so.. when i check to see if the scene is in admin cp.. it gives me an X and says its looking for it here http://www.gsforums.com/forums//foru...attlescene.gif notice the double // and the 2 "forums" where can i fix this |
lastly, i have a problem where when i click the HP MP and PP buttons up above the HP MP and PP bars, they send me to this page
http://www.gsforums.com/forums/moder...erid=&maxhp=77 And says No user specified. If you followed a valid link, please notify the webmaster it may have to do with not going to userid= or sumething... All i know is... explain this is pretty much basic terms.. not so complicated |
can someone help me fix my postbit?
|
How about making class categories? They select the category then they can select a class below it.
Sounds pretty simple |
In between turns users get a field6 error? i dont know if the question was answered previously but if u could be so generous.. :)
|
i got this when i tried the addon for random turn Parse error: parse error in /home/tokyotow/public_html/forums/battlefight.php on line 98
|
when i try to install the nstall_itemshop_items.php file, we get Database error in vBulletin Control Panel 2.3.2:
Invalid SQL: INSERT INTO items_user (userid) VALUES (1) mysql error: Duplicate entry '1' for key 1 mysql error number: 1062 Date: Tuesday 11th of November 2003 03:35:55 PM Script: http://www.grimmauldplace.net/admin/...tion=userfield Referer: http://www.grimmauldplace.net/admin/...shop_items.php that error the last 5 queries wont go right "we get Invalid SQL: UPDATE `rpg_classf` SET rpg_classf.id='0' mysql error: Duplicate entry '0' for key 1 when trying to run the last 7, excluding the very last" |
I got an error when enetered a RPG pages, Im using a 2.3.3 vb
rpgcp.php error : Fatal error: Call to undefined function: getlevel() in /home/x-sector/public_html/forums/rpgcp.php on line 107 Itemshop.php error : Fatal error: Call to undefined function: getlevel() in /home/x-sector/public_html/forums/itemshop.php on line 444 When entered a showthread.php, I got this error : Fatal error: Maximum execution time of 30 seconds exceeded in /home/x-sector/public_html/forums/admin/functions.php on line 321 anybody help? |
I did follow the steps very carefully.. but still got the errors
anybody help? |
I ran into a problem. Don't know where to go rather here on the lesane store hack thread since I have them intergrated. This only happens for the new users. Their points won't show up. Any one know how I can fix this? I tried to replace the php files but no good.
|
did somebody know about the battle system on www.ffdiscovery.com or www.ffrepublic.com ?
they are really cool, what a perfect battle system... I cant bear not having it :(( somebody have it and wanna share :D or make one like that ? that must be a guniess ^ ^ |
Quote:
when you install the database did you check that you use store point system? |
death try the Rpg Creator System made by Zajacko at http://www.gamasoftware.com i use this and i think it is way better than this or any of the ones they the FF sites use...
for starters you can actually move to certain locations in a world map, and you can input random battles with NPCs way more features at gamasoftware.com ill tell u when im done setting up mine. |
but the most important thing is: is that a freeware ? I dont like to pay for such a battle system.
and in case it's free, then where to download else how much does it cost ? By The Way, anyone using this battle hack is lack of pic, pm me and i'll send you some cool pics :) |
Quote:
its only 40usd (the prices will be going up some time in the near future) if youd like to see RCS in action i can tell you the biggest one that im aware of is at www.rpgpalace.net :) |
i'll say:
"Wow" but only if it's free >_< anyways, how could we make payment for him ? |
We can get RCS for free if we are out of US copyright...
|
Quote:
so does this mean you can also get vBulletin for free if your outside of the uk? no, its still a company and a paid product :) so unless your pirating vBulletin id ask that you dont pirate another companys work either there is a join link via paypal, and if you dont have paypal i belive he accepts moneyorders as well :) |
All times are GMT. The time now is 09:31 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:
|