Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > RPG Integration Hack
FAQ Community Calendar Today's Posts Search

Closed Thread
 
Thread Tools
RPG Integration Hack - Old Support Thread Details »»
RPG Integration Hack - Old Support Thread
Version: , by MindTrix MindTrix is offline
Developer Last Online: Jul 2013 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 08-17-2004 Last Update: Never Installs: 0
 
No support by the author.

Nice conversion there mate, lot of work has gone into it so well done and thanks for sharing it

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #92  
Old 08-19-2004, 09:55 PM
Deimos Deimos is offline
 
Join Date: Oct 2002
Posts: 529
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Bug with the lottery

You Do Not Have Enough Gil To Buy A Ticket!
You Only Have Gil in your pocket.

I only have gil? shouldn't it say "You only have XX Gil in your pocket"?
  #93  
Old 08-20-2004, 04:15 AM
deathemperor's Avatar
deathemperor deathemperor is offline
 
Join Date: Jul 2003
Location: HOL
Posts: 1,270
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Revan, told you that you should test it before the release, even you said that you tested it with no problems, how can I believe it with those buggy things ?

and I don't know how could you miss this:

PHP Code:
$DB_site->query("DELETE FROM battle WHERE battlenumber='$battlenumber'"); 
should be replace with
PHP Code:
$DB_site->query("DELETE FROM ".TABLE_PREFIX."rpg_battle WHERE battlenumber='$battlenumber'"); 
it's rpg_battle but not battle (there is no battle table), this is a crazy mistake that I couldn't even believe

of course the battle doesn't work, I think you got the same problem like the bitsys' RPG, you can re-read that thread.
  #94  
Old 08-20-2004, 07:58 AM
Kru's Avatar
Kru Kru is offline
 
Join Date: Nov 2002
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have the store and money system of the vPetz hack installed at my system. Is there a way that I can use it instead of uCash/uShop . I installed vbookie at my forum, too and it allows me to choose between uCash/uShop and vBetz money. Maybe somebody can tell me which changes I must make to run the rpg hack with the vPetz money?
  #95  
Old 08-20-2004, 12:13 PM
ogetbilo ogetbilo is offline
 
Join Date: Mar 2004
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have 2 questions.
1. Even if you have enough money you cannot heal yourself.Healing is not working.
2. I bought an item and tried to have fight but I couldnt use the item.It says I dont own any weapons I can use.
If a member buys an item does he supposed to do any action in order to use in the battle ?

Also even if you choose to use mid files during the war it isnot also working.

But it is an awesome hack.When you will release without any bugs i will install to my board.
  #96  
Old 08-20-2004, 12:27 PM
Deimos Deimos is offline
 
Join Date: Oct 2002
Posts: 529
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ogetbilo
I have 2 questions.
1. Even if you have enough money you cannot heal yourself.Healing is not working.
I had the same problem to.

Quote:
2. I bought an item and tried to have fight but I couldnt use the item.It says I dont own any weapons I can use.
You have to go into the Admin panel, click Itemshop, then Edit Items
On the next page you'll see "Weapons - Add items, Edit Remove"
Click Edit, then change the battletype to "One handed weapon" or "Two handed"
Then you can use them in battle.
  #97  
Old 08-20-2004, 12:28 PM
Deimos Deimos is offline
 
Join Date: Oct 2002
Posts: 529
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is it possible to disallow point generation from a forum which is specifically setup for spam?
Since I put the system in, people are now spamming the "Spam forum" to get "Gil" so they can buy items
Like the petz system, can the code be changed to disallow gil generation for forums which are setup to not count towards post counts?
  #98  
Old 08-20-2004, 01:30 PM
Revan's Avatar
Revan Revan is offline
 
Join Date: Jan 2004
Location: Norway
Posts: 1,671
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by deathemperor
Revan, told you that you should test it before the release, even you said that you tested it with no problems, how can I believe it with those buggy things ?

and I don't know how could you miss this:

PHP Code:
$DB_site->query("DELETE FROM battle WHERE battlenumber='$battlenumber'"); 
should be replace with
PHP Code:
$DB_site->query("DELETE FROM ".TABLE_PREFIX."rpg_battle WHERE battlenumber='$battlenumber'"); 
it's rpg_battle but not battle (there is no battle table), this is a crazy mistake that I couldn't even believe

of course the battle doesn't work, I think you got the same problem like the bitsys' RPG, you can re-read that thread.
Weird that I didnt find this error when I tried to delete a battle, seeing as Im using the same files as is in the zip and I dont get the error.
It would also help that you actually named the file, saves me the hassle of looking through every file.

Quote:
Originally Posted by Deimos
Bug with the lottery

You Do Not Have Enough Gil To Buy A Ticket!
You Only Have Gil in your pocket.

I only have gil? shouldn't it say "You only have XX Gil in your pocket"?
EDIT:
Template error. Go into your Template Manager and find in the 'lottery_error2' template;
PHP Code:
$usershi[]t[field1
replace with
PHP Code:
$usershi[]t[uttpoints
Due to vB.org's policy, please remove the []'s from the 2 above to find what you really have to find and replace


Quote:
Originally Posted by ogetbilo
I have 2 questions.
1. Even if you have enough money you cannot heal yourself.Healing is not working.
I am still unable to pin this down.
I put on healing cost, and entered my SQL to set my HP and MA to 0, and it updated fine.


In general news, Im gonna talk around and find a host where I can setup a beta forum where I install the uCS and RPG only, and where you can enter and find bugs.
  #99  
Old 08-20-2004, 01:31 PM
deathemperor's Avatar
deathemperor deathemperor is offline
 
Join Date: Jul 2003
Location: HOL
Posts: 1,270
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Deimos
Is it possible to disallow point generation from a forum which is specifically setup for spam?
Since I put the system in, people are now spamming the "Spam forum" to get "Gil" so they can buy items
Like the petz system, can the code be changed to disallow gil generation for forums which are setup to not count towards post counts?
yes you can, since UCS offers you that.
Go to forum manager --> edit that forum --> set all the number to 0. the users won't have points by posting in that forum
  #100  
Old 08-20-2004, 01:42 PM
Revan's Avatar
Revan Revan is offline
 
Join Date: Jan 2004
Location: Norway
Posts: 1,671
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

As for the healing errors, try this file.
It doesnt really have any fixes, but its worth a shot.... :ermm:
Attached Files
File Type: (21.3 KB, 9 views)
  #101  
Old 08-20-2004, 01:47 PM
Deimos Deimos is offline
 
Join Date: Oct 2002
Posts: 529
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Revan


In general news, Im gonna talk around and find a host where I can setup a beta forum where I install the uCS and RPG only, and where you can enter and find bugs.
If the VBulletin license allows it, i'd be happy to setup a temp boards on my server for you to beta test with
I think the license allows it as long as it's not a live forum, but used for testing, right?
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:45 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.06296 seconds
  • Memory Usage 2,343KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (6)bbcode_php
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_attachment
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete