Log in

View Full Version : RPG Integration Hack /w Battle (BETA)


Pages : 1 2 3 4 5 6 7 [8] 9 10 11

Bitsys
06-05-2003, 08:00 PM
Today at 01:50 PM Clive said this in Post #1766 (https://vborg.vbsupport.ru/showthread.php?postid=404825#post404825)
a problem: Some of my forum members bought an itemshop, but their items dont have any use because of the buff. (its 0)

how will I sort it out?


thanks

Like kaotic said, personal itemshop items can't have a buff value because I couldn't figure out an easy way to moderate the items.

Spark
06-05-2003, 08:29 PM
I want to use the Store Hack von Lesanne
Must i do anything with the RPG Hack?

Moreliator
06-05-2003, 09:36 PM
Bitsy, where is the code located that makes the person challenged go first? My members really want me to base it on speed so that its more fair...or at least randomize it.
Thanks.

Bitsys
06-05-2003, 10:12 PM
Today at 04:29 PM Spark said this in Post #1769 (https://vborg.vbsupport.ru/showthread.php?postid=404886#post404886)
I want to use the Store Hack von Lesanne
Must i do anything with the RPG Hack?

If you want to use Store Points in the RPG Itemshop, then you will have to go to the Itemshop Options menu and change the first option. Other than that, the two should work just fine.

Today at 05:36 PM Moreliator said this in Post #1770 (https://vborg.vbsupport.ru/showthread.php?postid=404925#post404925)
Bitsy, where is the code located that makes the person challenged go first? My members really want me to base it on speed so that its more fair...or at least randomize it.
Thanks.


In battlefight.php, find:
If($confirmation == "Yes") {
$curtime = time();
$DB_site->query("UPDATE battle SET battlestate='1',lastactive='$curtime' WHERE battlenumber='$battlenumber'");
$action = "enterbattle";
}

Somewhere in there you will need to change the 'turnid' for the battle to the ID of the person with the highest speed, or whatever you want. To do this, you could do something like:

If($confirmation == "Yes") {
$curtime = time();
$DB_site->query("UPDATE battle SET battlestate='1',lastactive='$curtime',turnid='$bat tle[ownerid]' WHERE battlenumber='$battlenumber'");
$action = "enterbattle";
}

The above example will make it the owner's turn first, instead of the opponent.

kaotic
06-05-2003, 10:56 PM
Where is the text used in battles located? I need to adjust the spells text (Spreading his arms in a fit of rage...) since I have mercenaries set as spells. For example, here is the battle text when one attacks with a mercenary:

"Spreading his arms in a fit of rage, someone casts Archer on someone and deals X points of damage. Archer cost 0 MA to cast."

See what I'm saying? :p

Bitsys
06-06-2003, 12:19 AM
Today at 06:56 PM kaotic said this in Post #1772 (https://vborg.vbsupport.ru/showthread.php?postid=404949#post404949)
Where is the text used in battles located? I need to adjust the spells text (Spreading his arms in a fit of rage...) since I have mercenaries set as spells. For example, here is the battle text when one attacks with a mercenary:

"Spreading his arms in a fit of rage, someone casts Archer on someone and deals X points of damage. Archer cost 0 MA to cast."

See what I'm saying? :p

All of those lines should be spread throughout battleupdate.php

Zalastri
06-06-2003, 01:24 AM
I just have to show off my site... www.zalastri.com The defualt template might show if your not logged in though :( Its really maxed out. It has the RPG hack as pretty much the second main feature in the boards. Its a RP Community and this helped tremendousley :D!!!1!1!Eleventy11!!

PixelFx
06-06-2003, 07:31 AM
I've been working on custom 3d art for the battle system, should be interesting when done, I don't have them installed in my sites battle system yet, as I'm still bug testing but I've got so far 250 items/weapons/armor/spells/jewels/potions etc etc :)hope people will check it out later :)

Spark
06-06-2003, 06:29 PM
uhm thx but i mean, give it any problems with the Store hack and the RPG Hack? Bugs?

kaotic
06-06-2003, 10:15 PM
Yesterday at 02:19 AM Bitsys said this in Post #1773 (https://vborg.vbsupport.ru/showthread.php?postid=404977#post404977)
All of those lines should be spread throughout battleupdate.php
Thanks!

Xelation
06-06-2003, 10:59 PM
DAAAAAAMMMMMNNNN that was a really, really, really long hack!!! but it was well worth it!!! Amazing, installed first time no problems and I didnt have trouble finding anything at all. thanks :)

Xelation
06-07-2003, 03:42 AM
question, how are people making items like Magic Tag that Cures Zombie status? Because what does zombie status do, is there even zombie status in this hack? Becuase I want to create a spell that causes poison and will take away 3% of a persons health away each turn until its cured but I have no clue how I can do this.

Xelation
06-07-2003, 01:21 PM
Today at 06:39 AM Me! said this in Post #1781 (https://vborg.vbsupport.ru/showthread.php?postid=405540#post405540)
Bitsy is it possible for me to lock Race and Element once the user picks? People tend to go with the strongest instead of using this as an rpg extenstion of their persona and some of my members wish for me to lock this feature. They suggested in order to change it you'd have to pay money or reach a certain level.

That would be really cool if that could be done.

I agree, I would really like that to :)

Mijae
06-07-2003, 01:25 PM
Bytsis, I found yet another money abuse bug. When you enter wager, you can enter a negative number (lets say -50,000). And when the battle is over it will clear both fighter's money to 0.

Zalastri
06-07-2003, 10:39 PM
Is there any way that I can prevent a user from gaining EXP from posting in a certain forum?

kaotic
06-07-2003, 10:45 PM
(IMO) Disabling the post count might work.

Btw, do you guys know any good sites that I could gather sprites from?

Zalastri
06-07-2003, 10:47 PM
I dont think it has anything to do with post count.

Zalastri
06-07-2003, 11:04 PM
in a SPECIFIC forum I want people not to get EXP when posting. Not to disable in all forums

PixelFx
06-08-2003, 03:59 AM
Hey Bitsys,

I got some of the custom art I showed you earlier up on the site, and got more of a overall layout starting to come togher as well...

I am Still working on layout, rpg names for items etc, need to change gil to another currency but so far its all good, thanks for your hard work..

http://www.orbsydia.com

Above is what you would see if you had a membership account on my forum, to save people time of registering I put a screenshot together... I need to get a few beta testers as well, to help find bugs etc... so we can send to bitsys :P

http://www.orbsydia.com

I haven't made custom 3d battle scenes YET, but they are on the to list :)

:) Possible bug: some items not showing up in normal store, but do show up in the generic section ... not sure how to change that. The catigories are not set to personal....

Bitsys
06-08-2003, 12:52 PM
06-06-03 at 03:18 AM Me! said this in Post #1775 (https://vborg.vbsupport.ru/showthread.php?postid=405066#post405066)
One thing some of my members pointed out is that at the end of a battle when the one users accepts that he won the battle sometimes the other person is slow to accept that they lost or just doesn't for some unknown reason.

I forget if you're given the money regardless if the loser accepts defeat or not, but it's just something I thought I'd bring to your attention. My user suggested instead of each user accepting the outcome to just have it automatically do it.


The money should be given as soon as the battle result can be determined, i.e. before both players accept the results. Let me know if this is not the case.

06-06-03 at 02:29 PM Spark said this in Post #1777 (https://vborg.vbsupport.ru/showthread.php?postid=405258#post405258)
uhm thx but i mean, give it any problems with the Store hack and the RPG Hack? Bugs?

06-05-03 at 06:12 PM Bitsys said this in Post #1771 (https://vborg.vbsupport.ru/showthread.php?postid=404937#post404937)
Other than that, the two should work just fine.

06-06-03 at 11:42 PM Xelation said this in Post #1780 (https://vborg.vbsupport.ru/showthread.php?postid=405468#post405468)
question, how are people making items like Magic Tag that Cures Zombie status? Because what does zombie status do, is there even zombie status in this hack? Becuase I want to create a spell that causes poison and will take away 3% of a persons health away each turn until its cured but I have no clue how I can do this.

There are no status modifiers at this time.

Yesterday at 05:39 AM Me! said this in Post #1781 (https://vborg.vbsupport.ru/showthread.php?postid=405540#post405540)
At the moment there are no status effects.

Bitsy is it possible for me to lock Race and Element once the user picks? People tend to go with the strongest instead of using this as an rpg extenstion of their persona and some of my members wish for me to lock this feature. They suggested in order to change it you'd have to pay money or reach a certain level.

That would be really cool if that could be done.

I have looked into doing this before and I found that it would cause more problems than solutions code-wise. Maybe someone could make an add-on.

Yesterday at 09:25 AM v0id said this in Post #1783 (https://vborg.vbsupport.ru/showthread.php?postid=405589#post405589)
Bytsis, I found yet another money abuse bug. When you enter wager, you can enter a negative number (lets say -50,000). And when the battle is over it will clear both fighter's money to 0.


You can disable negative wagers. Search this thread, as it has been discussed quite a bit.

Yesterday at 06:39 PM Zalastri said this in Post #1784 (https://vborg.vbsupport.ru/showthread.php?postid=405844#post405844)
Is there any way that I can prevent a user from gaining EXP from posting in a certain forum?


That would require a custom hack, since your forum IDs are different from everyone else's.


Yesterday at 11:59 PM PixelFx said this in Post #1788 (https://vborg.vbsupport.ru/showthread.php?postid=405950#post405950)
Hey Bitsys,

I got some of the custom art I showed you earlier up on the site, and got more of a overall layout starting to come togher as well...

I am Still working on layout, rpg names for items etc, need to change gil to another currency but so far its all good, thanks for your hard work..

http://www.shukenja.com/core/imgs/shukenja_battlesys.gif

Above is what you would see if you had a membership account on my forum, to save people time of registering I put a screenshot together... I need to get a few beta testers as well, to help find bugs etc... so we can send to bitsys :P

http://www.shukenja.com/forum/itemshop.php?itemtype=1

I haven't made custom 3d battle scenes YET, but they are on the to list :)

:) Possible bug: some items not showing up in normal store, but do show up in the generic section ... not sure how to change that. The catigories are not set to personal....

Images look awesome :)

To fix the items not showing up problem, go in to your database with phpmyadmin. Find the rpg_type table. Change the ID of Generic from 1 to 0. That should fix it.

PixelFx
06-08-2003, 09:10 PM
Gotta love phpmyadmin, Yup that did it :) I'm still new to editing mysql but I'm guessing for anyone else that had this problem you could run the query below.



UPDATE `rpg_type` SET `id` = '0' WHERE `id` = '1' LIMIT 1 ;

Mijae
06-08-2003, 09:25 PM
Bytsis, you should implement the Clan Hack into your RPG battle hack, it would be a nice addition :P

legendarysk8er
06-09-2003, 07:47 AM
Yes it would, my forum has clans, excpet they arent like a hack. A lot of times we have clan wars and what would be cool if like two weak people could fight a strong person a thte same time. Like somehow admins could arrange hadnicap matches or something. Just a thought...

PixelFx
06-10-2003, 01:13 AM
Currently working on a chat system intergation system for the battle system... so far it's working good :P just a few more templates to edit and update :)

the system is linked to an irc server using custum hacked variation of the jirc intergrated hack. I've got it setup so that I can use the origional hack, as well as a second one, which I've linked for just battles... I'm working on setting up my own ircd for it as well.

gmarik
06-10-2003, 12:15 PM
Today at 06:13 AM PixelFx said this in Post #1793 (https://vborg.vbsupport.ru/showthread.php?postid=406826#post406826)
Currently working on a chat system intergation system for the battle system... so far it's working good :P just a few more templates to edit and update :)

Oh, sounds great. Is it possible to use it without a game server, just a seperate chat? :smoke:

Moreliator
06-10-2003, 11:59 PM
Bitsy,
It woudl be REALLY great if you could allow the admin to provide certain members with unique rpg characters. If you can't, could you at least say how I could go about doing it?

Bitsys
06-11-2003, 02:38 AM
Today at 07:59 PM Moreliator said this in Post #1795 (https://vborg.vbsupport.ru/showthread.php?postid=407313#post407313)
Bitsy,
It woudl be REALLY great if you could allow the admin to provide certain members with unique rpg characters. If you can't, could you at least say how I could go about doing it?

Do you mean allow certain members the ability to use special classes or races?

What exactly do you mean by unique?

Hostc
06-11-2003, 02:45 AM
I've installed this on my forums and when adding the code into the postbit area it really makes the postbit longer and it looks wierd.

:lick:

kaotic
06-11-2003, 02:56 AM
Well maybe you should edit it so it doesn't include all of the information, making it smaller. :p

Moreliator
06-11-2003, 12:40 PM
Today at 04:38 AM Bitsys said this in Post #1796 (https://vborg.vbsupport.ru/showthread.php?postid=407370#post407370)
Do you mean allow certain members the ability to use special classes or races?

What exactly do you mean by unique?


Alright, sorry for not clarifying better. You know how in the ADMIN panel, the admin can ad classes and then select whether he wants only Admin and Mods to use that class? Well it would be reallly helpful if we could do that for specific members. So lets say "bob" wants a certain class that no one else can get, I would go and do it via the CPANEL.

Thanks.

Bitsys
06-11-2003, 01:48 PM
Yesterday at 10:45 PM Hostc said this in Post #1797 (https://vborg.vbsupport.ru/showthread.php?postid=407373#post407373)
I've installed this on my forums and when adding the code into the postbit area it really makes the postbit longer and it looks wierd.

:lick:

The RPG manual has a shorter version in it.

Today at 08:40 AM Moreliator said this in Post #1799 (https://vborg.vbsupport.ru/showthread.php?postid=407497#post407497)
Alright, sorry for not clarifying better. You know how in the ADMIN panel, the admin can ad classes and then select whether he wants only Admin and Mods to use that class? Well it would be reallly helpful if we could do that for specific members. So lets say "bob" wants a certain class that no one else can get, I would go and do it via the CPANEL.

Thanks.

Hmm, I see. That doesn't sound very feasible right now :(

PixelFx
06-12-2003, 08:05 AM
possible bug with itemshop.php, in relation to donations...



Invalid SQL: SELECT field5 FROM userfield WHERE userid=
mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1

mysql error number: 1064



Date: Thursday 12th of June 2003 03:26:57 AM
Script: http://www.shukenja.com/forum/forum/itemshop.php
Referer: http://www.shukenja.com/forum/itemshop.php?action=donate&user=

...

I'm not sure where it's doubling up the forum/forum url either.. I've checked my systems and it all seems to be in order, but still getting error...

:)

Spark
06-12-2003, 12:21 PM
Give it an option , that every user can see , the RPG Dates of other UserĀ“s in their Profile?

Bitsys
06-12-2003, 07:11 PM
Today at 04:05 AM PixelFx said this in Post #1801 (https://vborg.vbsupport.ru/showthread.php?postid=407933#post407933)
possible bug with itemshop.php, in relation to donations...



Invalid SQL: SELECT field5 FROM userfield WHERE userid=
mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1

mysql error number: 1064



Date: Thursday 12th of June 2003 03:26:57 AM
Script: http://www.shukenja.com/forum/forum/itemshop.php
Referer: http://www.shukenja.com/forum/itemshop.php?action=donate&user=

...

I'm not sure where it's doubling up the forum/forum url either.. I've checked my systems and it all seems to be in order, but still getting error...

:)

In your rpgcp template, find:
$post[userid]
and change it to
$userid

Today at 08:21 AM Spark said this in Post #1802 (https://vborg.vbsupport.ru/showthread.php?postid=408034#post408034)
Give it an option , that every user can see , the RPG Dates of other User?s in their Profile?

Could you explain what RPG Dates are?

Spark
06-12-2003, 08:19 PM
Argh sorry , my english is not the best
i mean the RPG Stats , that themself can see in their RPG CP
THis stats should be in the profile of every user , that everyone can see , what z.B the element ob the opponent is

sry for my bad english

Bitsys
06-12-2003, 10:18 PM
Today at 04:19 PM Spark said this in Post #1804 (https://vborg.vbsupport.ru/showthread.php?postid=408198#post408198)
Argh sorry , my english is not the best
i mean the RPG Stats , that themself can see in their RPG CP
THis stats should be in the profile of every user , that everyone can see , what z.B the element ob the opponent is

sry for my bad english

In the postbit template, you could put something like:

<a href="rpgcp.php?userid=$post[userid]">RPG info</a>

That code will take them to the RPGCP of the poster.

Moreliator
06-13-2003, 01:42 AM
Bitsy, when users edit their character and stuff in their User CP ----> Edit Options sometimes things do not change in real time. For example, earlier today I was testing it out and when I switched my class the Type would also switch right then and there to match the Class. Tonight, however, I have to select a new class, then hit update, then go back to Edit Info to see the new type... I'm not sure why this is. How can I get it to go back to how it was before?

Darkwaltz4
06-13-2003, 09:24 PM
okay! REALLY long time no see :-p after breaking the battle arena like 6 months ago, i finally downloaded the newest version, disregarded all installation directions, and installed the hack over ^_^ so, in 2 days time, i redid the hack (my custom version anyway) lol, including the fabled summons, pp everything, and like a million little tweaks here and there to patch up little bugs which im not sure have been mentioned before or nt (i REFUSE to read through 130 pages of this thread >.<) anyway, as for the summons, theres still some TINY bugs in it (it doesnt appear for some users for some reason (like me???)) lmao, but does for 99.99% of the users of my enormous forums... my itemshop is still got 350 items, aaaaand i came up with a new version of the donation queue, if anyone been using it (i doubt it -_-) although summons might be more liked :-p anyways, IF you decided to be different and installed the donation queue, to upgrade just replace the code from the install instructions in moderate.php and itemshop.php (and yes it has been updated for the most current vrsion) oh and drop toname and origname from the table, theyre bad now ;) lol. new features include spiffy new interface, and now ip is displaying in a handy way (no long-around looking up of ips)

like i said ive fixed a million little bugs -_- but if i come accross asked questions ive fixed in this thread, ill post them (and ill keep ya posted on summons...maybe) lol

kaotic
06-13-2003, 10:23 PM
I just went to check out your forums. I like what you've done with the RPG, very nice. I hope to hear (see?) more from you about the "summons" in the future. :)

RPGHost
06-13-2003, 10:48 PM
I have an issue where the USER CP area lists the special fields of "race", class, etc 2 times. Once in the required area and again at the bottom. It only updates if you change the one on the bottom. Very confusing. I looked all over in the code and the data and couldn't figure it out. I could get them both to go away but not just one. Anyone have this problem? Suggestions to fix it? It's a new installation on 2.3.0. I'm testing it here:

James

