vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=5)
-   -   RPG Integration Hack /w Battle (BETA) (https://vborg.vbsupport.ru/showthread.php?t=46417)

legendarysk8er 10-19-2003 05:52 PM

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..

Zachery 10-19-2003 06:14 PM

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

Darkwaltz4 10-19-2003 09:17 PM

Quote:

Originally Posted by Me!
Darkwaltz: Is that summon add-on exclusively for your forum or is it something you'd offer for a price/free?

actually yeah, since its something which actually permanantly alters your version of the hack, ive been reluctant to give it out for fear of more problems and also cause its also sorta an ffgon exlusive thing too :-p although yeah i did agree to hand out the instructions for it and a bunch of other things for under 10$, i wasnt going to until i had an automated install file, which i havent gotten around to ..yet >.< (ive been finsihing up triple triad)

legendarysk8er 10-21-2003 01:19 AM

Lol, I've been waiting forever. I'm excited about the Monster Arena though, you need to work on that.

Zachery 10-21-2003 01:21 AM

i hope bitsys doesnt mind, but RCS 2.0 will have AI random battles :) ;)

dstruct2k 10-21-2003 12:21 PM

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'
mysql error: You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM items_user, userfield WHERE items_user.userid='15' AND use


Darkwaltz4 10-21-2003 05:59 PM

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

dstruct2k 10-22-2003 09:15 PM

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]

dstruct2k 10-22-2003 09:41 PM

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)

dstruct2k 10-22-2003 09:49 PM

Alright, 2 code fixes to battle.php:

Find:
Code:

$oppomoney
Replace with:
Code:

$oppmoney

Find:
Code:

if (!$itemopt[1])
Replace with:
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.

Kiss72dbz 10-23-2003 11:31 PM

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...

dstruct2k 10-24-2003 01:38 AM

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.

VeoMorphine 10-24-2003 01:50 AM

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! ^_^

deathemperor 10-24-2003 03:44 AM

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

Kiss72dbz 10-24-2003 05:20 PM

Quote:

Originally Posted by dstruct2k
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.

Okay cool, also is there any status effects for this hack??? Like Poison, Sleep, Bersek...etc

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.

Kiss72dbz 10-24-2003 08:06 PM

Quote:

Originally Posted by VeoMorphine
Fire do more on water?

Well I meant vice versa...but I expect a fire sword to be little or less effective if it strikes a character thats a water element.

sweet22 10-25-2003 05:51 PM

arrrr i still cant fix my rpg hack=(

gearshifter47 10-25-2003 11:35 PM

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 :-/

Darkwaltz4 10-26-2003 09:07 PM

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?

PixelFx 10-26-2003 10:20 PM

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.

Kiss72dbz 10-27-2003 03:19 AM

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:

Originally Posted by Darkwaltz4
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...

What?, that wasn't my suggestion. I said changeable images based on when your rpg character attacks, defends, dies, etc... How is that not true in rpg games ?

Quote:

Originally Posted by Darkwaltz4
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

:/ o, well I have 3 requests then, can someone make status effects, give weapons elemental properties, and give items stat effect properties. For example, have a magic attack that temporarily increases attack (for a set amount of turns), or decreases attack...

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...

PixelFx 10-27-2003 07:36 AM

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 :)

gearshifter47 10-27-2003 07:06 PM

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

gearshifter47 10-27-2003 07:15 PM

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

sweet22 11-01-2003 06:06 PM

can someone help me fix my postbit?

chrisz 11-02-2003 07:22 AM

How about making class categories? They select the category then they can select a class below it.
Sounds pretty simple

NarutoX 11-10-2003 01:09 AM

In between turns users get a field6 error? i dont know if the question was answered previously but if u could be so generous.. :)

NarutoX 11-10-2003 06:50 PM

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

Delusional 11-11-2003 06:38 PM

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"

X-Sector 11-15-2003 03:42 PM

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?

X-Sector 11-15-2003 08:14 PM

I did follow the steps very carefully.. but still got the errors

anybody help?

Red Blaze 11-17-2003 03:02 PM

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.

deathemperor 11-18-2003 11:03 AM

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 ^ ^

nghiasi 11-18-2003 02:50 PM

Quote:

Originally Posted by Sonikku
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 you install the store hack?
when you install the database did you check that you use store point system?

Blaine0002 11-18-2003 10:04 PM

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.

deathemperor 11-19-2003 01:57 AM

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 :)

Zachery 11-19-2003 01:59 AM

Quote:

Originally Posted by deathemperor1st
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 :)

no its not freeware, and for good reason, its very powerfull.

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 :)

deathemperor 11-19-2003 09:22 AM

i'll say:
"Wow"
but only if it's free >_<
anyways, how could we make payment for him ?

X-Sector 11-19-2003 02:31 PM

We can get RCS for free if we are out of US copyright...

Zachery 11-19-2003 05:18 PM

Quote:

Originally Posted by X-Sector
We can get RCS for free if we are out of US copyright...

id avise agasint that mr X-Sector, as im one of the admins and personal nuke pirates for RCS i wouldnt suggest doing that ;)

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
  • Page Generation 0.03008 seconds
  • Memory Usage 1,838KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete