vb.org Archive

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

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:

Quote:

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

PHP Code:

                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 ^^)

PHP Code:

$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

PHP Code:

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

and replace with:

PHP Code:

<title>$bbtitle Battle</title>
<
bgsound src="$chosenmidiloop="-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

Quote:

Today at 07:18 PM Moreliator said this in Post #1825
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

Quote:

Today at 02:44 AM PixelFx said this in Post #1826
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

Quote:

Today at 06:24 PM TheVoidz said this in Post #1832
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

Quote:

Yesterday at 10:24 PM Darkwaltz4 said this in Post #1837
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

Quote:

Today at 02:13 PM RPGHost said this in Post #1845
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

Quote:

Yesterday at 12:24 PM TheVoidz said this in Post #1832
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.

Quote:

Yesterday at 04:03 PM vdinh said this in Post #1836
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.

Quote:

Yesterday at 10:35 PM Moreliator said this in Post #1842
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:
PHP Code:

$pos strpos($row[type], $itemtype);
                                if(
$pos === false

and REPLACE it with
PHP Code:

if(!in_array($itemtypeexplode(' '$row[type]))) 

Let me know if that fixes the problem. This is definately a bug.

Quote:

Yesterday at 10:36 PM lioncool1589 said this in Post #1843
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?

Quote:

Today at 04:11 AM Me! said this in Post #1844
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?

Quote:

Today at 08:13 AM RPGHost said this in Post #1845
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

Quote:

Today at 04:41 PM Bitsys said this in Post #1847

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

Quote:

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
PHP Code:

                $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
PHP Code:

                $DB_site->query("INSERT INTO privatemessage (privatemessageid,userid,touserid,fromuserid,title,message,dateline,messageread,folderid,deleteprompt) VALUES (NULL,$userid,$userid,$originating_user,'".addslashes(htmlspecialchars($title))."','".addslashes($message)."',".time().",0,0,0)"); 

also find the second query:
PHP Code:

                $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
PHP Code:

                $DB_site->query("INSERT INTO privatemessage (privatemessageid,userid,touserid,fromuserid,title,message,dateline,messageread,folderid,deleteprompt) 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

Quote:

Yesterday at 10:56 AM Moreliator said this in Post #1848
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.

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.

Quote:

Today at 02:50 PM PixelFx said this in Post #1854

bitsys should i start a addon thread or post here?

I would try keeping it here for now.

Quote:

Today at 02:50 PM PixelFx said this in Post #1854
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?

Quote:

Today at 03:41 PM Moreliator said this in Post #1855
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.

Quote:

Today at 03:41 PM Moreliator said this in Post #1855
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.

Quote:

Today at 03:41 PM Moreliator said this in Post #1855
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
PHP Code:

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:
PHP Code:

$battledebug 0

Change it to:
PHP Code:

$battledebug 1

Quote:

Today at 03:41 PM Moreliator said this in Post #1855
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?

Quote:

Today at 03:41 PM Moreliator said this in Post #1855
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.

Quote:

Today at 03:47 PM Me! said this in Post #1856
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.

Quote:

Today at 06:36 PM Darkwaltz4 said this in Post #1857
to get the prompt to work, find in battle.php
PHP Code:

                $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
PHP Code:

                $DB_site->query("INSERT INTO privatemessage (privatemessageid,userid,touserid,fromuserid,title,message,dateline,messageread,folderid,deleteprompt) VALUES (NULL,$userid,$userid,$originating_user,'".addslashes(htmlspecialchars($title))."','".addslashes($message)."',".time().",0,0,0)"); 

also find the second query:
PHP Code:

                $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
PHP Code:

                $DB_site->query("INSERT INTO privatemessage (privatemessageid,userid,touserid,fromuserid,title,message,dateline,messageread,folderid,deleteprompt) 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
Code:

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

and REPLACE with
Code:

                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='$battle[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
Code:

$rn=rand(1,3);
to
Code:

$rn=rand(1,2);
now, in battle.php find
Code:

                if($row[ownerid] == $row[turnid]) {
                        $turn = $row[owner];
                } else {
                        $turn = $row[opponent];
                }

and REPLACE with
Code:

                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!


All times are GMT. The time now is 11:50 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04113 seconds
  • Memory Usage 1,979KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_code_printable
  • (17)bbcode_php_printable
  • (25)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

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

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