vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   RPG Integration Hack (https://vborg.vbsupport.ru/showthread.php?t=108790)

forte 02-25-2006 02:57 AM

I still havent recieved my email in the support forums. Anyway, I just wanted to tell you that, it won't let me add midis and keeps on saying "The selected Battle Music does not exist." when it does exist.

Tri@de 02-25-2006 03:29 AM

Great!
Clicked install before i downloaded! :D

Just a question: the sex/class selection is still here? Or you modifyed to fit race/class selection?

eXaulz 02-25-2006 05:31 AM

This has got to be the next HOTM.

Suggestion: Add more default items, wepaons, armor, races, classes, etc. :)

Also, add an 'auto-refresh' to the arenas. If not, cliking Refresh every 5 seconds would suck.

In the battle, this 'Quote:' stuff is very... annoying, sorry. It would be better if it would look soemthing like:

U1 attacks U2 with (example) his fists!
U2 takes 5332 damage

Of course, it would be much more detailed, etc. I can really help you with this project. I love online RPG's and I used to administrate one over at RPG Palace. This one really reminds me of it.

It would be nice if each class/race/wahtever had it's own set of customizable 'Skills'. Such as, the 'Ninja' race/whatevr will have a special SKill, called 'Super-Kick,' which will do x2 his normal damage. These skills will be controled by PHP, one example 'modifier' will look like:

PHP Code:

$enemy['damage'] = $user['attack']*2

Then they can be more advanced. But, you get the idea. Each Modifier will be run when each skill is run by the user. Different Skills can be earned by higher levels.

Contact me on AIM: eXaulz - I have tons more ideas.

eNforce 02-25-2006 05:38 AM

An AJAX RPG system would be to to die for *drool*

Otikeu 02-25-2006 06:21 AM

Aha! Foun dan error... well not a real error, but you forgot to include rpg_misc.php in /admincp/ ... within the provided zip...

Quote:

Originally Posted by my Server
Not Found
The requested URL /admincp/rpg_misc.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.34 Server at forums.xxxxxxxxxxxx.com Port 80


projectego 02-25-2006 09:04 AM

Great work. :)

[high]* projectego clicks install.[/high]

Otikeu 02-25-2006 09:14 AM

Awesome stuff!

BUG: When using quotes or "<" ">" and other symbols, it posts the html code and not the symbol... When you said your accept the results of the battle, it redirects you to an "Invalid Battle. Go Back" thing... yet all the winnings are delt with, I'd say just needs a confirm message instead of error message :)

Also, how can I get that top RPG menu off? Ty

[edit]Nevermind, found that on the Plugin Manager... labled "RPG Navbar Addon".

I still smell HTOM approaching ;)

Zidane007nl 02-25-2006 09:27 AM

Quote:

Originally Posted by Otikeu
Aha! Foun dan error... well not a real error, but you forgot to include rpg_misc.php in /admincp/ ... within the provided zip...

This is a known issue, a couple of files are left out, because they don't work yet.

Revan 02-25-2006 10:53 AM

Quote:

Originally Posted by eNforce
Problem with my postbit thingy, see attachement.

I don't see a problem, please be more specific.
Quote:

Originally Posted by eNforce
Also, for the same thing in the attachment, would it be possible to make it collapsable, and have it collapsed by default? my postbit is quite large with my mods + the rpg postbit.

Go to your Headquarters and select Display RPG Info in Dropdown (or smth similar). It's an user level option to collapse the stats or not.
For a later version I will use vbcollapse.
Quote:

Originally Posted by forte
I still havent recieved my email in the support forums. Anyway, I just wanted to tell you that, it won't let me add midis and keeps on saying "The selected Battle Music does not exist." when it does exist.

Are you sure you followed the proper format? Your files can't have an extension of .mid, it must be .midi. Rename them in your FTP if you can't see file extensions in Windows.
Quote:

Originally Posted by Tri@de
Great!
Clicked install before i downloaded! :D

