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)

DarkgamerVN 05-29-2010 10:00 PM

RPG PET System For Forum
 
1 Attachment(s)
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 ).

+Note: If you do not see countdown timer, do these steps:
Go to Admincp ==> RPG PET ==> Settings ==> CountDown Script and add this link: http://www.minisitegallery.com/2020/countdown.php

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

+ Changelogs
_2.0.5
Fix bug Cron job battle monster

_2.0.4
Fix Table Prefix bug


_2.0.3

Fix some bugs

German Version By RokuDaMerlin
Version 2.0.4 for VBB 4.0 Mod By Darkgamer

DarkgamerVN 05-30-2010 03:23 PM

1 Attachment(s)
Same pictures ( vietnamese language )

Haywire0311 05-30-2010 03:24 PM

Do you happen to have an example of this set up somewhere?

COL NIL SATIS 05-30-2010 03:30 PM

tagged..looks very promising

Cedric_FP 05-30-2010 03:58 PM

Indeed. It looks great. I'd be interested in seeing a demo.

nomoreturn 05-30-2010 04:08 PM

Installed but got Database error in vBulletin 4.0.3

Xencored 05-30-2010 04:32 PM

Looks great and Dota is just <33333333333

Tagged for now soon install :up:

DarkgamerVN 05-30-2010 05:15 PM

you can see demo in this site : http://vinh3.net/4rum/rpg.php ( not english )
username : tidusluu
pass : 1234

PixelFx 05-30-2010 05:33 PM

this looks awesome, will try it for sure on our dev forum whats your table name for gold so I can test it with vbcredits II beta3

DarkgamerVN 05-30-2010 05:34 PM

you can set table money in admincp ==> RPG PET ==> setting ==> table money (mysql )

PixelFx 05-30-2010 05:47 PM

1 Attachment(s)
just installed it, thanks for quick reply, I'll post demo link once up

Update:

I have it setup with vbcredits II beta 3 (vb 4.0.x), but I still need to setup the script and add some items and monsters before it will be visual. The install was a breeze. Not ready for demo link yet as I need to finish tweaking this mod on it. Should have an english demo of it after lunch.

Update 2:
Those in beta 3 for vbcredits II, I've confirmed the app working. change money field in settings to "credits" or create new currency and leave field as money, and add name "money" as currency table name. Doesn't require any extra coding.

english screenshots posted below, as website isn't open to public yet.

COL NIL SATIS 05-30-2010 05:51 PM

Quote:

Originally Posted by PixelFx (Post 2045643)
just installed it, thanks for quick reply, I'll post demo link once up

Nice one!!! be good to see an english demo link ... ;)

Olli2k 05-30-2010 08:06 PM

Really nice Addon, but there seems to be some trouble with table prefixes. Addon and DB are installed without any prefixes but the script seems to need them.

I manually changed the table names to prefix_rpg_...

Hero cration worked with this fix, but after clicking "Observe":

nvalid SQL:
SELECT *,rpg_battlemonster.id AS battleid ,rpg_battlemonster.time AS timebattle FROM rpg_battlemonster LEFT JOIN rpg_monster ON rpg_battlemonster.monsterid = rpg_monster.id WHERE rpg_battlemonster.userid ='35' ORDER BY battleid DESC;

MySQL-Fehler : Table 'user.rpg_battlemonster' doesn't exist.

Changing the table name to rpg_battlemonster without prefix does not work. Result:
MySQL-Fehler : Table 'user.rpg_battlemonster' doesn't exist

argothiusz 05-30-2010 10:54 PM

Some awesome stuff. Definitely will install and give feed back. Luckily I can read vietnamese and translate it lol

-------------------------------------------

how do you change RPG pet on the navigation tab to something else? It's not located in phrase manager or setting. Thanks

DarkgamerVN 05-31-2010 01:58 AM

Quote:

how do you change RPG pet on the navigation tab to something else? It's not located in phrase manager or setting. Thanks
IN ADmincp == > Plugin manager == > RPG PET NARBAR ==> search what you want

argothiusz 05-31-2010 02:01 AM

I am also getting this error on creating a pet

Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/xxxx/public_html/xxxx/RPG/ajaxcreate.php on line 8

Warning: require_once(/home/xxxx/public_html/xxxx/RPGajaxcreate.php/global.php) [function.require-once]: failed to open stream: No such file or directory in /home/xxxx/public_html/xxxx/RPG/ajaxcreate.php on line 9

Fatal error: require_once() [function.require]: Failed opening required '/home/xxxx/public_html/xxxx/RPGajaxcreate.php/global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxx/public_html/xxx/RPG/ajaxcreate.php on line 9

I open up the ajaxcreate.php and this is line 7 8 and 9

PHP Code:

$vwd str_replace("/RPG/ajaxcreate.php","",$_SERVER['SCRIPT_FILENAME']); 
chdir($vwd);
require_once(
$vwd."/global.php"); 


DarkgamerVN 05-31-2010 02:21 AM

i think that error is on host window , I'll try to fix it as quickly as possible.

argothiusz 05-31-2010 02:26 AM

Using Linux Centos dedicated server.

Thanks a lot and installed.

PixelFx 05-31-2010 04:13 AM

Quote:

Originally Posted by argothiusz (Post 2045817)
Using Linux Centos dedicated server.

Thanks a lot and installed.

I'm testing on the same

merk_aus 05-31-2010 04:19 AM

Wow this looks awesome,
Will test when move to the new server this weekend hopefully vBCredits will work on that server as well so that we can run both would be awesome.

Kayden 05-31-2010 05:04 AM

Most of the control panel for the RPG isn't in English. Is that normal?

PixelFx 05-31-2010 06:32 AM

when I installed it control was in english for me..

angeljs 05-31-2010 06:47 AM

Quote:

Originally Posted by Kayden (Post 2045858)
Most of the control panel for the RPG isn't in English. Is that normal?

I'm having the same problem...no English anywhere :confused:

DarkgamerVN 05-31-2010 11:22 AM

Quote:

I'm having the same problem...no English anywhere
download again .

angeljs 05-31-2010 12:03 PM

1 Attachment(s)
Hi, thanks for your reply. Unfortunately, it hasn't helped :(

gruftiradio 05-31-2010 06:20 PM

After installing, the ACP is in english, that's ok. But the Frontend is in another language, I don't know...

DarkgamerVN 05-31-2010 06:52 PM

sorry for my mistake , plz download it again or just download file language (English) .zip and extract in yourforum/RPG/language folder

argothiusz 05-31-2010 06:56 PM

Quote:

Originally Posted by argothiusz (Post 2045810)
I am also getting this error on creating a pet

Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/xxxx/public_html/xxxx/RPG/ajaxcreate.php on line 8

Warning: require_once(/home/xxxx/public_html/xxxx/RPGajaxcreate.php/global.php) [function.require-once]: failed to open stream: No such file or directory in /home/xxxx/public_html/xxxx/RPG/ajaxcreate.php on line 9

Fatal error: require_once() [function.require]: Failed opening required '/home/xxxx/public_html/xxxx/RPGajaxcreate.php/global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxx/public_html/xxx/RPG/ajaxcreate.php on line 9

I open up the ajaxcreate.php and this is line 7 8 and 9

PHP Code:

$vwd str_replace("/RPG/ajaxcreate.php","",$_SERVER['SCRIPT_FILENAME']); 
chdir($vwd);
require_once(
$vwd."/global.php"); 


I fixed this problem by comment out $vwd and use direct pathing. Seem to fixed that problem for now but still having division by 0 when create character, and character image is not showing p.

GAMENAO 05-31-2010 07:00 PM

Very nice, will tag until I can install later.

have been looking for something like this.

gruftiradio 05-31-2010 07:40 PM

Very nice! And now in english, thanks!

I only have one problem: I use ucash as my points system. But the Points are not stored in an own table, it's a field in the vb tables. How can I use this?

Greetings,
Andreas

argothiusz 05-31-2010 07:57 PM

in the mysql money table setting, input ucash :)

argothiusz 05-31-2010 08:05 PM

If you have this mod working on your forum and were able to create a character please let me test it out please. I just want to make sure I wasn't the only one who can't get this install right -_-

PixelFx 06-01-2010 03:42 AM

I got it working although I had to admin edit my character to give him some max hp, and few points to get him started. The revive potion didn't seem to work when I first tried it. aka type:3hp10 for example

Sayid 06-01-2010 04:17 AM

it really looks nice
is it work on vb 38 !?
thanks

ZuFett 06-01-2010 04:57 AM

For what is the DATA_Dota.zip-File?

PixelFx 06-01-2010 05:32 AM

its to fill in data that has been pre-defined

Olli2k 06-01-2010 06:02 AM

Table Prefix Databse Error still exists in v2.0.2:
Code from the Install XML:
$query = "CREATE TABLE `rpg_setting`

Code from the rpg.php:
$query = $db->query_read("SELECT * FROM " . TABLE_PREFIX . "rpg_setting WHERE id=1");

Delazar 06-01-2010 09:57 AM

Since I have several forums I use prefixes, and which are unfortunately not accepted.
Can you change that please.

Thank you
Delazar

golfing123 06-01-2010 10:03 AM

hey

can i use this mod with the vbplaza credits mod thats coming out soon?

thunder28 06-01-2010 10:07 AM

Hi

I have this mistake when i Create a Character:

PHP Code:

Warning:

Your activities have been banned

Its a white site.

-------
In the ACP by Manager Boss i became this error:

PHP Code:

Invalid SQL:
SELECT vb3_*,rpg_battleboss.id As managerid,rpg_battleboss.time As timebattle FROM rpg_battleboss LEFT JOIN rpg_boss ON rpg_battleboss.bossid rpg_boss.id ORDER BY rpg_battleboss.id desc;

MySQL-Fehler  You have an error in your SQL syntaxcheck the manual that corresponds to your MySQL server version for the right syntax to use near 'rpg_battleboss.id As managerid,rpg_battleboss.time As timebattle FROM rpg_battle' at line 1
Fehler
-Nr.    : 1064
Fehler
-Zeit   Tuesday01.06.2010 13:02:32
Datum         
Tuesday01.06.2010 13:02:33
Skript        
http://xxxxxxxx/admincp/rpgpet_managerboss.php
Referrer      http://xxxxxxxx/admincp/index.php?do=nav 

In the phpmyadmin the Name of DBname was rpg_setting, now i need vb3_rpg_setting.
I eding by hand.

greetz
thunder28


All times are GMT. The time now is 05:04 AM.

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.01381 seconds
  • Memory Usage 1,829KB
  • 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
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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