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)

Tri@de 06-15-2006 06:21 AM

Quote:

Originally Posted by dt~
Ignore it? lol. Uninstalled.


Lol!

Your pc doesn't start?
Trash it! :)

P.S: Sorry for OT

Se?or Trent 06-17-2006 11:31 PM

I have the following problem when initiating a battle:

Quote:

Database error in vBulletin 3.5.4:

Invalid SQL:

UPDATE `user`
SET `ebux` = `ebux` - '0'
WHERE `userid` = '1';

MySQL Error : Unknown column 'ebux' in 'field list'
Error Number : 1054
Date : Sunday, June 18th 2006 @ 02:08:24 AM
Script : http://mesvik.shinranet.com/monsterarena.php
Referrer : http://mesvik.shinranet.com/monstera...ttle&ibotid=32
IP Address : 83.32.75.122
Username : Trent
Classname : vB_Database
Pardon my little English

Revan 06-18-2006 02:58 PM

You need to configure the proper Points Field setting in the AdminCP -> vBulletin Options -> RPG Integration Hack - Cash Setting.

Se?or Trent 06-18-2006 07:34 PM

Quote:

Originally Posted by Revan
You need to configure the proper Points Field setting in the AdminCP -> vBulletin Options -> RPG Integration Hack - Cash Setting.

It is what thought, but not that I must put.

DS MrSinister 06-18-2006 10:13 PM

if you are running the latest vbplaza you need to put vbbux for the cash setting.

Kimiko 06-19-2006 02:40 AM

Hello,

I was wondering where is the "variable" you mentioned when you said something about a Super Admin? I'm the owner of the forum and my permissions are all set to yes. I'm getting this message when going to the /installer/index.php link. I'm also have the same problem as the user mentioned:

Originally Posted by theorigin
This is probably a really stupid question..but why am I receiving this when I'm the head admin and every option (that I know of) is set to Yes?

Originally Posted by Revan
Try making yourself Super Admin through the variable and check the Admin Permissions, that's the only thing I can think of rly.

__________________

Revan 06-19-2006 10:53 AM

$config['SpecialUsers']['superadministrators'] in config.php

Gamersource 06-20-2006 01:09 AM

Now, before I start, don't think I find your product any less than what is of the obvious, please.

I remember playing this version of the hack a good while back over on cmgsccc. I loved how it used the posts per day to add a nice buff bonus to the characters JUST for being an active user and it was a nice gift to them for that as well. I liked it so much, even after installing the RPG Inferno version 2.x, I wondered if it would run in conjunction with the version 1 of the RPG Hack.

My question, if I wanted to leave the version 2 up for the users that's played it for quite a while, is it possible to also run this version of YOUR hack as well? I would personally love to have this version back, and the other Admins would like to have the version they paid for as well running. What do you find would be the effect if I tried running both, if anything Revan?

Revan 06-20-2006 07:52 AM

I dont know if running v1 or v2 of the RPG alongside Inferno works, haven't tried it tbh.
But that version *is* highly outdated..

sduckie2k5 06-21-2006 06:09 PM

I'm sure I'm missing something here, just need someone to smack the bulb on for me. My navbar links for the RPG in the cmps arent showing up with my /forums/ and Ive looked all over and tried editing the rpg navbar template, etc to no luck. Can someone please point out the correct place or procedure in the cmps to get these links to point to the correct directory? Thankyou in advance. D*

sduckie2k5 06-22-2006 02:22 AM

nvm, the light finally went off. Sorry, new to this BB. =P

Revan 06-22-2006 07:21 AM

Hehe np.
If you want you can post how you did it, in case others have the same problem :)

Necrosaro420 06-22-2006 09:04 PM

When will the Demo board be back up? I was getting alot of MySQL error's with my install (tried several times) and the info is on the demo board forums. Im not going to install it again in case it screws something up and I cant fix it. Thanks~!

KuJoe 06-23-2006 04:28 AM

Error when attempting to "Reset the RPG User data" via Maintenance. (This has happened multiple times since I installed it this morning.)

Code:

Database error in vBulletin 3.5.4:

Invalid SQL:

                        UPDATE `rpg_user`
                        SET
                                `wins` = '0', `losses` = '0', `draws` = '0', `retreats` = '0',`xp` = '0'`alignmentid` = '1', `classid` = '1', `genderid` = '1', `raceid` = '1', `typeid` = '1';

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 'alignmentid` = '1', `classid` = '1', `genderid` = '1', `raceid`
Error Number : 1064

Doh! After looking over it closer I think I see the problem...
Right now it reads:
Code:

,`xp` = '0'`alignmentid` = '1'
But it should read:
Code:

,`xp` = '0', `alignmentid` = '1'
Right?? I'm not really good with PHP or SQL code so I'm just taking a guess.

Ok, new problem. When resetting my character I get this error message:
Code:

Fatal error: Call to a member function on a non-object in /forum/includes/class_rpg_battle.php on line 455
Once again nevermind. Maybe in the next version you can have a message to inform somebody they are in the middle of a battle and that's why they can't reset their character. :D

Draygonia 06-23-2006 04:22 PM

Than again, I got this error when trying to battle monsters in the arena.

Code:

Database error in vBulletin 3.5.4:

Invalid SQL:

                UPDATE `user`
                SET `uttpoints` = `uttpoints` - '0'
                WHERE `userid` = '1';

MySQL Error  : Unknown column 'uttpoints' in 'field list'
Error Number : 1054
Date        : Friday, June 23rd 2006 @ 12:36:55 PM
Script      : http://www.chasm-online.com/monsterarena.php
Referrer    : http://www.chasm-online.com/monsterarena.php?do=newbattle&ibotid=1
IP Address  : Blanked out
Username    : Removed
Classname    : vB_Database


Darkfire122333 06-23-2006 05:38 PM

Dray... That is an easy one to fix...

MySQL Error : Unknown column 'uttpoints' in 'field list'

Change the cash options "uttpoints" to what cash hack you are using...

vBPlaza - vbbux
uCash & uStore - ucash
eBux (Older version) - ebux

Place one of those codes after the dash into the points field according to the allocated cash hack installed.

Olli460 06-23-2006 07:06 PM

I get this error:

Database error in vBulletin 3.5.4:

Invalid SQL:

ALTER TABLE `administrator`
ADD `rpgadminperms` INT( 10 ) UNSIGNED NOT NULL DEFAULT '0';

MySQL Error : Duplicate column name 'rpgadminperms'
Error Number : 1060
Date : Friday, June 23rd 2006 @ 08:04:11 PM
Script : http://www.emuv2.com/forums/installer/index.php
Referrer : http://www.emuv2.com/forums/installer/index.php

Only thing is that, Im pretty sure that I have the permissions. I checked and everything. Can someone help? Oh please dont bite my head off. Im pretty sure its throughout this thread, and Ive looked through it but when I saw it...it was either already figured out by the user or got swept away in the many support questions.

KuJoe 06-23-2006 09:26 PM

Is there a way to limit the number of clans or put a requirement on starting a clan?

Olli460 06-24-2006 03:57 PM

Can someone please help me with my problem? I really want to install this hack onto the forums. Is there any other script I need to edit besides the config script to give me permissions to use queries? Otherwise I dont know why Im getting this error.

KuJoe 06-24-2006 05:14 PM

You'll probably find, as I did, that this forum will get you much more help. This thread is pretty much dead and nobody offers support here. Go to that forum and you'll be able to get more help.

Olli460 06-24-2006 05:25 PM

Thanks, I posted my problem and Ill see if I get support now.

futuredood 07-04-2006 04:15 AM

i have a quick question if someone can help before i install this massive hack w/ ucash

- are clans publicly joinable?
- is everyone free to create a clan?
- if no to neither, are their settings to make them work?

i plan to use this as a membergroup type thing, where people can create their "clan" and anyone is free to join

Zidane007nl 07-04-2006 09:45 PM

1) No, you have to invite a member (can't be changed).
2) Yes, unless you have a post requirement for the RPG.

You sure about uCash? There's no support for it anymore.

puregraf 07-05-2006 01:53 AM

hi, i have vba and photopost running with vbulletin..

so i installed your hack. and the navigation bar shows up on top.

how can i make the navigation bar work when i am on the photopost page or the vbadmin page? (they are in different folder directories)

so when i click any of the links while on those pages, it gives me a 404 error..


thanks



p.s. i went to test it out under a name, got this error when trying to challenge a monster:


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Pure Graffiti - Worlds Largest Graffiti Community & Gallery Database Error</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<style type="text/css">
<!--
blockquote { margin-top: 75px; }
p { font: 11px tahoma, verdana, arial, sans-serif; }
-->
</style>
</head>
<body>
<blockquote>
<blockquote>
<p><strong>There seems to have been a problem with the Pure Graffiti - Worlds Largest Graffiti Community & Gallery database.</strong><br />
Please try again by clicking the <a href="#" onclick="window.location = window.location;">Refresh</a> button in your web browser.</p>
<p>An E-Mail has been dispatched to our <a href="mailto:pg@puregraffiti.com">Technical Staff</a>, whom you can also contact if the problem persists.</p>
<p>We apologise for any inconvenience.</p>


<!--
Database error in vBulletin 3.5.4:

Invalid SQL:

UPDATE `user`
SET `uttpoints` = `uttpoints` - '0'
WHERE `userid` = '35';

MySQL Error : Unknown column 'uttpoints' in 'field list'
Error Number : 1054
Date : Tuesday, July 4th 2006 @ 07:52:39 PM
Script : http://www.puregraffiti.com/graffiti...nsterarena.php
Referrer : http://www.puregraffiti.com/graffiti...&amp;ibotid=32
IP Address : *****
Username : cartman
Classname : vb_database
-->


</blockquote>
</blockquote>
</body>
</html>

Se?or Trent 07-08-2006 10:41 PM

I have a problem.
I am edit the postbit but don't look the estadists.

Revan 07-13-2006 10:26 AM

Ive made a small update to this hack.
If all goes as planned, I should have eradicated the SQL Syntax errors in the AdminCP, as well as fixed some bugs with editing/resetting users RPG stats in general.

Also, due to popular demand, I have backported my Admin-level Navbar Style option.
You may now choose to either have the RPG Navbar as a secondary navbar, or as a dropdown menu (like Quick Links in vB).
Note: You will have to edit the navbar template in order to gain this functionality.

I have also added an Admin-level option to hide what version of the RPG you are using when displayed in the footer.

Still no news regarding v4, I've been busy as well as being on holiday from most of the coding biz.

Revan 07-14-2006 10:37 AM

Some debug data in headquarters.php removed. Reupload that file please.

Snake 07-14-2006 11:02 AM

Thanks, just installed it! :)

ninjashoes 07-14-2006 07:40 PM

looking good, my members love this, was using ibprobattle before but this ones much more complex and fun

alince 07-16-2006 04:10 PM

You are ineligible for Battle at this time. Please try updating your stats in the Headquarters. Go Back.


I installed the RPG and I have a lot of money,wears and so on...but whenever aıa open the game,we have come across the problem above.I am very glad to you if you are interested in our problem...please help us....by the way,is there anybody who knows and speak Turkish so that we can understand that problem.In case of an emergency and if there is anybody speaking Turkish, please reach this e-mail adress: alinceportal@msn.com

noreturn 07-16-2006 09:04 PM

Last night installed on test board running ver 3.5.3 and ebux.
Have a few people testing it, (playing). So far all seems okay.

noreturn 07-16-2006 11:19 PM

Just got this error today.
Any ideas at all please? Cause this is now way beyond me.


Database error in vBulletin 3.5.3:

Invalid SQL:

SELECT
userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid,
language.phrasegroup_estore AS phrasegroup_estore,
language.phrasegroup_global AS phrasegroup_global,
language.options AS lang_options,
language.languagecode AS lang_code,
language.charset AS lang_charset,
language.locale AS lang_locale,
language.imagesoverride AS lang_imagesoverride,
language.dateoverride AS lang_dateoverride,
language.timeoverride AS lang_timeoverride,
language.registereddateoverride AS lang_registereddateoverride,
language.calformat1override AS lang_calformat1override,
language.calformat2override AS lang_calformat2override,
language.logdateoverride AS lang_logdateoverride,
language.decimalsep AS lang_decimalsep,
language.thousandsep AS lang_thousandsep

FROM user AS user
LEFT JOIN userfield AS userfield ON (user.userid = userfield.userid)
LEFT JOIN usertextfield AS usertextfield ON (usertextfield.userid = user.userid) INNER JOIN language AS language ON (language.languageid = IF(user.languageid = 0, 1, user.languageid))

WHERE user.userid = 1;

MySQL Error : Unknown column 'language.phrasegroup_estore' in 'field list'
Error Number : 1054
Date : Sunday, July 16th 2006 @ 08:14:31 PM
Script : http://www.stargazerschat.com/testbo...tion&itemid=48
Referrer : http://www.stargazerschat.com/testboard/
IP Address : 66.173.217.167
Username :
Classname : vb_database

oberheimhaven 07-17-2006 12:51 AM

Everything went as smooth as possible however when I went to admncp>RPG Navigation it stated "No Input field Specified" can anyone lend me a hand other than t hat easy install right to the tea??
thanks' Please tell me here or PM me please thanks a ton

Mark

Never mind got it clicked installed beautiful hack great job!!!!! I notice sometimes you have to take the files out of the folder then install them direct BAM corrected problem

Thanks To the Mate whom created!!!!!

alince 07-17-2006 09:16 AM

we haven't received any answers to our problem..could you please answer to my problem? otherwise, I will have to remove The RPG hack,but still, I don't wanna remove The RPG hack due to just this problem.please care about this problem below.

here is my problem:

