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)

The_Wanderer 12-09-2002 01:58 PM

very impressive... i'll install this when the full version is released.. good job

Graphics 12-09-2002 03:41 PM

kewl i'll reinstall my teszt forum and install 0.55 :D

good hack btw:)

assassingod 12-09-2002 03:50 PM

Installed on 2.2.9, testing battle out now. Receive this error when trying to delete recently added 'type'

[sql]
Invalid SQL: UPDATE user SET rpgtype='0',rpgclass='0' WHERE type='4'
mysql error: Unknown column 'type' in 'where clause'

mysql error number: 1054[/sql]

Bitsys 12-09-2002 05:23 PM

corsacrazy:
Did you read https://vborg.vbsupport.ru/showthrea...672#post328672 yet?

Quote:

Originally posted by assassingod
Installed on 2.2.9, testing battle out now. Receive this error when trying to delete recently added 'type'

[sql]
Invalid SQL: UPDATE user SET rpgtype='0',rpgclass='0' WHERE type='4'
mysql error: Unknown column 'type' in 'where clause'

mysql error number: 1054[/sql]

Fixed. There are two ways of correcting it. You can download the corrected "rpgadmin.php" file attached to this post and re-upload it to your admin directory, or you can do the following:

In rpgadmin.php, find:
PHP Code:

// ###################### deletetype ####################### 

Below that (6 lines), find:
PHP Code:

$DB_site->query("UPDATE user SET rpgtype='0',rpgclass='0' WHERE type='$typeid'"); 

And replace it with:
PHP Code:

$DB_site->query("UPDATE user SET rpgtype='0',rpgclass='0' WHERE rpgtype='$typeid'"); 

Thanks for finding that one ;). I am surprised someone didn't find it sooner.

Here is the updated file:

geniuscrew 12-09-2002 05:56 PM

I' m getting this error

Fatal error: Maximum execution time of 3 seconds exceeded in /*****/*******/*****/battlefight.php on line 374

Mind you, I have my test vB on a free server [and it's not public]

corsacrazy 12-09-2002 07:43 PM

Quote:

Originally posted by Bitsys
corsacrazy:
Did you read https://vborg.vbsupport.ru/showthrea...672#post328672 yet?

cheers mate i must of missed this somehow :ermm:

geniuscrew 12-10-2002 12:07 AM

Can anyone please tell me how levels and and MA etc, increase, because I start off dead [no HP] so I can't battle

geniuscrew 12-10-2002 01:02 AM

Do mages have to use staffs? I know it sounds stupid but either way, nothing decreases and the only we get is "Use your fists"

Herman 12-10-2002 02:06 AM

My problem is that when in a battle, and my options are listed below, I can ONLY use my fists, request a draw, and retreat.

The other radio buttons for Attacking and such are unusable. Even though I have purchased items in the itemshop! :bunny:

Herman 12-10-2002 02:08 AM

Also, can you please tell me how I get my HP/MP to rise? I have my EXP set, so my level will rise with my post count, but how do I get my HP up and such?


All times are GMT. The time now is 05:59 PM.

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.02519 seconds
  • Memory Usage 1,740KB
  • 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
  • (3)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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