vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - RPG PET System For Forum (https://vborg.vbsupport.ru/showthread.php?t=243596)

EquinoxWorld 07-04-2010 05:51 PM

Ok got it to install, but this deleted all of my custom characters and monsters and pretty much everything. There should have been some kinda upgrade process to not have to loose information. And I'm also getting these database errors as well:

Quote:

Invalid SQL:
UPDATE rpg_battlemonster SET win = , detail = "", hplost = hplost- 0 WHERE id = '2715';

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 ' detail = "", hplost = hplost- 0 WHERE id = '2715'' at line 1
Error Number : 1064
Request Date : Sunday, July 4th 2010 @ 01:40:14 PM
Error Date : Sunday, July 4th 2010 @ 01:40:14 PM
Script : http://www.aniworlds.net/forum/cron.php?rand=1278268805
Referrer : http://www.aniworlds.net/forum/private.php
IP Address : xxxxxxxxxxxxxxxx
Username : Unregistered
Classname : vB_Database
MySQL Version :

DarkgamerVN 07-05-2010 03:39 AM

Quote:

Ok got it to install, but this deleted all of my custom characters and monsters and pretty much everything. There should have been some kinda upgrade process to not have to loose information. And I'm also getting these database errors as well:
This update is only for table prefix bug , so i dont make a upgrade file .
And anyone had same error database above .

rule0 07-06-2010 01:26 AM

Quote:

Originally Posted by DarkgamerVN (Post 2064300)
update version 2.0.4 for table prefix bug .

thanks, works perfect! :up:

Kraxell 07-06-2010 12:07 PM

Got the follow error by import the sql:

Code:

SQL-Befehl:

--
-- Dumping data for table `rpg_boss`
--
INSERT INTO `rpg_boss`
VALUES ( 1, 'Invoker', 'The heart of a blizzard. The soul of a phoenix. After his people were broken and scattered to the corners of the earth, Kael was left with only the relics of his once great world. Thirsting for vengeance, he sold his own soul to NerZhul, and in exchange acquired near limitless power. \r\n', 20, 4, '', '2,5', 10, 15, 400, 100, 100, 50, 50, 5000, 70, '7000,10000', '5', 'http://*****.net/v3/RPG/image2/CS0.10129906_36000_1.jpg', 1 ) ;

MySQL meldet: Dokumentation
#1146 - Table 'toico_v3.rpg_boss' doesn't exist


DarkgamerVN 07-06-2010 12:52 PM

Quote:

Got the follow error by import the sql:
open file dota.sql , find and replace all
PHP Code:

`rpg_ 

to

PHP Code:

`toico_v3.rpg_ 


Kraxell 07-06-2010 03:21 PM

Thank you, works.

//
Unistall, to many style-Bugs (for dark styles)

sapphiremagus 07-08-2010 05:36 PM

There's been a couple of questions about what the various classes do.

Essentially, they're just comparison tools (i.e. rock<-paper<-scissors). Each class is strong against one other class, and weak against one other class.

The following is the default set up (as per RPG/formula.php):

A '+' means the header class is strong against that class (1.25 damage multiplier) and a '-' means the header class is weak against that class (0.75 damage multiplier).

Code:

Warrior
        + Thief
        - Mage

Thief
        + Gunner
        - Warrior

Hunter
        + Gunner
        - Mage

Mage
        + Hunter
        - Warrior

Gunner
        + Thief
        - Hunter


DragonByte Tech 07-08-2010 06:19 PM

Quote:

Originally Posted by sapphiremagus (Post 2066425)
There's been a couple of questions about what the various classes do.

Essentially, they're just comparison tools (i.e. rock<-paper<-scissors). Each class is strong against one other class, and weak against one other class.

The following is the default set up (as per RPG/formula.php):

A '+' means the header class is strong against that class (1.25 damage multiplier) and a '-' means the header class is weak against that class (0.75 damage multiplier).

Code:

Warrior
        + Thief
        - Mage

Thief
        + Gunner
        - Warrior

Hunter
        + Gunner
        - Mage

Mage
        + Hunter
        - Warrior

Gunner
        + Thief
        - Hunter


Hmm, that says that the warrior is both strong AND weak against mage?

Also, wouldn't there be a natural imbalance somewhere with there being 5 classes? (Would need 6 to work correct If my reasoning is correct, otherwise you end up with rock, paper scissors, and then 2 classes left out which are forced to be both strong AND weak against each other...)

Edrondol 07-08-2010 06:50 PM

What it's saying is that unless you are attacking a specific people there's no way I'd ever play a Thief or a Gunner. Both have two classes that own them and everyone else does normal damage. Warrior and Mage are both very defensive as they only have normal or weak attacks against them. Actually a fight between a Warrior and a Mage would be fruitless as they are both weak against each other.

Really the only balanced class is the Hunter.

https://vborg.vbsupport.ru/external/2010/07/57.jpg

Edrondol 07-08-2010 07:05 PM

Not meaning to DP, but here's what I'd do.


https://vborg.vbsupport.ru/external/2010/07/55.jpg

In this case each class is good, bad and slightly both to each of the other classes. So the player has to think about things.

balkanboy 07-09-2010 12:51 AM

sorry updating is such a massive hassle im already running into issue my mistake to use on live forum waiting for out of BETA..

DarkgamerVN 07-09-2010 04:21 AM

this is not true , please read the code again .
+ Mage > Warrior
+ Warrior < Mage .

Edrondol 07-09-2010 11:23 AM

Quote:

Originally Posted by DarkgamerVN (Post 2066666)
this is not true , please read the code again .
+ Mage > Warrior
+ Warrior < Mage .

Unfortunately I'm not reading the code. I was going from what sapphiremagus had posted.

Are you saying that when a mage attacks a warrior that they get a bonus and when the warrior attacks the mage they get a bonus?

DarkgamerVN 07-09-2010 11:37 AM

When a mage attacks a warrior , mage will get bonus damage , total damage = damage*1.25

When a warrior attacks a mage , total damage = damage*0.75 .

Kraxell 07-10-2010 11:54 AM

Do you support this hack now? Than i make some screens of style-bugs for dark designs...

best regards

DarkgamerVN 07-10-2010 02:21 PM

sure

Kraxell 07-10-2010 03:09 PM

1 Attachment(s)
Here are the screens.
The box-head ist white. I want to make it black.
How i doe this?

DarkgamerVN 07-11-2010 05:27 AM

that is css , you try to edit in admincp ==> Style ==> Style Variable Editor

Kraxell 07-11-2010 08:29 AM

Any Idea under which point?
There are no option for RPG and this problem is only by the RPG-Hack.

Trip3151 07-11-2010 11:15 AM

Quote:

Originally Posted by Kraxell (Post 2067560)
Any Idea under which point?
There are no option for RPG and this problem is only by the RPG-Hack.

Try a diffrent theme?

Kraxell 07-11-2010 11:20 AM

Why i should install a new theme for one hack?
I think a hack must work for different themes.

joemcoy 07-11-2010 06:41 PM

I no use prefix.
Quote:

Originally Posted by EquinoxWorld (Post 2051293)
Are you using prefixes for your db tables? for vb?


EDIT:

I fix my PET now, if your use any hack with jsquery.js disable this. the jsquery not compatible with RPG PET.

(Y)
Cya
Joemcoy.

FoW 07-16-2010 09:00 PM

Im confused... I cant do anything with my pet... I cant buy any items, or do any training.

I've installed vbcredits as my currency, and it shows I have more then enough gold to buy things, but I do not see any buy button, and when I click on the images, nothing happens...

tigrattack 07-16-2010 09:23 PM

I've installed everything...and imported the Data file, but whether I use the data file or create my own data I get this error message:

Code:

Fatal error: Class 'vB_Template' not found in /home/gamingfo/public_html/rpg.php on line 279
I've also uninstalled and reinstalled numerous times with the same results :(

Weetabix 07-17-2010 12:50 AM

Having a few problems with this;

My table prefix is vb_ and I've changed all the DOTA.sql entries to vb_rpg_XXXXX but it still refuses to import. Could do with a little help here please guys.

Also, I noticed in the rpg.php a few lines

PHP Code:

$query $vbulletin->db->query_read("SELECT * FROM " TABLE_PREFIX "rpg_pet"); 

will these need editing?

RokuDaMerlin 07-18-2010 01:55 PM

hello,
my new tutorials for rpg_pet in english and for guests can you now rate and see and comment here ;) http://www.kingofcolors.de/index.php...gory&Itemid=19 ; have fun !!

roku

FoW 07-19-2010 11:16 PM

Quote:

Originally Posted by RokuDaMerlin (Post 2071089)
hello,
my new tutorials for rpg_pet in english and for guests can you now rate and see and comment here ;) http://www.kingofcolors.de/index.php...gory&Itemid=19 ; have fun !!

roku

THANKYOu!!!

dankreiner 07-22-2010 08:14 PM

this installed perfectly on 4.0.5 without a hitch...

works great... if anyone wants to play...

http://www.phantank.com

DarkgamerVN 07-25-2010 08:18 AM

Quote:

Originally Posted by Weetabix (Post 2070415)
Having a few problems with this;

My table prefix is vb_ and I've changed all the DOTA.sql entries to vb_rpg_XXXXX but it still refuses to import. Could do with a little help here please guys.

Also, I noticed in the rpg.php a few lines

PHP Code:

$query $vbulletin->db->query_read("SELECT * FROM " TABLE_PREFIX "rpg_pet"); 

will these need editing?

show your errors ?

FoW 07-25-2010 06:36 PM

Cant equip items. I go to buy the item, it purchases, but then disappears.

DarkgamerVN 07-29-2010 09:06 AM

Quote:

Cant equip items. I go to buy the item, it purchases, but then disappears.
try disable some mods , it can cause error for rpg pet

FoW 07-29-2010 03:55 PM

Quote:

Originally Posted by DarkgamerVN (Post 2076152)
try disable some mods , it can cause error for rpg pet

Ive disabled every mod.

Sarcoth 07-29-2010 07:34 PM

1 Attachment(s)
Quote:

Originally Posted by DarkgamerVN (Post 2067521)
that is css , you try to edit in admincp ==> Style ==> Style Variable Editor

Darkgamer, I really think this is something that should be done within the hack. I had a similiar problem with my mod once as well and I was able to fix it to work with all styles. More people will end up having the problem so best to nip it in the bud now.

I'll look into it and see what I can do. How is the "Name" of the pet, and the stat block being created? I don't see it in the "rpgpet_create" template. Where is it grabbing the all uppercase data (I.E.):

Quote:

CLASS : WARRIOR
LEVEL : 1
HP : 10
EXP : 11
ATTACK : 8
DEFENSE : 1
CRITICAL : 5
LUCK : 5
Screenshot attached.

kondason 08-08-2010 12:21 PM

umm i got some problem, i installed the mod. and its work, but when i enter the page:
http://www.trp.co.il/rpg.php all my top mixed up.
my forum is in hebraw. i open a test user:
user: testrpg
pass: 1

mybe you know how to fix this..

Nocturnal222 08-09-2010 01:38 AM

error when i create game solo

Warning: require_once(./includes/functions_user.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/class_bootstrap.php(394) : eval()'d code on line 41

Fatal error: require_once() [function.require]: Failed opening required './includes/functions_user.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/muonline/public_html/zhyper/includes/class_bootstrap.php(394) : eval()'d code on line 41

also i cant do anything, i cant train, i cant hunt boss coz i got no gold so there should be set gold to all when they create character so they have to start for something

RokuDaMerlin 08-14-2010 08:18 AM

Quote:

Originally Posted by DarkgamerVN (Post 2064441)
uninstall this mod in admincp , then you can install .

hmm .. i wait of the rpg from DBT .. sry .. your sys have to many bugs and now the new update run only when i uninstall the old .. hmm i have to many code chances .. my users love my new style art of rpg pet .. and the sys run not perfect for experiment to little updates and uninstall / new install ..

sry .. good luck

roku

DAMINK 08-24-2010 09:47 AM

Damn. read every post here regarding this.
I have a custom table prefix. I am trying to import file.
Tried every option i could think of. No Joy at all.
Really would love some help.

GameExploiters 08-27-2010 02:38 AM

Is there anything like this made for vbulletin 3.8.5?

DAMINK 08-27-2010 05:59 AM

I got the database imported ok in the end.
Had to change it. New image locations and what not but now i have it all working just fine :)

Couple of questions though.
Is there a way to access a list of all players? Perhaps even a attack button or something to attack members?
Also a donate button would be a good idea also.

lubbie 10-06-2010 10:56 AM

Not sure if its already implemented, but it would be nice to have a questsystem and teamfights too (Open Teams, joining Teams).
Maybe to get that interfering with, e.g.: vbexperience system. The given Points can be used to buy things?


All times are GMT. The time now is 05:50 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.01629 seconds
  • Memory Usage 1,839KB
  • 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_code_printable
  • (4)bbcode_php_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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