Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > RPG Integration Hack

Closed Thread
 
Thread Tools
RPG Integration Hack - Old Support Thread Details »»
RPG Integration Hack - Old Support Thread
Version: , by MindTrix MindTrix is offline
Developer Last Online: Jul 2013 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 08-17-2004 Last Update: Never Installs: 0
 
No support by the author.

Nice conversion there mate, lot of work has gone into it so well done and thanks for sharing it

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #182  
Old 08-26-2004, 08:44 AM
Rahzel_hx Rahzel_hx is offline
 
Join Date: Aug 2004
Location: Everett,Washington
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by deathemperor
you didn't make a profile field for RPG Name, the default of this RPG is field2, it's your location
umm how do i go about doing this lol confused my self....
  #183  
Old 08-26-2004, 01:23 PM
DaPro DaPro is offline
 
Join Date: Jan 2003
Location: CT, USA
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well I was testing this hack out, and there are far to many errors to be considered ready for use, my advise to anyone using this script is to USE AT YOUR OWN RISK and make a backup before using! When the hack gets a little more official I would suggest getting it, but right now I suggest to all to wait and let the hacks porters and creators really beta test it out. Sorry Raven, this hack is really not ready for release man. Later!
  #184  
Old 08-26-2004, 01:42 PM
Revan's Avatar
Revan Revan is offline
 
Join Date: Jan 2004
Location: Norway
Posts: 1,671
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Zantheus
Now when I goto click it, it works, just where I think all the selections should be, the page is blank with the left menu still visible - please help!
Sounds like you didnt import the rpg_templates.xml into your current style.
If you did, then theres no reason why this would happen.


Quote:
Originally Posted by ogetbilo
PHP Code:
Database error in vBulletin 3.0.3:

Invalid SQLUPDATE rpg_clan SET 
            title
='Dungeon'
            
pass='test',
            
logo='.................com/........./dungeon.jpg',
            
ally='0',
            
enemy='4',
            
sb_settings='',
            
col1='5',
            
col2='7',
            
col3='16',
            
col4='0',
            
sb_col_access='',
            
cm_col_access='0',
            
ci_col_access='0',
            
rm_col_access='0'
        
WHERE clanid=2
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 'WHERE clanid=2' at line 16

mysql error number
1064

Date
Thursday 26th of August 2004 05:12:03 AM
Script
: [url]http://forum...........com/clancp.php?action=edit[/url]
Referer: [url]http://forum.............com/clancp.php?action=editclan[/url]
Username: ........
IP Address: ............. 
I get this error when I try to update the clan settings.
Do you know how can I fix it ?

Also I got the version 2.3 and now I want to update the games but I couldnt find any instructions for update.
1. that error is already fixed
2. Read the first post


Quote:
Originally Posted by Rahzel_hx
Few Errors:
#1,
Code:
Warning: Constants may only evaluate to scalar values in /home/spiritno/public_html/forum/includes/init.php on line 343
i get this when i update midis

#2 Midis don't play in battle

#3 Invalid Scene 'style/kingdom.jpg'. in top right corner of screen during battle (happens with all back grounds)
#1: I dont know how to fix this. The adding of midis works fine, so I consider this very low priority
#2: Yes they do, but ONLY in IE. If you are using Firefox, you need to get an extension that allows the playing of BGSOUND elements.
"Why dont you use embed instead!?"
Because I found this caused a box to appear in the top corner, which looked ugly.
If anyone can tell me the code to make the EMBED completely invisible, do tell me please
#3: You probably didnt upload the images for them, or you put the images from "images2.zip" in the wrong place. The file is there and it works fine here


Quote:
Originally Posted by Ganon
I get the following error when I try to use "update rpg info" in my user cp....

Database error in vBulletin 3.0.3:

Invalid SQL: SELECT rpgclass, rpggender, rpgrace, alignment, element, inbattle, rpgstats FROM user WHERE userid='1'
mysql error: Unknown column 'rpgstats' in 'field list'

mysql error number: 1054

Date: Wednesday 25th of August 2004 10:24:56 PM
Script: http://www.ganonstower.com/forums/pr...p?do=updaterpg
Referer:
Username: Ganon
IP Address: xx.x.xxx.xxx
You didnt run the query for the RPG Stats addon.
Please fetch that txt from the Addons post (linked to from the first post) and run the query inside.
  #185  
Old 08-26-2004, 01:56 PM
Kalakov's Avatar
Kalakov Kalakov is offline
 
Join Date: Feb 2004
Location: Japan
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Revan
................
You didnt run the query for the RPG Stats addon.
Please fetch that txt from the Addons post (linked to from the first post) and run the query inside.


what is the name of the txt file ? (having the same prob)
  #186  
Old 08-26-2004, 03:04 PM
Revan's Avatar
Revan Revan is offline
 
Join Date: Jan 2004
Location: Norway
Posts: 1,671
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Its the "User Select RPG Postbit" txt file.
(Not like there was a ton of them )

Heres the query to run:
[sql]ALTER TABLE `user` ADD `rpgstats` CHAR(1) NOT NULL DEFAULT '1';[/sql]
(Remember to add a prefix if you use one)
  #187  
Old 08-26-2004, 03:26 PM
Kalakov's Avatar
Kalakov Kalakov is offline
 
Join Date: Feb 2004
Location: Japan
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ahhhhhh dint see it in the RPG SYSTEM INSTALL.txt file

it works Perfect now =)



fiskeboller !
  #188  
Old 08-26-2004, 05:22 PM
Kalakov's Avatar
Kalakov Kalakov is offline
 
Join Date: Feb 2004
Location: Japan
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If anyone want to test it check www.thewired.be user: "test" pass: "test"
  #189  
Old 08-26-2004, 07:11 PM
Ganon Ganon is offline
 
Join Date: May 2002
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Revan
Its the "User Select RPG Postbit" txt file.
(Not like there was a ton of them )

Heres the query to run:
[sql]ALTER TABLE `user` ADD `rpgstats` CHAR(1) NOT NULL DEFAULT '1';[/sql]
(Remember to add a prefix if you use one)
It's working perfect now, thanks!
  #190  
Old 08-26-2004, 08:45 PM
Valr the Slain Valr the Slain is offline
 
Join Date: Jun 2003
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When in "Edit Items", the items seem to not show up for me to edit. There isn't any errors listed, but when I click "Update Items", I receive this error:

Warning: Variable passed to each() is not an array or object in /home/initial/public_html/forums/admincp/itemadmin.php on line 292

The line 292 contains the following:

PHP Code:
while (list($key,$val) = each($name) AND list($key,$val2) = each($cat
What could be the problem?
  #191  
Old 08-26-2004, 09:00 PM
designstylez designstylez is offline
 
Join Date: May 2004
Location: San Jose
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I get the same error.


Quote:
Originally Posted by Valr the Slain
When in "Edit Items", the items seem to not show up for me to edit. There isn't any errors listed, but when I click "Update Items", I receive this error:

Warning: Variable passed to each() is not an array or object in /home/initial/public_html/forums/admincp/itemadmin.php on line 292

The line 292 contains the following:

PHP Code:
while (list($key,$val) = each($name) AND list($key,$val2) = each($cat
What could be the problem?
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:05 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.06365 seconds
  • Memory Usage 2,343KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (3)bbcode_php
  • (8)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete