![]() |
Quote:
|
Quote:
Thanks ^^ |
Is there a way to incorporate this with RPG Inferno?
|
have mod + - EXP ?
|
Good hack, congratuletion!
Edit: Hi, i'm interested in changing how you see the level statistics , i want to use pictures of the digits instead of just numbers. like you see in the image. What should I change to get this?? |
This is great stuff Zachery. Here's a question. How difficult would it be to get a stats package like this that's customizable via the admin cp. Here's why I'm asking.
I run a rpg that has online, tabletop and larp components. I need to have stats on the forums, but I need to be able to edit those stats manually. (Both new stats and add/subtract from stats.) Of course this is outside the realm of the topic so feel free to pm me. Thanks Campbell |
Quote:
BUt mine was far worse since i have a large forum with users who have 10-20.000 posts. This makes the bars MILES long. :( |
Ok, fixed that :)
Question though.... Can you make it so that it also puts ranks to the levels? So like...at level 1-10 you're a squire 11-50 your a footsoldier 51-150 you're a pikeman etc.. SOmething like that |
btw,
How is the EXP calculated?? Quote:
|
Quote:
post...post...post some more....see where this is going? |
Quote:
|
Quote:
|
Quote:
|
Quote:
This is a simple logarithm that will calculate the how much post a member needs in order to get to the next level. This is the engine that will control all other calculations. Now, I've cubed it so leveling resembles Final Fantasy; where the max level is 99. If you are into D&D, squaring the formula would be best, requiring a lot of post before a user can reach level 20. In short, the higher the exponent, the quicker it is to level up. From my post a few posts back, if you want something more .. well just more, look elsewhere, these are just basic stats. |
Got it installed no problem, and it's working great. Another cool addition! ^_^
|
Hi .. I have a big questioon .. I think this MOD would not be update right, because is totally stable...
But I would like to know how does I can make that for example the Level be based in the REPUTATION also... I hope this can be possible PD sorry about my english |
I just tried installing this, and I can;t seem to get it to work.
I know I'm am behind on versions. 3.5.1 but this plugin is 3.5.0 so does it still work for 3.5.1? I import the plugin and add the code to postbit legecy but it shows nothing Code:
<!-- post #$post[postid] --> the postbit... |
hi, maybe try it above---> if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
|
This hack is messy; I have people who have stats and other who haven't at all. Seems like that when people have written a lot of messages (superior to 1000 or something like that) the stats are screwed... The level should be based on messages... But for someone who have 2000 postcount, he is still level 1. And about another who have 200 postcount, it seems working...
Also, there should be a condition in the postbit template to only show the stats when the poster is a member. |
Im going to try to install this, On VB 3.5.3 <-- So lets see how it works! :)
EDIT: Everything works fine! The only problem I have is in the directions. It says just to upload the images to the Images Folder. well my forums made it so they had to be in the Misc. Folder. :) so watch for that. |
My forum is not a very active forum so i woul dlike to sort of lower the requirements for HP. How woul di do this?
|
$hp= $postsperday / 10;
10 means that users are required an average of 10 posts per day to stay at full HP. A lower number would in turn lower the requirement. |
Quote:
In the 'RPG Stats' plugin, find this: PHP Code:
PHP Code:
|
Can't get the mp to work, could someone help me :/
|
Whats not working?
|
the mp bro it says 0/0 O_O!?
|
MP is based on days registered.
|
Mp still says 0/0 >< been registered for 3 days.
|
Its going to take more than 3 days, come back in a month./
|
Jut a little suggestion for your hack: why don't you add a setting in the vBulletin Settings for the $ppd?
|
Mostly as I'm lazy and have kept intact the original code kman let me work with.
|
is it possible for me to shorten the time it takes to start getting MP?
|
Hi, I am having a problem installing this mod. I am running vb 3.5.4 the newest one. And i uploaded the xml file to the right spot uploaded the level folder to images and also to the main forum folder trying to get it to work.
I have been putting the code in admin panel > styles templet > Search in templets > choose style > find postbit_legacy once in there i double click on it to bring up the file and i add the script into it. I have tried various spots. It will show the mp hp exp but no colored bars. Anyone know what i am doing wrong? If you could help me that would be great thanks. |
There are two snipest of code, the first does not display colored bars.
|
yeah the smaller code is the plain on in the file and the the longer one on the bottom is the one with color bars right? Or is that code split too? this is the code i am using. Do i put this whole code in or do i have to split it up? Sorry i just bought vb lincense. I am used to free forums.
I usually add it under the repuation part of the script. I am not exaclty sure where to add it but i am trying to learn. I am using the tren_z skin so this will look awesome once added Level: $showlevel<br /> HP: $hp / $maxhp <table width="100%" > <tr style="background-image:url($stylevar[imgdir_misc]/level/red_faded.gif)"> <td nowrap="nowrap" ><img src="$stylevar[imgdir_misc]/level/red_left.gif" height="8"><img src="$stylevar[imgdir_misc]/level/red.gif" width="$hpf% " height="8" /><img src="$stylevar[imgdir_misc]/level/red_faded_right.gif" width="1" height="8" /></td> </tr> </table> <span>MP: $mp / $maxmp</span> <table width="100%" > <tr style="background-image:url($stylevar[imgdir_misc]/level/green_faded.gif)"> <td nowrap="nowrap" ><img src="$stylevar[imgdir_misc]/level/green_left.gif" height="8"><img src="$stylevar[imgdir_misc]/level/green.gif" width="$mp / $maxmp" height="8" /><img src="$stylevar[imgdir_misc]/level/green_faded_right.gif" width="1" height="8" /></td> </tr> </table> <span>EXP: $ep% </span> <table width="100%" > <tr style="background-image:url($stylevar[imgdir_misc]/level/grey_faded.gif)"> <td nowrap="nowrap"><img src="$stylevar[imgdir_misc]/level/grey_left.gif" height="8"><img src="$stylevar[imgdir_misc]/level/grey.gif" width="$ep%" height="8" /><img src="$stylevar[imgdir_misc]/level/grey_faded_right.gif" width="1" height="8" /></td> </tr> </table> |
Can you show me what you get on your forums?
|
basically i am at work but this is what it kind looks like. I added it back to my site. If you highlight it you can see where the bars are suppose to be. How do i fix this i am thinking its something to do with the level folder in the cpanel
My site is WwW.Gg-6.com Level: 8 HP: 275 / 275 MP: 6 / 6 EXP: 35% |
Is this going to work fine on 3.6.0?
|
Can't see why it wouldn't.
|
Thanks Zach, INSTALLED
|
All times are GMT. The time now is 10:14 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|