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)

kunjuk 06-07-2007 04:38 AM

I installed with the 3.5.1 vertion and I got errors when i tryed to go lvl and kill wolf :/

Censtudios 06-12-2007 06:12 PM

I haven't installed it yet, but I SURELY will! Its too pro. I hope it works on vB 3.6.7... a lot of things from vB 3.5 work on 3.6 so Im going to try.... (hope I wont screw it up lol...)

Even though I havent installed it yet, I will click the link :3

Censtudios 06-13-2007 11:28 AM

Ok... I kinda screwed up my whole forum.... does someone have any idea how to fix this?

the uCash wont install.... keeps giving db errors
and the RPG wont work, giving db errors too

I suck in mysql so I dont know how to fix this..

onehost 06-13-2007 04:10 PM

whats the latest news on this hack, or has it been given up or abandoned?
any updates for VB 3.6

Thank-You

Kingzor 06-13-2007 07:15 PM

Quote:

Originally Posted by Censtudios (Post 1267579)
Ok... I kinda screwed up my whole forum.... does someone have any idea how to fix this?

the uCash wont install.... keeps giving db errors
and the RPG wont work, giving db errors too

I suck in mysql so I dont know how to fix this..

uCash doesnt work with 3.6.x or 3.5x for that matter. ;/

onehost 06-13-2007 10:30 PM

Quote:

Originally Posted by Kingzor (Post 1267879)
uCash doesnt work with 3.6.x or 3.5x for that matter. ;/

UCash? I am only concerned weather RPG works on not, has the developer walked out?

any other type of Games/RPG for VB 3.6x

Thanks

The_VarMaster 06-14-2007 06:40 AM

Nexia's point system works perfectly with this hack.

chauy 06-30-2007 04:54 AM

Hi i just installed this program, I have a small question relating to ucash pointintg to the RPG hack.

Do i use "uttpoints" to replace "ucash" in the Points Field of the uCash Settings?

or

Do i use "ucash" to replace "uttpoints" in the Points Field of the RPG Integration Hack - Cash Options?

Pacman15 06-30-2007 10:30 AM

what a re you using? ucash? if so, then yes, put ucash in the point field of the rpg integration

chauy 07-01-2007 12:18 PM

ok thanks =)

chauy 07-06-2007 09:05 PM

could icash work with this RPG? and do I need ishop also?

Revan 07-12-2007 10:14 AM

Hello all.

As you are probably aware of, this hack hasn't received any updates for quite some time.
The fact that I am busy with the college life is only partially the truth. Long story short, I lost motivation to work on this hack.
I don't want to explain this any more in-depth, so let's just leave it at that.

As for the future of the hack, I can say with 99% certainty that I won't be doing any updates for the immediate future.

However; two months ago, I gave a member called "Foghorn Deadhor" permission to have a coder he knows post a bugfix version. I wanted to let the two of them take over the hack, but his coder didn't have the time.

As it would appear that no such version has appeared (also, the member himself seems to have vanished from the Members List), so that leaves me no other choice than to ask the general public to find me someone who would be either willing to bugfix it, or (preferably) take it over completely.
However, I don't want just anybody to take over what I spent 3 years working on.

Requirements for posting bugfix version:
  • Good command of the English language.
  • Good knowledge of PHP, including elements of OOP.
  • Ability to identify bugs and work together with users to determine the nature of the bugs (or lack thereof) and promptly fix it/them.
Requirements for taking over the hack:
  • All of the above.
  • Either:
    • Keep the hack free.
    • Release a free version with NO LESS features than the CURRENT hack.
      If you want to release a paid version, I would like to see a small percentage of the sales based on the level of participation I have in the development, as well as the amount of my code you are using.
      To be discussed.
  • Agree with my vision of making the hack INTEGRATED with the forum (unlike Inferno, which is purely a separate page of the forum. I want it to become a PART of the forum, not just something on the sidelines).
