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)

Bitsys 09-03-2003 11:10 AM

Quote:

08-31-03 at 11:36 AM Telchar said this in Post #2200
Upgraded to v 0.68 and I get 'Invalid battle or password ' when trying to enter a battle..

I think the fix for this is to replace all references of $key in battle.php with $key1.

Quote:

08-31-03 at 01:59 PM daveone said this in Post #2203
?hm bitsy
is it now so , that people their challenged , not must pay money when they say no ?


That is correct. When you are challenged and you decline, then you do not have to pay the wager.

Quote:

08-31-03 at 08:24 PM Blaine0002 said this in Post #2205
Ohh! Bitsys! the 5th shop IS a personal itemshop... Does that have anything to do with it?

In battlefight.php, find:
PHP Code:

$itemcats $DB_site->query("SELECT id, battletype FROM items_cats WHERE type = 0 ORDER BY battletype"); 

Are you able to find it?

Quote:

09-01-03 at 06:31 PM kaotic said this in Post #2206
Is there a way to lower or maybe even reset AP after a battle ends? We have organized tournaments sometimes, and some of the participants like to get their AP really high before their next battle begins.

There isn't an automatic way of doing this. However, you can do it by running a query. I believe it would be:

Code:

UPDATE user SET ap = 0
That query would set the AP to 0 for everyone.


Quote:

Yesterday at 05:42 AM Darkwaltz said this in Post #2207
this hack is great but...

the stats show up fine in the rpg cp...

but when i add the code in the postbit or the getinfo....it all looks fine but the actuall numbers and names dont show so i get something like this

Level:
Race:
Gender:
Class:
Element: -
Alignment:

but in the rpg cp i see it all....anyone know how to fix this?

hp is staying on 0/0 even when i have alot of exp?

i am also missing a few of the options in the admin cp so if anyone could upload there fully edited Admin/index.php file that would be great


Make sure you update your stats. After that, run DB Fix. If neither of those work, then let me know.

Quote:

Yesterday at 02:28 PM Jagang said this in Post #2209
Since I got no answer to this last time I posted it, I will ask again.

Yes, there is a way to do that. However, it would require custom modifications.

Jagang 09-03-2003 03:35 PM

Quote:

Today at 01:10 PM Bitsys said this in Post #2211
Yes, there is a way to do that. However, it would require custom modifications.
Bitsys, could you expand on that a little? What type of "custom modifications" would be needed and to what files? I just need a place to start looking.

Bitsys 09-03-2003 06:24 PM

Quote:

Today at 11:35 AM Jagang said this in Post #2212
Bitsys, could you expand on that a little? What type of "custom modifications" would be needed and to what files? I just need a place to start looking.

In newthread.php and newreply.php, find:

PHP Code:

$DB_site->query("UPDATE user SET xp=xp+$battleopt[expperpost] WHERE userid='$bbuserinfo[userid]'"); 

That is the query used to give the user experience. To determine the length of the message and store it in a variable, use the following code:

PHP Code:

$messagelength strlen($message); 

You could change the query to something like:

PHP Code:

$DB_site->query("UPDATE user SET xp=xp+" intval($battleopt['expperpost'] * strlen($message) / 100) . " WHERE userid='$bbuserinfo[userid]'"); 

This would give the user the full amount of exp per post if the message was exactly 100 characters. If the message was 200 characters, then the user would get twice the amount of normal xp per post, etc.

You could always put a cap on the amount of exp people get could get so that people didn't make a post that contained the same characers over and over again.

Please note that I have not tested any of the above code.

Jagang 09-03-2003 06:28 PM

That was exactly what I needed. I'll toy around with it and see what happens. Thanx Bitsys, you're the best.

Telchar 09-03-2003 09:14 PM

Quote:

Yesterday at 02:10 PM Bitsys said this in Post #2211
I think the fix for this is to replace all references of $key in battle.php with $key1.
Still no password in the PM, and still get invalid password when trying to access the battle..

For 'wager' you use '$wager' but for 'battlekey' you use '$key'? Tried to change it, but had no effect..

Bitsys 09-03-2003 10:31 PM

Quote:

