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)

Darkwaltz4 06-15-2003 09:38 AM

TheRaven57: i just removed the link to buy personal itemshops :-D (oops, forgot to mention that >.<)

kaotic: pick one at a time and i might *stares at the ceiling*

v0id: id have to be really bored :-D

kaotic 06-15-2003 12:28 PM

Actually... how about this one:

Quote:

Random playing of battle midis on battlefight.php
Right now I'm using a simple script with a list of songs to choose from, but I can't find a way to play midis randomly! :(

Moreliator 06-15-2003 04:20 PM

Bitsy,
I am quite stumped over the whole Turn ID thing. Is it possible you could show me how I would make who goes first randomized?

Also, my members keep bugging me to ask if you can change the healing center to take from money in the pocket, not the bank.

Darkwaltz4 06-15-2003 07:32 PM

random midis are easy enough, first find ur midis' paths...

then at the bottom of battlefight.php, find

PHP Code:

                eval("dooutput(\"".gettemplate('battle_arena')."\");"); 

and then decide how many midis that you want.... and replace ### with it in this bunch of code: (place this ABOVE that ^^)

PHP Code:

$randnum rand(1##);
if($randnum == 1) {
$chosenmidi "http://path.to.midi/midi.mid";
} elseif(
$randnum == 2) {
$chosenmidi "http://path.to.midi/midi2.mid";
} elseif(
$randnum == 3) {
$chosenmidi "http://path.to.midi/midi3.mid";

...

} elseif(
$randnum == ##) {
$chosenmidi "http://path.to.midi/midi#.mid";


get the point? then in template battle_arena, find

PHP Code:

<title>$bbtitle Battle</title>
$headinclude
</head

and replace with:

PHP Code:

<title>$bbtitle Battle</title>
<
bgsound src="$chosenmidiloop="-1">
$headinclude
</head

yay. for a small fee ill do it for you *big grin*

kaotic 06-15-2003 08:03 PM

Thanks. :D I shall install this little addon right now.

Moreliator 06-15-2003 11:18 PM

Bitsy, I looked more into my probel and I h ave discovered that there is a JAvascript error on the User CP ---> Edit Profile page. It says expected "}" ....

PixelFx 06-16-2003 12:44 AM

you guys the midi idea is hella cool :P

Darkwaltz4, someone needs to make a PvM system :P or player vs monster :P I could draw some custom monsters or put together art for that if wanted.

I'm working on an art addon, that adds 250 custom 3d/2d images, of armor, weapons, potions, magic items, and spells for the battle system currently.

Bitsys 06-16-2003 01:08 AM

Quote:

Today at 07:18 PM Moreliator said this in Post #1825
Bitsy, I looked more into my probel and I h ave discovered that there is a JAvascript error on the User CP ---> Edit Profile page. It says expected "}" ....

Please see the attachment and let me know if it fixes the problem. I would post the solution here, but I keep getting a timeout message.

kaotic 06-16-2003 01:20 AM

Quote:

Today at 02:44 AM PixelFx said this in Post #1826
you guys the midi idea is hella cool :P

Darkwaltz4, someone needs to make a PvM system :P or player vs monster :P I could draw some custom monsters or put together art for that if wanted.

I'm working on an art addon, that adds 250 custom 3d/2d images, of armor, weapons, potions, magic items, and spells for the battle system currently.

Bah...

A PvM system. Now you've got my hopes up. :p

Moreliator 06-16-2003 03:41 AM

Hey Bitsy, works great now! Thanks!


All times are GMT. The time now is 04:42 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.02707 seconds
  • Memory Usage 1,754KB
  • 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
  • (4)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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