Just a question: the sex/class selection is still here? Or you modifyed to fit race/class selection?

Im not sure I understand... Creating an RPG character is the same as previous version, though I plan to add support for multiple genders.
Quote:

Originally Posted by eXaulz
Suggestion: Add more default items, wepaons, armor, races, classes, etc. :)

I want the admin to work a little to get the RPG properly running, that's why it doesn't come precompiled with every item you need to have a Lineage II-style RPG up and running ;)
Quote:

Originally Posted by eXaulz
Also, add an 'auto-refresh' to the arenas. If not, cliking Refresh every 5 seconds would suck.

Check your vBulletin Options under General Options. Default is 60 seconds.
Quote:

Originally Posted by eXaulz
In the battle, this 'Quote:' stuff is very... annoying, sorry. It would be better if it would look soemthing like:

U1 attacks U2 with (example) his fists!
U2 takes 5332 damage

Of course, it would be much more detailed, etc.

I will move the battle actions to a template system, so you will be able to customise the look as you would a regular page :)
Quote:

Originally Posted by eXaulz
I can really help you with this project. I love online RPG's and I used to administrate one over at RPG Palace. This one really reminds me of it.

I already have a game designer working on this, though he is kind of slow :p But Ill take every idea you give me with great thanks and note it down, if it fits the new system I'll be making then you'll see it in there at some point :)
Quote:

Originally Posted by eXaulz
It would be nice if each class/race/wahtever had it's own set of customizable 'Skills'. Such as, the 'Ninja' race/whatevr will have a special SKill, called 'Super-Kick,' which will do x2 his normal damage. These skills will be controled by PHP, one example 'modifier' will look like:

PHP Code:

$enemy['damage'] = $user['attack']*2

Then they can be more advanced. But, you get the idea. Each Modifier will be run when each skill is run by the user. Different Skills can be earned by higher levels.

A highly advanced skill system IS planned, though I lack some formulas for the new stats system to be able to get started on working on this.
I plan to majorly revamp pretty much everything in this hack, especially the stats, I just needed to get a foundation ready (ie OOP coding and cache systems) to not take even longer to get the next version out.
Quote:

Originally Posted by eXaulz
Contact me on AIM: eXaulz - I have tons more ideas.

I don't have AIM, MSN or email would be your best bet ;)
Quote:

Originally Posted by eNforce
An AJAX RPG system would be to to die for *drool*

Currently out of the scope of the project, but it WILL be there, I promise :) I plan to make it an option to use an ATB system (Active Time Battle if your not familiar, means doing away with the turn system), and AJAX would fit this better. Besides, as of today, servers aren't as equipped to handle AJAX as they will be by the time that's done.
Quote:

Originally Posted by Otikeu
BUG: When using quotes or "<" ">" and other symbols, it posts the html code and not the symbol...

Hm, it doesn't allow such characters because of HTML exploit possibilities, but Ill look into having them displayed as proper characters yet not parsed as HTML.
Quote:

Originally Posted by Otikeu
When you said your accept the results of the battle, it redirects you to an "Invalid Battle. Go Back" thing... yet all the winnings are delt with, I'd say just needs a confirm message instead of error message :)

That's because you are the last to confirm the battle. If you look down (or click Battle Actions to reverse the order) at the last battle message, you'll see EXP, Gil and Clan Points dealt with properly.
I'll look into finding a way to avoid that Invalid Battle message - for now just consider it as a glitch.

forte 02-25-2006 11:11 AM

Quote:

Originally Posted by Revan
Are you sure you followed the proper format? Your files can't have an extension of .mid, it must be .midi. Rename them in your FTP if you can't see file extensions in Windows.

It finally worked. But in the items, will the addition of abnormal status be added in the future since I found that there are some items that can be used to cure poison and stuff.


All times are GMT. The time now is 09:02 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.01645 seconds
  • Memory Usage 1,768KB
  • 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
  • (2)bbcode_php_printable
  • (16)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
  • (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