vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=5)
-   -   RPG Integration Hack /w Battle (BETA) (https://vborg.vbsupport.ru/showthread.php?t=46417)

Bitsys 07-15-2003 07:35 PM

Quote:

Today at 10:10 AM mjp1111 said this in Post #1994
Sure - forum is at http://www.ffx2.com/vbulletin/ or jump straight to a post here http://www.ffx2.com/vbulletin/showth...hp?threadid=28
Thanks. Can you also send me a copy of your postbit template so that I can make sure this isn't a simple variable problem?

lioncool1589 07-18-2003 07:22 PM

bitsys how do i disable Anger and money interest cause has bugs
i couldnt fix it
% interest daily give user alot money and anger massive dmg
how i do 10 posts limit per days they wont get exp after 10 posts cause some ppl spam alot lately

Bitsys 07-19-2003 02:32 AM

Quote:

Today at 03:22 PM lioncool1589 said this in Post #1996
bitsys how do i disable Anger
In the template battle_arenaattack, find:
Code:

$mad
and DELETE it.

Quote:

Today at 03:22 PM lioncool1589 said this in Post #1996
and money interest cause has bugs
i couldnt fix it

In itemshop.php, find:
PHP Code:

$bankval=floor($bankval*(pow(1.1,$presenttime))); 

and CHANGE it to:
PHP Code:

$bankval=floor($bankval*(pow(1.0,$presenttime))); 

Quote:

Today at 03:22 PM lioncool1589 said this in Post #1996
% interest daily give user alot money and anger massive dmg
how i do 10 posts limit per days they wont get exp after 10 posts cause some ppl spam alot lately

I do not know of an easy way to limit the amount xp gained per day through posts. Sorry :( The best thing to do would be to disable the gaining of XP through posting.

MissN 07-19-2003 05:52 AM

Is there a way I can show certain items from the itemshop the person puchased, in the postbit? I've been able to do it however, it shows the same image for everyone. I have a section where you can buy pets and I'd like it to show the pet the person bought on the left sidebar. I don't want all their bought items to show, just their pet.

I was able to get the name to appear but not the image.

Bitsys 07-19-2003 06:26 PM

Quote:

Today at 01:52 AM MissN said this in Post #1998
Is there a way I can show certain items from the itemshop the person puchased, in the postbit? I've been able to do it however, it shows the same image for everyone. I have a section where you can buy pets and I'd like it to show the pet the person bought on the left sidebar. I don't want all their bought items to show, just their pet.

I was able to get the name to appear but not the image.


Hmm, I am not too sure. Try the following:

In admin/function.php, find:
PHP Code:

if($post[$xc]!="No Item") { 

and CHANGE it to
PHP Code:

if($post[$xc]!="No Item" AND $nr == XX) { 

Change XX to the ID of the pet category. You should be able to find the ID in the admin cp.

Xyphen 07-19-2003 06:57 PM

Bitsys, whens the final release coming man? or the next version? hehe..

saint_seiya 07-21-2003 02:02 PM

Help, I get this problem:

Database error in vBulletin 2.2.9:

Invalid SQL: SELECT field24 FROM userfield WHERE userid=
mysql error: You have an error in your SQL syntax near '' at line 1

mysql error number: 1064

Date: Monday 21st of July 2003 09:00:17 AM
Script: http://www.vgcity.com/forum/forum/itemshop.php
Referer: http://www.vgcity.com/forum/itemshop...n=donate&user=

:ermm:

mjp1111 07-22-2003 01:09 AM

Can I please have the manual template installation docs - I screwed up my forum by overwriting all the templates (#*$&^@#@) - but still have the RPG system installed (so don't want to uninstall), but I need to re-do all the RPG templates and edit the templates/files that need editing.

Bitsys 07-22-2003 01:23 PM

Quote:

07-19-03 at 02:57 PM AViO 07 said this in Post #2000
Bitsys, whens the final release coming man? or the next version? hehe..
Well, I have been working on a vb3 hack a lot right now. I have also been working with some people behind the scenes to make sure the problems they are having aren't bugs.

Quote:

Yesterday at 10:02 AM saint_seiya said this in Post #2001
Help, I get this problem:

Database error in vBulletin 2.2.9:

Invalid SQL: SELECT field24 FROM userfield WHERE userid=
mysql error: You have an error in your SQL syntax near '' at line 1

mysql error number: 1064

Date: Monday 21st of July 2003 09:00:17 AM
Script: http://www.vgcity.com/forum/forum/itemshop.php
Referer: http://www.vgcity.com/forum/itemshop...n=donate&user=

:ermm:


In the template rpg_cp, find:
Code:

$post[userid]
and change it to:
Code:

$userid
Quote:

Yesterday at 09:09 PM mjp1111 said this in Post #2002
Can I please have the manual template installation docs - I screwed up my forum by overwriting all the templates (#*$&^@#@) - but still have the RPG system installed (so don't want to uninstall), but I need to re-do all the RPG templates and edit the templates/files that need editing.

Go to vbhacker. Select my hack and at the bottom select "Generate a text file". Then click the "Proceed with this hack" button. Scroll down until you find the templates and template edits.

Another way you could do this, once you get your other templates working again, is to go through the auto-install process of vbhacker, but instead of doing everything, just select to do the new templates and template edits.

saint_seiya 07-22-2003 04:39 PM

Thanks man, now i got this other problem:

" had 350 in the bank 3 days ago,then yesterday i had 200,now i have 1"

Many users are losing money in the bank. Why?

Bitsys 07-22-2003 05:41 PM

Quote:

Today at 12:39 PM saint_seiya said this in Post #2004
Thanks man, now i got this other problem:

" had 350 in the bank 3 days ago,then yesterday i had 200,now i have 1"

Many users are losing money in the bank. Why?

You are running the latest version of the hack, right?

Has the user's cash in pocket stayed the same? Are moderators/admins allowed to change a user's bank account? Did the user participate in any battles over the past few days?

noclan 07-23-2003 03:37 PM

Hello there, I have installed the current version. After a couple fixes, everything seems working but the items/weapons.

The users can't use items and their weapons during battles.

Why is that ??

Also, the items that would cure special status, will that really work?

thx

Update: I just found out the that I have to set the items catagories first....

saint_seiya 07-23-2003 03:43 PM

Quote:

Yesterday at 07:41 PM Bitsys said this in Post #2005
You are running the latest version of the hack, right?

Has the user's cash in pocket stayed the same? Are moderators/admins allowed to change a user's bank account? Did the user participate in any battles over the past few days?


Umm . Yes, yes and yes...

noclan 07-23-2003 04:05 PM

Quote:

Yesterday at 01:39 PM saint_seiya said this in Post #2004
Thanks man, now i got this other problem:

" had 350 in the bank 3 days ago,then yesterday i had 200,now i have 1"

Many users are losing money in the bank. Why?


I just found out that I have the same problem.

saint_seiya 07-23-2003 06:10 PM

ALso:

what is up wit the battle system
.....it steals money?
.....some guys cant heal either

I forgot tot ell you about that....

THe only differnet thing about my hack is that i didnt do showthread.php... everything else went fine... :(

Bitsys 07-23-2003 06:16 PM

Quote:

Today at 11:37 AM noclan said this in Post #2006

Also, the items that would cure special status, will that really work?

Unfortunately, no.

Quote:

Today at 11:43 AM saint_seiya said this in Post #2007
Umm . Yes, yes and yes...

Are mods/admins changing the user's money in their bank account?

What was the wager for the battles the user fought? Did the user have the same amount of money before and after the battles, assuming the wager was $0.

Are you able to repeat the problem, or does it happen while the user is not actively browsing the forum?


Quote:

Today at 12:05 PM noclan said this in Post #2008
I just found out that I have the same problem.

Can you answer the same questions?

legendarysk8er 07-24-2003 03:06 AM

I found a few things I have been having problems with.

When I try to add a class type it won't let me add races to the new class type.

Also, is there a way to where I can make it that the items in the itemshop are ALWAYS expanded?

EDIT: When I try to change the order of the item categories in the itemshop, they do not change. They stay in the same order.

EDIT#2: Ok, I figured out the class type problem, but I'm still concerned with the other two.

saint_seiya 07-24-2003 11:31 AM

Are mods/admins changing the user's money in their bank account?
No

What was the wager for the battles the user fought? Did the user have the same amount of money before and after the battles, assuming the wager was $0.
Wager was 0 and they dont know exactly when it happens, i will find out

Are you able to repeat the problem, or does it happen while the user is not actively browsing the forum?
Will find out

Bitsys 07-24-2003 01:57 PM

Quote:

Yesterday at 11:06 PM legendarysk8er said this in Post #2011
I found a few things I have been having problems with.

When I try to add a class type it won't let me add races to the new class type.

Also, is there a way to where I can make it that the items in the itemshop are ALWAYS expanded?

Not right now. I may find a way to do it later though. The reason why they aren't automatically expanded is because it uses a lot of queries. Since the default itemshop page has the most queries, I decided to contract all of the categories so that people who didn't care about looking at all the items wouldn't eat up a bunch of queries.

Quote:

Yesterday at 11:06 PM legendarysk8er said this in Post #2011
EDIT: When I try to change the order of the item categories in the itemshop, they do not change. They stay in the same order.


EDIT#2: Ok, I figured out the class type problem, but I'm still concerned with the other two.

In the Itemshop Options menu, did you set "Category Order" to "Yes"?

Quote:

Today at 07:31 AM saint_seiya said this in Post #2012
Are mods/admins changing the user's money in their bank account?
No

What was the wager for the battles the user fought? Did the user have the same amount of money before and after the battles, assuming the wager was $0.
Wager was 0 and they dont know exactly when it happens, i will find out

Are you able to repeat the problem, or does it happen while the user is not actively browsing the forum?
Will find out


I am thinking about re-writing the heal/battle code to only deal with cash and leave the bank account alone.

legendarysk8er 07-24-2003 03:50 PM

Still had the same problem with the category order, I set it to yes. Will the bank be compatible with lesane's store hack anytime soon or ever?

Bitsys 07-24-2003 04:43 PM

Quote:

Today at 11:50 AM legendarysk8er said this in Post #2014
Still had the same problem with the category order, I set it to yes. Will the bank be compatible with lesane's store hack anytime soon or ever?

What are the order values for each category?

This hack is compatible with lesane's store hack. All you need to do is go into the Itemshop Options menu and select "yes" for "I have Lesane's Store Hack installed and I want to use Lesane's Store's points system rather than the RPG Integration Hack's point system."

Note that when using Lesane's Store points the bank will not work.

saint_seiya 07-24-2003 07:47 PM

Quote:

Today at 03:57 PM Bitsys said this in Post #2013


I am thinking about re-writing the heal/battle code to only deal with cash and leave the bank account alone.


That would be cool.

I also just got::


just to let ya know people sometimes get robbed by the store

Ahh i wish i could go to the previous version, it didnt have so many bugs.

Lord Man 07-25-2003 04:50 PM

i have been asking this addon many times
i think it is not hard thing
CAN ANY 1 make IT ?
user add a new battle without challenged person
then in browse battles page .. in the challenged person field .. make a link (enter) and fight the challenger ..

too esey .. right :) ?

so, can any 1 make it ?

THX

kaotic 07-25-2003 05:09 PM

... could you repeat that?

Elly 07-25-2003 05:16 PM

I would like to appolgoize in advance if this has already been answered I read up to page 15 and didnt see it even asked x.x

It is a simple problem, why when I try to put in a RPG Name for my character in the User CP it doesn't stick, but if I change it in the Admin CP it will stay, what needs to be changed?

Did I forget to add something, perhaps did something wrong. Besides this everything seems to be working wonderfully and I really do like this hack ^.^

EDIT: I just realized this also is affecting some of the other profile fields, Location, Biograhpy, Intrests and Occupation.

Can anyone please tell me how to fix this I really enjoy this hack.

Moreliator 07-26-2003 02:23 AM

Bitsys, I'd just like to let you know that my forums have now hit over 2,000 battles. I still do not have any major glitches. We had a few monetary problems in the past, but with the rewritten money part for wagering and stuff that you released in the past week I have had no problem since.

I just wanted to let you know this, because my users are using this hack extensively and it is holding up very nicely. I have multiple addons made for this RPG, and still no problems.

Rewriting the script to take money from pocket and not bank would, however, be beneficial IMO.

The only problem we have now is battle records. Is there anyway you could write a script that goes through and corrects battle records? Some of our members have like 90 battles played, but only 5 wins and 2 losses... it works the other way too, sometimes a member will have 30 games played but like 90 wins. I've narrowed it down to two things:
1) Battle Records mess up when our Database goes down in the middle of a battle ending report

2) There have been instances where a user repeatedly presses the "Acknowledge Results" button, causing record errors.


Its not really a glitch though, just a small problem :P

Good Work, and thanks. Looking forward to that final version :)

kaotic 07-26-2003 02:44 AM

Quote:

Today at 04:23 AM Moreliator said this in Post #2020
Rewriting the script to take money from pocket and not bank would, however, be beneficial IMO.
The bad part about that is that they can do something like create a post, deposit the money, and delete the post. They'd be able to keep the money with no problem. I have it set up like that (was forced to because I use the store hack), and the members found out how it worked. :(

Moreliator 07-26-2003 03:13 AM

hmm, good point kaotic. Well then I would just leave it alone, because the only downside of it is that it stops the interest process... but if they really wanted to save they will just have to not do any transactions.

Darkwaltz4 07-26-2003 05:04 AM

Quote:

Yesterday at 10:23 PM Moreliator said this in Post #2020
Bitsys, I'd just like to let you know that my forums have now hit over 2,000 battles. I still do not have any major glitches.
ahh yep ^_^ i believe the latest battle id is 3012 on my forums, and ive gotten all the glicthes out of my version. in fact i dont think ill be updating any more unless there is something being added on which i havent already :-p although there was just a nagging problem with interest not working on time on my forums, but i rewrote it myself. did that ever happen to anyone? i honestly never checked or bothered to report it cause i fixed it :-p

also, if your users cant help but hit the submit button a zillion times....i suggest you put up a javascript submit-disabler script. we currently use one on a different hack, and that solves all the problems of hitting submit too much :-p

TheVoidz 07-27-2003 07:30 AM

Bitsys, I am having some problems with the rpg variables in memeber.php and showthread.php can I send you the code and can you check it for me, becasue I am lost..

pucca 07-27-2003 09:29 AM

Hello~! ^_^! I have a little problem.. I can't seem to Donate any points to my members nor can any of my members donate to others. Donating, i meant through the postbit ( http://puccafan.com/lounge/showthrea...&threadid=1449 ) I think the code is right b/c I copy and pasted it from the Manual. I'm not sure what's going on? The Battle is OFF for now and I'm not using Leasane's Store. I'm using VB 2.3.0.

Help would be much appreciated, thank you for your time!

Areku 07-28-2003 09:07 AM

Is this hack still under development?

I can see lack of updates for a while...

Is there any gallery of working RPG hack sites somewhere?

Tu!

Bitsys 07-28-2003 04:55 PM

Quote:

07-24-03 at 03:47 PM saint_seiya said this in Post #2016
That would be cool.

I also just got::


just to let ya know people sometimes get robbed by the store

Ahh i wish i could go to the previous version, it didnt have so many bugs.


Ok, I just finished re-writing the money code in battleupdate.php. While I was at it, I re-formatted the code in battleupdate.php as well.

How are they getting robbed? the money is taken away but they aren't getting the item?

Quote:

07-25-03 at 12:50 PM Lord Man said this in Post #2017
i have been asking this addon many times
i think it is not hard thing
CAN ANY 1 make IT ?
user add a new battle without challenged person
then in browse battles page .. in the challenged person field .. make a link (enter) and fight the challenger ..

too esey .. right :) ?

so, can any 1 make it ?

THX


Unfortunately, the battle structure doe not easily permit persistent challengers like you are thinking of. When a battle is created, neither user can be in battle nor can the battle start until the opponent accepts the battle. A new field in the user table and a new usercp option would have to be added to allow what you are thinking of.

Quote:

07-25-03 at 01:16 PM Elly said this in Post #2019
I would like to appolgoize in advance if this has already been answered I read up to page 15 and didnt see it even asked x.x

It is a simple problem, why when I try to put in a RPG Name for my character in the User CP it doesn't stick, but if I change it in the Admin CP it will stay, what needs to be changed?

Did I forget to add something, perhaps did something wrong. Besides this everything seems to be working wonderfully and I really do like this hack ^.^


EDIT: I just realized this also is affecting some of the other profile fields, Location, Biograhpy, Intrests and Occupation.

Can anyone please tell me how to fix this I really enjoy this hack.


In the admin cp, go to Modify Profile Fields. Make sure everything looks fine there (no duplicates, etc...). After that, send me your member.php so that I can make sure the file edits were correctly done by the installer.

Quote:

07-25-03 at 10:23 PM Moreliator said this in Post #2020
Bitsys, I'd just like to let you know that my forums have now hit over 2,000 battles. I still do not have any major glitches. We had a few monetary problems in the past, but with the rewritten money part for wagering and stuff that you released in the past week I have had no problem since.

I just wanted to let you know this, because my users are using this hack extensively and it is holding up very nicely. I have multiple addons made for this RPG, and still no problems.

Rewriting the script to take money from pocket and not bank would, however, be beneficial IMO.

The only problem we have now is battle records. Is there anyway you could write a script that goes through and corrects battle records? Some of our members have like 90 battles played, but only 5 wins and 2 losses... it works the other way too, sometimes a member will have 30 games played but like 90 wins. I've narrowed it down to two things:
1) Battle Records mess up when our Database goes down in the middle of a battle ending report

2) There have been instances where a user repeatedly presses the "Acknowledge Results" button, causing record errors.


Its not really a glitch though, just a small problem :P

Good Work, and thanks. Looking forward to that final version :)


Well, the battle script is supposed to automatically detect hitting the submit button too many times - it is called an illegal move in battleupdate.php. However, you can try to do what darkwaltz said and use javascript to disable the submit button after it is pressed. I can't do much about the databse going down unless it is a problem with the RPG Hack that is causing itt to go down.

There isn't a really good way of fixing the battle records since the battle posts and battles themselves are deleted after the battle is over. THe onyl thing I can tell you to do is edit each user's battle record manually in the RPG-> Edit Users Menu of the admin cp.

Thanks for letting me know the new money code is working. It will definately be going in the next version.

Quote:

07-25-03 at 10:44 PM kaotic said this in Post #2021
The bad part about that is that they can do something like create a post, deposit the money, and delete the post. They'd be able to keep the money with no problem. I have it set up like that (was forced to because I use the store hack), and the members found out how it worked. :(

That would be a problem no matter where the money goes (bank or pocket). Since there is no transaction record for what money is obtained through which posts, there isn't a reasonable solution to the deleting posts problem.

Quote:

Yesterday at 05:29 AM pucca said this in Post #2025
Hello~! ^_^! I have a little problem.. I can't seem to Donate any points to my members nor can any of my members donate to others. Donating, i meant through the postbit ( http://puccafan.com/lounge/showthrea...&threadid=1449 ) I think the code is right b/c I copy and pasted it from the Manual. I'm not sure what's going on? The Battle is OFF for now and I'm not using Leasane's Store. I'm using VB 2.3.0.

Help would be much appreciated, thank you for your time!


Are there any errors generated? If so, what are they?

Quote:

Yesterday at 09:30 PM Me! said this in Post #2026
So far things have been going good on my forums battle mod.

Only a few minor things I wanted to report to you.

Some of my members complain about not getting interest from the bank. Some do and some say they don't and some others say they are getting too much interest (like 21%). Also I'm not sure if this is correct or not but they say that any bank activity will reset the 24 hour interest waiting period.

If they only go to the itemshop once a week, then they will get the normal interest (10%) compounded over a 7 day period, which can make it look like it is 21%.

Yes, any bank activity within the 24 hours resets the 24 hour mark.


Quote:

Yesterday at 09:30 PM Me! said this in Post #2026
Also to save space and make it look nicer I removed the code in battle template so that it doesn't show the items a user has. Does this interfer with anything, because now for some reason I can't use shield no matter how many times I buy and resell and then re buy it >.< (also some people complain about not being able to use magic spells) I even updated my rpg info and checked the item category and still no luck.
If you just changed a template, then there shouldn't be any problem.

Shields don't work (unless you have Darkwaltz's addon installed) anyhow.

For spells, if the user doesn't have any MA, then they can't use the spell. Are the user's sure they had enough MA to use the spell?

Quote:

Yesterday at 09:30 PM Me! said this in Post #2026
Also the change where you can make only one item worked perfectly but is there any way to list them all seperatly? I used this code that you provided:

Code:

Hmm, I am not too sure. Try the following:

In admin/function.php, find:

PHP: 

if($post[$xc]!="No Item") {
 

and CHANGE it to

PHP: 

if($post[$xc]!="No Item" AND $nr == XX) {
 

Change XX to the ID of the pet category. You should be able to find the ID in the admin cp.

That worked great but no other items show, I was wondering if there is a way to show them all seperate. I really don't want the pet to show up on the battle screen XD


Well, if you know the category ID, then you can keep adding "AND $nr == XX" to the if statement and it will only include items that are in that category. If you want to exclude a category, just put "AND $nr != XX".

Quote:

Yesterday at 09:30 PM Me! said this in Post #2026
I installed the VB Arcade not long ago and it seems to be bugging things out on my forum I wonder if the VB Arcade and the battle mod are compatible with each other? I really should uninstall the arcade but my members will miss it >.> I wonder if anyone else here has any problems with the battle mod and arcade mod both installed?

Sorry for such a long post, I've been busy this week and meanwhile my members have come up with a long list of things they want me to do XD

Hmm, I have no idea if this hack works with vb Arcade. I have never installed it.

Quote:

Today at 05:07 AM Areku said this in Post #2027
Is this hack still under development?

I can see lack of updates for a while...

Yes, but I have been working on some vb3 hacks over the past month so development on this has slowed to fixing bugs.


Quote:

Today at 05:07 AM Areku said this in Post #2027
Is there any gallery of working RPG hack sites somewhere?


Tu!

There is not a gallery, but you can try browsing the websites of people who post in this thread.

chrisz 07-28-2003 09:25 PM

Hey all.
I have found another error when installing the hack on my new forum.
I had an extra profile feild named Favourite Game.
When I installed the hack and set up the postbit where the cash is meant to come up the favourite game appeared instead.
How can I set it up so the money appears?

Areku 07-28-2003 11:24 PM

Thanks so much Bitsys! Keep up the good work!

Just installed on a fresh clean 2.3.0 and it went smooth.

We'll see how hard is to translate to spanish.

I might send you the files if you're interested in a multilingual version but I guess u're busy enough ;)


Ah! btw! Installing any of the add-ons will make future updates of the RPG hack harder to apply? Impossible? Possible?


Thanks!

Bitsys 07-29-2003 12:06 AM

Quote:

Today at 05:25 PM chrisz said this in Post #2030
Hey all.
I have found another error when installing the hack on my new forum.
I had an extra profile feild named Favourite Game.
When I installed the hack and set up the postbit where the cash is meant to come up the favourite game appeared instead.
How can I set it up so the money appears?

Please do the following:

Quote:

1. Go to your admin panel
2. Go to modify user profile fields
3. Find the Pointfield profile field
4. Right click over the edit link and go to copy shortcut
6. Copy it in your browser
7. Near the end there will be a number. Remember that number
8. Go to edit the itemshop options
9. In the pointfield option put in field# and replace number with the number you recorded in step 7.
Quote:

Today at 07:24 PM Areku said this in Post #2031
Thanks so much Bitsys! Keep up the good work!

Just installed on a fresh clean 2.3.0 and it went smooth.

We'll see how hard is to translate to spanish.

Another user has already translated it to Spanish. Would you like to see if they will share their version?

Quote:

Today at 07:24 PM Areku said this in Post #2031
I might send you the files if you're interested in a multilingual version but I guess u're busy enough ;)


Ah! btw! Installing any of the add-ons will make future updates of the RPG hack harder to apply? Impossible? Possible?


Thanks!

It is certainly possible to do. Some people are satisfied with the current version and don't feel like they will update in the future. Others will probably update and re-apply the add-ons, since they are relatively easy to do. It all depends on your confidence with doing an upgrade to a hack that has been hacked ;)

chrisz 07-29-2003 12:49 AM

Quote:

1. Go to your admin panel
2. Go to modify user profile fields
3. Find the Pointfield profile field
4. Right click over the edit link and go to copy shortcut
6. Copy it in your browser
7. Near the end there will be a number. Remember that number
8. Go to edit the itemshop options
9. In the pointfield option put in field# and replace number with the number you recorded in step 7.
Bitsys it didnt work.
Here is a screen:
Note- The diamond looking picture is the money, the chest is the bank.
It just isnt appearing.

chrisz 07-29-2003 05:41 AM

NM!!
I fixed it lol.. It was pretty simple.
I guess being away from this hack so long made me rusty.
BTW bitsys its Messiah Daz not dez :P
We havent talked in ages your always afk.
Well lataz and thnx for your help

Elly 07-30-2003 01:08 AM

Bisty thanks for the reply, I got the names to stick now the races and other information besides the element are not working.

I think it is a conflict between this great hack and another that I have installed I am going to remove the other and try again if that doesnt help us I will send you our member.php file so you can take a look

Again thanks for your reply and thanks for making such a great hack

Triade 07-30-2003 06:23 AM

Hi, all! Just a question:
Someone of you know where to find pics about new characters and new items?
Also a psd file that can be modified. Someone could help me?


All times are GMT. The time now is 10:50 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
  • Page Generation 0.04254 seconds
  • Memory Usage 1,935KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (4)bbcode_php_printable
  • (38)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete