Version: 1.00, by zajako
Developer Last Online: Aug 2013
Version: 2.2.x
Rating:
Released: 08-24-2002
Last Update: Never
Installs: 14
No support by the author.
this hack is made for people who have a battle system weather text based or automated, and would like to label when a user is in combat on the postbit and be able to switch them to in battle and available by having an admin or mod click it. thsi hack also has an optional section for the inn hack i made that allows you to set it so that when in battle you cannot use the inn to refill your life.
Without further ado heres the file.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
What makes you think this is a battle system? Not by the description of it, it doesn't appear to be a battle system. Unless I'm reading it incorrectly.
// ################################# start dohp #################################
if ($action == "switch") {
If ($current == "" || $current == "0")
{
$DB_site->query("UPDATE user SET battle=1 WHERE userid=$userid");
echo "switched to in battle";
}
else if ($current == "1")
{
$DB_site->query("UPDATE user SET battle=0 WHERE userid=$userid");
echo "switched to available for combat";
}
else
{
echo "there had been an error";
}
}
Hardly a battle system
But still, this could be considered useful for large RPG forums that use text based battles. I suppose.
lol Vivi this just shows whether you're in battle or not, if you have a text based one then your admin clicks that to show that he's in battle, most automatic ones probably already have that.
Yes, but anyway Zajako thread title clearly suggest this hack is NOT a battlesystem, and because Vivi stated it was I became confused and stated otherwise. Now that I'm officially confused, let's get back on topic
It's a hack meant for forums who mainly use text based battles, and want to inform other members if they are open for battle, or not. However this would work.
Good Idea, especially for the way TFO's system is, since battles are long, but ppl on GQ are constantly in and out of battle, so I'll pass up, but good job none the less...
first off you're releasing an addon for something that doesn't exist... something that you stated you're doing... and to make this kind of addon? what were you thinking?
you didn't take any time and just throw things together... what good does this do anyone?
and with this coding leading the switch battle? start dohp eh? sounds brilliant to me... what does changing battle mode have to do with dohp? inbattle in my battle hack is included in the hack... so why release something with no relevance?
and the text coding is very similiar to the shinra online points hack... just altered variable names... at least you could do a decent half assed job... no offense but think before you post a hack...