View Single Post
  #1994  
Old 07-28-2003, 04:55 PM
Bitsys's Avatar
Bitsys Bitsys is offline
 
Join Date: Oct 2002
Posts: 444
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01267 seconds
  • Memory Usage 1,824KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code
  • (12)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete