vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - RPG Inferno v2.4 Lite (https://vborg.vbsupport.ru/showthread.php?t=103792)

Decado 01-02-2006 02:36 PM

v 3.0 (the version currently in production) will be fully phrased :)

Cicada 01-02-2006 03:41 PM

Quote:

Originally Posted by Cicada
if i buy a license now, will the downlaod for 3.0 be free, or should i wait until the new version is released? :)what stat are spells checked against?

if anyoen can give me a quick rundown on what each stat does/checks for, i'd appreciate it greatly. tia!

""""

Decado 01-02-2006 04:06 PM

We can't talk about the paid version in this thread, thats why no one answered you, if you add me to msn - decadoiceblade@aol.com - i will answer your questions

bbkg 01-03-2006 02:24 AM

Zero Tolerance, you'r the best))

GrendelKhan{TSU 01-03-2006 03:47 AM

Quote:

Originally Posted by Decado
v 3.0 (the version currently in production) will be fully phrased :)

great to hear!!

<< paypal ready.

any ideas on when that will be released?

opteek 01-03-2006 03:56 AM

I tried to install RPG Inferno Lite on 3.5.2, anyways, I got some sql error and started working on something else eventually, but now I'm having problems creating a usergroup, for instance. When the system does the QUERY to create the table,

Code:

### INSERT QUERY GENERATED BY fetch_query_sql() ###
INSERT INTO usergroup
        (`title`, `description`, `usertitle`, `opentag`, `closetag`, `passwordexpires`, `passwordhistory`, `ispublicgroup`, `canoverride`, `infernopermissions`, `adminpermissions`, `itraderpermissions`, `arcadepermissions`, `forumpermissions`, `attachlimit`, `pmquota`, `pmpermissions`, `pmsendmax`, `calendarpermissions`, `wolpermissions`, `genericpermissions`, `genericoptions`, `profilepicmaxwidth`, `profilepicmaxheight`, `profilepicmaxsize`, `avatarmaxwidth`, `avatarmaxheight`, `avatarmaxsize`, `vbpunch`)
VALUES
        ('Inactive Member', 'Inactive members go here..', 'Inactive Member', '', '', '', '', '0', '0', '0', '0', '0', '0', '651271', '1000000', '0', '0', '5', '0', '1', '2626563', '9', '100', '100', '25000', '50', '50', '20000', '0');

MySQL Error  : Unknown column 'infernopermissions' in 'field list'
Error Number : 1054
Date        : Friday, December 30th 2005 @ 02:18:43 PM

Where is the information stored which tables the script edits when I add things, so I get rid of infernopermissions...

Nick King 01-03-2006 04:44 AM

infernopermissions is in the usergroup table.

It may help to run rpginferno_uninstallation.php then run rpginferno_installation.php again.

Nick King 01-03-2006 04:46 AM

Sorry to doublepost, but it said in the first post that Triad Cards and Clans were included but I don't have them. Are they included in the full version or am I missing something really important?

Decado 01-03-2006 05:59 AM

it says in the first post they are NOT a feature of the lite version.

"with the following features removed:"

And again i ask that anyone who has questions about the paid/3.0 versions of inferno PM/IM me about them, since we cannot discuss them in this thread, much as we would like to.

opteek 01-03-2006 04:26 PM

Quote:

Originally Posted by Nick King
infernopermissions is in the usergroup table.

It may help to run rpginferno_uninstallation.php then run rpginferno_installation.php again.

I get an error when I try to run the install or uninstall scripts. If infernopermissions does not actually exist in the usergroup table, then why does vB think it does??

Decado 01-03-2006 05:39 PM

if you have the AWS installed that's probably the culprit.

ReadOrDie 01-03-2006 09:30 PM

Question, when someone dies, how do they get revived?

opteek 01-04-2006 05:04 AM

Quote:

Originally Posted by Decado
if you have the AWS installed that's probably the culprit.

No, I do not have AWS installed.

Here is the SQL error I get when I attempt to run the installation script:
Code:

Database error in vBulletin 3.5.2:

Invalid SQL:
CREATE TABLE `inferno_attack` (
  `aid` int(11) NOT NULL auto_increment,
  `aname` text NOT NULL,
  `atype` text NOT NULL,
  `asprite` text NOT NULL,
  `amp_cost` int(15) NOT NULL default '0',
  PRIMARY KEY  (`aid`)
) ENGINE=MyISAM;;

MySQL Error  : You have an error in your SQL syntax near 'ENGINE=MyISAM' at line 8
Error Number : 1064

And here is the error I recieve when I attempt to run the uninstallation script:

Code:

Database error in vBulletin 3.5.2:

Invalid SQL:
alter table usergroup drop infernopermissions;

MySQL Error  : Can't DROP 'infernopermissions'. Check that column/key exists
Error Number : 1091


Decado 01-04-2006 05:31 AM

To revive someone they just take a potion etc to bring their HP back up. To fix the installation script find all instances of "ENGINE=MyISAM;"; and replace with

"TYPE=MYISAM;;"

save, upload, and re run the script.

opteek 01-04-2006 06:50 PM

Quote:

Originally Posted by Decado
To fix the installation script find all instances of "ENGINE=MyISAM;"; and replace with

"TYPE=MYISAM;;"

save, upload, and re run the script.

Ok, that worked. Could you explain to me what the problem was? Also, I installed the game successfully, then I uninstalled the XML file and ran the uninstallation script, which also stated a success, but I still have the RPG Inferno Settings, ItemShop Control, etc, etc, in my AdminCP in the left frame... how do I delete these?

Also, after removing the XML and running the uninstall script, what other traces of RPGinferno are left on the system.. anywhere else I should look? I plan on installing the game on my testboard and playing around with it.

And one last question; when I tried to run a the installation script that I downloaded about a week ago, ioncube told me the script had expired, so I downloaded this package again and it worked. How is expiration set on these php scripts?

TIA

Decado 01-04-2006 07:47 PM

the ioncube encoding was removed from these scripts, the engine/type thing im not certain on, i think it was a slight change between v 3.5.0 and 3.5.2, but it will probably be fixed soon, the current installation file wont expire or whatnot, and everything *should* have been removed with the script...

Sooner95 01-05-2006 01:17 PM

I uninstalled this last week. Thought everything was cool, until i got this today when updating usergroup permissions.

Quote:

`profilepicmaxheight` = '350',
`profilepicmaxsize` = '131070',
`avatarmaxwidth` = '150',
`avatarmaxheight` = '150',
`avatarmaxsize` = '64000',
`infernopermissions` = '0'
WHERE usergroupid=2;

MySQL Error : Unknown column 'infernopermissions' in 'field list'
Error Number : 1054
What did I miss?

eXtremeTim 01-06-2006 06:21 AM

Quote:

Originally Posted by Sooner95
I uninstalled this last week. Thought everything was cool, until i got this today when updating usergroup permissions.



What did I miss?

You need to go into the includes/xml folder and remove the bitfield_rpginferno.xml file while your at it remove cpnav_rpginferno.xml if its still there.

Sooner95 01-06-2006 10:49 AM

I had done this before. I am going to have to install this thing and then uninstall it again huh?

Seratus 01-07-2006 10:38 PM

i want to install this, but i have a problem :disappointed:

PHP Code:

Invalid SQL:
CREATE TABLE `inferno_attack` (
  `
aidint(11NOT NULL auto_increment,
  `
anametext NOT NULL,
  `
atypetext NOT NULL,
  `
aspritetext NOT NULL,
  `
amp_costint(15NOT NULL default '0',
  
PRIMARY KEY  (`aid`)
ENGINE=MyISAM;;

MySQL-Fehler You have an error in your SQL syntax near 'ENGINE=MyISAM' at line 8
Fehler
-Nr.   : 1064
Datum        
SundayJanuary 8th 2006 01:35:18 AM 


Decado 01-08-2006 01:23 AM

Find all instances of ENGINE=MyISAM and change to TYPE=MYISAM

Xtrato 01-08-2006 07:07 PM

Quote:

Originally Posted by eXtremeTim
You need to go into the includes/xml folder and remove the bitfield_rpginferno.xml file while your at it remove cpnav_rpginferno.xml if its still there.

do you do that for every hack after its uninstalled?

dbfury 01-12-2006 12:28 AM

Very good hack!
It would be really interresant to integrate a "real-time" battle system where you would see the fights without having to be redirected at each move, perhaps with ajax? It would be interresting also to be able to select a character and see him moving in the battle, I suggest something like you create a "state" system where the rpg administrator would associate each one to some sprites representating a move(by exemple fist attack); all what you would have to do is to play these states depending of the actions choosen by the players in-game.

And thanks for your great work! ;)

likwidsage 01-12-2006 12:40 AM

I think this is a wonderful hack. I'm considering buying the full one. The thing is I can't seem to get attacks to work in the lite version. Everytime someone tries to attack, the page is redirected the shops section. I figured out that the attack form's action page goes to "inferno.php?do=" instead of "inferno.php?do=BattleAttack" which is why it's being redirected to the shops place. Please let me know how to fix this.

BuRNZau 01-12-2006 08:42 AM

I want to give my moderators access to Inferno RPG controls but not access to the Admin CP.

Can I just copy the Inferno RPG files in admincp to the modcp dir? Or is something else needed?

eXtremeTim 01-14-2006 06:25 PM

Quote:

Originally Posted by likwidsage
I think this is a wonderful hack. I'm considering buying the full one. The thing is I can't seem to get attacks to work in the lite version. Everytime someone tries to attack, the page is redirected the shops section. I figured out that the attack form's action page goes to "inferno.php?do=" instead of "inferno.php?do=BattleAttack" which is why it's being redirected to the shops place. Please let me know how to fix this.

can you provide a link to your site and an account to login with you can feel free to pm this to me.

Kurisu 01-15-2006 10:40 PM

Quote:

Originally Posted by BuRNZau
I want to give my moderators access to Inferno RPG controls but not access to the Admin CP.

Can I just copy the Inferno RPG files in admincp to the modcp dir? Or is something else needed?

Don't know if your method works but this will work:
- Create a new usergroup and set it up as administrator (but check forum permissions afterwards).
- Give your mods that newly created usergroup as a secondary usergroup.
- Set "Can Administer RPG Inferno" to yes in your administrator permission settings for all your mods while setting all other options to no.

That way they can administrate the RPG settings while not touching any other thin in the ACP

SpecOpsX 01-18-2006 02:20 AM

I have a serious error, followed the instructions given and didn't notice anything going wrong. However I clearly didn't do something right

http://www.redzpage.com/vbl2k/inferno.php?do=Profile

Any help given is much appreciated, I'm new to VB so I'm still learning all the ways it works.

Thanks

Decado 01-18-2006 08:56 AM

I suggest uninstalling and reinstallign and followign it step by step, making sure you are importing the correct files and following the instructions to the letter. Maybe also try not giving guests access to it, although i doubt this is the problem.

eXtremeTim 01-18-2006 01:51 PM

First try uploading inferno.php again. It looks to me like somehow you might have removed the first <?php line from the file.

SpecOpsX 01-18-2006 06:09 PM

Reuploaded inferno.php and it works thanks

username12 01-28-2006 08:53 AM

Quote:

Originally Posted by Decado
The ability to import/export full settings etc is only available in the full version, you need to make your own in the lite version.

Are these available for download somewhere?

Decado 01-28-2006 09:17 PM

for the full version yes, in the support area for the full version.

fatalsex 01-29-2006 12:38 AM

Can i translate it tp other lang ? If yes - how ? And where ?
Thanks.. It very needed

asianboi 02-01-2006 01:47 PM

is there a way to put the cash in the postbit_legacy template?

Annie^.^ 02-03-2006 04:28 PM

I like this very much now I have a question. How can I assign a user for this RPG that he will have complete access in the admin, but he only sees the RPG related section and nothing else at left side of the menu?

MoveOver.cc 02-19-2006 07:16 PM

I am getting this error -

Database error in vBulletin 3.5.3:

Invalid SQL:
CREATE TABLE `inferno_attack` (
`aid` int(11) NOT NULL auto_increment,
`aname` text NOT NULL,
`atype` text NOT NULL,
`asprite` text NOT NULL,
`amp_cost` int(15) NOT NULL default '0',
PRIMARY KEY (`aid`)
) ENGINE=MyISAM;;

MySQL Error : You have an error in your SQL syntax near 'ENGINE=MyISAM' at line 8
Error Number : 1064
Date : Sunday, February 19th 2006 @ 09:12:57 PM
Script : http://212.67.202.205/~mad4it4/forum...stallation.php



Any suggestions please.

username12 02-19-2006 07:57 PM

Quote:

Originally Posted by MoveOver.cc
I am getting this error -

Database error in vBulletin 3.5.3:

Invalid SQL:
CREATE TABLE `inferno_attack` (
`aid` int(11) NOT NULL auto_increment,
`aname` text NOT NULL,
`atype` text NOT NULL,
`asprite` text NOT NULL,
`amp_cost` int(15) NOT NULL default '0',
PRIMARY KEY (`aid`)
) ENGINE=MyISAM;;

MySQL Error : You have an error in your SQL syntax near 'ENGINE=MyISAM' at line 8
Error Number : 1064
Date : Sunday, February 19th 2006 @ 09:12:57 PM
Script : http://212.67.202.205/~mad4it4/forum...stallation.php



Any suggestions please.

https://vborg.vbsupport.ru/showpost....&postcount=141

RichieBoy67 02-21-2006 09:14 PM

I have this all loaded and I believe it is running perfectly. I was just wondering.... Are there any weapons etc already created or do we have to create all this stuff??

If anyone can post some queri for these items it would make things way easier... Thanks for writing this!! It is awesome... If and when I have some extra money I will be sure to upgrade to the paid version..

Thanks..

username12 02-21-2006 09:24 PM

You need to create them. There's a pack for the full version, but even that needs to be messed with so it's basically more of a starting point than anything.


All times are GMT. The time now is 04:44 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.01474 seconds
  • Memory Usage 1,840KB
  • 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_code_printable
  • (1)bbcode_php_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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