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.


All times are GMT. The time now is 09:40 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.01332 seconds
  • Memory Usage 1,752KB
  • 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
  • (2)bbcode_php_printable
  • (5)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
  • (10)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