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 :)


All times are GMT. The time now is 08:05 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.01466 seconds
  • Memory Usage 1,756KB
  • 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
  • (7)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