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)

Trek 06-01-2010 05:47 PM

Looks cool, tagged for now. =)

ZuFett 06-01-2010 06:45 PM

Quote:

Originally Posted by PixelFx (Post 2046378)
its to fill in data that has been pre-defined

Do you can tell me more? Is there anywhere a manuel how i install?
I dont know what i must do with this file :(

argothiusz 06-01-2010 06:47 PM

Quote:

Originally Posted by ZuFett (Post 2046627)
Do you can tell me more? Is there anywhere a manuel how i install?
I dont know what i must do with this file :(

Open your PHPmyAdmin, locate your forum database, and import it.

Delazar 06-01-2010 07:29 PM

When I click on the "My Character" go, I get this message:

Code:

Warnung: Division by zero in [path]/RPG/mypet.php (Zeile 28)

Warnung: Division by zero in [path]/RPG/function_userpet.php(1) : eval()'d code(1) : eval()'d code (Zeile 71)

Warnung: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:4516) in [path]/includes/functions.php (Zeile 4906)

But I suspect it has something to do with the table prefix.
When the errors will be fixed with the prefix?

Delazar

argothiusz 06-01-2010 08:06 PM

Quote:

Originally Posted by Delazar (Post 2046652)
When I click on the "My Character" go, I get this message:

[CODE}Warnung: Division by zero in [path]/RPG/mypet.php (Zeile 28)

Warnung: Division by zero in [path]/RPG/function_userpet.php(1) : eval()'d code(1) : eval()'d code (Zeile 71)

Warnung: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:4516) in [path]/includes/functions.php (Zeile 4906)
[/CODE]

But I suspect it has something to do with the table prefix.
When the errors will be bhoben with the prefix?

Delazar

I got exact same thing. The coder is fixing this issue at the moment. I think you can fix this by going to the database and give your character some HP so it wont be division by 0 anymore lol

wEbAddEr 06-02-2010 03:43 AM

Quote:

Originally Posted by Delazar (Post 2046445)
Since I have several forums I use prefixes, and which are unfortunately not accepted.
Can you change that please.

Thank you
Delazar

i did renamed them all at the install file and sql file, the install works, and then i modified the php files but there are a few coded so still not working :(

Thanks
wEbAddEr

Kraxell 06-02-2010 08:44 AM

Quote:

• To give facilities, I had uploaded Database with heroes and items in DotA (Defense of Ancients).
What you mean?

DarkgamerVN 06-02-2010 01:15 PM

for error "Warnung: Division by zero "
You must add data before you using system .

Delazar 06-02-2010 02:35 PM

Quote:

Originally Posted by DarkgamerVN (Post 2047071)
for error "Warnung: Division by zero "
You must add data before you using system .

I have played in your file DATA_Dota.zip and still I get this message. And when your in the wrong forum is also there.

Skyrider 06-03-2010 01:58 AM

Just tried to run this, but when going to rpg.php, getting an empty/blank screen.

I also noticed your DATA_Dota.zip contains images to a specific URL. I don't think this is a wise idea. Might be best to the peoples own url instead.

DarkgamerVN 06-03-2010 05:40 AM

let me see your site .

Kraxell 06-03-2010 06:33 AM

Hello Darkgamer,

is it possible to use pictures for bosses or monsters?
There are no files int the img-folder (monsters, item, boss etc.)

argothiusz 06-03-2010 07:39 AM

I tried to reinstall but still get division by zero and unable to view the character :(

Edit: I found out whats wrong with division by 0. The character creation is not being proper imported to the database. I checked rpg_petuser and all values returned to be 0. So I have to manually input the character stat (class, str, luck, crit, images, etc..) and it works perfectly fine.

Secondly, I also think the character images didn't show up because inside the pet creation code, you called a wrong database table name but I am not sure which one.

I think he pointed out the right error.

Code:

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-03-2010 08:10 AM

Quote:

Originally Posted by argothiusz (Post 2047498)
I tried to reinstall but still get division by zero and unable to view the character :(

Edit: I found out whats wrong with division by 0. The character creation is not being proper imported to the database. I checked rpg_petuser and all values returned to be 0. So I have to manually input the character stat (class, str, luck, crit, images, etc..) and it works perfectly fine.

Secondly, I also think the character images didn't show up because inside the pet creation code, you called a wrong database table name but I am not sure which one.

I think he pointed out the right error.

Code:

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");


Right, so it goes.
I hope the errors will be solved soon;).

joemcoy 06-03-2010 12:58 PM

What? rpg.php is crypt !!

who to fix create character?

Quote:

Originally Posted by Delazar (Post 2047512)
Right, so it goes.
I hope the errors will be solved soon;).


D_S 06-03-2010 08:17 PM

Some problems about creating chars.

Kayden 06-03-2010 11:12 PM

Eh, too many issues with this at the moment. Perhaps this would be best suited for "still in development", but that's just an opinion.

Will tag, but uninstalled for now.

wEbAddEr 06-04-2010 01:48 AM

same here, looks a very promising mod, waiting till all is fixed

EquinoxWorld 06-05-2010 07:16 PM

Actually everything works PERFECT for us. Install was a breeze added database and adding new characters now. Amazing mod my members are freaking out!, we used to do all this is a forum thread (sucks!). Thanks for the great addition my friend.

Olli2k 06-05-2010 07:26 PM

Quote:

Originally Posted by EquinoxWorld (Post 2048892)
Actually everything works PERFECT for us. Install was a breeze added database and adding new characters now. Amazing mod my members are freaking out!, we used to do all this is a forum thread (sucks!). Thanks for the great addition my friend.

Are you using table prefixes for your forum?

EquinoxWorld 06-05-2010 07:42 PM

Quote:

Originally Posted by Olli2k (Post 2048898)
Are you using table prefixes for your forum?


Yes... default bb prefix

argothiusz 06-05-2010 07:45 PM

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.

EquinoxWorld 06-05-2010 07:49 PM

Quote:

Originally Posted by argothiusz (Post 2048911)
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?

argothiusz 06-05-2010 07:55 PM

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.

keweedsmo 06-05-2010 11:04 PM

tagged. Looks promising!

stuky4ever 06-06-2010 01:26 AM

So this is for WoW Only?

DarkgamerVN 06-06-2010 03:58 PM

updated version 2.0.3 for bug server

Olli2k 06-06-2010 05:12 PM

Quote:

Originally Posted by DarkgamerVN (Post 2049404)
updated version 2.0.3 for bug server

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'


Delazar 06-06-2010 05:21 PM

Quote:

Originally Posted by Olli2k (Post 2049446)
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'


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.

RvG2 06-07-2010 11:23 AM

I wish................................. you have it on 3.8.x

EquinoxWorld 06-07-2010 11:31 PM

Is there anyway to allow members to be or have more than one (1) character?
Also where do members go to add new clans?

My site Demo in English: http://www.aniworlds.net/forum/rpg.php

argothiusz 06-08-2010 08:53 PM

EXP bar is not reset after beating a boss or training and expanded out of the layout

http://img101.imageshack.us/img101/9177/expbar.png

joemcoy 06-08-2010 09:53 PM

not create pet again in 2.03 :(


i test the RPG PET in aniworlds and after clique the -----> the pet show in center and the botton create a pet show too. In my Forum after click the -----> not happing not show the pets and the botton create pet. Noting error too.

Fix for it?

balkanboy 06-08-2010 11:44 PM

how do i get rid of Fina Fantasy at the page heading!@!!!

Also to change the Title of the button on the nav instead of it saying RPG PET i want it to just be called PET :(

RokuDaMerlin 06-09-2010 09:18 AM

1 Attachment(s)
heya.. thanks for this nice system..

i have edit the sys .. my "pet" sys is now in german ;D (the file is in attach) and i have chance the size of the weapons and the profile pictures .. i have add many items .. new boss ..i hope you like it.. more is in work ^^ ..

http://forum.kingofcolors.de/rpg.php

(in work & online)

;) greez roku

Kraxell 06-09-2010 09:36 AM

Dank dir Roku :)

/EDIT

Where can i edit the follow text:

Quote:

Character Story A renowned pyromancer roaming the lands, Lina Inverse originally joined the Sentinel for monetary purposes. However, weeks turned into months, and fighting alongside the many holy warriors with fearless souls inspired her with the responsibility of protecting the sanctity of the World Tree.

argothiusz 06-09-2010 09:43 AM

Quote:

Originally Posted by RokuDaMerlin (Post 2050895)
heya.. thanks for this nice system..

i have edit the sys .. my "pet" sys is now in german ;D (the file is in attach) and i have chance the size of the weapons and the profile pictures .. i have add many items .. new boss ..i hope you like it.. more is in work ^^ ..

http://forum.kingofcolors.de/rpg.php

(in work & online)

;) greez roku

Screenshot please and login testing account would be great :)

RokuDaMerlin 06-09-2010 10:23 AM

screenshots give it later ..

test Account
name: SirTestAccount
pw: 1234

http://forum.kingofcolors.de/rpg.php

@Kraxell

du kannst doch die texte alle im acp ?ndern ;)

greez

DarkgamerVN 06-09-2010 03:01 PM

thanks for the language file

suneka 06-09-2010 04:56 PM

How to change the timezone? for me it's Brazil

help me


All times are GMT. The time now is 05:07 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.01788 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
  • (6)bbcode_code_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