![]() |
.
|
I'm having more problems...he stuff won't show up in the threads. Shouldn't it be showing experience?
|
Nintel, it's easier to understand the problem if you elaborate what you mean by that.
|
My members keep challenging other members that are way out of their league... so I was wondering if there was a way to create a new field in the memberlist that displays each member's level. Can this be done?
|
Quote:
Did you add the variables to your postbit template? |
How can i possibly remove extra templates.. like i accidentally processed the insert db of the tempaltes a few times now i have like
battle [changeorginal] battle [changeorginal] battle [changeorginal] battle [changeorginal] battle [changeorginal] tons of duplicates; how doi remove them? |
Quote:
In battleupdate.php, find: PHP Code:
PHP Code:
PHP Code:
PHP Code:
For all of you getting the following error: Fatal error: Call to undefined function: getlevel() in /hsphere/local/home/side5411/forums.nintel.com/forums/admin/functions.php Do the following: In admin/functions.php, find: PHP Code:
PHP Code:
Quote:
Quote:
Yes, I noticed that there was a spam count in the postbit. I believe I read a post stating that you can't have too many spam counts or it takes away money from the itemshop. Maybe I was dreaming :) Quote:
Code:
<tr><td bgcolor="$bgcolor"><normalfont><b>Element Type:</b></normalfont><br> Try the attached postbit. I will see about changing that template edit so that it quits duplicating. Quote:
Quote:
Yes, it can be done. Someone was working on it a while ago. Quote:
Can you go into phpmyadmin and verify that the appropriate data is in the tables? Just make sure the table that begin with rpg_ aren't empty. Quote:
You will need to go into phpmyadmin, find the template table, and delete them manually. As for why I haven't responded in a while, well, I had a rough week. Internet keeps going out, power went out for a few hours, fire alarm keeps malfunctioning, etc. Plus, it is exam week. |
Quote:
hacks added, Added Store Hack by Lesane Added Spam Killer Hack (store version) by g-force2k2 Added Rpg Battle System to the site by Bitsys Added Update to Store Hack, seperate from battle system after adding some of these hacks, I had to custom edit the postbit/profile to make the contents show up for each of these systems which was a great learning exterience, and about 2 hours of juggling and tweaking. Example shots of how it looks: my custom postbit, http://www.xtremegames.ca/code/imgs/new_postbit1.gif what profile link in postbit looks like http://www.xtremegames.ca/code/imgs/new_profile.gif Try talking to g-force2k2 to see if a version could get setup for your next release / future release of the rgg battle system. I tried to fix most of the bugs I found, my bad, I'll be installing it again on my other site so will make bug list and post it here, and what I changed. as for requests, I'd love to see away to change what type of currency the rgp system uses, and also have room to add userfields for adding possible multi-currency types to the rpg hack. aka pyreal, Platinum, Gold, Silver, Bronze, etc. sorry for the long message ... :) |
I made a very small add-on that makes the hack even more RPG like.
If you fight a high level opponent it would make sense if you gained more experience than if you fight a low level opponent. So what this hack does is simply to multiply the experience-factor that you set for winning the battle with the opponents level. Open battleupdate.php and find: ------- if($battleopt[givewinexp] == 1 && $battleopt[expperwin] > 0) { if($battle[winnerid] > 0) $DB_site->query("UPDATE user SET xp=xp+$battleopt[expperwin] WHERE userid='$battle[winnerid]'"); } ------- And replace with: ------- if($battleopt[givewinexp] == 1 && $battleopt[expperwin] > 0) { if($battle[winnerid] > 0) $DB_site->query("UPDATE user SET xp=xp+($opponentlevel*$battleopt[expperwin];) WHERE userid='$battle[winnerid]'"); } ------- Very simple hack, but it can prevent some abuse of the fighting system. For example the so called Bottom-feeding. Perhaps this could be included in the next update? Personally, I think it would make more sense than the current system =) Bitsys, would it be possible to make different forums gain you a different amount of creds and exp? I've made a raw code hack now, but I have to alter it through the code instead of the admin panel. For example, I want my users to gain more experience and credits for posting in a serious forum such as "Forum Suggestions". And less if they use "General Discussions". Perhaps implent a multiplier in the Forum Moderation-system. |
Hi,
this's a nice hack 1. when i go to the itemshop and then click on bank nothing change, i am still in the itemshop 2. i don't want to fight a user, i want to add a battle room without a password and any user can come and fight me , can i do that ? sorry 4 my bad english ;) thanks, :) Sun Boy :cool: |
All times are GMT. The time now is 11:27 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:
|