![]() |
that doesnt seem...too hard, lol :-p i unno, i might add that to what to do TOMARROW ^_^ :D
|
Fine with me. And can I get some fries with that? :p Seriously, though. I'm loving the add-ons thus far. :D
|
Alright bitsy, the donation thing has been fixed.
My other problem is with user records. We have so many people on the boards since the RPG opened up that our database goes down for about 5 minutes at various times during the day. Now if the timing is just right, and a user is finishing the battle just as the databse is going down, their record can get messed up. For example, one guy had listed games played: 1 but then 8 wins.... it appears to happen only when the databse has been down, but I dunno if it can be fixed. Also, when I have to prune battles, the user's record does not update, because as soon as a user enters a battle, it adds one to their "battles fought" category. If I have to prune it before it is finished, the "battles fought" stays the same, making their records off. -More |
Quote:
l8er sonic |
Does anybody know how the anger system works?Whenever they get angry on my site, they pull off way too much damage. Is there any way that I could lower the attack increase some?
|
Well, a guy from my boards named Kirby King and I worked out a new addon. This addon allows you to lock all users' RPG options in their USER CP when they reach a certain level. The following code locks the stats at level 5, but you can change this number to whatever you want. I would recommend giving the users at least a couple levels' time where they can test different characters. This addon stops a lot of the cheap strategies some users have, such as a user switching his element to be strong against the opponent just before he challenges.
************************************************** ****** // Lock RPG Options at a Specified Level // Edits: member.php and an optional "modifyprofile" template edit // By Moreliator ************************************************** ****** in member.php find Code:
$user = $DB_site->query_first("SELECT rpgclass, rpggender, rpgrace, alignment, element, inbattle FROM user WHERE userid='$bbuserinfo[userid]'"); Code:
$user = $DB_site->query_first("SELECT rpgclass, rpggender, rpgrace, rpgtype, alignment, element, inbattle FROM user WHERE userid='$bbuserinfo[userid]'"); Code:
$rpgtypeid = $user[rpgtype]; Code:
$rpgtypeid = $user[rpgtype]; in the MODIFYPROFILE template, find Code:
$customfields Code:
<tr> |
Quote:
Quote:
Quote:
update: i think IM gunna set MYSELF to it, lol, i have no desire to battle....:-p also, you can set the 'default' to 1(on) 0 (off) based on what you would like the most. i set it to on default... |
@ Darkwaltz4: That attachment is the add-on for the option to not accept challenges? If so... excellent! :D Also, I noticed you updated your signature. The Monster Arena part caught my eye pretty quickly. How much do you think it will cost? PM me if you wish to. Later.
|
Quote:
can some1 help me with the damage. my items hit way too much and the buff isn't a lot. l8er sonic |
there stats are almost alike to the default ones.
l8er sonic |
All times are GMT. The time now is 01:09 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|