vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=5)
-   -   RPG Integration Hack /w Battle (BETA) (https://vborg.vbsupport.ru/showthread.php?t=46417)

pucca 07-27-2003 09:29 AM

Hello~! ^_^! I have a little problem.. I can't seem to Donate any points to my members nor can any of my members donate to others. Donating, i meant through the postbit ( http://puccafan.com/lounge/showthrea...&threadid=1449 ) I think the code is right b/c I copy and pasted it from the Manual. I'm not sure what's going on? The Battle is OFF for now and I'm not using Leasane's Store. I'm using VB 2.3.0.

Help would be much appreciated, thank you for your time!

Areku 07-28-2003 09:07 AM

Is this hack still under development?

I can see lack of updates for a while...

Is there any gallery of working RPG hack sites somewhere?

Tu!

Bitsys 07-28-2003 04:55 PM

Quote:

07-24-03 at 03:47 PM saint_seiya said this in Post #2016
That would be cool.

I also just got::


just to let ya know people sometimes get robbed by the store

Ahh i wish i could go to the previous version, it didnt have so many bugs.


Ok, I just finished re-writing the money code in battleupdate.php. While I was at it, I re-formatted the code in battleupdate.php as well.

How are they getting robbed? the money is taken away but they aren't getting the item?

Quote:

07-25-03 at 12:50 PM Lord Man said this in Post #2017
i have been asking this addon many times
i think it is not hard thing
CAN ANY 1 make IT ?
user add a new battle without challenged person
then in browse battles page .. in the challenged person field .. make a link (enter) and fight the challenger ..

too esey .. right :) ?

so, can any 1 make it ?

THX


Unfortunately, the battle structure doe not easily permit persistent challengers like you are thinking of. When a battle is created, neither user can be in battle nor can the battle start until the opponent accepts the battle. A new field in the user table and a new usercp option would have to be added to allow what you are thinking of.

Quote:

07-25-03 at 01:16 PM Elly said this in Post #2019
I would like to appolgoize in advance if this has already been answered I read up to page 15 and didnt see it even asked x.x

It is a simple problem, why when I try to put in a RPG Name for my character in the User CP it doesn't stick, but if I change it in the Admin CP it will stay, what needs to be changed?

Did I forget to add something, perhaps did something wrong. Besides this everything seems to be working wonderfully and I really do like this hack ^.^


EDIT: I just realized this also is affecting some of the other profile fields, Location, Biograhpy, Intrests and Occupation.

Can anyone please tell me how to fix this I really enjoy this hack.


In the admin cp, go to Modify Profile Fields. Make sure everything looks fine there (no duplicates, etc...). After that, send me your member.php so that I can make sure the file edits were correctly done by the installer.

Quote:

07-25-03 at 10:23 PM Moreliator said this in Post #2020
Bitsys, I'd just like to let you know that my forums have now hit over 2,000 battles. I still do not have any major glitches. We had a few monetary problems in the past, but with the rewritten money part for wagering and stuff that you released in the past week I have had no problem since.

I just wanted to let you know this, because my users are using this hack extensively and it is holding up very nicely. I have multiple addons made for this RPG, and still no problems.

Rewriting the script to take money from pocket and not bank would, however, be beneficial IMO.

The only problem we have now is battle records. Is there anyway you could write a script that goes through and corrects battle records? Some of our members have like 90 battles played, but only 5 wins and 2 losses... it works the other way too, sometimes a member will have 30 games played but like 90 wins. I've narrowed it down to two things:
1) Battle Records mess up when our Database goes down in the middle of a battle ending report

2) There have been instances where a user repeatedly presses the "Acknowledge Results" button, causing record errors.


Its not really a glitch though, just a small problem :P

Good Work, and thanks. Looking forward to that final version :)


Well, the battle script is supposed to automatically detect hitting the submit button too many times - it is called an illegal move in battleupdate.php. However, you can try to do what darkwaltz said and use javascript to disable the submit button after it is pressed. I can't do much about the databse going down unless it is a problem with the RPG Hack that is causing itt to go down.

There isn't a really good way of fixing the battle records since the battle posts and battles themselves are deleted after the battle is over. THe onyl thing I can tell you to do is edit each user's battle record manually in the RPG-> Edit Users Menu of the admin cp.

Thanks for letting me know the new money code is working. It will definately be going in the next version.

Quote:

07-25-03 at 10:44 PM kaotic said this in Post #2021
The bad part about that is that they can do something like create a post, deposit the money, and delete the post. They'd be able to keep the money with no problem. I have it set up like that (was forced to because I use the store hack), and the members found out how it worked. :(

That would be a problem no matter where the money goes (bank or pocket). Since there is no transaction record for what money is obtained through which posts, there isn't a reasonable solution to the deleting posts problem.

Quote:

Yesterday at 05:29 AM pucca said this in Post #2025
Hello~! ^_^! I have a little problem.. I can't seem to Donate any points to my members nor can any of my members donate to others. Donating, i meant through the postbit ( http://puccafan.com/lounge/showthrea...&threadid=1449 ) I think the code is right b/c I copy and pasted it from the Manual. I'm not sure what's going on? The Battle is OFF for now and I'm not using Leasane's Store. I'm using VB 2.3.0.

Help would be much appreciated, thank you for your time!


Are there any errors generated? If so, what are they?

Quote:

Yesterday at 09:30 PM Me! said this in Post #2026
So far things have been going good on my forums battle mod.

Only a few minor things I wanted to report to you.

Some of my members complain about not getting interest from the bank. Some do and some say they don't and some others say they are getting too much interest (like 21%). Also I'm not sure if this is correct or not but they say that any bank activity will reset the 24 hour interest waiting period.

If they only go to the itemshop once a week, then they will get the normal interest (10%) compounded over a 7 day period, which can make it look like it is 21%.

Yes, any bank activity within the 24 hours resets the 24 hour mark.


Quote:

Yesterday at 09:30 PM Me! said this in Post #2026
Also to save space and make it look nicer I removed the code in battle template so that it doesn't show the items a user has. Does this interfer with anything, because now for some reason I can't use shield no matter how many times I buy and resell and then re buy it >.< (also some people complain about not being able to use magic spells) I even updated my rpg info and checked the item category and still no luck.
If you just changed a template, then there shouldn't be any problem.

Shields don't work (unless you have Darkwaltz's addon installed) anyhow.

For spells, if the user doesn't have any MA, then they can't use the spell. Are the user's sure they had enough MA to use the spell?

Quote:

Yesterday at 09:30 PM Me! said this in Post #2026
Also the change where you can make only one item worked perfectly but is there any way to list them all seperatly? I used this code that you provided:

Code:

Hmm, I am not too sure. Try the following:

In admin/function.php, find:

PHP: 

if($post[$xc]!="No Item") {
 

and CHANGE it to

PHP: 

if($post[$xc]!="No Item" AND $nr == XX) {
 

Change XX to the ID of the pet category. You should be able to find the ID in the admin cp.

That worked great but no other items show, I was wondering if there is a way to show them all seperate. I really don't want the pet to show up on the battle screen XD


Well, if you know the category ID, then you can keep adding "AND $nr == XX" to the if statement and it will only include items that are in that category. If you want to exclude a category, just put "AND $nr != XX".

Quote:

Yesterday at 09:30 PM Me! said this in Post #2026
I installed the VB Arcade not long ago and it seems to be bugging things out on my forum I wonder if the VB Arcade and the battle mod are compatible with each other? I really should uninstall the arcade but my members will miss it >.> I wonder if anyone else here has any problems with the battle mod and arcade mod both installed?

Sorry for such a long post, I've been busy this week and meanwhile my members have come up with a long list of things they want me to do XD

Hmm, I have no idea if this hack works with vb Arcade. I have never installed it.

Quote:

Today at 05:07 AM Areku said this in Post #2027
Is this hack still under development?

I can see lack of updates for a while...

Yes, but I have been working on some vb3 hacks over the past month so development on this has slowed to fixing bugs.


Quote:

Today at 05:07 AM Areku said this in Post #2027
Is there any gallery of working RPG hack sites somewhere?


Tu!

There is not a gallery, but you can try browsing the websites of people who post in this thread.

chrisz 07-28-2003 09:25 PM

Hey all.
I have found another error when installing the hack on my new forum.
I had an extra profile feild named Favourite Game.
When I installed the hack and set up the postbit where the cash is meant to come up the favourite game appeared instead.
How can I set it up so the money appears?

Areku 07-28-2003 11:24 PM

Thanks so much Bitsys! Keep up the good work!

Just installed on a fresh clean 2.3.0 and it went smooth.

We'll see how hard is to translate to spanish.

I might send you the files if you're interested in a multilingual version but I guess u're busy enough ;)


Ah! btw! Installing any of the add-ons will make future updates of the RPG hack harder to apply? Impossible? Possible?


Thanks!

Bitsys 07-29-2003 12:06 AM

Quote:

Today at 05:25 PM chrisz said this in Post #2030
Hey all.
I have found another error when installing the hack on my new forum.
I had an extra profile feild named Favourite Game.
When I installed the hack and set up the postbit where the cash is meant to come up the favourite game appeared instead.
How can I set it up so the money appears?

Please do the following:

Quote:

1. Go to your admin panel
2. Go to modify user profile fields
3. Find the Pointfield profile field
4. Right click over the edit link and go to copy shortcut
6. Copy it in your browser
7. Near the end there will be a number. Remember that number
8. Go to edit the itemshop options
9. In the pointfield option put in field# and replace number with the number you recorded in step 7.
Quote:

Today at 07:24 PM Areku said this in Post #2031
Thanks so much Bitsys! Keep up the good work!

Just installed on a fresh clean 2.3.0 and it went smooth.

We'll see how hard is to translate to spanish.

Another user has already translated it to Spanish. Would you like to see if they will share their version?

Quote:

Today at 07:24 PM Areku said this in Post #2031
I might send you the files if you're interested in a multilingual version but I guess u're busy enough ;)


Ah! btw! Installing any of the add-ons will make future updates of the RPG hack harder to apply? Impossible? Possible?


Thanks!

It is certainly possible to do. Some people are satisfied with the current version and don't feel like they will update in the future. Others will probably update and re-apply the add-ons, since they are relatively easy to do. It all depends on your confidence with doing an upgrade to a hack that has been hacked ;)

chrisz 07-29-2003 12:49 AM

Quote:

1. Go to your admin panel
2. Go to modify user profile fields
3. Find the Pointfield profile field
4. Right click over the edit link and go to copy shortcut
6. Copy it in your browser
7. Near the end there will be a number. Remember that number
8. Go to edit the itemshop options
9. In the pointfield option put in field# and replace number with the number you recorded in step 7.
Bitsys it didnt work.
Here is a screen:
Note- The diamond looking picture is the money, the chest is the bank.
It just isnt appearing.

chrisz 07-29-2003 05:41 AM

NM!!
I fixed it lol.. It was pretty simple.
I guess being away from this hack so long made me rusty.
BTW bitsys its Messiah Daz not dez :P
We havent talked in ages your always afk.
Well lataz and thnx for your help

Elly 07-30-2003 01:08 AM

Bisty thanks for the reply, I got the names to stick now the races and other information besides the element are not working.

I think it is a conflict between this great hack and another that I have installed I am going to remove the other and try again if that doesnt help us I will send you our member.php file so you can take a look

Again thanks for your reply and thanks for making such a great hack

Triade 07-30-2003 06:23 AM

Hi, all! Just a question:
Someone of you know where to find pics about new characters and new items?
Also a psd file that can be modified. Someone could help me?


All times are GMT. The time now is 09:12 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.03663 seconds
  • Memory Usage 1,807KB
  • 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
  • (1)bbcode_code_printable
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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