Bitsys
06-14-2003, 03:25 AM
Yesterday at 09:42 PM Moreliator said this in Post #1806 (https://vborg.vbsupport.ru/showthread.php?postid=408304#post408304)
Bitsy, when users edit their character and stuff in their User CP ----> Edit Options sometimes things do not change in real time. For example, earlier today I was testing it out and when I switched my class the Type would also switch right then and there to match the Class. Tonight, however, I have to select a new class, then hit update, then go back to Edit Info to see the new type... I'm not sure why this is. How can I get it to go back to how it was before?

Do you know of anything that could have changed the way it works? Anything that may have stopped it from working? Does this happen to all users who select that particular class/type?


Today at 06:48 PM RPGHost said this in Post #1809 (https://vborg.vbsupport.ru/showthread.php?postid=408689#post408689)
I have an issue where the USER CP area lists the special fields of "race", class, etc 2 times. Once in the required area and again at the bottom. It only updates if you change the one on the bottom. Very confusing. I looked all over in the code and the data and couldn't figure it out. I could get them both to go away but not just one. Anyone have this problem? Suggestions to fix it? It's a new installation on 2.3.0. I'm testing it here:

James


Have you checked your modifyprofile template to see if there is duplicate HTML code in there?

RPGHost
06-14-2003, 03:49 AM
Today at 05:25 AM Bitsys said this in Post #1810 (https://vborg.vbsupport.ru/showthread.php?postid=408763#post408763)
Have you checked your modifyprofile template to see if there is duplicate HTML code in there?

Yeah, it's not there. I assume that the RACE and CLASS and all that are getting into BOTH of these variables:

$customfields_required

$customfields

Where I think it should only be in the later of the two. So it shows up twice but only the last one in the form is effective. So somehow the members.php file is messed up. Yet I didn't do any manual editing.

This is what's loaded into the first variable:

$profilefields=$DB_site->query("SELECT * FROM profilefield WHERE editable = 1 ORDER BY displayorder");

Here is what I think is loaded into the later:

$profilefields=$DB_site->query("SELECT profilefieldid,required,title FROM profilefield WHERE hidden=0 ORDER BY displayorder");

Ideas?

James

Moreliator
06-14-2003, 10:02 AM
Today at 05:25 AM Bitsys said this in Post #1810 (https://vborg.vbsupport.ru/showthread.php?postid=408763#post408763)
Do you know of anything that could have changed the way it works? Anything that may have stopped it from working? Does this happen to all users who select that particular class/type?



I did change a few things. First, I deleted the first instance of the $RPG Name and element and all that stuff in the modify_profile template. Next, I remember also having to delete a "_require" from the template because it was actually showing up on teh page. But that is all...

Bitsys
06-14-2003, 03:37 PM
Yesterday at 11:49 PM RPGHost said this in Post #1811 (https://vborg.vbsupport.ru/showthread.php?postid=408765#post408765)
Yeah, it's not there. I assume that the RACE and CLASS and all that are getting into BOTH of these variables:

$customfields_required

$customfields

Where I think it should only be in the later of the two. So it shows up twice but only the last one in the form is effective. So somehow the members.php file is messed up. Yet I didn't do any manual editing.

This is what's loaded into the first variable:

$profilefields=$DB_site->query("SELECT * FROM profilefield WHERE editable = 1 ORDER BY displayorder");

Here is what I think is loaded into the later:

$profilefields=$DB_site->query("SELECT profilefieldid,required,title FROM profilefield WHERE hidden=0 ORDER BY displayorder");

Ideas?

James


Today at 06:02 AM Moreliator said this in Post #1812 (https://vborg.vbsupport.ru/showthread.php?postid=408839#post408839)
I did change a few things. First, I deleted the first instance of the $RPG Name and element and all that stuff in the modify_profile template. Next, I remember also having to delete a "_require" from the template because it was actually showing up on teh page. But that is all...


Can both of you give me your modifyprofile template so that I can make sure I am on the same page as you?

Moreliator
06-14-2003, 06:09 PM
Sure, heres mine, pasted exactly as it is.


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>$bbtitle - Update profile</title>
$headinclude
</head>
<body>
<SCRIPT LANGUAGE="JAVASCRIPT">
<!--
$racearrays
$classarrays
$typearrays
function updateRaces(){
with (document.profile.alignment){
var choice = options[selectedIndex].value;
}
document.profile.rpgrace.length = 0;
choice = eval(choice);
for (var i=0;i<choice.length;i++){
with (document.profile.rpgrace){
options[length] = new Option(choice[i],choice[++i],false,false);
}
}
if ((parseInt(navigator.appVersion) < 5) && (navigator.appName == "Netscape")) { history.go(0);
}
}

function updateType(){
with (document.profile.rpggender){
var gender = options[selectedIndex].value;
}
if (gender == "gd1"){
with (document.profile.rpgclass){
var rclass = options.selectedIndex;
}
rclass = eval(rclass);
document.profile.rpgtypename.value = typename1[rclass];
document.profile.rpgtypeid.value = typeid1[rclass];

} else if(gender == "gd2") {
with (document.profile.rpgclass){
var rclass = options.selectedIndex;
}
rclass = eval(rclass);
document.profile.rpgtypename.value = typename2[rclass];
document.profile.rpgtypeid.value = typeid2[rclass];
} else {
document.profile.rpgtypename.value = typename0[0];
document.profile.rpgtypeid.value = typeid0[0];

}
if ((parseInt(navigator.appVersion) < 5) && (navigator.appName == "Netscape")) { history.go(0);
}
}

function updateClasses(){
with (document.profile.rpggender){
var choice = options[selectedIndex].value;
}
document.profile.rpgclass.length = 0;
choice = eval(choice);
for (var i=0;i<choice.length;i++){
with (document.profile.rpgclass){
options[length] = new Option(choice[i],choice[++i],false,false);
}
}
document.profile.rpgtypename.value = typename0[0];
document.profile.rpgtypeid.value = typeid0[0];
updateType();
if ((parseInt(navigator.appVersion) < 5) && (navigator.appName == "Netscape")) { history.go(0);
}
}
//-->
</script>
$header

<!-- breadcrumb -->
<table cellpadding="2" cellspacing="0" border="0" width="95%" align="center">
<tr>
<td width="100%"><img src="https://vborg.vbsupport.ru/images/vb_bullet.gif" align="middle" alt="vBulletin">
<normalfont><b><a href="index.php?s=$session[sessionhash]">$bbtitle</a> &gt;
<a href="usercp.php?s=$session[sessionhash]">User Control Panel For $bbuserinfo[username]</a> &gt;
Edit Profile</b></normalfont></td>
</tr>
</table>
<!-- /breadcrumb -->

<br>
$cpnav
<br>

<center>$coppatext</center>

<form name="profile" action="member.php" method="post">
<input type="hidden" name="s" value="$session[sessionhash]">

<table cellpadding="0" cellspacing="0" border="0" bgcolor="#0A293E" width="95%" align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">
<tr>
<td bgcolor="#336D95" background="https://vborg.vbsupport.ru/images/catagory_backing.gif" colspan="2"><normalfont color="#000000"><b>Edit Profile - $bbuserinfo[username]</b></normalfont></td>
</tr>
<tr>
<td bgcolor="#1D6AA0" colspan="2"><normalfont color="#EEEEFF" class="thtcolor"><b>Registration: Required Information</b></normalfont>
<smallfont color="#EEEEFF" class="thtcolor">All fields are required.</smallfont></td>
</tr>
$parentemail
<tr>
<td bgcolor="#1C5780"><normalfont><b>Email Address:</b></normalfont></td>
<td bgcolor="#1C5780"><normalfont><input type="text" class="bginput" name="email" value="$bbuserinfo[email]" size="30" maxlength="150"></normalfont></td>
</tr>
<tr>
<td bgcolor="#1C5780"><normalfont><b>Confirm Email Address:</b></normalfont></td>
<td bgcolor="#1C5780"><normalfont><input type="text" class="bginput" name="emailconfirm" value="$bbuserinfo[email]" size="30" maxlength="150"></normalfont></td>
</tr>

<!-- *** -->
<tr>
<td bgcolor="#1D6AA0" colspan="2"><normalfont color="#EEEEFF" class="thtcolor"><b>Optional Information</b></normalfont> <smallfont color="#EEEEFF" class=thtcolor>All information will be viewable by other $bbtitle members.</smallfont></td>
</tr>
<tr>
<td bgcolor="#1C5780"><b><normalfont>Homepage:</normalfont></b></td>
<td bgcolor="#1C5780"><normalfont><input type="text" class="bginput" name="homepage" value="$bbuserinfo[homepage]" size="30" maxlength="200"></normalfont></td>
</tr>
<tr>
<td bgcolor="#13486D"><b><normalfont>ICQ Number:</normalfont></b></td>
<td bgcolor="#13486D"><normalfont><input type="text" class="bginput" name="icq" value="$bbuserinfo[icq]" size="30" maxlength="30"></normalfont></td>
</tr>
<tr bgcolor="#1C5780">
<td><b><normalfont>AOL Instant Messenger Handle:</normalfont></b></td>
<td><normalfont><input type="text" class="bginput" name="aim" value="$bbuserinfo[aim]" size="30" maxlength="30"></normalfont></td>
</tr>
<tr>
<td bgcolor="#13486D"><b><normalfont>Yahoo Messenger Handle:</normalfont></b></td>
<td bgcolor="#13486D"><normalfont><input type="text" class="bginput" name="yahoo" value="$bbuserinfo[yahoo]" size="30" maxlength="30"></normalfont></td>
</tr>
<tr>
<td bgcolor="#1C5780" valign="top"><b><normalfont>Signature:</normalfont></b><br>
<smallfont>Optional signature you may use to appear at bottom of your posts.</smallfont>
<p><smallfont>HTML code is $htmlonoff<br>
<a href="misc.php?s=$session[sessionhash]&action=bbcode">vB Code</A> is $bbcodeonoff<br>
[img] code is $imgcodeonoff<br>
<a href="misc.php?s=$session[sessionhash]&action=showsmilies">Smilies</a> are $smiliesonoff
</smallfont></p></td>
<td bgcolor="#1C5780"><textarea name="signature" rows="6" cols="40">$signature</textarea></td>
</tr>
$birthday
$customtext
<tr>
<td bgcolor="#1D6AA0" colspan="2"><normalfont color="#EEEEFF" class="thtcolor"><b>Additional Information</b></normalfont></td>
</tr>
$customfields
<tr><td bgcolor="$bgcolor"><normalfont><b>Element Type:</b></normalfont><br>
<smallfont>The Element type you want to be at the boards.</smallfont></td>
<td bgcolor="$bgcolor"><normalfont>

<select name="element">
$elementoptions
</select>

</normalfont></td>
</tr>
<tr>
<td bgcolor="$bgcolor"><normalfont><b>RPG Alignment:</b></normalfont><br>
<smallfont>The side you want your character to be on the RPG.</smallfont></td>
<td bgcolor="$bgcolor"><normalfont>
<select name="alignment" onchange="updateRaces()">
$alignmentoptions
</select></normalfont></td>
</tr>
<tr>
<td bgcolor="$bgcolor"><normalfont><b>RPG Race:</b></normalfont><br>
<smallfont>The Race you want your character to be on the RPG.</smallfont></td>
<td bgcolor="$bgcolor"><normalfont>
<select name="rpgrace">
$raceoptions
</select></normalfont></td>
</tr>
<tr>
<td bgcolor="$bgcolor"><normalfont><b>RPG Gender:</b></normalfont><br>
<smallfont>This would be your RPG Character's Gender, not your gender in real life.</smallfont></td>
<td bgcolor="$bgcolor"><normalfont>
<select name="rpggender" onchange="updateClasses()">
$genderoptions
</select></normalfont></td>
</tr>

<tr>
<td bgcolor="$bgcolor"><normalfont><b>RPG Class:</b></normalfont><br>
<smallfont>The Class you want your character to be on the RPG.</td>
<td bgcolor="$bgcolor"><smallfont>
<select name="rpgclass" onchange="updateType()">
$classoptions
</select></smallfont>

</td>
</tr>
<tr>
<td bgcolor="$bgcolor"><normalfont><b>RPG Type:</b></normalfont><br><smallfont>Your type is automatically determined by your class.</smallfont></td>

<td bgcolor="$bgcolor" >
<input type="text" class="bginput" name="rpgtypename" value="$rpgtypename" length="30" READONLY><input type="hidden" name="rpgtypeid" value="$rpgtypeid">
</td>
</tr>
<tr>
<td bgcolor="$bgcolor"><normalfont><b>Build Stats</b></normalfont><br>
<smallfont>Click here if you want to have stats shown on the board.</smallfont></td>
<td bgcolor="$bgcolor"><normalfont>
<input type="checkbox" name="updatestats">Update stats
</normalfont></td>
</tr>

</table>
</td></tr></table>

<br>

<table cellpadding="2" cellspacing="0" border="0" width="95%" align="center">
<tr>
<td align="center"><normalfont>
<input type="hidden" name="action" value="updateprofile">
<input type="submit" class="bginput" name="Submit" value="Submit Modifications" accesskey="s">
<input type="reset" class="bginput" name="Reset" value="Reset Fields">
</normalfont></td>
</tr>
</table>

</form>

$footer

</body>
</html>

RPGHost
06-14-2003, 06:52 PM
Ack, never mind. It was in there twice. How it got there I'm not sure as it was a new install. I've removed it. Thanks!

James

Darkwaltz4
06-14-2003, 09:50 PM
*cracks knuckles* okays, i guess i might read through pages 80-120 cause thats how long its been since i was here :-p and im going to try to list some of the bizzarre things ive put this hack through, and if i put an asterisk (*) by it, please dont ask me how to do it yet, its probably too complicated to explain here, or its still volatile, lol....also, ill probably forget like alot, mainly because a bunch i did before i broke the hack on my boards, like 3 months ago...

Summon-type items *
Summon Battle sequences *
PP Potions
PP Healing Center bit
Donation Queue
Registration points
Bank interest thing moved to global.php
Redid rpg stats to ~1000 x level=hp ~100 x level=ma/pp (really simple)
Added a mess of custom messages based on rpg type
Links to 'correct' itemshop based on type
Itemshop FAQ, link to it from itemshop
Target link to profile rpg section, so that i could link people to member.php?action=editprofile#rpg when they keep asking me where all the rpg stuff was >.< and 'edit ur profile' wasnt helping them...
Fixing blank password bug...
Changing all password fields to type='password' (looks nicer ;))
Random playing of battle midis on battlefight.php
Rewrote some of the stupid battle messages :-p like whos gunna meditate in a cave??? lmao (no offense ;))
Removed/replaced a bunch of links, like the 'update stats' checkbox with a link to the healing center...

there prolly more :-p and i guess im here to help *sigh* those strange problems everyone keeps having with the hack :-p

TheRaven57
06-14-2003, 10:02 PM
Is there a way to make it so that people who own personal shops cannot create their own items? I would like it if they could just sell the items pre-made by the administration.

kaotic
06-14-2003, 10:11 PM
@ Darkwaltz4: Could you explain how I can install..... everything that doesn't have an asterisk by it? :D

Mijae
06-15-2003, 03:49 AM
Yes, you should release an addon :P

Darkwaltz4
06-15-2003, 09:38 AM
TheRaven57: i just removed the link to buy personal itemshops :-D (oops, forgot to mention that >.<)

kaotic: pick one at a time and i might *stares at the ceiling*

v0id: id have to be really bored :-D

kaotic
06-15-2003, 12:28 PM
Actually... how about this one:

Random playing of battle midis on battlefight.php
Right now I'm using a simple script with a list of songs to choose from, but I can't find a way to play midis randomly! :(

Moreliator
06-15-2003, 04:20 PM
Bitsy,
I am quite stumped over the whole Turn ID thing. Is it possible you could show me how I would make who goes first randomized?

Also, my members keep bugging me to ask if you can change the healing center to take from money in the pocket, not the bank.

Darkwaltz4
06-15-2003, 07:32 PM
random midis are easy enough, first find ur midis' paths...

then at the bottom of battlefight.php, find

eval("dooutput(\"".gettemplate('battle_arena')."\");");

and then decide how many midis that you want.... and replace ### with it in this bunch of code: (place this ABOVE that ^^)

$randnum = rand(1, ##);
if($randnum == 1) {
$chosenmidi = "http://path.to.midi/midi.mid";
} elseif($randnum == 2) {
$chosenmidi = "http://path.to.midi/midi2.mid";
} elseif($randnum == 3) {
$chosenmidi = "http://path.to.midi/midi3.mid";

...

} elseif($randnum == ##) {
$chosenmidi = "http://path.to.midi/midi#.mid";
}

get the point? then in template battle_arena, find

<title>$bbtitle - Battle</title>
$headinclude
</head>

and replace with:

<title>$bbtitle - Battle</title>
<bgsound src="$chosenmidi" loop="-1">
$headinclude
</head>

yay. for a small fee ill do it for you *big grin*

kaotic
06-15-2003, 08:03 PM
Thanks. :D I shall install this little addon right now.

Moreliator
06-15-2003, 11:18 PM
Bitsy, I looked more into my probel and I h ave discovered that there is a JAvascript error on the User CP ---> Edit Profile page. It says expected "}" ....

PixelFx
06-16-2003, 12:44 AM
you guys the midi idea is hella cool :P

Darkwaltz4, someone needs to make a PvM system :P or player vs monster :P I could draw some custom monsters or put together art for that if wanted.

I'm working on an art addon, that adds 250 custom 3d/2d images, of armor, weapons, potions, magic items, and spells for the battle system currently.

Bitsys
06-16-2003, 01:08 AM
Today at 07:18 PM Moreliator said this in Post #1825 (https://vborg.vbsupport.ru/showthread.php?postid=409380#post409380)
Bitsy, I looked more into my probel and I h ave discovered that there is a JAvascript error on the User CP ---> Edit Profile page. It says expected "}" ....


Please see the attachment and let me know if it fixes the problem. I would post the solution here, but I keep getting a timeout message.

kaotic
06-16-2003, 01:20 AM
Today at 02:44 AM PixelFx said this in Post #1826 (https://vborg.vbsupport.ru/showthread.php?postid=409397#post409397)
you guys the midi idea is hella cool :P

Darkwaltz4, someone needs to make a PvM system :P or player vs monster :P I could draw some custom monsters or put together art for that if wanted.

I'm working on an art addon, that adds 250 custom 3d/2d images, of armor, weapons, potions, magic items, and spells for the battle system currently.

Bah...

A PvM system. Now you've got my hopes up. :p

Moreliator
06-16-2003, 03:41 AM
Hey Bitsy, works great now! Thanks!

Mijae
06-16-2003, 04:27 AM
That midi addon looks pretty good! Anyone got a list of midis I can download that go pretty good with the battle arena theme?

kaotic
06-16-2003, 01:52 PM
I suggest getting on Kazaa and downloading Final Fantasy battle theme music.

TheVoidz
06-16-2003, 04:24 PM
I tried this hack long ago back when it first came out and I remeber exp(strength) being calculated on the ammout of posts the person had, same with money. This caused people to spam the ++++ out of my boards to be the best and it pretty much destroyed the server, will this happen again? Or is there a new way of dealing with money and exp?

DarkDraco07
06-16-2003, 05:35 PM
about this midi idea, wouldnt the song restart everytime the page refreshes?

Mijae
06-16-2003, 05:52 PM
Yes it would, but midis are usually under 50kb, so even a modem user wouldnt suffer that much.

SM Tengu
06-16-2003, 06:31 PM
If you add frames in the battle arena, you could make it so that the tune doesn't restart.

Although personally I think music on sites are one of the worst things you can have ;) I always listen to my own music when surfing, and when a midi start I close that window down faster than ever ;P


Waltz, could you explain what the PP things do for you, the potion and healing center I mean. And if possible, tell us how it could be implented.

vdinh
06-16-2003, 08:03 PM
Hi Bitsys,
I am still currently at version 0.61. Would you please let me know the right way to get to version 0.67 ? Thanks :).

Darkwaltz4
06-16-2003, 08:24 PM
midis -> to STOP a midi while playing, just click the stop button on your browser when the page is finished loading.

to have it NOT loop, change the html code from loop="-1" to like 3 or 2 or 1, see?

and yes midis are small...

as for a monster arena....maybe ;) i could *probably* od something which feeds monster data through the battlefight.php hing, and i dont think ill need pics, lmao, just some game sprites ^_^ lol....

pp? well, i had to add some stuff into the healing center which wasnt queried for automatically, and basically copy the magic part and slap it onto the bottom for pp, lol, and rename everything :-p and add something to the template, but pp potions O.o i had to rewrite a couple database things like the stuff in the 'extra' col (bitsys would know what im talking about) and...well, i had to update it _everywhere_ and i had trouble tracking the stupid thing o.o as for summon damage, well lets just say summons do full damage when you just run out of pp ^_^ lol

oh, and if you just want one midi to play, screw the code in battlefight.php, and place the direct url where '$chosenmidi' is in the html

RPGHost
06-16-2003, 08:57 PM
What about the hack to make the user jump to the ITEM SHOP of his class? I'd like to see/hear how that's done. I'm new to hacking this but a good programmer. Already leanred a lot ... a push in the right direction is all I need.

James

Moreliator
06-16-2003, 09:33 PM
Today at 06:24 PM TheVoidz said this in Post #1832 (https://vborg.vbsupport.ru/showthread.php?postid=409590#post409590)
I tried this hack long ago back when it first came out and I remeber exp(strength) being calculated on the ammout of posts the person had, same with money. This caused people to spam the ++++ out of my boards to be the best and it pretty much destroyed the server, will this happen again? Or is there a new way of dealing with money and exp?

you can turn this item off under the Battle Options in the Admin CP. If you turn it off, the only way to gain exp then would be through winning battles and through battle turns.

For money, try waltz addon that gievs a set amount of gil, then turn off the "gil per post" in options of the admin cp.

Darkwaltz4
06-16-2003, 09:36 PM
for simple direct linking to that person's itemshop, apply this link anywhere

http://ur.domain.com/forums/itemshop.php?itemtype=$bbuserinfo[rpgtype]

i recall saying that on like page 80 :-D

kaotic
06-16-2003, 10:33 PM
Yesterday at 10:24 PM Darkwaltz4 said this in Post #1837 (https://vborg.vbsupport.ru/showthread.php?postid=409658#post409658)
as for a monster arena....maybe ;) i could *probably* od something which feeds monster data through the battlefight.php hing, and i dont think ill need pics, lmao, just some game sprites ^_^ lol....

Couldn't hurt to try, right? :D Here are a couple of pages with a great deal of sprites:

http://rpgicons.com/ff6enemies.html
http://rpgicons.com/ff6bosses.html

Something else you might consider (as long as you're doing so well :p) is a new column in the memberlist which displays the member's current level. This will make it easier for members to find opponents of similiar statistics.

Moreliator
06-17-2003, 02:35 AM
Alright Bitsy, I'm really close to finishing this thing out. I have ALL my items input now, but when I tested it out as admin, some of the items were appearing in the Type they were not assigned to.

Anyway, should I run the DB fix? I have 16 item categories. It turns out that for every category there seems to be another ID listed in it that shouldn't be. Theres about 8 items per category, so it ends up being about 16 items showing in one category when only 8 should show.

The only other thing I can think of that may have caused the problem is that I originally had the default category named "Normal" ... if I'm correct, any RPG Type can buy moves from this default category which I called "Normal". When I realized this, I renamed it to "All" and made a new Item Category called Normal. I'm wondering if maybe this COULD have caused a glitch? I did rename the Normal category before creating a new one though, so I really don't think that is the problem, but I thought I'd list it anyway just in case.


So should I run the DB fix? Maybe I could do some stuff in PHP My Admin to see if its really deselecting?

Thanks.

***EDIT*** Alright, further investigation shows that it is a similar problem to what happened before, with the whole "mimicing" thing. Although this time it doesn't show in the check boxes, in PHP My Admin, I checked IDs and the Item Categories seem to be getting confused. For example, the items specifically for Category/RPG Type ID 4 could be found in 14 along with the ones in 14, and vice versa. It appears this way for all items. This is almost the exact problem I had before back in the v .61 days...only way back then the checkboxes would show the error too. Oh, and is my Default ID supposed to be 1 or 0?

Another example: My default RPG type is currently ID 0. In the Itemshop, all my ID 10 type items are being treated as if they were default. I'm sure if I moved the default ID to 1, all the items for Type ID 11 would appear as default ites for any types use. I'm almost 100% sure now that the ID miz up is the problem now. Hopefully there is an easy fix as this is the last thing before i can launch the rpg for general use =/

BTW Bitsy, just another quick question. Do the "+ to def" and "+ to attack" options work? I tried them out and the opponents move never hit when I had a "+ to def" item equipped... the move either reflected and said it damaged the oppoenent, which it didn't, or the wordlet said "Opponent dealt points of damage" without a number, dealing me no harm. I'm searching the thread but I can't seem to find if you had said these two categories don't work. If not, does the armor category work? Thanks.

lioncool1589
06-17-2003, 02:36 AM
how do i fix every time my members posts his hp go down
this is kinda stupid anyway to fix it

RPGHost
06-17-2003, 12:13 PM
I just tested a battle and it seemed to go through great... My question/problem is - how do I get the battle output to post into a forum. I saw on someone elses site there was a forum that had battle results that anyone could visit/view. But now that my battle is done it doesn't show up anywhere except when you go to the battle area and view the specific battle.

Is there some setting I'm missing? A hack that was done?

James

Moreliator
06-17-2003, 02:29 PM
Today at 02:13 PM RPGHost said this in Post #1845 (https://vborg.vbsupport.ru/showthread.php?postid=409862#post409862)
I just tested a battle and it seemed to go through great... My question/problem is - how do I get the battle output to post into a forum. I saw on someone elses site there was a forum that had battle results that anyone could visit/view. But now that my battle is done it doesn't show up anywhere except when you go to the battle area and view the specific battle.

Is there some setting I'm missing? A hack that was done?

James


Yes, under battle options there is an option to select "yes" and pick which forum you want it posted in.

Bitsys
06-17-2003, 02:41 PM
Yesterday at 12:24 PM TheVoidz said this in Post #1832 (https://vborg.vbsupport.ru/showthread.php?postid=409590#post409590)
I tried this hack long ago back when it first came out and I remeber exp(strength) being calculated on the ammout of posts the person had, same with money. This caused people to spam the ++++ out of my boards to be the best and it pretty much destroyed the server, will this happen again? Or is there a new way of dealing with money and exp?

Exp can be gained by winning battles now also.

Yesterday at 04:03 PM vdinh said this in Post #1836 (https://vborg.vbsupport.ru/showthread.php?postid=409655#post409655)
Hi Bitsys,
I am still currently at version 0.61. Would you please let me know the right way to get to version 0.67 ? Thanks :).

I think you can just use UPGRADE.TXT to get to the current version.

Yesterday at 10:35 PM Moreliator said this in Post #1842 (https://vborg.vbsupport.ru/showthread.php?postid=409759#post409759)
Alright Bitsy, I'm really close to finishing this thing out. I have ALL my items input now, but when I tested it out as admin, some of the items were appearing in the Type they were not assigned to.

Anyway, should I run the DB fix? I have 16 item categories. It turns out that for every category there seems to be another ID listed in it that shouldn't be. Theres about 8 items per category, so it ends up being about 16 items showing in one category when only 8 should show.

The only other thing I can think of that may have caused the problem is that I originally had the default category named "Normal" ... if I'm correct, any RPG Type can buy moves from this default category which I called "Normal". When I realized this, I renamed it to "All" and made a new Item Category called Normal. I'm wondering if maybe this COULD have caused a glitch? I did rename the Normal category before creating a new one though, so I really don't think that is the problem, but I thought I'd list it anyway just in case.


So should I run the DB fix? Maybe I could do some stuff in PHP My Admin to see if its really deselecting?

Thanks.

***EDIT*** Alright, further investigation shows that it is a similar problem to what happened before, with the whole "mimicing" thing. Although this time it doesn't show in the check boxes, in PHP My Admin, I checked IDs and the Item Categories seem to be getting confused. For example, the items specifically for Category/RPG Type ID 4 could be found in 14 along with the ones in 14, and vice versa. It appears this way for all items. This is almost the exact problem I had before back in the v .61 days...only way back then the checkboxes would show the error too. Oh, and is my Default ID supposed to be 1 or 0?

Another example: My default RPG type is currently ID 0. In the Itemshop, all my ID 10 type items are being treated as if they were default. I'm sure if I moved the default ID to 1, all the items for Type ID 11 would appear as default ites for any types use. I'm almost 100% sure now that the ID miz up is the problem now. Hopefully there is an easy fix as this is the last thing before i can launch the rpg for general use =/

In itemshop.php, find:
$pos = strpos($row[type], $itemtype);
if($pos === false)
and REPLACE it with
if(!in_array($itemtype, explode(' ', $row[type])))
Let me know if that fixes the problem. This is definately a bug.

Yesterday at 10:36 PM lioncool1589 said this in Post #1843 (https://vborg.vbsupport.ru/showthread.php?postid=409761#post409761)
how do i fix every time my members posts his hp go down
this is kinda stupid anyway to fix it

Every time they post their HP goes down? That isn't supposed to be happening. Do you have the auto-update stats add-on installed?

Today at 04:11 AM Me! said this in Post #1844 (https://vborg.vbsupport.ru/showthread.php?postid=409803#post409803)
Hmm I'm having the same problem too, my members are complaining their hp is going down. I'm not sure why, I never notice these things. It frustrates me because I think my forum members take this battle too seriously instead of just having fun with it :(

EDIT: Also on my forum battle arena I have a midi playing and yes it does reload everytime the page reloads. You can remedy this by creating a link to a popup window where the user can choose a battle midi should they want one. (My members requested this)


Do you have the Auto-Update stats add-on installed?

Today at 08:13 AM RPGHost said this in Post #1845 (https://vborg.vbsupport.ru/showthread.php?postid=409862#post409862)
I just tested a battle and it seemed to go through great... My question/problem is - how do I get the battle output to post into a forum. I saw on someone elses site there was a forum that had battle results that anyone could visit/view. But now that my battle is done it doesn't show up anywhere except when you go to the battle area and view the specific battle.

Is there some setting I'm missing? A hack that was done?

James


Admin CP -> Battle Options -> Forum to post the battle results

Moreliator
06-17-2003, 02:56 PM
THANK YOU SO MUCH BITSY!!! That solved the problem right away!

Now, just another quick question :). Do the "+ to def" and "+ to attack" options work? I tried them out and the opponents move never hit when I had a "+ to def" item equipped... the move either reflected and said it damaged the oppoenent, which it didn't, or the wordlet said "Opponent dealt points of damage" without a number, dealing me no harm. I'm searching the thread but I can't seem to find if you had said these two categories don't work. If not, does the armor category work? Thanks.

lioncool1589
06-17-2003, 06:35 PM
yah i installed Auto-Update stats add-on

Today at 04:41 PM Bitsys said this in Post #1847 (https://vborg.vbsupport.ru/showthread.php?postid=409892#post409892)

Every time they post their HP goes down? That isn't supposed to be happening. Do you have the auto-update stats add-on installed?




Do you have the Auto-Update stats add-on installed?

PixelFx
06-17-2003, 08:13 PM
I was thinking for the battle scene having it setup a pop up window, and or linking it to flash file, or converting the mini to mp3, then putting it in a flash file that you can turn on and off :P this would make some really small files, and also stream the sound to those in dialup even faster..

also if you refresh the page it won't stop the music :P

for those of you that play ultima online, we have about 500 midi songs on the game disc, including battle music ;)

I'm working on two addons, 1) a graphics addon for weapons, armor, spells, and potions etc. and some 3d / fantasy battle scenes..

2) a intergrated chat system, which for the most part I have working, just reworking the code for how the plugin installs. Links to irc server as well.

I'd love to see an addon for PvM, the art for the sprites above for FF looks good. I was going to toy with making custom art but it's all good if we can have permission to use the art with the battle system.

to bitsys and others, great job with working out bugs and making the system, looks awesome so far. :)

kaotic
06-17-2003, 09:15 PM
Indeed... a working PvM add-on would really complete this hack. Also, do you plan to release new battle scenes if you can come up with any? :)

Mijae
06-17-2003, 10:35 PM
Yes, a PvM will make users happy, and me too ;)

Darkwaltz4
06-18-2003, 12:36 AM
sorry for the short post, but i just wanted to say that i am currently working on a monster arena, although i dunno how free ill make it >.< its quite complicated, ill reveal features later, i have to get offline, lol

also, i was going to show you my custom stats equations :-p which work very nicely and better than the weird version of the standard one O.o but ill save it for tomarrow~

PixelFx
06-18-2003, 06:50 PM
kaotic -- do you plan to release new battle scenes if you can come up with any?


I plan to release some new battle scenes, prob not all but we'll see how it goes. I'm setting up some themed battle scenes as well. I'll post some of my meshes later for those interested in seening work in progress...

bitsys should i start a addon thread or post here?

Update:

What would it take to add a Timer to the battles, aka making it so players can only do so many battles a day, with the play member, and other other members, aka two toggles.

say, member A and B, can only fight each other 5 times a day, where as member A can find other members C D E F etc up to 25 different members in one day or what ever you choose?

This would stop members from trying to spam rpg points by dualing them selves or others massively to get gils/other points ?

Moreliator
06-18-2003, 07:41 PM
Bitsy, some of my members suggested you have a new battle activate the "New PM" Popup window... the users report that they get the PM that they have been challenged, but they don't get a popup for the new battle PMs like they would any other pm. I don't know how hard this would be, but it would be a decent addon.

Also, some of my links in the itemshop do not work. The links are like this: "http://itemshop.php?action=whatever" instead of putting my domain in front. I checked the template, and it used PHPSELF bust I guess it wasn't working. Any quick fix?

Also, can you explain the section of the code that determines if a move hits or not, it seems very confusing, and right now the moves are missing too much.

ALSO, people with a ' in there user name can't be challenged by someone else, rather, they have to challenge in order for it to work. The ' doesn't mess up teh script anymore, but it does still prevent the users from being challengable.

finally, I have a question about anger. Users can apparently select the "show opponent you are angry" box when their AP is around 85%. The users say nothing differnt happens though. Is this suppose to happen, or is it only suposed to happen at 100%? And is it adding 10% damage?

Darkwaltz4
06-18-2003, 10:36 PM
to get the prompt to work, find in battle.php
$DB_site->query("INSERT INTO privatemessage (privatemessageid,userid,touserid,fromuserid,title ,message,dateline,messageread,folderid) VALUES (NULL,$userid,$userid,$originating_user,'".addslashes(htmlspecialchars($title))."','".addslashes($message)."',".time().",0,0)");

and replace with
$DB_site->query("INSERT INTO privatemessage (privatemessageid,userid,touserid,fromuserid,title ,message,dateline,messageread,folderid,deletepromp t) VALUES (NULL,$userid,$userid,$originating_user,'".addslashes(htmlspecialchars($title))."','".addslashes($message)."',".time().",0,0,0)");
also find the second query:
$DB_site->query("INSERT INTO privatemessage (privatemessageid,userid,touserid,fromuserid,title ,message,dateline,messageread,folderid) VALUES (NULL,$userid,$userid,$originating_user,'".addslashes(htmlspecialchars($title))."','".addslashes($message)."',".time().",0,0)");
and replace with
$DB_site->query("INSERT INTO privatemessage (privatemessageid,userid,touserid,fromuserid,title ,message,dateline,messageread,folderid,deletepromp t) VALUES (NULL,$userid,$userid,$originating_user,'".addslashes(htmlspecialchars($title))."','".addslashes($message)."',".time().",0,0,0)");
(although this will alert YOU about it)

New Addon!
The Background Midi Playing System ^_^

All this talk about midis and stuff, i went and rewrote my random midi playing thing, into something more dynamic...
------------------------------
Features: ~
Unlimited Midis
Apply Midis Via the ACP in battlescene-like fasion
Preview Midis in ACP

Selectable During a New Battle: ~
Midis to be SHUT OFF
A Random Midi to play whenever the page is refreshed/viewed
A Specific midi to play in their battle
------------------------------
see attached file, also i would have vbhacker'd it, but i was having problems with vBHackMacker >.<

2 queries, 0 new templates, 2 template edits, 6 file edits

this will add an extra query when setting up a new battle, and an extra query if a midi is selected...

NOTE: if you put what i said earlier, GET RID OF IT ^_^ including the php code and template line

kaotic
06-18-2003, 10:40 PM
Excellent add-on. :) Now.. to install this system and about 120 midis...

Looks like I've found my project for today. :D

lioncool1589
06-19-2003, 01:01 AM
i'm gonna install this addon midi my members will be happy
i hope addon battle monster come out soon

Bitsys
06-19-2003, 01:53 AM
Yesterday at 10:56 AM Moreliator said this in Post #1848 (https://vborg.vbsupport.ru/showthread.php?postid=409897#post409897)
THANK YOU SO MUCH BITSY!!! That solved the problem right away!

Now, just another quick question :). Do the "+ to def" and "+ to attack" options work? I tried them out and the opponents move never hit when I had a "+ to def" item equipped... the move either reflected and said it damaged the oppoenent, which it didn't, or the wordlet said "Opponent dealt points of damage" without a number, dealing me no harm. I'm searching the thread but I can't seem to find if you had said these two categories don't work. If not, does the armor category work? Thanks.

They should be working. If the + to Def item added defense that was greater than the opponents attack, then the opponent won't be able to do any damage. That may be what happened. How much have you tested this?

