Quote:
Originally posted by Goldknight
Bitsys
So far your .53 verison work great. Several members and I test your hack and will let you know more. Anyway There are three things that I d like to bring up about..
First of all..
What is Ma, PP, and AP? I always like old classic rpg stats anyway I need to know what are these so I can change to old classic rpg stats. Thanks
|
MA = Magic Aura. This is similar to mana in traditional RPGs. MA is used up when you use spells.
PP = Power Percentage/Points. Currently, this does not affet the battle, because I have not implemented any kind of special moves for characters. However, in the future, this will act like a sort of "special attack" pool from which the character can draw upon for special attacks. This is subject to change.
AP = Anger Percentage. This is how mad your character is. When it reaches 100, your character does 10%-X% extra damage, based on your level. Your character gets mad when he/she misses the opponent in battle, or when the opponent dodges, or when he/she fails to do any damage to the opponent.
Quote:
Originally posted by Goldknight
Second, Check Stats and Donate link (javascript) it s bit annoy me whenever I click these link and bump me to top of the thread. I wonder is there any way for me to stay where I am when I click the link? Thanks
|
I think I can make a fix for this. I am not sure though. i understand your frustration. If anyone out there knows any easy fix, then please let us know!
Quote:
Originally posted by Goldknight
Third, One member want me to ask you, will it affect the queries if I add text and graphic stats both in postbit? Again, it is old classic rpg looks. I like it but I m not sure if it ll increase more queries or not. Pls lemme know.
Many thanks! I ll come again if I have some QQ or suggestions.
|
Whether or not you add text and graphical stats to the postbit will in no way affect the queries. The number of queries is determined by which installation option you choose during the install. If you choose to edit showthread.php, then all of the variables will be available, at the expense of ONE additional query that takes about .001 seconds to execute (it is a SELECT COUNT(*) query). If you choose not to edit showthread.php, then you cannot use any of the variables, and there will be no additional query. Remember this is one additional query for showthread.php, NOT the getpostbit function (which is a looping function inside of showthread.php).
Let me know if you have any more questions.