Version: 2.0.5, by DarkgamerVN
Developer Last Online: Apr 2012
Category: Add-On Releases -
Version: 4.0.x
Rating:
Released: 05-29-2010
Last Update: 07-28-2010
Installs: 65
DB Changes Uses Plugins Template Edits
Additional Files
No support by the author.
RPG PET System For Forum
_ RPG PET is a combat system includes main features such as training, shopping, boss killing, PVP, and other auxiliary parts.
_Ajax is mostly used in some parts: Boss, Versus ? members can participate and interact in combat directly.
_About skill system. At the moment, I have difficulty building a suitable skill system for this mod. If you are interested in my RPG PET, please help me with your ideas.
_All items, characters, bosses could configure in Admincp. In the next versions, I will try to add more functions.
_It is not difficult to use RPG PET?s functions. Admins could view Notes in Admincp to know how to configure.
_I hope to receive your supports. If you have any idea or suggestion, please reply here or contact me at: darkgamervn@gmail.com Thanks
? To give facilities, I had uploaded Database with heroes and items in DotA (Defense of Ancients). ? Uploading Database: You download DATA_Dota.rar in attachment, unrar into PhpMyAdmin, choose your forum and Import ( If you have a table prefix , you must edit the table prefix in DATA_Dota.sql ).
Becuase my english is not good, if you find any mistake, please ingore it If anyone can make a better language file, please send it to me . + For editing language: Go to /forum/RPG/language/language.php
Did you make any change to the original coding? Apparently, I can't still get it to work. I used the default table prefix also; well I checked my config file and apparently the table prefix is blank.
Did you make any change to the original coding? Apparently, I can't still get it to work. I used the default table prefix also; well I checked my config file and apparently the table prefix is blank.
No changes to the coding..
-Replaced the language.php file for english
-uploaded files
-imported product
-imported SQL through PHPMyAdmin
-Configured
DONE
Make sure your config.php file has the table prefix empty, by default it should be "bb". Did someone install vb for you or have you more than one forum?
I installed it. Yup, my table prefix field is empty too; the default for cookie is "bb" but not table lol That's so weird; I did exact same step you did but I got error at character creation.
Still with table prefix bug. Will this be fixed, or will you ignore that continuously?
Bug after renameing sql tables manually to prefix (in my case rpg_setting to vB4_rpg_setting).
Code:
Invalid SQL:
SELECT *,rpg_battlemonster.id AS battleid ,rpg_battlemonster.time AS timebattle FROM vB4_rpg_battlemonster LEFT JOIN vB4_rpg_monster ON rpg_battlemonster.monsterid = rpg_monster.id WHERE rpg_battlemonster.userid ='35' ORDER BY battleid DESC;
MySQL-Fehler : Unknown column 'rpg_battlemonster.id' in 'field list'
Invalid SQL:
SELECT *,rpg_battlemonster.id AS battleid ,rpg_battlemonster.time AS timebattle FROM vB4_rpg_battlemonster LEFT JOIN vB4_rpg_monster ON rpg_battlemonster.monsterid = rpg_monster.id WHERE rpg_battlemonster.userid ='35' ORDER BY battleid DESC;
MySQL-Fehler : Unknown column 'rpg_battlemonster.id' in 'field list'
I get the same error message as Olli2k.
EDIT: Create New character, I get the message:
Code:
Warning: Division by zero in [path] / RPG / mypet.php (line 28)
Warning: Division by zero in [path] / RPG / function_userpet.php (line 71)
Warning: Can not modify header information - headers already sent by (output started at [path] / includes / class_core.php: 4516) in [path] / includes / functions.php (line 4906)
If I manually change but the cost and one set in the SQL table, the error gone.