You are ineligible for Battle at this time. Please try updating your stats in the Headquarters. Go Back.

I installed the RPG and I have a lot of money,wears and so on...but whenever aıa open the game,we have come across the problem above.I am very glad to you if you are interested in our problem...please help us....by the way,is there anybody who knows and speak Turkish so that we can understand that problem.In case of an emergency and if there is anybody speaking Turkish, please reach this e-mail adress: alinceportal@msn.com

oberheimhaven 07-17-2006 11:07 AM

I have mine installed however, nothing works? I go to main to get warriors ect it keeps telling me thats already been taken please go back, I had no problem with install anyone out here that would help me configure this even a few bucks would be worth this will cash paypal e mail me musicianquarters@aol thxs

Thxs
Mark

noreturn 07-18-2006 03:28 AM

Any help? Any ideas? ebux and 3.5.3

Invalid SQL:

DELETE FROM search
WHERE dateline < 1153190103
### Remove stale searches ###;

MySQL Error : Can't open file: 'search.MYI' (errno: 145)
Error Number : 1016
Date : Monday, July 17th 2006 @ 11:35:03 PM
Script : http://www.stargazerschat.com/testfo...p?&rand=445858
Referrer : http://www.stargazerschat.com/testfo...dquarters.php?
IP Address : 72.14.15.70
Username : Unregistered
Classname : vb_database

oberheimhaven 07-18-2006 03:47 AM

Create RPG CharacterAh, you must be the new recruit. Just step over here, don't be afraid now. Let's see now, you are the one who wish to become a warrior of the land, am I right? Yees... I should warn you, the journey you are about to embark on is not an easy one. You will face perils unlike any you have ever faced before. Your choices and actions will determine your fate, and the fate of many others.
Well, if you are still sure... Just fill out this form and hand it in, I will make you a certified warrior.
RPG Name Alignment Race Gender Class Battle Type
Good Evil [Race] [Gender] [Class]

Mine comes up with RPG name N/A all the other fields there however when i try to create it states that names has already been taken can anyone please I use vbux the install went smooth w ith no error do I not have this configured correctly, I will pay for help if need be?

Notice: You need to configure all Items with Buff values of your own. You would also do best to configure some of the Monsters so they are ready for taking on your users.

This might be the problem would or could anyone explain what I need to do in order to get this working properly thanks!!

oberheimhaven 07-18-2006 03:57 AM

Quote:

Originally Posted by Revan
The gates to the Screenshoths hath been opened!


Hey Mate I have paypal?? PM me I want to get this up and running

Revan 07-18-2006 01:32 PM

Quote:

Originally Posted by noreturn
Any help? Any ideas? ebux and 3.5.3

Invalid SQL:

DELETE FROM search
WHERE dateline < 1153190103
### Remove stale searches ###;

MySQL Error : Can't open file: 'search.MYI' (errno: 145)
Error Number : 1016
Date : Monday, July 17th 2006 @ 11:35:03 PM
Script : http://www.stargazerschat.com/testfo...p?&rand=445858
Referrer : http://www.stargazerschat.com/testfo...dquarters.php?
IP Address : 72.14.15.70
Username : Unregistered
Classname : vb_database

That's not an error with my RPG. Your MySQL tables have urinated on themselves, and you should go to your AdminCP -> Repair / Optimise Tables -> click Check All, then Alt+S to start the repair process.
If this does not solve that error, you need to contact your host.

Revan 07-18-2006 01:33 PM

Quote:

Originally Posted by oberheimhaven
Create RPG CharacterAh, you must be the new recruit. Just step over here, don't be afraid now. Let's see now, you are the one who wish to become a warrior of the land, am I right? Yees... I should warn you, the journey you are about to embark on is not an easy one. You will face perils unlike any you have ever faced before. Your choices and actions will determine your fate, and the fate of many others.
Well, if you are still sure... Just fill out this form and hand it in, I will make you a certified warrior.
RPG Name Alignment Race Gender Class Battle Type
Good Evil [Race] [Gender] [Class]


Mine comes up with RPG name N/A all the other fields there however when i try to create it states that names has already been taken can anyone please I use vbux the install went smooth w ith no error do I not have this configured correctly, I will pay for help if need be?


Notice: You need to configure all Items with Buff values of your own. You would also do best to configure some of the Monsters so they are ready for taking on your users.

This might be the problem would or could anyone explain what I need to do in order to get this working properly thanks!!

Answered in the Premium Mod forums, in short you need to go back, hit F5, select your rpg character again, then write in another name for your character. Someone else already used your name.


All times are GMT. The time now is 12:29 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.04214 seconds
  • Memory Usage 1,857KB
  • 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
  • (5)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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