![]() |
3. in your faq you have Elements listed twice, the whole category, and you can tell the info was copy and pasted, not a big error
Plus to HP: This field specifies the amount of HP to give the user to start out with. If you set this field to 40, then when the user first updates his/her stats and is using this element, then they will have 40HP. All additional HP is calculated by the user's post count and forum activity. Plus to MA: This field specifies the amount of MA to give the user to start out with. If you set this field to 40, then when the user first updates his/her stats and is using this element, then they will have 40HP. All additional MA is calculated by the user's post count and forum activity. Plus to PP: This field specifies the amount of PP to give the user to start out with. If you set this field to 40, then when the user first updates his/her stats and is using this element, then they will have 40HP. All additional PP is calculated by the user's post count and forum activity. |
I hope the new version will come out soon
it also will be better what i had said with that 2 profiles under the battlescene just like that terribly asci ;) lol and plz think to add features like :) clan you can make a clan with a password then if someones wanna join then you can pm the password then he can join and there is a clan top statistic and a clan may have maximum 5 members and on your postbit $clanname <a href"clan.php?$clanbattlestats> and there you can view the whole clan won and lose and maybe that you can trade items WITHIN the clan like accepting a battle accepting a item for another That will be cool |
Quote:
Quote:
Quote:
Thanks for finding the typos, they will be corrected in the next version. PSI|Dr-X: I must agree that the clan idea is a very good one, and I like your suggestions/additions to it. However, if I were to make it, then this hack wouldn't come out of beta for at least another month and a half. |
Quote:
|
Quote:
|
Hey,
Are there any plans for i) a spell system O:-) [you know how badly i want it!] ii) integration with lesane's store [the points] Thanks for a cool hack already |
Quote:
|
geniuscrew:
i)Maybe after final release ;) ii)After Final Release, I will make a new version that works with the store hack |
Bitsys, you may be able to help me. I'm trying to display the richest user's username and amount of points they have on my forum home page.
So far, I've gotten it to display a username and the amount of points they have on hand, but it's not showing the richest user. Here's the code: PHP Code:
Any hints? |
SpyGuy007:
The user's points are stored in a field that is VARCHAR. String sorting is different from numeric sorting, so you can't query the database in the numeric sense. If you have phpmyadmin, you can verify this by going to the userfield table, clicking on browse, then clicking the field5 column. Note how the values appear to be out of place based onwhat you would expect. There might be another way to do it, however. EDIT: After a little research, I think this will work: PHP Code:
$mostpoints[userid] - User ID of the person with the most points $mostpoints[username] - Username of the person with the most points $mostpoints[field5] - Amount of points the person with the most points has. EDIT2: I just did a little more experimentation. I realized that since there are two separate places where you store the amount of money the user has, then you may want to show the person who has the most overall money. The person with the most overall money is the person that has the most money in their pocket (most points) AND the most money in the bank. To do all of this in one query, you can do the following: PHP Code:
$mostpoints[userid] - User ID of the person with the most overall money $mostpoints[username] - Username of the person with the most overall money $mostpoints[field5] - Amount of points the person with the most overall money has $mostpoints[bankval] - Amount of money the person with the most overall money has in the bank $mostpoints[total] - Amount of money the person with the most overall money has total (points + bank) On my test forums, this was a rather fast query: Code:
Time before: 0.0881650447845 |
All times are GMT. The time now is 11:54 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:
|