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)

argothiusz 06-09-2010 06:15 PM

Quote:

Originally Posted by RokuDaMerlin (Post 2050920)
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

Which file did you edit to make the character profile picture bigger? I try to find but couldn't locate it lol
Oh, 1 more question..How did you change the header from "Fina fantasy" to something else? Couldn't locate this file either lol
Thanks

Kraxell 06-09-2010 07:32 PM

Quote:

Originally Posted by RokuDaMerlin (Post 2050920)
@Kraxell

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

greez

Ich habs noch nicht installiert, warte noch auf Bugmeldungen etc. damit ich nicht alle 2 Tage updaten muss :p

balkanboy 06-10-2010 12:34 AM

quick question i tried to import SQL data but it has duplicates for future updates how can i overwrite duplicates....

RokuDaMerlin 06-10-2010 12:46 AM

Quote:

Originally Posted by argothiusz (Post 2051145)
Which file did you edit to make the character profile picture bigger? I try to find but couldn't locate it lol
Oh, 1 more question..How did you change the header from "Fina fantasy" to something else? Couldn't locate this file either lol
Thanks

hello ;)

go to acp .. search in templates to the name "rpg" .. click in the list the file "rpgpet_mypet" go to line "9" to this code

<img src="{vb:raw imgpet}" width="110px" height="150px">

i have my character pictures edit to the size 110x150 .. edit the numbers in your size ;) finish ;))

..

the fina fantasy .. where is this ? can you add a screenshot pls ;)

greez roku

balkanboy 06-10-2010 12:59 AM

1 Attachment(s)
here is the screenshot for fina fantasy lolll

also what to do or how to come around with uploading and overwriting older Dota_sql file because when i try to re-import it, it telling me i cant due to duplicates this isnt your problem im sure just a mysql thing im just a noob with sql lol

Never mind just had to edit php file omg >.<

SQL:
Code:

Error

SQL query:

--
-- 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://c.upanh.com/upload/5/972/CS0.10129906_36000_1.jpg', 1 ) ;

MySQL said: Documentation
#1062 - Duplicate entry '1' for key 'PRIMARY'


EquinoxWorld 06-10-2010 01:04 AM

Quote:

Originally Posted by joemcoy (Post 2050694)
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?

Are you using prefixes for your db tables? for vb?

argothiusz 06-10-2010 01:20 AM

Quote:

Originally Posted by balkanboy (Post 2051291)
here is the screenshot for fina fantasy lolll

also what to do or how to come around with uploading and overwriting older Dota_sql file because when i try to re-import it, it telling me i cant due to duplicates this isnt your problem im sure just a mysql thing im just a noob with sql lol

Never mind just had to edit php file omg >.<

SQL:
Code:

Error

SQL query:

--
-- 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://c.upanh.com/upload/5/972/CS0.10129906_36000_1.jpg', 1 ) ;

MySQL said: Documentation
#1062 - Duplicate entry '1' for key 'PRIMARY'


Thank you for the screenshot. Oh, as for duplication issue, just open the .SQL with notepad and import them manually by table lol

keweedsmo 06-10-2010 01:21 AM

Quote:

Originally Posted by Kayden (Post 2047951)
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.

Same. Best of luck to your development but this isn't in any shape for public use yet.

RokuDaMerlin 06-10-2010 01:45 AM

for edit the "fina fantasy"

can you ..

1.
go to acp .. search in templates to the name "<title>{vb:raw rpgpetlang.rpgtitle}</title>" .. edit in all what you want in <title>your title</title>

you can it make so .. you will find 4 files ..pet ..rank ..clan ..mypet .. you can add to all 4 other titles ..
  • rpgpet_pet = full detail profile
  • rpgpet_mypet = your Character
  • rpgpet_rank = ranklist
  • rpgpet_clan = clan site

2.
edit all page title to one title ..

go to your ftp .. search /yourParth/RPG/language/language.php

in the first line .. see you this:

'rpgtitle' => 'yourtitle',

the "yourtitle" is the Title for all Page titles .. edit it .. save it

und finish ;)


i hope i can help you ;)

greez roku

argothiusz 06-10-2010 02:04 AM

Quote:

Originally Posted by RokuDaMerlin (Post 2051317)
for edit the "fina fantasy"

can you ..

1.
go to acp .. search in templates to the name "<title>{vb:raw rpgpetlang.rpgtitle}</title>" .. edit in all what you want in <title>your title</title>

you can it make so .. you will find 4 files ..pet ..rank ..clan ..mypet .. you can add to all 4 other titles ..
  • rpgpet_pet = full detail profile
  • rpgpet_mypet = your Character
  • rpgpet_rank = ranklist
  • rpgpet_clan = clan site

2.
edit all page title to one title ..

go to your ftp .. search /yourParth/RPG/language/language.php

in the first line .. see you this:

'rpgtitle' => 'yourtitle',

the "yourtitle" is the Title for all Page titles .. edit it .. save it

und finish ;)


i hope i can help you ;)

greez roku

Thank you so much :) I have too many templates so I went straight into the XML file, edit there, and reupload lol My boss fight page is much much cleaner now and display full image of boss also :)