Today at 05:14 PM Telchar said this in Post #2215
Still no password in the PM, and still get invalid password when trying to access the battle..

For 'wager' you use '$wager' but for 'battlekey' you use '$key'? Tried to change it, but had no effect..

Oops, I forgot to tell you to edit the new battle template ;)

Replace all "$key" with "$key1" in battle.php.

Then, in template battle_newbattle, find "key" and replace it with "key1".

Let me know if that works.

lioncool1589 09-04-2003 02:36 AM

bitsys help me out why my angry still do alot dmg after i updated lastest version

http://www.clan-ice.com/showthread.p...4129#post44129


Debug Variables:
Anger ($anger): 15.2
Hit Chance ($hitchance): 0.9
Random Number ($randnum): 8
Regular Attack Bonus ($regattbonus): 8630.4900154444
Regular Defense Minus ($regdefminus): 3794.7144049102
Damage Done ($damagedone): 159575 == [floor((2350 + 8630.4900154444) * 1 * 15.2 + 2450 - 7400 - 3794.7144049102)]
Dodge Chance ($dodgechance): 1100
New HP ($newhp): -156442

Blackangel 09-04-2003 08:16 AM

<a href="http://www.rpgpalace.net/forums/" target="_blank">http://www.rpgpalace.net/forums/</a>

they have a nice rpg hack...

Telchar 09-04-2003 05:26 PM

Quote:

Today at 01:31 AM Bitsys said this in Post #2216
Oops, I forgot to tell you to edit the new battle template ;)

Replace all "$key" with "$key1" in battle.php.

Then, in template battle_newbattle, find "key" and replace it with "key1".

Let me know if that works.


It worked! :laugh: Thanks!

But now i got another problem..
I get this each time someone attacks:
Quote:

Debug Variables:
Anger ($anger): 1
Hit Chance ($hitchance): 0.9
Random Number ($randnum): 18
Regular Attack Bonus ($regattbonus): 568.112838537
Regular Defense Minus ($regdefminus): 388.721620688
Damage Done ($damagedone): 304 == [floor((450 + 568.112838537) * 1 * 1 + 0 - 350 - 388.721620688)]
Dodge Chance ($dodgechance): 32
New HP ($newhp): 1823
It happens with all weapons, though not the when using the shields.. Where do i edit so it dissapears?
The shields don't work on my character, but it works for another admin.

Bitsys 09-04-2003 05:41 PM

Quote:

Yesterday at 10:36 PM lioncool1589 said this in Post #2217
bitsys help me out why my angry still do alot dmg after i updated lastest version

http://www.clan-ice.com/showthread.p...4129#post44129


Debug Variables:
Anger ($anger): 15.2
Hit Chance ($hitchance): 0.9
Random Number ($randnum): 8
Regular Attack Bonus ($regattbonus): 8630.4900154444
Regular Defense Minus ($regdefminus): 3794.7144049102
Damage Done ($damagedone): 159575 == [floor((2350 + 8630.4900154444) * 1 * 15.2 + 2450 - 7400 - 3794.7144049102)]
Dodge Chance ($dodgechance): 1100
New HP ($newhp): -156442


Anger is still based on a user's level. To restrict anger damage, do the following:

In battleupdate.php, find:
PHP Code:

$debugvariables .= "Anger (\$anger): $anger\n"

and ABOVE it, add:
PHP Code:

if ($anger XX)
{
    
$anger XX;


Where XX is a number greater than 1. If XX is 3.0, then the user will do a maximum of 3 times as much damage.

Quote:

Today at 01:26 PM Telchar said this in Post #2219
It worked! :laugh: Thanks!

But now i got another problem..
I get this each time someone attacks:

It happens with all weapons, though not the when using the shields.. Where do i edit so it dissapears?
The shields don't work on my character, but it works for another admin.


In battleupdate.php, find:

PHP Code:

$battledebug 1

and change it to:

PHP Code:

$battledebug 0

What is the buff for the shield? Are you both using the same shield? How does it not work?


All times are GMT. The time now is 09:37 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.02703 seconds
  • Memory Usage 1,780KB
  • 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
  • (8)bbcode_php_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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