The armor category should work like regular defense.

Yesterday at 02:35 PM lioncool1589 said this in Post #1849 (https://vborg.vbsupport.ru/showthread.php?postid=409991#post409991)
yah i installed Auto-Update stats add-on


Can you verify that they are actually losing HP. Sometimes your maxhp goes up and it makes it look liek you are losing HP, when actually all that is happening is your HP is staying the same and your machp is going up. I am pretty sure this is related to the update stats code.

Today at 02:50 PM PixelFx said this in Post #1854 (https://vborg.vbsupport.ru/showthread.php?postid=410453#post410453)

bitsys should i start a addon thread or post here?

I would try keeping it here for now.

Today at 02:50 PM PixelFx said this in Post #1854 (https://vborg.vbsupport.ru/showthread.php?postid=410453#post410453)
Update:

What would it take to add a Timer to the battles, aka making it so players can only do so many battles a day, with the play member, and other other members, aka two toggles.

say, member A and B, can only fight each other 5 times a day, where as member A can find other members C D E F etc up to 25 different members in one day or what ever you choose?

This would stop members from trying to spam rpg points by dualing them selves or others massively to get gils/other points ?

That kind of system would involve an infinately large mask system. You would have to keep track of who fought who for 24 hours in a temporary table and check that every time a battle is made. Sounds a little messy.

What if users could only fight a certain number of battles per day?

Today at 03:41 PM Moreliator said this in Post #1855 (https://vborg.vbsupport.ru/showthread.php?postid=410472#post410472)
Bitsy, some of my members suggested you have a new battle activate the "New PM" Popup window... the users report that they get the PM that they have been challenged, but they don't get a popup for the new battle PMs like they would any other pm. I don't know how hard this would be, but it would be a decent addon.

Thanks to Darkwaltz, this will be fixed in the next version.

Today at 03:41 PM Moreliator said this in Post #1855 (https://vborg.vbsupport.ru/showthread.php?postid=410472#post410472)
Also, some of my links in the itemshop do not work. The links are like this: "http://itemshop.php?action=whatever" instead of putting my domain in front. I checked the template, and it used PHPSELF bust I guess it wasn't working. Any quick fix?

For now, you can replace $PHP_SELF with itemshop.php throughout the whole file. I remember having a problem similar to this a long time ago, but I have not seen it since. I also can't remember if there is a php setting to fix this or not. Hmm, I will look in to it.

Today at 03:41 PM Moreliator said this in Post #1855 (https://vborg.vbsupport.ru/showthread.php?postid=410472#post410472)
Also, can you explain the section of the code that determines if a move hits or not, it seems very confusing, and right now the moves are missing too much.

Your chance to hit should never be below 40%, and never be above 90%. The equation for calculating your chance to hit is
0.6 + log10($uspeed / $oevade);
This means that you start with a 60% chance to hit, and this value goes up or down based on your speed relative to your opponents evade.

I think I might have just found a bug with anger.

If you think there is something wrong, first try turning on the battle debug messages. To do this, open battleupdate.php. At the top, you should see:
$battledebug = 0;
Change it to:
$battledebug = 1;

Today at 03:41 PM Moreliator said this in Post #1855 (https://vborg.vbsupport.ru/showthread.php?postid=410472#post410472)
ALSO, people with a ' in there user name can't be challenged by someone else, rather, they have to challenge in order for it to work. The ' doesn't mess up teh script anymore, but it does still prevent the users from being challengable.

Is there an error message that is displayed? What happens when a person tries to challenge them?

Today at 03:41 PM Moreliator said this in Post #1855 (https://vborg.vbsupport.ru/showthread.php?postid=410472#post410472)
finally, I have a question about anger. Users can apparently select the "show opponent you are angry" box when their AP is around 85%. The users say nothing differnt happens though. Is this suppose to happen, or is it only suposed to happen at 100%? And is it adding 10% damage?

See above.

Today at 03:47 PM Me! said this in Post #1856 (https://vborg.vbsupport.ru/showthread.php?postid=410475#post410475)
I don't have the auto update mod installed.

I wonder is there any punishment for loosing a battle? One person on my board seems to think when he lost a battle his hp went down a bit.

Are you sure their maxhp is just going up, with their HP staying the same? This makes it look like their HP went down, when it actually stayed the same. Also, if their posts per day drops, then their HP will drop as well.

Today at 06:36 PM Darkwaltz4 said this in Post #1857 (https://vborg.vbsupport.ru/showthread.php?postid=410530#post410530)
to get the prompt to work, find in battle.php
$DB_site->query("INSERT INTO privatemessage (privatemessageid,userid,touserid,fromuserid,title ,message,dateline,messageread,folderid) VALUES (NULL,$userid,$userid,$originating_user,'".addslashes(htmlspecialchars($title))."','".addslashes($message)."',".time().",0,0)");

and replace with
$DB_site->query("INSERT INTO privatemessage (privatemessageid,userid,touserid,fromuserid,title ,message,dateline,messageread,folderid,deletepromp t) VALUES (NULL,$userid,$userid,$originating_user,'".addslashes(htmlspecialchars($title))."','".addslashes($message)."',".time().",0,0,0)");
also find the second query:
$DB_site->query("INSERT INTO privatemessage (privatemessageid,userid,touserid,fromuserid,title ,message,dateline,messageread,folderid) VALUES (NULL,$userid,$userid,$originating_user,'".addslashes(htmlspecialchars($title))."','".addslashes($message)."',".time().",0,0)");
and replace with
$DB_site->query("INSERT INTO privatemessage (privatemessageid,userid,touserid,fromuserid,title ,message,dateline,messageread,folderid,deletepromp t) VALUES (NULL,$userid,$userid,$originating_user,'".addslashes(htmlspecialchars($title))."','".addslashes($message)."',".time().",0,0,0)");
(although this will alert YOU about it)

New Addon!
The Background Midi Playing System ^_^

All this talk about midis and stuff, i went and rewrote my random midi playing thing, into something more dynamic...
------------------------------
Features: ~
Unlimited Midis
Apply Midis Via the ACP in battlescene-like fasion
Preview Midis in ACP

Selectable During a New Battle: ~
Midis to be SHUT OFF
A Random Midi to play whenever the page is refreshed/viewed
A Specific midi to play in their battle
------------------------------
see attached file, also i would have vbhacker'd it, but i was having problems with vBHackMacker >.<

2 queries, 0 new templates, 2 template edits, 6 file edits

this will add an extra query when setting up a new battle, and an extra query if a midi is selected...

NOTE: if you put what i said earlier, GET RID OF IT ^_^ including the php code and template line


Thanks, added it to first post.

Moreliator
06-19-2003, 03:52 AM
My first addon! I hope you like it, as this is my first addon I've ever done to a hack :)! It randomizes who goes first upon the initial start of the battle. The following code gives the challenger a 33% chance to start the battle and the challenged person a 66% chance. Works quite well. I also included instructions on how to display "Determining..." on the battle.php browse page, that way people won't decline a challenge if they see they aren't going first. Here it goes...

**********************************
// Randomized First Turn Addon
// Edits: battlefight.php and battle.php
// By Moreliator
**********************************

in battlefight.php find
If($confirmation == "Yes") {
$curtime = time();
$DB_site->query("UPDATE battle SET battlestate='1',lastactive='$curtime' WHERE battlenumber='$battlenumber'");
$action = "enterbattle";

and REPLACE with
If($confirmation == "Yes") {
$curtime = time();
$rn = rand(1,3);
if ($rn == 1) {
// ###### QUERY FOR CHALLENGER TO GO FIRST ######
$DB_site->query("UPDATE battle SET battlestate='1',lastactive='$curtime',turnid='$bat tle[ownerid]' WHERE battlenumber='$battlenumber'");
$action = "enterbattle";
} else {
// ###### QUERY FOR CHELLENGED USER TO GO FIRST #######
$DB_site->query("UPDATE battle SET battlestate='1',lastactive='$curtime' WHERE battlenumber='$battlenumber'");
$action = "enterbattle";
}

You can change "$rn" to equal something else if you want. For example, if you wanted it to be totally random (50% chance either user could go first) you would change
$rn=rand(1,3); to $rn=rand(1,2);

now, in battle.php find
if($row[ownerid] == $row[turnid]) {
$turn = $row[owner];
} else {
$turn = $row[opponent];
}
and REPLACE with
if ($row[battlestate] == 0) {
$turn = "Determining...";
} elseif ($row[ownerid] == $row[turnid]) {
$turn = $row[owner];
} else {
$turn = $row[opponent];
}

Enjoy! I know my members got tired of the challenged user always going first, and this little addon really spiced things up!

lioncool1589
06-19-2003, 04:35 AM
maxhp goes down when they posts

quote:
Yesterday at 02:35 PM lioncool1589 said this in Post #1849
yah i installed Auto-Update stats add-on

Can you verify that they are actually losing HP. Sometimes your maxhp goes up and it makes it look liek you are losing HP, when actually all that is happening is your HP is staying the same and your machp is going up. I am pretty sure this is related to the update stats code.

PixelFx
06-19-2003, 08:45 AM
update: revamping gallery :P

Moreliator
06-19-2003, 03:42 PM
Thanks pixel. The background looks nice. Say, did you ever get your donation problem worked out, the one you posted about here:
https://vborg.vbsupport.ru/showthread.php?s=&postid=408171&#post408171 bug with itemshop.php#post408171

I had t he same problem, and when I did the fix Bitsy posted to do, the MY SQL error doesn't happen, rather a 404 cannot find page error happens now. I guess its a better error as I won't get all the emails about the SQL error, but its still a 404 error. I changed the string to "$userid" as Bitsy posted.

Any suggestions Bitsy or Pixel?

vdinh
06-19-2003, 07:07 PM
06-17-03 at 10:41 AM Bitsys said this in Post #1847 (https://vborg.vbsupport.ru/showthread.php?postid=409892#post409892)
I think you can just use UPGRADE.TXT to get to the current version.


Hi Bitsys,
The upgrade.txt file only shows how to upgrade from v.66 to v.67. I would love to upgrade from v.61 to the latest one. Is there a way to do that ?

Thanks :)

If there is also a way to remove v. 61 and reinstall the latest version, I would welcome that too.

Darkwaltz4
06-20-2003, 12:01 AM
ugh, stupid auto update thing! i literally rewrote it, but im not posting it, but i can safely say it works flawlessly now for me ^_^

i also did default registration stats for people, and i would post those too except that you have to figure out your own stat scheme (mine is complely been redone) so...yeah ^_^ now on my forums NOONE will ever have 0 hp, and itll be constantly updating, lol

anyways, bitsys mentioned a long time ago that he abandoned shields due to them not working, and i said i would make them work somehow, and well....i did ^_^ here we go:

NEW ADD ON!!!!!
Darkwaltz4 Shield Add-On for the RPG IH by bitsys...
Features:

Shields' Buff will reflect battle damage
You can apply it to deflect physical, magical, or both, based on which code you edit....

(add no queries) 1 template edit, 6 file edits, 1 query

have fun ^_^

kaotic
06-20-2003, 12:10 AM
I already have a group of shields configured. Would installing this have some kind of negative effect on them, or will it still work okay? If not, I suppose I can take the time to rebuild them. Btw, thanks for yet another add-on. :D

Darkwaltz4
06-20-2003, 12:16 AM
actually, the previous shield system didnt do ANYTHING. bitsys abandoned getting shields to do something awhile back, and i told him then that i would get around to making them work :-p and here it it ^_^ (so applying the addon will actually start working something that didnt work before)

ps: ive got plenty more addons in store ^_^ and even some which have already been installed on my boards :-D (yes i have NOTHING to do during this summer, lol)

*cough* summons might be soon, but i have to mess with beyond compare for awhile and walk people through database changes >.< its more complicated than you think, lol

see this post

https://vborg.vbsupport.ru/showthread.php?postid=354826#post354826

lioncool1589
06-20-2003, 12:20 AM
yay more addon im gonna install this later

Today at 02:01 AM Darkwaltz4 said this in Post #1866 (https://vborg.vbsupport.ru/showthread.php?postid=410861#post410861)
ugh, stupid auto update thing! i literally rewrote it, but im not posting it, but i can safely say it works flawlessly now for me ^_^

i also did default stats for people, and i would post those too except that you have to figure out your own stat scheme (mine is complely been redone) so...yeah ^_^ now on my forums NOONE will ever have 0 hp, and itll be constantly updating, lol

anyways, bitsys mentioned a long time ago that he abandoned shields due to them sucking, and i said i would make them work somehow, and well....i did ^_^ here we go:

NEW ADD ON!!!!!
Darkwaltz4 Shield Add-On for the RPG IH by bitsys...
Features:

Shields' Buff will reflect battle damage
You can apply it to deflect physical, magical, or both, based on which code you edit....

(add no queries) 1 template edit, 6 file edits, 1 query

have fun ^_^

Bitsys
06-20-2003, 01:55 AM
Today at 12:35 AM lioncool1589 said this in Post #1862 (https://vborg.vbsupport.ru/showthread.php?postid=410624#post410624)
maxhp goes down when they posts


quote:
Yesterday at 02:35 PM lioncool1589 said this in Post #1849
yah i installed Auto-Update stats add-on




Can you verify that they are actually losing HP. Sometimes your maxhp goes up and it makes it look liek you are losing HP, when actually all that is happening is your HP is staying the same and your machp is going up. I am pretty sure this is related to the update stats code.

I think I know what it is. One more thing though, does this happen to everyone every single time, or only some people and not every single time?

Today at 11:42 AM Moreliator said this in Post #1864 (https://vborg.vbsupport.ru/showthread.php?postid=410721#post410721)
Say, did you ever get your donation problem worked out, the one you posted about here:
https://vborg.vbsupport.ru/showthread.php?s=&postid=408171&#post408171 bug with itemshop.php#post408171

I had t he same problem, and when I did the fix Bitsy posted to do, the MY SQL error doesn't happen, rather a 404 cannot find page error happens now. I guess its a better error as I won't get all the emails about the SQL error, but its still a 404 error. I changed the string to "$userid" as Bitsy posted.

Any suggestions Bitsy or Pixel?

What page is it trying to go to?

Today at 03:07 PM vdinh said this in Post #1865 (https://vborg.vbsupport.ru/showthread.php?postid=410795#post410795)
Hi Bitsys,
The upgrade.txt file only shows how to upgrade from v.66 to v.67. I would love to upgrade from v.61 to the latest one. Is there a way to do that ?

Thanks :)

If there is also a way to remove v. 61 and reinstall the latest version, I would welcome that too.


How large is your UPGRADE.txt file? Mine is 100KB+. Did you scroll down and see the other upgrade instructions?

Today at 08:01 PM Darkwaltz4 said this in Post #1866 (https://vborg.vbsupport.ru/showthread.php?postid=410861#post410861)
ugh, stupid auto update thing! i literally rewrote it, but im not posting it, but i can safely say it works flawlessly now for me ^_^

i also did default registration stats for people, and i would post those too except that you have to figure out your own stat scheme (mine is complely been redone) so...yeah ^_^ now on my forums NOONE will ever have 0 hp, and itll be constantly updating, lol

anyways, bitsys mentioned a long time ago that he abandoned shields due to them not working, and i said i would make them work somehow, and well....i did ^_^ here we go:

NEW ADD ON!!!!!
Darkwaltz4 Shield Add-On for the RPG IH by bitsys...
Features:

Shields' Buff will reflect battle damage
You can apply it to deflect physical, magical, or both, based on which code you edit....

(add no queries) 1 template edit, 6 file edits, 1 query

have fun ^_^


I will probably be adding this into the next release, so I am going to hold off posting it on the front page for now.

Bitsys
06-20-2003, 02:02 AM
Today at 09:56 PM Me! said this in Post #1871 (https://vborg.vbsupport.ru/showthread.php?postid=410885#post410885)
One question, sorry ;_; Is there an option where a user can set up their own rp character like normal but then click an option to just not accept battle challenges?

Not right now...that feature never made the cut :(

Darkwaltz4
06-20-2003, 02:07 AM
that doesnt seem...too hard, lol :-p i unno, i might add that to what to do TOMARROW ^_^ :D

kaotic
06-20-2003, 02:18 AM
Fine with me. And can I get some fries with that? :p Seriously, though. I'm loving the add-ons thus far. :D

Moreliator
06-20-2003, 02:42 AM
Alright bitsy, the donation thing has been fixed.

My other problem is with user records. We have so many people on the boards since the RPG opened up that our database goes down for about 5 minutes at various times during the day. Now if the timing is just right, and a user is finishing the battle just as the databse is going down, their record can get messed up. For example, one guy had listed games played: 1 but then 8 wins.... it appears to happen only when the databse has been down, but I dunno if it can be fixed. Also, when I have to prune battles, the user's record does not update, because as soon as a user enters a battle, it adds one to their "battles fought" category. If I have to prune it before it is finished, the "battles fought" stays the same, making their records off.

-More

sonic3d
06-20-2003, 02:42 PM
Yesterday at 08:01 PM Darkwaltz4 said this in Post #1866 (https://vborg.vbsupport.ru/showthread.php?postid=410861#post410861)

NEW ADD ON!!!!!
Darkwaltz4 Shield Add-On for the RPG IH by bitsys...
Features:

Shields' Buff will reflect battle damage
You can apply it to deflect physical, magical, or both, based on which code you edit....

(add no queries) 1 template edit, 6 file edits, 1 query

have fun ^_^

this doesn't always work. i have a shield, but i dont get the options but another member has gotten it and worked.

l8er
sonic

kaotic
06-20-2003, 04:44 PM
Does anybody know how the anger system works?Whenever they get angry on my site, they pull off way too much damage. Is there any way that I could lower the attack increase some?

Moreliator
06-20-2003, 05:19 PM
Well, a guy from my boards named Kirby King and I worked out a new addon. This addon allows you to lock all users' RPG options in their USER CP when they reach a certain level. The following code locks the stats at level 5, but you can change this number to whatever you want. I would recommend giving the users at least a couple levels' time where they can test different characters. This addon stops a lot of the cheap strategies some users have, such as a user switching his element to be strong against the opponent just before he challenges.

************************************************** ******
// Lock RPG Options at a Specified Level
// Edits: member.php and an optional "modifyprofile" template edit
// By Moreliator
************************************************** ******

in member.php find
$user = $DB_site->query_first("SELECT rpgclass, rpggender, rpgrace, alignment, element, inbattle FROM user WHERE userid='$bbuserinfo[userid]'");
$classarrays = "var gd0 = new Array('Unknown','0');\n";

if (!ismoderator()) {
$specclasses = "WHERE visible=1";
}
and REPLACE with $user = $DB_site->query_first("SELECT rpgclass, rpggender, rpgrace, rpgtype, alignment, element, inbattle FROM user WHERE userid='$bbuserinfo[userid]'");
$classarrays = "var gd0 = new Array('Unknown','0');\n";
$userstats = $DB_site->query_first("SELECT hp, maxhp, element, ma, maxma, pp, maxpp, ap, posts, xp FROM user WHERE userid='$bbuserinfo[userid]'");
$battleopt = $DB_site->query_first("SELECT * FROM battle_options");
$level = getlevel($userstats[xp], $battleopt[exprate], 1);
$warning = "you may not change your RPG information once you reach level 5";
$showlevel = floor($level + 1);

if (!ismoderator()) {
$specclasses = "WHERE visible=1";
}

//################## Locked Stats Addon by Moreliator and Kirby King at smashboards.com ##################
if ($level > 4) {
$alignmentoptions = "<option value=\"al$user[alignment]\" DISABLED>Your Alignment is locked (Level 5+)</option>";
$classoptions = "<option value=\"$user[rpgclass]\" DISABLED>Your Class is locked (Level 5+)</option>";
$raceoptions = "<option value=\"$user[rpgrace]\" DISABLED>Your Race is locked (Level 5+)</option>";
$elementoptions = "<option value=\"$user[element]\" DISABLED>Your Element is locked (Level 5+)</option>";
$genderoptions = "<option value=\"gd$user[rpggender]\" DISABLED>Your Gender is locked (Level 5+)</option>";
$rpgtypename = "Predetermined";
$rpgtypeid = $user[rpgtype];

} ELSE {

next (near the end of the rpg code section in member.php) find $rpgtypeid = $user[rpgtype];
}
and REPLACE with
$rpgtypeid = $user[rpgtype];
}
}

Now, if you want to edit your template to let users know why their RPG options are locked, continue to follow the instructions for the modifyprofile template edit. If you have edited your modifyprofile template before, it may look different than what you find below. Finally, ff you do not wish to edit your template, you are done :)

in the MODIFYPROFILE template, find
$customfields
and AFTER it add <tr>
<td bgcolor="#1D6AA0" colspan="2">
<normalfont color="#EEEEFF" class="thtcolor"><b>RPG Options -</normalfont></b>
<i><smallfont color="#EEEEFF" class="thtcolor"> $warning</smallfont></i>
<normalfont color="#EEEEFF" class="thtcolor"><b> </i><br><small>Current Level: $showlevel</small></b></normalfont>
</td>
</tr>


Enjoy! I'm going on vacation tomorrow, and won't be back until July 1. Don't do too much while I'm gone :P

Darkwaltz4
06-20-2003, 07:36 PM
Yesterday at 10:42 PM Moreliator said this in Post #1875 (https://vborg.vbsupport.ru/showthread.php?postid=410906#post410906)
And Darkwaltz, your addon for the popup notification isn't working.... I just tested it (and I made sure I had them enabled in profile) and I did not receive a popup.
-More

it wasnt an addon and i didnt test it :-p deleteprompt indeed runs whether or not the popup has been 'popped' yet :-p

Today at 10:42 AM sonic3d said this in Post #1876 (https://vborg.vbsupport.ru/showthread.php?postid=411071#post411071)
this doesn't always work. i have a shield, but i dont get the options but another member has gotten it and worked.

l8er
sonic

that sounds like something i did when i was testing summons on my board :-D ~check to make sure you updated the style template ur sitting on (also check if you meet item requirements...)


Yesterday at 09:56 PM Me! said this in Post #1871 (https://vborg.vbsupport.ru/showthread.php?postid=410885#post410885)
up their own rp character like normal but then click an option to just not accept battle challenges?

hehehe, i found something to do ^_^ yay! and, um, here it is...doesnt sound TOO bad, something the newbies could use so that the more seasoned members dont just immediately kill them (and the newbies are too stupid to reject a battle >.<) so this should shut them up ^_^ hehe :-p now to find something new to do.................


update: i think IM gunna set MYSELF to it, lol, i have no desire to battle....:-p also, you can set the 'default' to 1(on) 0 (off) based on what you would like the most. i set it to on default...

kaotic
06-20-2003, 07:52 PM
@ Darkwaltz4: That attachment is the add-on for the option to not accept challenges? If so... excellent! :D Also, I noticed you updated your signature. The Monster Arena part caught my eye pretty quickly. How much do you think it will cost? PM me if you wish to. Later.

sonic3d
06-20-2003, 07:54 PM
Today at 03:36 PM Darkwaltz4 said this in Post #1879 (https://vborg.vbsupport.ru/showthread.php?postid=411143#post411143)
that sounds like something i did when i was testing summons on my board :-D ~check to make sure you updated the style template ur sitting on (also check if you meet item requirements...)


both have the template edits and yeah the item requirements are right.

can some1 help me with the damage. my items hit way too much and the buff isn't a lot.

l8er
sonic

sonic3d
06-20-2003, 10:20 PM
there stats are almost alike to the default ones.

l8er
sonic

Darkwaltz4
06-20-2003, 10:38 PM
sonic what happens in battle? what does the shield option row say for you?

Moreliator
06-20-2003, 11:33 PM
Yesterday at 11:24 PM Me! said this in Post #1882 (https://vborg.vbsupport.ru/showthread.php?postid=411186#post411186)
Moreliator and Darkwaltz4... THANK YOU!!! Great job :D Alot of people are going to be happy to have those add-ons

Sonic3d you may want to check your classes and race stats, you may have their strength too high.

thanks, and BTW, I just added something to my addon post a few minutes ago...if you tried to install it before, it should have all worked, except the $rpgtypeid returned nothing... all you have to do is add 'rpgtype' to the initial $user query... if you haven't installed it yet, and you are reading this message, than don't worry about it because it has been fixed in my original post with the addon :)

This addon works 100% for me now. I just had overlooked the $rpgtypeid thing... sorry about that.

SmEdD
06-21-2003, 02:22 AM
Ummm ya something got messed. All my users are gone but me. There all listed in the database but they can't sign in nor they listed in the member list or admin member list.

lioncool1589
06-21-2003, 06:26 PM
only some ppl

quote:
Today at 12:35 AM lioncool1589 said this in Post #1862
maxhp goes down when they posts

quote:
Yesterday at 02:35 PM lioncool1589 said this in Post #1849
yah i installed Auto-Update stats add-on

Can you verify that they are actually losing HP. Sometimes your maxhp goes up and it makes it look liek you are losing HP, when actually all that is happening is your HP is staying the same and your machp is going up. I am pretty sure this is related to the update stats code.

I think I know what it is. One more thing though, does this happen to everyone every single time, or only some people and not every single time?

lioncool1589
06-22-2003, 12:52 AM
can someone make addon for this rpg each refer friends get 100 gils or more etc..

Bitsys
06-23-2003, 02:16 AM
06-19-03 at 10:42 PM Moreliator said this in Post #1875 (https://vborg.vbsupport.ru/showthread.php?postid=410906#post410906)
Alright bitsy, the donation thing has been fixed.

My other problem is with user records. We have so many people on the boards since the RPG opened up that our database goes down for about 5 minutes at various times during the day. Now if the timing is just right, and a user is finishing the battle just as the databse is going down, their record can get messed up. For example, one guy had listed games played: 1 but then 8 wins.... it appears to happen only when the databse has been down, but I dunno if it can be fixed. Also, when I have to prune battles, the user's record does not update, because as soon as a user enters a battle, it adds one to their "battles fought" category. If I have to prune it before it is finished, the "battles fought" stays the same, making their records off.


-More

I don't really know what to say about the database thing. However, I will look in to the problem with pruning battles.

06-20-03 at 12:44 PM kaotic said this in Post #1877 (https://vborg.vbsupport.ru/showthread.php?postid=411097#post411097)
Does anybody know how the anger system works?Whenever they get angry on my site, they pull off way too much damage. Is there any way that I could lower the attack increase some?



in battleupdate.php, find:
if($user[ap] >= 100) {
If($userlevel < 11) {
$anger = 1.1;
} else {
$anger = $userlevel * .1;
}
$battleaction .= "Uh-oh, looks like someone got mad. ";
$DB_site->query("UPDATE user SET ap=0 WHERE userid='$bbuserinfo[userid]'");
} elseif($mad == 1) {
If($userlevel < 11) {
$anger = 1.1;
} else {
$anger = $userlevel * .1 * ($user[ap] / 100);
if($anger > 1.1)
$anger = 1.1;
}
$battleaction .= "Uh-oh, looks like someone got mad. ";
$DB_site->query("UPDATE user SET ap=0 WHERE userid='$bbuserinfo[userid]'");

the $anger variable controls how much the user's damage is multiplied by. So, if $anger = 1, then the user's damage will stay the same. If $anger = 1.1, then the user will do 10% extra damage. If $anger = 2, then the user will do 200% extra damage, etc... You can adjust the above setting to your liking. If you want, you can just multiply $anger by .5 when it is above a certain number (like 2.2, since 2.2 * .5 = 1.1 or 10% extra damage).

06-20-03 at 10:22 PM SmEdD said this in Post #1886 (https://vborg.vbsupport.ru/showthread.php?postid=411248#post411248)
Ummm ya something got messed. All my users are gone but me. There all listed in the database but they can't sign in nor they listed in the member list or admin member list.


Are you sure it was my hack that did that?

Yesterday at 02:26 PM lioncool1589 said this in Post #1887 (https://vborg.vbsupport.ru/showthread.php?postid=411396#post411396)
only some ppl


quote:
Today at 12:35 AM lioncool1589 said this in Post #1862
maxhp goes down when they posts


quote:
Yesterday at 02:35 PM lioncool1589 said this in Post #1849
yah i installed Auto-Update stats add-on




Can you verify that they are actually losing HP. Sometimes your maxhp goes up and it makes it look liek you are losing HP, when actually all that is happening is your HP is staying the same and your machp is going up. I am pretty sure this is related to the update stats code.



I think I know what it is. One more thing though, does this happen to everyone every single time, or only some people and not every single time?


In the Auto-Update Stats add-on (newthread.php, newpost.php), and member.php, find:

$maxhpupdate = ( $level * $extrastats[hpmodifier] * $hpmulti) + $hpmodifier;

and REPLACE it with:
$maxhpupdate = ( $level * $extrastats[hpmodifier]) + $hpmodifier;

Please note that this will reduce some users' HP, but it should remain constant after that initial decrease. If you want to do the same for MA and PP, then let me know.

Today at 08:50 PM Me! said this in Post #1889 (https://vborg.vbsupport.ru/showthread.php?postid=411794#post411794)
Thank you for the update Moreliator ^^

I had to move my files to a new server over the weekend. I took all my files moved them to new servers then filled my new database with the dump file I made from mysql.

Things work fine but the only thing is the items in the itemshop don't show. The items users have show fine but the items in the itemshop don't. Does anyone know why this is? I've checked the database and the table is full of the items. I am just at a loss as of what to do :/


You will probably need to go in to phpmyadmin and change the IDs of several rows in your tables. The tables are rpg_element, rpg_race, rpg_classf, rpg_classm, and rpg_type. You should be looking for the row whose name is "Generic" or "Default". Change the ID of this row to 0 (it should be at 1).

JGM007
06-23-2003, 06:11 PM
Hey Bitsys,

Just incase no one has said it in a while.
You da coder!! :)

Thank you and keep up the good work! :banana:

JGM007
06-23-2003, 06:12 PM
Hey Bitsys,

Just incase no one has said it in a while.
You da coder!! :)

Thank you and keep up the good work! :banana:

JGM007
06-23-2003, 06:12 PM
Hey Bitsys,

Just incase no one has said it in a while.
You da coder!! :)

Thank you and keep up the good work! :banana:

JGM007
06-23-2003, 06:20 PM
I did not mean for that to post three times :(

Sorry.

kaotic
06-23-2003, 06:59 PM
Well do you plan on deleting them??

Darkwaltz4
06-23-2003, 08:36 PM
found a funny bug by oe of my evil members: they open up heal.php in its own window before battling, and then start a battle, allowing them to heal like halfway through...soo, i fixed up the file, so just upload the heal.php file.....also included in it is the part for pp, but ignore it unless you want the template var setup too, ask if you do:

Bitsys
06-23-2003, 09:47 PM
Today at 04:36 PM Darkwaltz4 said this in Post #1896 (https://vborg.vbsupport.ru/showthread.php?postid=412042#post412042)
found a funny bug by oe of my evil members: they open up heal.php in its own window before battling, and then start a battle, allowing them to heal like halfway through...soo, i fixed up the file, so just upload the heal.php file.....also included in it is the part for pp, but ignore it unless you want the template var setup too, ask if you do:

Thanks, will be fixed in next version.

integra99
06-24-2003, 01:45 AM
When you click the donate button on rpgcp.php, you can enter money, but then it gives a database error when you click donate. Also, my forum bgcolor is black, and you cant see the anonymous donation text.

And.. I cant use weapons in battle, what is up with that? We buy them and everything, but cant get them to run. My forum is www.ovstreets.com/rpgcp.php, feel free to sign up and test it out for yourself.

Darkwaltz4
06-24-2003, 01:56 AM
*shrugs* i never knew anyones donation link to actually work from the anything but posts -> i always just removed the links from the templates

Bitsys
06-24-2003, 11:49 AM
Yesterday at 09:45 PM integra99 said this in Post #1898 (https://vborg.vbsupport.ru/showthread.php?postid=412100#post412100)
When you click the donate button on rpgcp.php, you can enter money, but then it gives a database error when you click donate. Also, my forum bgcolor is black, and you cant see the anonymous donation text.

In your rpgcp template, replace $post[userid] with $userid .

Yesterday at 09:45 PM integra99 said this in Post #1898 (https://vborg.vbsupport.ru/showthread.php?postid=412100#post412100)
And.. I cant use weapons in battle, what is up with that? We buy them and everything, but cant get them to run. My forum is www.ovstreets.com/rpgcp.php, feel free to sign up and test it out for yourself.

Go to the Edit Items screen in the admin cp. Click on the [Edit] link next to a category name. Make sure the category was assigned a battle type.

integra99
06-24-2003, 06:13 PM
thanks fixed!

lioncool1589
06-25-2003, 01:40 AM
i finished added battle midi addon
i get this error when i try creat battle

Parse error: parse error in /home/virtual/site26/fst/var/www/html/forum/battle.php on line 298

Darkwaltz4
06-25-2003, 01:41 AM
what IS the parse error? i have it working on mine ^_^

edit: nm, but i checked my instructions and they seem just fine, you probably hit something you shoudlnt have, go around that line and see if something is missing, or if you bunched up a line on accident

lioncool1589
06-25-2003, 02:06 AM
i dont know that what it says when i click on battle.php

lioncool1589
06-25-2003, 02:19 AM
i checked 3 times already nothing wrong in battle.php

Darkwaltz4
06-25-2003, 06:50 PM
why dont you pm me your battle.php file and ill find whats wrong with it for you?

lioncool1589
06-26-2003, 07:56 AM
Darkwaltz4 ur midi work fine now i fixed the problems thx for ur help

Darkwaltz4
06-26-2003, 04:17 PM
whoops, yeah thats the 'original' line of code :-p sorry, ill fix that in the file, thanks ;)

Bitsys
06-26-2003, 06:04 PM
Today at 11:29 AM Me! said this in Post #1909 (https://vborg.vbsupport.ru/showthread.php?postid=412976#post412976)
I found a little bug, I set certain items to be exclusive to certain classes. For example I'm a priestess which is categorized under holy type. I also have paladin which is classified as Paladin.

Whenever I go into the item shop, instead of taking me to the holy class only weapons I am instead taken to the Paladins weapons, I can even purchase them.

It doesn't seem to recognize I'm not a paladin unless I go and click on some other category like Mage or something.

Thanks, will be fixed in the next version, I think. Quick fix:

In itemshop.php, find:

$pos = strpos($selitem[type], $itemtype);
if($pos !== false || $catcheck[type] == 1) {
And REPLACE with:
if(in_array($itemtype, explode(' ', $selitem['type'])) || $catcheck[type] == 1) {

Let me know if that works. If not, then I need to do something else :)

Bitsys
06-27-2003, 01:35 AM
Today at 08:11 PM Me! said this in Post #1912 (https://vborg.vbsupport.ru/showthread.php?postid=413179#post413179)
*dances around* Thanks I will try that now :D

Edit: Hmm nope that didn't seem to fix it :/
also Your welcome Darkwaltz ^^


What are the IDs for the Paladin and Holy types?

SmEdD
06-27-2003, 05:55 AM
Is there a way to allow users under level 10 or what ever you want get healed automatically after battle.

Reason I want this is all the new members strugle and give up. This would allow them to catch up to us elders.

Bitsys
06-27-2003, 01:41 PM
Yesterday at 10:32 PM Me! said this in Post #1914 (https://vborg.vbsupport.ru/showthread.php?postid=413219#post413219)
Hmm Holy type is #4 while Paladin is #10

Are you still able to purchase the item?

Today at 01:55 AM SmEdD said this in Post #1915 (https://vborg.vbsupport.ru/showthread.php?postid=413265#post413265)
Is there a way to allow users under level 10 or what ever you want get healed automatically after battle.

Reason I want this is all the new members strugle and give up. This would allow them to catch up to us elders.

In heal.php, find:

function healcheck($healcost, $healmodifier) {
if($healcost < 1 && $healmodifier != 0)
return 1;
else
return $healcost;
}
function healcost($selection = 1, $max = 1, $norm = 1, $modifier = 1) {
if ($selection == 1) {
return @floor($max * .25 * $modifier);
} elseif ($selection == 2) {
return @floor($max * .5 * $modifier);
} elseif ($selection == 3) {
return @floor($max * $modifier);
} elseif ($selection == 4) {
return @floor(($max - $norm) * $modifier);
}
}

And REPLACE with:

function get_user_level()
{
global $bbuserinfo;
static $userlevel;

if (!$userlevel)
{
$battleopt = $DB_site->query_first("SELECT exprate FROM battle_options");
$userlevel = getlevel($bbuserinfo['xp'], $battleopt['exprate']);
}
return $userlevel;
}
function healcheck($healcost, $healmodifier) {
if (get_user_level() < 10)
{
return 0;
}
if($healcost < 1 && $healmodifier != 0)
return 1;
else
return $healcost;
}
function healcost($selection = 1, $max = 1, $norm = 1, $modifier = 1) {

if (get_user_level() < 10)
{
return 0;
}

if ($selection == 1) {
return @floor($max * .25 * $modifier);
} elseif ($selection == 2) {
return @floor($max * .5 * $modifier);
} elseif ($selection == 3) {
return @floor($max * $modifier);
} elseif ($selection == 4) {
return @floor(($max - $norm) * $modifier);
}
}

This is not tested, but I think it will work.

lioncool1589
06-28-2003, 01:04 AM
nvm i fixed

SmEdD
06-28-2003, 03:35 AM
Actually I got it for it to do it right after the battle.

It's a crappy code but it works and no problems so far. I'm sure there is a easier way to do the code but oh well.

In battleupdate.php find:
function endbattle($winnerid, $loserid) {
global $DB_site, $bbuserinfo, $battle, $username, $opponentname, $battleaction;
$itemopt = $DB_site->query_first("SELECT lesanestore FROM items_options");
if(!$itemopt[0]) {
$newmoney = $DB_site->query_first("SELECT bankval FROM items_user WHERE userid='$winnerid'");
$newmoney = $newmoney[bankval] + $battle[wager] * 2;
$DB_site->query("UPDATE items_user SET bankval='$newmoney' WHERE userid='$winnerid'");
} else {
$newmoney = $DB_site->query_first("SELECT storep FROM user WHERE userid='$winnerid'");
$newmoney = $newmoney[0] + $battle[wager] * 2;
$DB_site->query("UPDATE user SET storep='$newmoney' WHERE userid='$winnerid'");
}
$DB_site->query("UPDATE battle_stats SET wins=wins+1 WHERE userid='$winnerid'");
$DB_site->query("UPDATE battle_stats SET losses=losses+1 WHERE userid='$loserid'");
$totalwager = $battle[wager] * 2;
if($winnerid == $bbuserinfo[userid]) {
$battleaction .= "$username was awarded $$totalwager for winning the battle.";
} else {
$battleaction .= "$opponentname was awarded $$totalwager for winning the battle.";
}

Add after:
$healuser = $DB_site->query_first("SELECT * FROM user WHERE userid='$bbuserinfo[userid]'");
$level = getlevel($healuser['xp'], $healuser['exprate'], 1);
$ep = floor (100 * ($level - floor ($level)));
$showlevel = floor ($level + 1);
if($showlevel == 1){
$DB_site->query("UPDATE user SET hp=maxhp WHERE userid='$bbuserinfo[userid]'");
}
if($showlevel == 2){
$DB_site->query("UPDATE user SET hp=maxhp WHERE userid='$bbuserinfo[userid]'");
}
if($showlevel == 3){
$DB_site->query("UPDATE user SET hp=maxhp WHERE userid='$bbuserinfo[userid]'");
}
if($showlevel == 4){
$DB_site->query("UPDATE user SET hp=maxhp WHERE userid='$bbuserinfo[userid]'");
}
if($showlevel == 5){
$DB_site->query("UPDATE user SET hp=maxhp WHERE userid='$bbuserinfo[userid]'");
}
if($showlevel == 6){
$DB_site->query("UPDATE user SET hp=maxhp WHERE userid='$bbuserinfo[userid]'");
}
if($showlevel == 7){
$DB_site->query("UPDATE user SET hp=maxhp WHERE userid='$bbuserinfo[userid]'");
}
if($showlevel == 8){
$DB_site->query("UPDATE user SET hp=maxhp WHERE userid='$bbuserinfo[userid]'");
}
if($showlevel == 9){
$DB_site->query("UPDATE user SET hp=maxhp WHERE userid='$bbuserinfo[userid]'");
}
if($showlevel == 10){
$DB_site->query("UPDATE user SET hp=maxhp WHERE userid='$bbuserinfo[userid]'");
}

I'm gonna redo it like the other one looks in the battle update file

Darkwaltz4
06-28-2003, 06:53 AM
why not just


if($showlevel >=1 and $showlevel <= 10){
$DB_site->query("UPDATE user SET hp=maxhp WHERE userid='$bbuserinfo[userid]'");
}

kaotic
06-28-2003, 07:00 AM
So...


$healuser = $DB_site->query_first("SELECT * FROM user WHERE userid='$bbuserinfo[userid]'");
$level = getlevel($healuser['xp'], $healuser['exprate'], 1);
$ep = floor (100 * ($level - floor ($level)));
$showlevel = floor ($level + 1);
if($showlevel >=1 and $showlevel <= 10){
$DB_site->query("UPDATE user SET hp=maxhp WHERE userid='$bbuserinfo[userid]'");
}


...would automatically heal users that are level 10 (and under) after a battle ends?

SmEdD
06-28-2003, 04:23 PM
I'm still a n00b to php but thanks.

And yes it would kaotic

SmEdD
06-28-2003, 04:57 PM
Actually better yet a admin area on to set the level.

This is not tested but it should work. And I am working on the healing center to so if they some how are hurt before battle they may heal up there to.

Also you edit it in the Edit Options under battle

kaotic
06-28-2003, 05:51 PM
Another add-on. :D Thanks. I'll test it out now.

Question: Is there an easy way to remove the forced confirmation at the end of battles? Sometimes when a member loses, he or she likes to ignore the ending confirmation to upset or agitate the winner.

Bitsys
06-28-2003, 10:02 PM
Today at 01:51 PM kaotic said this in Post #1924 (https://vborg.vbsupport.ru/showthread.php?postid=413730#post413730)
Another add-on. :D Thanks. I'll test it out now.

Question: Is there an easy way to remove the forced confirmation at the end of battles? Sometimes when a member loses, he or she likes to ignore the ending confirmation to upset or agitate the winner.


The winner should be able to join another battle as long as they have confirmed the end of the last one, regardless of the confirmation of the other combatants.

kaotic
06-28-2003, 10:25 PM
Strange. One of them was telling me that he couldn't join another battle because it was invalid. I just assumed it was because of his opponent not confirming.

Bitsys
06-28-2003, 11:32 PM
Today at 06:25 PM kaotic said this in Post #1926 (https://vborg.vbsupport.ru/showthread.php?postid=413770#post413770)
Strange. One of them was telling me that he couldn't join another battle because it was invalid. I just assumed it was because of his opponent not confirming.


If he tries to join another battle after completing a previous one and gets the "You are already in battle." message, then that is not supposed to happen. However, the invalid battle message is displayed when a battle has not started or already ended. So, I am not sure what to make of it.

PixelFx
06-29-2003, 06:09 AM
anyone thought much of what it would take to make a PvM / PvT(player versions monster / tom bot) systems for the battle system?

Maybe use a version of the tom bot AI as a monster AI or other :P just some throughts, I can also help with monster art other.

I'm also working on a items shop addon, it's coming along nice :)

chrisz
06-29-2003, 08:32 AM
When using fists can you miss?
And can you make the damage dealt vary?

Bitsys
06-29-2003, 05:24 PM
Today at 04:32 AM chrisz said this in Post #1929 (https://vborg.vbsupport.ru/showthread.php?postid=413840#post413840)
When using fists can you miss?
And can you make the damage dealt vary?

Yes, you can miss and do damage to yourself. The damage should vary by +-25%. This may not be noticeable if your damage is below 10 though.

SmEdD
06-29-2003, 08:08 PM
Umm problem with password logins. If there is no pass on the game it won't login. Donno why tho I can look into it if you want.

chrisz
06-29-2003, 09:38 PM
How can I make it fists act as weapons.
I have a forum that does not use weapons just hand to hand combat.
Is this possible?

Bitsys
06-29-2003, 10:40 PM
Today at 04:08 PM SmEdD said this in Post #1931 (https://vborg.vbsupport.ru/showthread.php?postid=413971#post413971)
Umm problem with password logins. If there is no pass on the game it won't login. Donno why tho I can look into it if you want.

Thanks, I think this will be fixed in the next version.

Today at 05:38 PM chrisz said this in Post #1932 (https://vborg.vbsupport.ru/showthread.php?postid=414007#post414007)
How can I make it fists act as weapons.
I have a forum that does not use weapons just hand to hand combat.
Is this possible?


Could you explain a little more about what you want to do? I am not sure I completely understand.

chrisz
06-30-2003, 02:51 AM
Well make it so when you hit armour it still does damage instead of hurting yourself.
Or if not just how do I edit the damage (where) and where I edit the % you hit.

SmEdD
06-30-2003, 05:02 AM
Yesterday at 11:51 PM chrisz said this in Post #1934 (https://vborg.vbsupport.ru/showthread.php?postid=414060#post414060)
Well make it so when you hit armour it still does damage instead of hurting yourself.
Or if not just how do I edit the damage (where) and where I edit the % you hit.


Look in the admin options and raise the buff number.

chrisz
06-30-2003, 05:40 AM
For punching duh.
I am not that stupid.

SmEdD
06-30-2003, 03:36 PM
Alright you should maybe read it again. Attack/Defence. Try reading ++++ before acting gay to people who try to help you.

Darkwaltz4
07-01-2003, 06:06 AM
06-29-03 at 06:40 PM Bitsys said this in Post #1933 (https://vborg.vbsupport.ru/showthread.php?postid=414028#post414028)
Thanks, I think this will be fixed in the next version.


hmm, that reminds me, i fixed that myself too :-p first i made the password fields type="password" and then i rewrote the pass checking thing to reject any games without a password....not sure why it was doin it *shrugs*

chrisz
07-01-2003, 06:52 AM
Hey ED, soz bout that my bro typed it.
I checked it and its not what i mean.
Thanks anyways.

Bitsys
07-01-2003, 02:02 PM
06-29-03 at 10:51 PM chrisz said this in Post #1934 (https://vborg.vbsupport.ru/showthread.php?postid=414060#post414060)
Well make it so when you hit armour it still does damage instead of hurting yourself.
Or if not just how do I edit the damage (where) and where I edit the % you hit.


At the top of battleupdate.php, you will see:
// formula for calculating the amount of damage done by fists
function cal_fists($level) {
return floor(log10($level) * 30 + rand(-(int)($level * .15), (int)($level * .15))) + 1;
}

You can change that formula to adjust the amount of damage done by fists.

There is a 50% chance that you will hurt yourself if the opponent is wearing armor.


I am out of town for 10 days starting tomorrow. If you have any questions or problems, post them here and someone will probably be able to help you. If not, I will do my best to answer questions when I get back.

See you when I get back :)

Ciufs
07-01-2003, 05:47 PM
Hi all... i want to try to dev this hack in D&D version... with its rules

anyone want help me?

PS: sorry for my bad english

Airs
07-01-2003, 07:28 PM
Not sure if this has been asked already but figured id give it a shot. Is it possible to add more stats or change the current ones? also is it possible to add a unique character or a person lets say a admin has one and another admin has a diffrent one etc. and normal players cant choose it if this was posted already sorry ><.

Darkwaltz4
07-02-2003, 05:55 AM
umm...well i posted an attempted fix which i never tried, but supposedly it didnt work, as for the 'default' view in the itemshop, you can do two things:

first, set all links to the itemshop as itemshop.php?itemtype=$bbuserinfo[rpgtype]

and then first find the TYPE ID of your generic items that you have, and then find in itemshop.php (i dont have the file but i know it is in there)

something like $itemtype = 0;

it should be in the code which checks if itemtype is set...change the 0 to the generic type id.

i myself did a added a new rpg type to which NO classes were applied to, and called it 'Certain Type'

then i applied all the items to show up in this type....so basically, i now had an itemshop which had all the items in it to view, a combination itemshop, for everyone to see :-p and then it would say in the purchase area, 'You must be a Certain Type to purchase' catch my drift? well that type happened to have an id of 5, which i applied to itemshop.php, and now....even if you are not registered, you will see my combination itemshop :-p check it out::

http://forums.ffgon.com/itemshop.php

chrisz
07-02-2003, 06:09 AM
I dont get the formula can someone explain >_<"

kaotic
07-02-2003, 08:53 PM
Wow... so what exactly did you do to put up the 'specific type' warning when purchasing an item? Or is that private information? :p

Mijae
07-03-2003, 02:46 AM
HUGE Money bug:

Alright, after thorough testing with ****** you'll notice our bank accounts are extremely high? why? We/I found the bug. I wouldn't have been on the right track if it weren't for him.

Basically when you challenge a person for a battle you can bet all the money you have.

Then you go back and cancel the battle. At this point the BANK account will add the account money on hand for some reason. This happens to both players. Doubling the amount on hand for the original battler. And adding the equiv to the opponent. And there ya go.

Anyone want to release a quick fix? My members are having way too much fun with this :P

Darkwaltz4
07-03-2003, 06:50 AM
Yesterday at 04:53 PM kaotic said this in Post #1948 (https://vborg.vbsupport.ru/showthread.php?postid=414814#post414814)
Wow... so what exactly did you do to put up the 'specific type' warning when purchasing an item? Or is that private information? :p


i just said what i did :-p i created a type to which i put no classes on, and called it 'Certain Type' mainly so that i could create a nice illusion. if ur in a 'wrong' itemshop, it would normally give you this (say you were a magician type and was in the warrior itemshop): You need to be a Warrior Type to purchase

see? so if i wanted a combo intemshop, then i needed something which nobody could *be*, and i could have it display for EVERYONE that a certain type was needed :-p i cant think of a better way to explain it...

lol, you alone shoul dbe able to experience my tinkering firsthand :-p

kaotic
07-03-2003, 11:53 AM
Ohh, my bad. I didn't understand it at first, I suppose. I'll work with it now. :)

Spark
07-03-2003, 05:55 PM
hm here is a bad bug

I was challenged by a user
I was in trouble so i cancel the battle
The user , has lost his wager...and i win the wager...without a fight, only the challenge PM.

WhatĀ“s that?

Darkwaltz4
07-04-2003, 06:30 AM
lol, the variables arent defined in the index.php page :-p

ff8_bomb
07-04-2003, 01:14 PM
Ive installed this hack and everything seems to be working correctly but Im having one small little error. In my profile, where people are supposed to set their stats, the race, gender, biography, ect. forms appear once at the top, and once at the bottom. The only one that works though is the one at the bottom. How do I get rid of the one on the top?

PixelFx
07-04-2003, 03:18 PM
ff8_bomb

its a cosmetic hack for your profile, you have to go into the template for your profile, having brain fart, as to which one, and edit it. there are two sections you delete in the top one that removes the top rpg name, and some double code that has the rpg info at the top of the profile.

I'm going to reinstall it again soon, when I do I'll post a link for the changed code... in the mean time I have a weapons and armor art upgrade I'm working on..

Bitsys,

how stable ya think the next release of the battle system will be?

any new addons or just lots of bug fixes? :)

Brandon
07-04-2003, 04:15 PM
For some reason, my users' stats arent showing up at all. It keeps saying their at 0 HP and everything else, but mine works fine. Why is that?

DSP-The Don
07-04-2003, 08:42 PM
I have a problem with the Battle.php. Whenever I try to create a battle, it won't remember the battle password I specified. For an example, my private message I get is:

The Wolf has challenged you in a battle. It is battle number 8 and is called donvswolf. There is 0 gil at stake in this battle. Your battle password is . To go to your battle click here

the battle was a test battle. I tried the $key to $key1 and in the battle_newbattle: key to key1 but it's still not working. I know this is password related because you need a password to get on the battle (which I too wonder why you even need a password). Please help!

I'm running vB 2.3.0
The hack is installed on a production board because I'm part psycho. :confused:

Darkwaltz4
07-05-2003, 12:05 AM
eh, sorry...but just what exactly were you looking to put up on index.php? the latest battle? i myself am getting sick of editing my index.php, there are 118 queries on it ^_^

Kurayami
07-05-2003, 03:59 PM
*Raises hand*
I would be very interested in adding this to my front page as well... sort of a news ticker type-thing that displays the last five battles--with the appropriate character images for each character, names, battle name, and a link to the battle.
T'would be very spiffy indeed. :)

ff8_bomb
07-05-2003, 04:41 PM
Yesterday at 05:18 PM PixelFx said this in Post #1957 (https://vborg.vbsupport.ru/showthread.php?postid=415277#post415277)
ff8_bomb

its a cosmetic hack for your profile, you have to go into the template for your profile, having brain fart, as to which one, and edit it. there are two sections you delete in the top one that removes the top rpg name, and some double code that has the rpg info at the top of the profile.

I'm going to reinstall it again soon, when I do I'll post a link for the changed code... in the mean time I have a weapons and armor art upgrade I'm working on..

Bitsys,

how stable ya think the next release of the battle system will be?

any new addons or just lots of bug fixes? :)


More explination please...

PixelFx
07-05-2003, 06:15 PM
FF8 Bomb, other with this problem...

This will fix the dual fields problem in your edit profile. Please read the attached text file.

Let me know if you have any other problems. You should have a full install of the battle system on your forum before adding this.

If you have other changes to your "modifyprofile" make sure you make note of it.

As Always make backups of your forum database before installing anything.

ff8_bomb
07-05-2003, 11:45 PM
Yesterday at 08:15 PM PixelFx said this in Post #1965 (https://vborg.vbsupport.ru/showthread.php?postid=415533#post415533)
FF8 Bomb, other with this problem...

This will fix the dual fields problem in your edit profile. Please read the attached text file.

Let me know if you have any other problems. You should have a full install of the battle system on your forum before adding this.


Thanks alot but I fixed it about five minutes before you posted this.. I found it in a different post quite a ways back. Thanks anyway.

Mijae
07-06-2003, 05:43 PM
118 queries on forum home? You are killing the server! My server starts to die at 100!

chad
07-06-2003, 09:47 PM
thank you great hack
/me hits install.

kaotic
07-08-2003, 01:24 AM
Here's a couple of things I'm curious about...

-Would a Item Trading or PvM feature be possible to create?
-What is the query used to purchase an item?

Help would be appreciated. :)

Edit:
Another question. :) Item categories (with exception of the top one) are automatically collapsed if you are "Generic Type". If you are another RPG type, the rows are automatically expanded. How would I go about having them collapsed to begin with, rather than expanded?

TRStealth
07-09-2003, 03:41 AM
Anyone know / think this hack is stable enough for a production environment?

Also, does this come with a clan system?

kaotic
07-09-2003, 03:51 AM
Several large message boards already utilize this hack. I would say it's good enough for a production board.

And there is somewhat of a clan system. They're called "Alignments" in this case. I believe the default alignments are "Good" and "Evil" but you can set the clan name as an option. If you have a clan called "RPGers" add a new alignment called "RPGers" and anyone will be able to choose to be Good, Evil, or RPGers. :)

PixelFx
07-09-2003, 05:07 AM
I'm personally waiting to see how stable the next update is and to help with any bugs, but I think it's getting close to production server level.

Depends on how well you know php/mysql/html editing your self, to fix anything that still might be buggy.

TRStealth
07-09-2003, 06:43 AM
Today at 05:51 AM kaotic said this in Post #1969 (https://vborg.vbsupport.ru/showthread.php?postid=416326#post416326)
Several large message boards already utilize this hack. I would say it's good enough for a production board.

And there is somewhat of a clan system. They're called "Alignments" in this case. I believe the default alignments are "Good" and "Evil" but you can set the clan name as an option. If you have a clan called "RPGers" add a new alignment called "RPGers" and anyone will be able to choose to be Good, Evil, or RPGers. :)


Alright, thanks for the help guys. So these alignments can only be created by admins? Might work... I take it there's also a money system.

DSP-The Don
07-09-2003, 10:16 AM
I got the password problem solved by doing that key to key1 variable change. I did install it on a production board because my friends thought the hack kicked ass. After testing out the battle system (which went with no problem!), my friends all want to battle each other (I had to ban one of my friends for spamming the forums though. I even gave him a second chance to repent).

Great work on a great hack :D

TRStealth
07-09-2003, 04:23 PM
Alright, I've installed it on my boards and everything seems to be running smoothly. Had a small problem with the battle though, it said I didn't have a weapon....

kaotic
07-09-2003, 04:37 PM
You have to go to "Edit Item Type" (or something simliar) via your Admin CP, and check each item to fit your type. The default type = Generic.

TRStealth
07-10-2003, 05:03 AM
They are all checked, and still can't use weapons or items, still says I don't have them.

Darkwaltz4
07-11-2003, 06:20 AM
lol, yes i would say its okay enough for a large active forum^_^ ffgon is pretty huge, and its been working fine...although ive had to tweak some thigs here and there, and im not sure what good any updates would do me unless there were official addons applied or something, lol. it is finally stable on mine :-p

Moreliator
07-11-2003, 08:32 PM
Been working fine for a month on my boards... 10,000+ members and over 1500 battles so far.

Sure, there are SOME glitches, but we've been able to work through them all, and nothing has been serious enough to jeopardize the boards.

Jagang
07-11-2003, 09:32 PM
I have a little problem with the hack--nothing major, but a weird occurance.

Several of my older members, the mods, have less hitpoints than members of quite a lower level. Our site is, so far, still in the beta testing phase, and fairly new, so noone is very high level yet, but it appears to be a trend that will continue and get far, far worse as the levels do go up. Our main programmers are not available for a good period of time because of IRL issues to go into the codes and find out, so I came here to ask the source.

After the stats are updated, it looks like this for certain users, names will not be used. Most of the mods are about the same level and HP count, and from extrapolating with other mods and members who have been around since the begginning as opposed to new members, it appears that the trend carries through. The mods are all using superior classes, and the race, elements, weaponry, etc of the two example users are all the same.

Level 44 Mod
1582 HP

Level 35 Member
1880 HP

Darkwaltz4
07-12-2003, 04:31 AM
its based on posts per day and how long youve been registered O.o which in my opinion, screws up amounts far too much, so i rewrote it to be more linear

Bitsys
07-12-2003, 08:10 PM
07-01-03 at 03:28 PM Airs said this in Post #1943 (https://vborg.vbsupport.ru/showthread.php?postid=414544#post414544)
Not sure if this has been asked already but figured id give it a shot. Is it possible to add more stats or change the current ones? also is it possible to add a unique character or a person lets say a admin has one and another admin has a diffrent one etc. and normal players cant choose it if this was posted already sorry ><.


What do you mean by unique character? A unique class? Or a unique race? Or what?

You can add more stats, but only through code edits and database changes. There is no way to add stats through the admin cp.

07-02-03 at 02:09 AM chrisz said this in Post #1946 (https://vborg.vbsupport.ru/showthread.php?postid=414633#post414633)
I dont get the formula can someone explain >_<"

The formula:

function cal_fists($level) {
return floor(log10($level) * 30 + rand(-(int)($level * .15), (int)($level * .15))) + 1;
}

floor() is a function that rounds the result down to the nearest whole number.

log10() is a function that does log base 10 to the passed variable.

rand() is a function that generates a random number between the two passed variables.

* is the multiplication symbol

So, here is how it works with a level of 15:

$damage = log10(15) * 30 + rand(-15 * .15, 15 * .15) + 1

$damage = 1.176 * 30 + rand(-2.25, 2.25) + 1

(Assume the rand() function returns 1.8)

$damage = 35.2827 + 1.8 + 1

$damage = 28.0827

(round down to the nearest whole number)

$damage = 28


07-02-03 at 10:46 PM v0id said this in Post #1948 (https://vborg.vbsupport.ru/showthread.php?postid=414849#post414849)
HUGE Money bug:



Anyone want to release a quick fix? My members are having way too much fun with this :P


I just re-wrote the entire money check code in battle.php. I think I fixed all the bugs it had.

If you want to try the code I just wrote, do the following:

In battle.php, find:

// Check to see if the combatants have the specified wager
if($wager > 0) {
$itemopt = $DB_site->query_first("SELECT lesanestore FROM items_options");
if(!$itemopt[0]) {
$usermoney = $DB_site->query_first("SELECT bankval FROM items_user WHERE userid='$bbuserinfo[userid]'");
$oppmoney = $DB_site->query_first("SELECT bankval FROM items_user WHERE userid='$opponent[userid]'");
If ($wager > $usermoney[0]) {
$itemoptions = $DB_site->query_first("SELECT pointfield FROM items_options");
$ownerpocketmoney = $DB_site->query_first("SELECT $itemoptions[0] FROM userfield WHERE userid='$bbuserinfo[userid]'");
if($wager > $ownerpocketmoney[0]) {
$message = "You do not have $wager gil to wager.";
eval("dooutput(\"".gettemplate('battle_userinbattle')."\");");
exit;
} elseif($wager > $oppmoney[0]) {
$opppocketmoney = $DB_site->query_first("SELECT $itemoptions[0] FROM userfield WHERE userid='$bbuserinfo[userid]'");
if($wager > $opppocketmoney[0]) {
$message = "Your opponent does not have $wager gil to wager.";
eval("dooutput(\"".gettemplate('battle_userinbattle')."\");");
exit;
} else {
$usernewmoney = $ownerpocketmoney[0] - $wager;
$oppnewmoney = $opppocketmoney[0] - $wager;
$DB_site->query("UPDATE items_user SET bankval='$usernewmoney' WHERE userid='$bbuserinfo[userid]'");
$DB_site->query("UPDATE userfield SET $itemoptions[0]='$oppnewmoney' WHERE userid='$opponent[userid]'");
}
} else {
$usernewmoney = $ownerpocketmoney[0] - $wager;
$oppnewmoney = $oppmoney[0] - $wager;
$DB_site->query("UPDATE userfield SET $itemoptions[0]='$usernewmoney' WHERE userid='$bbuserinfo[userid]'");
$DB_site->query("UPDATE items_user SET bankval='$oppnewmoney' WHERE userid='$opponent[userid]'");

}
} elseif($wager > $oppmoney[0]) {
$itemoptions = $DB_site->query_first("SELECT pointfield FROM items_options");
$opppocketmoney = $DB_site->query_first("SELECT $itemoptions[0] FROM userfield WHERE userid='$opponent[userid]'");
if($wager > $opppocketmoney[0]) {
$message = "Your opponent does not have $wager gil to wager.";
eval("dooutput(\"".gettemplate('battle_userinbattle')."\");");
exit;
} else {
$usernewmoney = $usermoney[0] - $wager;
$oppnewmoney = $opppocketmoney[0] - $wager;
$DB_site->query("UPDATE items_user SET bankval='$usernewmoney' WHERE userid='$bbuserinfo[userid]'");
$DB_site->query("UPDATE userfield SET $itemoptions[0]='$oppnewmoney' WHERE userid='$opponent[userid]'");
}
} else {
$usernewmoney = $usermoney[0] - $wager;
$oppnewmoney = $oppmoney[0] - $wager;
$DB_site->query("UPDATE items_user SET bankval='$usernewmoney' WHERE userid='$bbuserinfo[userid]'");
$DB_site->query("UPDATE items_user SET bankval='$oppnewmoney' WHERE userid='$opponent[userid]'");
}
} else {
$usermoney = $DB_site->query_first("SELECT storep FROM user WHERE userid='$bbuserinfo[userid]'");
$oppmoney = $DB_site->query_first("SELECT storep FROM user WHERE userid='$opponent[userid]'");
if($wager > $usermoney[0]) {
$message = "You do not have $wager gil to wager.";
eval("dooutput(\"".gettemplate('battle_userinbattle')."\");");
exit;
} elseif($wager > $oppmoney[0]) {
$message = "Your opponent does not have $wager gil to wager.";
eval("dooutput(\"".gettemplate('battle_userinbattle')."\");");
exit;
} else {
$DB_site->query("UPDATE user SET storep=storep-$wager WHERE userid='$bbuserinfo[userid]'");
$DB_site->query("UPDATE user SET storep=storep-$wager WHERE userid='$opponent[userid]'");
}
}
}
and change it to:
if($wager > 0)
{
$itemoptions = $DB_site->query_first("SELECT pointfield, lesanestore FROM items_options");

// Are we using lesane's store points?
if (!$itemopt[1])
{
$usermoney = $DB_site->query_first("SELECT items_user.bankval, userfield.$itemoptions[0] FROM items_user, userfield WHERE items_user.userid='$bbuserinfo[userid]' AND userfield.userid='$bbuserinfo[userid]'");
$usermoney['total'] = $usermoney[0] + $usermoney[1];
$oppmoney = $DB_site->query_first("SELECT items_user.bankval, userfield.$itemoptions[0] FROM items_user, userfield WHERE items_user.userid='$opponent[userid]' AND userfield.userid='$opponent[userid]'");
$oppmoney['total'] = $oppmoney[0] + $oppmoney[1];

// Does the user have enough money to wager?
if($usermoney['total'] < $wager)
{
$message = "You do not have $wager to wager.";
eval("dooutput(\"".gettemplate('battle_userinbattle')."\");");
exit;
}
// Does the opponent have enough money to wager?
if($oppmoney['total'] < $wager)
{
$message = "Your opponent does not have $wager to wager.";
eval("dooutput(\"".gettemplate('battle_userinbattle')."\");");
exit;
}

// If we have gotten this far, then both people have enough money to wager
if ($usermoney[1] < $wager)
{
// The user has to take some money from their bank account
// but first, we need to clean their pocket cash
$DB_site->query("UPDATE userfield SET $itemoptions[0] = 0 WHERE userid = $bbuserinfo[userid]");

// Now, adjust the bank account
$DB_site->query("
UPDATE items_user
SET bankval = bankval - ".($wager - $usermoney[1]) // (wager - $usermoney[1]) is the same as (wager - user's cash)
." WHERE userid=$bbuserinfo[userid]
");
}
else
{
// The user has enough cash to pay for the wager
$DB_site->query("UPDATE userfield SET $itemoptions[0] = $itemoptions[0] - $wager WHERE userid = '$bbuserinfo[userid]'");
}

if ($oppmoney[1] < $wager)
{
// The opponent has to take some money from their bank account
// but first, we need to clean their pocket cash
$DB_site->query("UPDATE userfield SET $itemoptions[0] = 0 WHERE userid = $opponent[userid]");

// Now, adjust the bank account
$DB_site->query("
UPDATE items_user
SET bankval = bankval - ".($wager - $oppmoney[1]) // (wager - $oppmoney[1]) is the same as (wager - opponent's cash)
." WHERE userid=$opponent[userid]
");
}
else
{
// The opponent has enough cash to pay for the wager
$DB_site->query("UPDATE userfield SET $itemoptions[0] = $itemoptions[0] - $wager WHERE userid = '$opponent[userid]'");
}
}
else
{
// Yes, we are using Lesane's Store Points
$usermoney = $DB_site->query_first("SELECT storep FROM user WHERE userid='$bbuserinfo[userid]'");
$oppomoney = $DB_site->query_first("SELECT storep FROM user WHERE userid='$opponent[userid]'");

// Does the user have enough money to wager?
if($usermoney[0] < $wager)
{
$message = "You do not have $wager to wager.";
eval("dooutput(\"".gettemplate('battle_userinbattle')."\");");
exit;
}
// Does the opponent have enough money to wager?
if($oppmoney[0] < $wager)
{
$message = "Your opponent does not have $wager to wager.";
eval("dooutput(\"".gettemplate('battle_userinbattle')."\");");
exit;
}

// If we have gotten this far, then both people have enough money to wager
// so update the user table
$DB_site->query("UPDATE user SET storep = storep - $wager WHERE userid=$bbuserinfo[userid] OR userid=$opponent[userid]");
}
}
/*
// Check to see if the combatants have the specified wager
if($wager > 0) {
$itemopt = $DB_site->query_first("SELECT lesanestore FROM items_options");
if(!$itemopt[0]) {
$usermoney = $DB_site->query_first("SELECT bankval FROM items_user WHERE userid='$bbuserinfo[userid]'");
$oppmoney = $DB_site->query_first("SELECT bankval FROM items_user WHERE userid='$opponent[userid]'");
If ($wager > $usermoney[0]) {
$itemoptions = $DB_site->query_first("SELECT pointfield FROM items_options");
$ownerpocketmoney = $DB_site->query_first("SELECT $itemoptions[0] FROM userfield WHERE userid='$bbuserinfo[userid]'");
if($wager > $ownerpocketmoney[0]) {
$message = "You do not have $wager gil to wager.";
eval("dooutput(\"".gettemplate('battle_userinbattle')."\");");
exit;
} elseif($wager > $oppmoney[0]) {
$opppocketmoney = $DB_site->query_first("SELECT $itemoptions[0] FROM userfield WHERE userid='$bbuserinfo[userid]'");
if($wager > $opppocketmoney[0]) {
$message = "Your opponent does not have $wager gil to wager.";
eval("dooutput(\"".gettemplate('battle_userinbattle')."\");");
exit;
} else {
$usernewmoney = $ownerpocketmoney[0] - $wager;
$oppnewmoney = $opppocketmoney[0] - $wager;
$DB_site->query("UPDATE items_user SET bankval='$usernewmoney' WHERE userid='$bbuserinfo[userid]'");
$DB_site->query("UPDATE userfield SET $itemoptions[0]='$oppnewmoney' WHERE userid='$opponent[userid]'");
}
} else {
$usernewmoney = $ownerpocketmoney[0] - $wager;
$oppnewmoney = $oppmoney[0] - $wager;
$DB_site->query("UPDATE userfield SET $itemoptions[0]='$usernewmoney' WHERE userid='$bbuserinfo[userid]'");
$DB_site->query("UPDATE items_user SET bankval='$oppnewmoney' WHERE userid='$opponent[userid]'");

}
} elseif($wager > $oppmoney[0]) {
$itemoptions = $DB_site->query_first("SELECT pointfield FROM items_options");
$opppocketmoney = $DB_site->query_first("SELECT $itemoptions[0] FROM userfield WHERE userid='$opponent[userid]'");
if($wager > $opppocketmoney[0]) {
$message = "Your opponent does not have $wager gil to wager.";
eval("dooutput(\"".gettemplate('battle_userinbattle')."\");");
exit;
} else {
$usernewmoney = $usermoney[0] - $wager;
$oppnewmoney = $opppocketmoney[0] - $wager;
$DB_site->query("UPDATE items_user SET bankval='$usernewmoney' WHERE userid='$bbuserinfo[userid]'");
$DB_site->query("UPDATE userfield SET $itemoptions[0]='$oppnewmoney' WHERE userid='$opponent[userid]'");
}
} else {
$usernewmoney = $usermoney[0] - $wager;
$oppnewmoney = $oppmoney[0] - $wager;
$DB_site->query("UPDATE items_user SET bankval='$usernewmoney' WHERE userid='$bbuserinfo[userid]'");
$DB_site->query("UPDATE items_user SET bankval='$oppnewmoney' WHERE userid='$opponent[userid]'");
}
} else {
$usermoney = $DB_site->query_first("SELECT storep FROM user WHERE userid='$bbuserinfo[userid]'");
$oppmoney = $DB_site->query_first("SELECT storep FROM user WHERE userid='$opponent[userid]'");
if($wager > $usermoney[0]) {
$message = "You do not have $wager gil to wager.";
eval("dooutput(\"".gettemplate('battle_userinbattle')."\");");
exit;
} elseif($wager > $oppmoney[0]) {
$message = "Your opponent does not have $wager gil to wager.";
eval("dooutput(\"".gettemplate('battle_userinbattle')."\");");
exit;
} else {
$DB_site->query("UPDATE user SET storep=storep-$wager WHERE userid='$bbuserinfo[userid]'");
$DB_site->query("UPDATE user SET storep=storep-$wager WHERE userid='$opponent[userid]'");
}
}
}
*/

07-03-03 at 01:55 PM Spark said this in Post #1951 (https://vborg.vbsupport.ru/showthread.php?postid=415045#post415045)
hm here is a bad bug

I was challenged by a user
I was in trouble so i cancel the battle
The user , has lost his wager...and i win the wager...without a fight, only the challenge PM.

What?s that?


Try the code fix I did above and wait for the next update. I changed some of the code for this.

07-04-03 at 02:01 AM Me! said this in Post #1952 (https://vborg.vbsupport.ru/showthread.php?postid=415204#post415204)
I am wondering if it's possible to show this on the index page of my forum, something like "Guy VS Joe"

However when I place the code in the forum index template nothing shows. This is what I tried:

$row[owner]
<normalfont>$row[opponent]</normalfont>


That would require a custom hack.

07-04-03 at 12:15 PM BrandonC said this in Post #1956 (https://vborg.vbsupport.ru/showthread.php?postid=415287#post415287)
For some reason, my users' stats arent showing up at all. It keeps saying their at 0 HP and everything else, but mine works fine. Why is that?


Have the user's updated their stats in their profile? Does this happen to everyone but you? Have you tried running DB Fix?

07-07-03 at 09:24 PM kaotic said this in Post #1967 (https://vborg.vbsupport.ru/showthread.php?postid=416077#post416077)
Here's a couple of things I'm curious about...

-Would a Item Trading or PvM feature be possible to create?

It wouldn't be easy. I have thought about it before.

07-07-03 at 09:24 PM kaotic said this in Post #1967 (https://vborg.vbsupport.ru/showthread.php?postid=416077#post416077)

-What is the query used to purchase an item?

You will need to study the 'BUY' code in itemshop.php in order to understand the queries involved. Look for // ###################### buy #######################
in itemshop.php

07-07-03 at 09:24 PM kaotic said this in Post #1967 (https://vborg.vbsupport.ru/showthread.php?postid=416077#post416077)

Help would be appreciated. :)

Edit:
Another question. :) Item categories (with exception of the top one) are automatically collapsed if you are "Generic Type". If you are another RPG type, the rows are automatically expanded. How would I go about having them collapsed to begin with, rather than expanded?


In itemshop.php, find:
if($options['onofforder']==1) {
and above it, add:
$expandall = 1;

I think that will work.

07-09-03 at 12:23 PM t0ucan said this in Post #1973 (https://vborg.vbsupport.ru/showthread.php?postid=416486#post416486)
Alright, I've installed it on my boards and everything seems to be running smoothly. Had a small problem with the battle though, it said I didn't have a weapon....

From the first post:
In order to assign which weapon categories do what kind of damage in battle, you must go to the "Edit Category" link located in the "Edit Items" menu of the admin cp. Select a Battle type for the category and save changes.


Yesterday at 05:32 PM Jagang said this in Post #1978 (https://vborg.vbsupport.ru/showthread.php?postid=417028#post417028)
I have a little problem with the hack--nothing major, but a weird occurance.

Several of my older members, the mods, have less hitpoints than members of quite a lower level. Our site is, so far, still in the beta testing phase, and fairly new, so noone is very high level yet, but it appears to be a trend that will continue and get far, far worse as the levels do go up. Our main programmers are not available for a good period of time because of IRL issues to go into the codes and find out, so I came here to ask the source.

After the stats are updated, it looks like this for certain users, names will not be used. Most of the mods are about the same level and HP count, and from extrapolating with other mods and members who have been around since the begginning as opposed to new members, it appears that the trend carries through. The mods are all using superior classes, and the race, elements, weaponry, etc of the two example users are all the same.

Level 44 Mod
1582 HP

Level 35 Member
1880 HP

You can try to do the following:

In the Auto-Update Stats add-on (newthread.php, newpost.php), and member.php, find:

$maxhpupdate = ( $level * $extrastats[hpmodifier] * $hpmulti) + $hpmodifier;

and REPLACE it with:
$maxhpupdate = ( $level * $extrastats[hpmodifier]) + $hpmodifier;

Please note that this will reduce some users' HP, but it should remain constant after that initial decrease. If you want to do the same for MA and PP, then let me know.

kaotic
07-12-2003, 11:32 PM
Welcome back. Thanks for the tip, but adding
$expandall = 1;
before

if($options['onofforder']==1) {
Didn't work. I'll tinker with it a bit more, though.

Airs
07-12-2003, 11:43 PM
Yesterday at 10:10 PM Bitsys said this in Post #1980 (https://vborg.vbsupport.ru/showthread.php?postid=417286#post417286)
What do you mean by unique character? A unique class? Or a unique race? Or what?

You can add more stats, but only through code edits and database changes. There is no way to add stats through the admin cp.


A unique class, and as for the stats thing *sorry to bother but im really sorta learning php still* can you like tell me what files are necesarry to edit to make it happen?

Thnx for the answer and wb :)

mjp1111
07-13-2003, 05:02 AM
I keep getting this emailed to me - I think it is due to using spells or potions -

Invalid SQL: SELECT items_user.item5,items_user.itid5,items.type,items .extra FROM items_user
LEFT JOIN items ON items.itemid=items_user.itid5
WHERE userid='10'
mysql error: Unknown column 'items_user.item5' in 'field list'

mysql error number: 1054

Bitsys
07-14-2003, 02:54 PM
07-12-03 at 07:32 PM kaotic said this in Post #1981 (https://vborg.vbsupport.ru/showthread.php?postid=417337#post417337)
Welcome back. Thanks for the tip, but adding

before


Didn't work. I'll tinker with it a bit more, though.

Darn, I was hoping that would work. I will check in to it some more.

07-12-03 at 07:43 PM Airs said this in Post #1982 (https://vborg.vbsupport.ru/showthread.php?postid=417340#post417340)



A unique class, and as for the stats thing *sorry to bother but im really sorta learning php still* can you like tell me what files are necesarry to edit to make it happen?

Thnx for the answer and wb :) [/B]

A unique class can be given to any mod or admin by setting its visibility to 0 in the Edit Classes Menu. Unfortunately, you can't give a single class to a single person.

In order to add a new stat, you would have to change quite a few files. Off the top of my head, they would be member.php, rpgcp.php, battlefight.php, battleupdate.php, newthread.php, newpost.php, heal.php. Some of those are optional though, depending on what you want the stat to do. You would also have to change all the templates where the stats are displayed.

Adding an additional stat is not an easy feat.

Yesterday at 01:02 AM mjp1111 said this in Post #1983 (https://vborg.vbsupport.ru/showthread.php?postid=417375#post417375)
I keep getting this emailed to me - I think it is due to using spells or potions -

Invalid SQL: SELECT items_user.item5,items_user.itid5,items.type,items .extra FROM items_user
LEFT JOIN items ON items.itemid=items_user.itid5
WHERE userid='10'
mysql error: Unknown column 'items_user.item5' in 'field list'

mysql error number: 1054

At any time did you switch an item category from personal to public or vice versa? Do you recall any changes you made to the item categories before this happened? An easy solution would be to add those columns back to the items_user table, but I would rather figure out why this happened.

mjp1111
07-15-2003, 07:55 AM
quote:
Yesterday at 01:02 AM mjp1111 said this in Post #1983
I keep getting this emailed to me - I think it is due to using spells or potions -

Invalid SQL: SELECT items_user.item5,items_user.itid5,items.type,items .extra FROM items_user
LEFT JOIN items ON items.itemid=items_user.itid5
WHERE userid='10'
mysql error: Unknown column 'items_user.item5' in 'field list'

mysql error number: 1054

At any time did you switch an item category from personal to public or vice versa? Do you recall any changes you made to the item categories before this happened? An easy solution would be to add those columns back to the items_user table, but I would rather figure out why this happened.

I don't think I switched categories. The only new categories were shops created by users.

I changed the battle type - I have narrowed it down - it is the Spells that don't work. I changed the items to Potions and it worked fine, but whenever I select Spells, everything just dies.

mjp1111
07-15-2003, 11:44 AM
This thing is also bugging me - battles are working fine apart from the spells thing as per last post, I've updated stats repeatedly, but postbit info shows up as -

RPG name: N/A
Level: 2 Alignment:
Race: HP: /206 Alive
Not in battle.
Check Stats :---

i.e. RPG name, X/206 HP and :--- all refuse to show up - any ideas?

Bitsys
07-15-2003, 12:22 PM
Today at 03:55 AM mjp1111 said this in Post #1985 (https://vborg.vbsupport.ru/showthread.php?postid=417878#post417878)
quote:
Yesterday at 01:02 AM mjp1111 said this in Post #1983
I keep getting this emailed to me - I think it is due to using spells or potions -

Invalid SQL: SELECT items_user.item5,items_user.itid5,items.type,items .extra FROM items_user
LEFT JOIN items ON items.itemid=items_user.itid5
WHERE userid='10'
mysql error: Unknown column 'items_user.item5' in 'field list'

mysql error number: 1054



At any time did you switch an item category from personal to public or vice versa? Do you recall any changes you made to the item categories before this happened? An easy solution would be to add those columns back to the items_user table, but I would rather figure out why this happened.



I don't think I switched categories. The only new categories were shops created by users.

I changed the battle type - I have narrowed it down - it is the Spells that don't work. I changed the items to Potions and it worked fine, but whenever I select Spells, everything just dies.

What file is that database error coming from? Also, do you have a link to your forums so that I can see the IDs of the item categories?

What happens when you change the spell category to something other than spells? Does the error still occur?

Wait, before answering those questions, try the following:

In battlefight.php, find:
$itemcats = $DB_site->query("SELECT id, battletype FROM items_cats ORDER BY battletype");
and REPLACE it with:
$itemcats = $DB_site->query("SELECT id, battletype FROM items_cats WHERE type = 0 ORDER BY battletype");

Let me know if that doesn't work.

Today at 07:44 AM mjp1111 said this in Post #1986 (https://vborg.vbsupport.ru/showthread.php?postid=417908#post417908)
This thing is also bugging me - battles are working fine apart from the spells thing as per last post, I've updated stats repeatedly, but postbit info shows up as -

RPG name: N/A
Level: 2 Alignment:
Race: HP: /206 Alive
Not in battle.
Check Stats :---

i.e. RPG name, X/206 HP and :--- all refuse to show up - any ideas?

I think the edits to showthread.php did not properly execute. Give me your showthread.php and I will fix it. Also, try running DB Fix.

mjp1111
07-15-2003, 12:52 PM
That fixed the spells!

<edited to comply with forum rules>

mjp1111
07-15-2003, 12:53 PM
DBFix didn't fix it.

Bitsys
07-15-2003, 01:36 PM
Today at 08:53 AM mjp1111 said this in Post #1989 (https://vborg.vbsupport.ru/showthread.php?postid=417921#post417921)
DBFix didn't fix it.


In showthread.php, find:
$totalcats = $DB_site->query_first("SELECT COUNT(*) FROM items_cats WHERE type='0'");
$posts=$DB_site->query("
SELECT
post.*,post.username AS postusername,post.ipaddress AS ip,user.*,userfield.*,".iif($forum[allowicons],'icon.title as icontitle,icon.iconpath,','')."
attachment.attachmentid,attachment.filename,attach ment.visible AS attachmentvisible,attachment.counter
".iif($avatarenabled,",avatar.avatarpath,NOT ISNULL(customavatar.avatardata) AS hascustomavatar,customavatar.dateline AS avatardateline","")."
FROM post, battle_options, items_options
".iif($forum[allowicons],'LEFT JOIN icon ON icon.iconid=post.iconid','')."
LEFT JOIN user ON user.userid=post.userid
LEFT JOIN userfield ON userfield.userid=user.userid
LEFT JOIN items_user ON items_user.userid=user.userid
LEFT JOIN battle_stats ON battle_stats.userid=user.userid
LEFT JOIN rpg_classf ON rpg_classf.id=user.rpgclass
LEFT JOIN rpg_classm ON rpg_classm.id=user.rpgclass
LEFT JOIN rpg_element ON rpg_element.elementid=user.element
LEFT JOIN rpg_race ON rpg_race.raceid=user.rpgrace AND rpg_race.alignmentid=user.alignment
".iif ($avatarenabled,"LEFT JOIN avatar ON avatar.avatarid=user.avatarid
LEFT JOIN customavatar ON customavatar.userid=user.userid","")."
LEFT JOIN attachment ON attachment.attachmentid=post.attachmentid
WHERE $postids
ORDER BY dateline $postorder
");

and REPLACE with:
$totalcats = $DB_site->query_first("SELECT COUNT(*) FROM items_cats WHERE type='0'");
$posts=$DB_site->query("
SELECT
post.*,post.username AS postusername,post.ipaddress AS ip,user.*,userfield.*,".iif($forum[allowicons],'icon.title as icontitle,icon.iconpath,','')."
attachment.attachmentid,attachment.filename,attach ment.visible AS attachmentvisible,attachment.counter,
user.ma AS uma,user.hp AS uhp,user.pp AS upp,user.ap AS uap,items_options.pointfield,items_options.lesanes tore,battle_options.namefield,battle_options.expra te,battle_options.privacy AS battleprivacy,items_user.*,battle_stats.*,rpg_race .name AS rpgracename,rpg_race.alignment AS rpgalignmentname,rpg_classf.name AS fclassname,
rpg_classf.folder AS fclassfolder,rpg_classm.name AS mclassname,rpg_classm.folder AS mclassfolder,rpg_element.name AS elename
".iif($avatarenabled,",avatar.avatarpath,NOT ISNULL(customavatar.avatardata) AS hascustomavatar,customavatar.dateline AS avatardateline","")."
FROM post, battle_options, items_options
".iif($forum[allowicons],'LEFT JOIN icon ON icon.iconid=post.iconid','')."
LEFT JOIN user ON user.userid=post.userid
LEFT JOIN userfield ON userfield.userid=user.userid
LEFT JOIN items_user ON items_user.userid=user.userid
LEFT JOIN battle_stats ON battle_stats.userid=user.userid
LEFT JOIN rpg_classf ON rpg_classf.id=user.rpgclass
LEFT JOIN rpg_classm ON rpg_classm.id=user.rpgclass
LEFT JOIN rpg_element ON rpg_element.elementid=user.element
LEFT JOIN rpg_race ON rpg_race.raceid=user.rpgrace AND rpg_race.alignmentid=user.alignment
".iif ($avatarenabled,"LEFT JOIN avatar ON avatar.avatarid=user.avatarid
LEFT JOIN customavatar ON customavatar.userid=user.userid","")."
LEFT JOIN attachment ON attachment.attachmentid=post.attachmentid
WHERE $postids
ORDER BY dateline $postorder
");

Also, it is against the rules to post the contents of a vbulletin file. When I said "send it to me", I meant send it in a PM.

mjp1111
07-15-2003, 01:51 PM
OK - sorry - I'll edit my post and remove it.

Thanks too - very much appreciated.

mjp1111
07-15-2003, 01:57 PM
Drat - it didn't do anything.

Bitsys
07-15-2003, 02:02 PM
Today at 09:57 AM mjp1111 said this in Post #1992 (https://vborg.vbsupport.ru/showthread.php?postid=417945#post417945)
Drat - it didn't do anything.

Got a link to your forums so that I can see?

mjp1111
07-15-2003, 02:10 PM
Sure - forum is at http://www.ffx2.com/vbulletin/ or jump straight to a post here http://www.ffx2.com/vbulletin/showthread.php?threadid=28

Bitsys
07-15-2003, 07:35 PM
Today at 10:10 AM mjp1111 said this in Post #1994 (https://vborg.vbsupport.ru/showthread.php?postid=417949#post417949)
Sure - forum is at http://www.ffx2.com/vbulletin/ or jump straight to a post here http://www.ffx2.com/vbulletin/showthread.php?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
Today at 03:22 PM lioncool1589 said this in Post #1996 (https://vborg.vbsupport.ru/showthread.php?postid=418757#post418757)
bitsys how do i disable Anger
In the template battle_arenaattack, find:
$mad
and DELETE it.

Today at 03:22 PM lioncool1589 said this in Post #1996 (https://vborg.vbsupport.ru/showthread.php?postid=418757#post418757)
and money interest cause has bugs
i couldnt fix it
In itemshop.php, find:
$bankval=floor($bankval*(pow(1.1,$presenttime)));
and CHANGE it to:
$bankval=floor($bankval*(pow(1.0,$presenttime)));

Today at 03:22 PM lioncool1589 said this in Post #1996 (https://vborg.vbsupport.ru/showthread.php?postid=418757#post418757)
% 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
Today at 01:52 AM MissN said this in Post #1998 (https://vborg.vbsupport.ru/showthread.php?postid=418872#post418872)
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:
if($post[$xc]!="No Item") {
and CHANGE it to
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.php?action=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
07-19-03 at 02:57 PM AViO 07 said this in Post #2000 (https://vborg.vbsupport.ru/showthread.php?postid=419025#post419025)
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.

Yesterday at 10:02 AM saint_seiya said this in Post #2001 (https://vborg.vbsupport.ru/showthread.php?postid=419455#post419455)
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.php?action=donate&user=

:ermm:


In the template rpg_cp, find:
$post[userid]
and change it to:
$userid

Yesterday at 09:09 PM mjp1111 said this in Post #2002 (https://vborg.vbsupport.ru/showthread.php?postid=419613#post419613)
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
Today at 12:39 PM saint_seiya said this in Post #2004 (https://vborg.vbsupport.ru/showthread.php?postid=419753#post419753)
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
Yesterday at 07:41 PM Bitsys said this in Post #2005 (https://vborg.vbsupport.ru/showthread.php?postid=419769#post419769)
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
Yesterday at 01:39 PM saint_seiya said this in Post #2004 (https://vborg.vbsupport.ru/showthread.php?postid=419753#post419753)
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
Today at 11:37 AM noclan said this in Post #2006 (https://vborg.vbsupport.ru/showthread.php?postid=419973#post419973)

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


Unfortunately, no.

Today at 11:43 AM saint_seiya said this in Post #2007 (https://vborg.vbsupport.ru/showthread.php?postid=419977#post419977)
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?


Today at 12:05 PM noclan said this in Post #2008 (https://vborg.vbsupport.ru/showthread.php?postid=419983#post419983)
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
Yesterday at 11:06 PM legendarysk8er said this in Post #2011 (https://vborg.vbsupport.ru/showthread.php?postid=420098#post420098)
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.

Yesterday at 11:06 PM legendarysk8er said this in Post #2011 (https://vborg.vbsupport.ru/showthread.php?postid=420098#post420098)
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"?

Today at 07:31 AM saint_seiya said this in Post #2012 (https://vborg.vbsupport.ru/showthread.php?postid=420167#post420167)
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
Today at 11:50 AM legendarysk8er said this in Post #2014 (https://vborg.vbsupport.ru/showthread.php?postid=420238#post420238)
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
Today at 03:57 PM Bitsys said this in Post #2013 (https://vborg.vbsupport.ru/showthread.php?postid=420210#post420210)


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
Today at 04:23 AM Moreliator said this in Post #2020 (https://vborg.vbsupport.ru/showthread.php?postid=420708#post420708)
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
Yesterday at 10:23 PM Moreliator said this in Post #2020 (https://vborg.vbsupport.ru/showthread.php?postid=420708#post420708)
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/showthread.php?s=&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
07-24-03 at 03:47 PM saint_seiya said this in Post #2016 (https://vborg.vbsupport.ru/showthread.php?postid=420330#post420330)
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?

07-25-03 at 12:50 PM Lord Man said this in Post #2017 (https://vborg.vbsupport.ru/showthread.php?postid=420561#post420561)
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.

07-25-03 at 01:16 PM Elly said this in Post #2019 (https://vborg.vbsupport.ru/showthread.php?postid=420566#post420566)
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.

07-25-03 at 10:23 PM Moreliator said this in Post #2020 (https://vborg.vbsupport.ru/showthread.php?postid=420708#post420708)
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.

07-25-03 at 10:44 PM kaotic said this in Post #2021 (https://vborg.vbsupport.ru/showthread.php?postid=420710#post420710)
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.

Yesterday at 05:29 AM pucca said this in Post #2025 (https://vborg.vbsupport.ru/showthread.php?postid=420952#post420952)
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/showthread.php?s=&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?

Yesterday at 09:30 PM Me! said this in Post #2026 (https://vborg.vbsupport.ru/showthread.php?postid=421128#post421128)
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.


Yesterday at 09:30 PM Me! said this in Post #2026 (https://vborg.vbsupport.ru/showthread.php?postid=421128#post421128)
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?

Yesterday at 09:30 PM Me! said this in Post #2026 (https://vborg.vbsupport.ru/showthread.php?postid=421128#post421128)
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:

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".

Yesterday at 09:30 PM Me! said this in Post #2026 (https://vborg.vbsupport.ru/showthread.php?postid=421128#post421128)
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.

Today at 05:07 AM Areku said this in Post #2027 (https://vborg.vbsupport.ru/showthread.php?postid=421219#post421219)
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.


Today at 05:07 AM Areku said this in Post #2027 (https://vborg.vbsupport.ru/showthread.php?postid=421219#post421219)
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
Today at 05:25 PM chrisz said this in Post #2030 (https://vborg.vbsupport.ru/showthread.php?postid=421394#post421394)
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:

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.


Today at 07:24 PM Areku said this in Post #2031 (https://vborg.vbsupport.ru/showthread.php?postid=421423#post421423)
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?

Today at 07:24 PM Areku said this in Post #2031 (https://vborg.vbsupport.ru/showthread.php?postid=421423#post421423)
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
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?