RokuDaMerlin 06-10-2010 02:23 AM

i search the field for the tab title .. ;/ can me a user help ?

@coder

pls add a aoutomatic refresh .. this was better for the fight system ;)

lg

argothiusz 06-10-2010 02:56 AM

Quote:

Originally Posted by RokuDaMerlin (Post 2051327)
i search the field for the tab title .. ;/ can me a user help ?

@coder

pls add a aoutomatic refresh .. this was better for the fight system ;)

lg

I think its better if the coder have the attack button instead of doing everything automatically. Like you press attack then monster takes damage, and as the same time the monster will attack you.

@Rokudamerlin, it does automatically refresh with ajax for you.

RokuDaMerlin 06-10-2010 03:00 AM

i have next bug find .. in the boss battle run the timer not ..i cant see the timer .. i have found the code in ..

rpgpet_battleboss
<center><b>{vb:raw rpgpetlang.rpg87}<br>{vb:raw timer}</b></center>

;/

i wish in the battle to a boss .. a live hp bar for the pet .. you can not see in the fight your own hp .. this not good .. i have test a hp bar to install this battle .. i can see it .. the bar run not ;(

i hope this give updatet in the next version ;)

greez

RokuDaMerlin 06-10-2010 04:03 AM

1 Attachment(s)
Pls download this file for german user !!
i have today update the file !!

--

and i have now edit the pictures size from monsters + the size and look from monsters battle + all pictures ;D

greez roku

Delazar 06-10-2010 06:17 AM

Quote:

Originally Posted by RokuDaMerlin (Post 2051362)
Pls download this file for german user !!
i have today update the file !!


--

and i have now edit the pictures size from monsters + the size and look from monsters battle + all pictures ;D

greez roku


Sieht gut aus was du da gemacht hast. Und dnake f?r die ?bersetzung.
Hast du Tabellen Pr?fix bei dir?

DarkgamerVN 06-10-2010 09:48 AM

Quote:

i have next bug find .. in the boss battle run the timer not ..i cant see the timer .. i have found the code in ..

rpgpet_battleboss
<center><b>{vb:raw rpgpetlang.rpg87}<br>{vb:raw timer}</b></center>

;/

i wish in the battle to a boss .. a live hp bar for the pet .. you can not see in the fight your own hp .. this not good .. i have test a hp bar to install this battle .. i can see it .. the bar run not ;(

i hope this give updatet in the next version

greez
try this

Quote:

+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

thunder28 06-10-2010 09:55 AM

Anybody help me by this question?

THX

Kraxell 06-10-2010 10:43 AM

Quote:

Originally Posted by RokuDaMerlin (Post 2051362)
Pls download this file for german user !!
i have today update the file !!


--

and i have now edit the pictures size from monsters + the size and look from monsters battle + all pictures ;D

greez roku


Danke Roku aber sind die Bilder nicht in der SQL enthalten?

joemcoy 06-10-2010 11:56 AM

Not Solution for my case? I click in <----- or ------> and not happens!! Not Create a Char, Not error msg, www.ragezone.com.br/rpg.php

balkanboy 06-10-2010 12:05 PM

Quote:

Originally Posted by argothiusz (Post 2051307)
Thank you for the screenshot. Oh, as for duplication issue, just open the .SQL with notepad and import them manually by table lol

LOL dude thats hell of a pain to go through everything not knowing what has been updated............. can we please find a way that it is easier for future updates at the moment its fine since nothing new has been added....

DarkgamerVN 06-10-2010 12:38 PM

Quote:

Not Solution for my case? I click in <----- or ------> and not happens!! Not Create a Char, Not error msg, www.ragezone.com.br/rpg.php
you try to turn off some mods , maybe they caused error for rpg pet .

Note : + For editing language: Go to /forum/RPG/language/language.php

BrandonT88 06-10-2010 01:19 PM

Had quick question. I have it installed and everything is working cept my only issue is under "Train" I lowered a monsters lvl all the way down and made it 0 gold to fight him to have a person to gain exp from yet it still wont let me attack.

DarkgamerVN 06-10-2010 01:57 PM

you must set table money in Admincp ==> RPG PET ==> Setting

Blackhat 06-10-2010 09:54 PM

I installed this on vb 4.0.3 and I experience issues with the db table prefixes. When I install it the tables appear with no vb3_ prefixes which is fine, but when I enter it from the front end or admin end I get sql errors on all areas where its looking for tables with vb3_ prefixes.

Am I missing something here ?

argothiusz 06-10-2010 10:03 PM

Quote:

Originally Posted by balkanboy (Post 2051515)
LOL dude thats hell of a pain to go through everything not knowing what has been updated............. can we please find a way that it is easier for future updates at the moment its fine since nothing new has been added....

No, its not. Take me less than 5 sec to track down which tables have been imported and another 5 sec to import them manually lol "hell of a pain" should only be use when you have to open 10GB of SQL text and import them manually when you move server xD

session-one 06-11-2010 04:45 AM

getting this error

Warning: Division by zero in [path]/includes/class_postbit.php(314) : eval()'d code on line 213

Warning: Division by zero in [path]/RPG/function_userpet.php on line 71

Warning: Division by zero in [path]/includes/class_postbit.php(314) : eval()'d code on line 213

Warning: Division by zero in [path]/RPG/function_userpet.php on line 71

Warning: Division by zero in [path]/includes/class_postbit.php(314) : eval()'d code on line 213

Warning: Division by zero in [path]/RPG/function_userpet.php on line 71

Warning: Division by zero in [path]/includes/class_postbit.php(314) : eval()'d code on line 213

Warning: Division by zero in [path]/RPG/function_userpet.php on line 71

Warning: Division by zero in [path]/includes/class_postbit.php(314) : eval()'d code on line 213

Warning: Division by zero in [path]/RPG/function_userpet.php on line 71

Warning: Division by zero in [path]/includes/class_postbit.php(314) : eval()'d code on line 213

Warning: Division by zero in [path]/RPG/function_userpet.php on line 71

Warning: Division by zero in [path]/includes/class_postbit.php(314) : eval()'d code on line 213

Warning: Division by zero in [path]/RPG/function_userpet.php on line 71

Anyone Know why?

session-one 06-11-2010 05:07 AM

ok so its reduced down to this

Warning: Division by zero in [path]/includes/class_postbit.php(314) : eval()'d code on line 213

Warning: Division by zero in [path]/RPG/function_userpet.php on line 71

Warning: Division by zero in [path]/includes/class_postbit.php(314) : eval()'d code on line 213

Warning: Division by zero in [path]/RPG/function_userpet.php on line 71

appears only in topics, not in the forum home, Category home, etc

DarkgamerVN 06-11-2010 05:12 AM

for table prefixes bug , i will fix in next version .

Quote:

ok so its reduced down to this

Warning: Division by zero in [path]/includes/class_postbit.php(314) : eval()'d code on line 213

Warning: Division by zero in [path]/RPG/function_userpet.php on line 71

Warning: Division by zero in [path]/includes/class_postbit.php(314) : eval()'d code on line 213

Warning: Division by zero in [path]/RPG/function_userpet.php on line 71


appears only in topics, not in the forum home, Category home, etc
pm me your site

ArminTECH 06-11-2010 05:37 AM

tagged

RokuDaMerlin 06-11-2010 09:32 AM

Quote:

Originally Posted by Delazar (Post 2051395)
Sieht gut aus was du da gemacht hast. Und dnake f?r die ?bersetzung.
Hast du Tabellen Pr?fix bei dir?

nein habe keine pr?fix

@Kraxell

nein es sind nicht die bilder aus der sql .. habe sie alle ersetzt .. k?nnte sie aber evtl zur verf?gung stellen ;)

lg

Kraxell 06-11-2010 10:33 AM

W?re toll wenn du das machst :D

balkanboy 06-11-2010 10:38 AM

Quote:

Originally Posted by argothiusz (Post 2051755)
No, its not. Take me less than 5 sec to track down which tables have been imported and another 5 sec to import them manually lol "hell of a pain" should only be use when you have to open 10GB of SQL text and import them manually when you move server xD

You rekon you can give me a run down how is the easiest to check what new has been added and what is still the same im a total noob when it comes down to phpmyadmin... :(

beacher 06-11-2010 12:55 PM

very nice!! mark as installed!!

I'm going to translate it in italian, if you want ;)
It's possible to have all of the images hosted on own server and not on your host?

Thanks in advance ;)

DarkgamerVN 06-11-2010 02:05 PM

Quote:

It's possible to have all of the images hosted on own server and not on your host?
yes, you can link to your host

murekhalir 06-11-2010 04:25 PM

This is so beast - please keep up the work.

Do you thnk you can work on an extension that will:

-Allow people to post image of their pet on other forums in their signature, website etc etc.
-When people click on it it brings them to the pet section and allows people to register.

This is an ATTRACTIVE means of forum registrations and participation/promotion.

Also give some bonuses for people getting lots of clicks to exp.

rule0 06-12-2010 12:09 PM

Quote:

Originally Posted by DarkgamerVN (Post 2051874)
for table prefixes bug , i will fix in next version .

thanks, waiting for this. :up:

Blackhat 06-12-2010 12:53 PM

Quote:

Originally Posted by DarkgamerVN (Post 2051874)
for table prefixes bug , i will fix in next version .


Great news :up::up::up::up:

wEbAddEr 06-12-2010 03:31 PM

cool, than i can install it :)

LatinoCheats 06-12-2010 08:06 PM

Hehe! Gracias amigo, perfecto ?ste mod. Muy calidad y bueno. Sera el mas nominado. Le faltan algunas cositas, pero esta muy bueno.

Gracias por este grandioso trabajo, muchos se divertiran ;).

Saludos!

session-one 06-12-2010 10:02 PM

really like this..

users were asking for a guide and a battle log..like when versus battles happen theres no way of seeing a battle log or what happened in that battle..

any future plans with this mod?


All times are GMT. The time now is 01:53 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.01581 seconds
  • Memory Usage 1,850KB
  • 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
  • (2)bbcode_code_printable
  • (21)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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