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)

jags2ooo 12-10-2002 07:26 PM

where is .55 download, did u post it yet? LoL. Also will the punch work?

jags2ooo 12-10-2002 07:27 PM

check out my forum http://forums.dark-anime.net I tested out version .5 it is cool, but lots of bugs, lol

corsacrazy 12-10-2002 07:30 PM

5.5 is located over the original attachment in post #1 ! jap wont work in this version but will hopefully in the next

jags2ooo 12-10-2002 08:08 PM

I get this weird ass error when I try to enter a thread...

Database error in vBulletin 2.2.8:

Invalid SQL:
SELECT
post.*,post.username AS postusername,post.ipaddress AS ip,user.*,userfield.*,icon.title as icontitle,icon.iconpath,
attachment.attachmentid,attachment.filename,attach ment.visible AS attachmentvisible,attachment.counter,
user.ma AS uma,user.hp AS uhp,user.pp AS upp,user.ap AS uap,items_options.pointfield,battle_options.namefi eld,battle_options.usepostcount,battle_options.exp rate,battle_options.levelfield,battle_options.priv acy AS battleprivacy,items_user.*,rpg_race.name AS rpgracename,rpg_race.alignment AS rpgalignmentname,rpg_classf.name AS fclassname,
rpg_classf.folder AS fclassfolder,rpg_classm.name AS mclassname,rpg_classm.folder AS mclassfolder,rpg_element.name AS elename
,avatar.avatarpath,NOT ISNULL(customavatar.avatardata) AS hascustomavatar,customavatar.dateline AS avatardateline
FROM post, battle_options, items_options
LEFT JOIN icon ON icon.iconid=post.iconid
LEFT JOIN user ON user.userid=post.userid
LEFT JOIN userfield ON userfield.userid=user.userid
LEFT JOIN items_user ON items_user.userid=user.userid
LEFT JOIN rpg_classf ON rpg_classf.id=user.rpgclass
LEFT JOIN rpg_classm ON rpg_classm.id=user.rpgclass
LEFT JOIN rpg_element ON rpg_element.elementid=user.element
LEFT JOIN rpg_race ON rpg_race.raceid=user.rpgrace AND rpg_race.alignmentid=user.alignment
LEFT JOIN avatar ON avatar.avatarid=user.avatarid
LEFT JOIN customavatar ON customavatar.userid=user.userid
LEFT JOIN attachment ON attachment.attachmentid=post.attachmentid
WHERE post.postid IN (0,45,46,47,48)
ORDER BY dateline

mysql error: Unknown column 'battle_options.usepostcount' in 'field list'

mysql error number: 1054

Date: Tuesday 10th of December 2002 05:03:49 PM
Script: http://forums.ani-pro.com/vb/showthread.php?threadid=6
Referer:

I did the upgrade like you said, damn...lol

Bitsys 12-10-2002 08:24 PM

If you did the upgrade, then run this query:
Code:

ALTER TABLE `battle_options` ADD `usepostcount` INT(3) DEFAULT '0' NOT NULL;
Seems I missed that one in the upgrade files. Let me know what happens. I will be updating the .zip shortly. Version 0.56 is almost done. I have added some features that people requested.

jags2ooo 12-10-2002 08:43 PM

nope still allot more tables u forgot about, lol.
Ill tell u they are

battle_options.levelfield,battle_options.privacy AS battleprivacy

I think that is it. If you can send me the queries for those, I will be set I am sure.

jags2ooo 12-10-2002 08:46 PM

Actually I just ran this query

ALTER TABLE `battle_options` ADD `levelfield` INT(3) DEFAULT '0' NOT NULL;

and everything is fine, THNX!

Bitsys 12-10-2002 09:06 PM

Quote:

Originally posted by jags2ooo
Actually I just ran this query

ALTER TABLE `battle_options` ADD `levelfield` INT(3) DEFAULT '0' NOT NULL;

and everything is fine, THNX!

The field 'levelfield' is supposed to be
Code:

ALTER TABLE `battle_options` ADD `levelfield` VARCHAR(10) DEFAULT 'field7' NOT NULL;
Also, what version did you upgrade from? 'battle_options.battleprivacy' has been in the install file since the first version. If you don't have that field, then something went wrong in one of the installs.

jags2ooo 12-10-2002 09:12 PM

updated from v54

Bitsys 12-10-2002 09:18 PM

In that case, the install of v54 did not go properly because you are missing fields in the battle_options database that should have been created when the installtion file was run. Did you do a clean install of v54?


All times are GMT. The time now is 03:10 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.02542 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
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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