If you are interested in taking over the hack, I want to work together with you/your team to provide feature suggestions, help maintain the vision of the hack and possibly also be a part of the development team (though just not as primary developer, if I could do that then I wouldn't be posting this post).

Please contact me through the EMAIL feature in my profile.
I will not respond to ANY Private Messages on the matter.
If you email me to tell me I suck for stopping development, I will add you to GMail's spam filter.
If you email me to tell me how much you love this hack but you can't help, I won't reply to you but know that I am sorry for how things turned out. I'm hoping it will get better in the immediate future.

In closing, I have a few messages to the various kinds of people in this thread (which I haven't read for ages, so don't think this is personal):
  • To everybody who called me lame, scammer, failure, or anything insulting:
    Learn2code or gtfo.
  • To everybody who have been struggling with bugs but managed to be civil:
    I am sorry.
  • To everybody who helped people with bugs and installation problems:
    You have my deepest respect, thank you very much.
And finally, let me reiterate that I am sorry for how things turned out.

jags2ooo 07-12-2007 10:50 PM

HUGE SADFACE :-( this hack is a great hack and right now its the only one of its kindwith a battle system (that i know of) Don't stop it. Maybe you can continue it and make it not free to support you!

RvG2 07-15-2007 02:24 AM

Post from developer is just 3 days ago... :(

My hope for an RPG hack is gone...

Pacman15 07-15-2007 10:03 AM

Mine isn't... I'm still waiting for a post saying that the hack was taken in charge by someone else... :D

koby411 07-27-2007 03:01 AM

Quote:

Originally Posted by Kingzor (Post 1253374)
@Koby411, looked at the code and saw that enmy isnt transformed from a string->array so on line 632 you should fine
PHP Code:

$ally explode("\n"$ally); 

After that line add
PHP Code:

$enemy explode("\n"$enemy); 


But what you are telling me to add is already there, except for its on line 662.

See:

PHP Code:

        $ally explode("\n"$ally);
        foreach (
$ally as $allyname)
        {
            
$allyname trim($allyname);
            if (
$allyname == $title)
            {
                
// Own clan as ally? D'Oh
                
eval(standard_error(fetch_error('rpg_clan_own_clan_ally')));
            }
            
            if (
in_array($allyname$enemy))
            {
                
// Clan as both ally and enemy? D'ph
                
eval(standard_error(fetch_error('rpg_clan_both_ally_and_enemy')));
            }
            
            if (!empty(
$allyname))
            {
                
$allyid $RPG->array_search_multi($allyname$RPG->clans);
                if (
$allyid === false)
                {
                    eval(
standard_error(fetch_error('rpg_clan_ally_noexist_x'$allyname)));
                }
                
$clanally[] = $allyid;
            }
        }
    }
    
    if (!empty(
$enemy))
    {
        
$enemy explode("\n"$enemy); 


Kingzor 07-29-2007 01:24 AM

Quote:

Originally Posted by koby411 (Post 1302807)
But what you are telling me to add is already there, except for its on line 662.

See:

PHP Code:

        $ally explode("\n"$ally);
        foreach (
$ally as $allyname)
        {
            
$allyname trim($allyname);
            if (
$allyname == $title)
            {
                
// Own clan as ally? D'Oh
                
eval(standard_error(fetch_error('rpg_clan_own_clan_ally')));
            }
            
            if (
in_array($allyname$enemy))
            {
                
// Clan as both ally and enemy? D'ph
                
eval(standard_error(fetch_error('rpg_clan_both_ally_and_enemy')));
            }
            
            if (!empty(
$allyname))
            {
                
$allyid $RPG->array_search_multi($allyname$RPG->clans);
                if (
$allyid === false)
                {
                    eval(
standard_error(fetch_error('rpg_clan_ally_noexist_x'$allyname)));
                }
                
$clanally[] = $allyid;
            }
        }
    }
    
    if (!empty(
$enemy))
    {
        
$enemy explode("\n"$enemy); 


Yes, and thats where I noticed why it was giving a error, its used properly there, but not where it needs to be added :P

I'd like to take over but I don't really have any sort of motivation my self to do much more then fix bugs ;/

Censtudios 07-30-2007 09:22 PM

well atleast Revan responded to it all with a good reply (not a vague one)

I never said he's lazy or anything but most coders don't reply with info like that.

I hope to see someone taking this over soon, cause it's really a good hack as far as I heard (I never used it, but I know people who did)

koby411 08-01-2007 10:27 AM

So its suppose to be at both places, or I need to remove the other one? lol, I feel dumb.

Kingzor 08-12-2007 06:51 AM

Quote:

Originally Posted by koby411 (Post 1306974)
So its suppose to be at both places, or I need to remove the other one? lol, I feel dumb.

Just add it like I said originally ;/

Xorn 08-13-2007 11:23 AM

i get this database error at step 4:



Database error in vBulletin 3.6.8:

Invalid SQL:

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

MySQL Error : Duplicate column name 'rpgadminperms'
Error Number : 1060
Date : Monday, August 13th 2007 @ 06:18:22 AM
Script : http://mhslive.com/installer/index.php
Referrer : http://mhslive.com/installer/index.php
IP Address : 24.128.97.160
Username : Xorn
Classname : vb_database

Pacman15 08-13-2007 06:06 PM

how many times must we say that you can only install this hack in vbulletin 3.5 and then you must upgrade to the latest version of it?

and to answer to your question... just install vb 3.5 and then the hack and then upgrade to vb 3.6.x

Search the thread before you post! Your questions may already be answered!! :D

trickfly 08-31-2007 06:40 PM

where do I download 3.5 on the vbulletin members area I can only see the latest version download link only which is 3.6.8

please help

Pacman15 09-02-2007 06:36 PM

When you go to download vbulletin select 'More download Options'.

Centrix 09-03-2007 06:49 PM

Look on page 42, there is something to make it work on 3.6.x

ShawneyJ 09-18-2007 08:59 AM

wth is this, i have all the permissions set.
----------------------------------------------------------
Sorry, you don't have permission to access the administrative controls on this page.

If you need to access this page, ask your lead administrator to enable your permissions for this page using the Administrator Permissions section of the control panel.

ArchangelX 09-22-2007 08:29 AM

This is a pretty great mod if you're still in 3.5's. I'm working on mine as I write this...good stuff. Great work!

Sorta confused about the Elements thing, but oh well.

maidos 09-23-2007 03:14 PM

does this work for Version 3.6.8

maidos 09-23-2007 04:00 PM

in navbar i cant find this code :S

Quote:

<if condition="$show['member']">
<td id="usercptools" class="vbmenu_control"><a href="$show[nojs_link]#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>
</if>
alsoi need that pointsystem to make it work right but where do i get it

maidos 09-23-2007 04:36 PM

also can you make it compatiblewith vbcredits, since vbplazagotsecurity holes and ucashis doscontinued mod i cant get it

ArchangelX 09-23-2007 10:32 PM

This mod is pretty much unsupported now, so I guess it's up to us to help keep it going.

From what I understand, 3.6+ has trouble with the mod unless you install it in 3.5, then upgrade to 3.6. Kinda a pain in the butt, but I believe others have it working. I'm still on 3.5, so it's been rather easy for me.

I use iCash and it seems to work fine. It works for any points system as long as you put in the proper "money" names in.

My two biggest concerns are:

1. The invalid battle bug users get, when they get stuck in a battle with monster in the monsterarena

2. The invalid battle bug users get when they can't battle another person

3. And one of the biggest, the fact that any secondary categories don't work. For example, I have created 3 additional Spell Slots for the users, so they can have a choice of 4 different spells at one time. The first spell category works great...but every additional spell slot doesn't work. That goes for potions, items, etc. If I have more than one, no dice. This is kinda frustrating, as I think the base number is kinda limited since they can't select more than one item in battle.

If anyone has any fixes to this....I would appreciate the help. And obviously, there's other people that need to know as well, so if you know how to handle these situations, then please feel free to help us out.

ArchangelX 09-27-2007 03:29 AM

Can anyone help me with setting up a CRON job that heals all users at midnight? Thanks!

DS MrSinister 10-03-2007 01:36 AM

Quote:

Originally Posted by maidos (Post 1345260)
also can you make it compatiblewith vbcredits, since vbplazagotsecurity holes and ucashis doscontinued mod i cant get it

all you need to do is place credits in the Point Field in the admincp for this hack..

koby411 10-06-2007 11:19 PM

Quote:

Originally Posted by Pacman15 (Post 1316713)
how many times must we say that you can only install this hack in vbulletin 3.5 and then you must upgrade to the latest version of it?

and to answer to your question... just install vb 3.5 and then the hack and then upgrade to vb 3.6.x

Search the thread before you post! Your questions may already be answered!! :D

WRONG. And everyone else saying that is WRONG.

There IS a PATCH to make it work for vB v3.6 just find it on page 42 I believe.

Pacman15 10-06-2007 11:25 PM

dude, that is way behind... it was on august??... and yes there are two patched files that will make installation work on 3.6

Stangsta 10-08-2007 03:17 AM

Just installed on 3.6.8 using patch.

No issues whatsoever.

Strik3 10-28-2007 03:59 PM

How can i use this hack with vBcredits? :)

Mr.Danko Jones 10-28-2007 06:35 PM

Quote:

Originally Posted by Stangsta (Post 1355261)
Just installed on 3.6.8 using patch.

No issues whatsoever.

Awesome! I'll install it now. :)

Strik3 10-30-2007 11:55 AM

Quote:

Originally Posted by Mr.Danko Jones (Post 1370580)
Awesome! I'll install it now. :)



Where can i foudn the 3.6.8 Patch? :)

accord2nrz 11-03-2007 02:09 PM

I have an issue. I tried to install without the patch at first and got hung up at step 6. I came back and got the patched files uploaded those and restarted the installer. Now I get stopped at step 4, becuase tables have already been altered. Here is an example of the errors im getting;

Invalid SQL:

ALTER TABLE `usergroup`
ADD `rpgpermissions` INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL;

MySQL Error : Duplicate column name 'rpgpermissions'
Error Number : 1060
Date : Saturday, November 3rd 2007 @ 10:15:19 AM
Script : http://www.teamnd.net/forums/installer/index.php
Referrer : http://www.teamnd.net/forums/installer/index.php
IP Address : 76.177.215.15
Username : Admin
Classname : vb_database

I tried to go in and manually remove the tables, columns, that need to be reset to normal before trying to re-install but I have no idea what tables needed to be dropped aside from rpgperms, items, inventory, and rpg. Any help?


All times are GMT. The time now is 08:51 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.02104 seconds
  • Memory Usage 1,863KB
  • 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
  • (4)bbcode_php_printable
  • (10)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