Yes, SD is dead forever.
I booted everyone to prevent further death.
I booted everyone to prevent further death.
RWL Home Page
redwall.org is back! Go check it out and spread the news!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Fun For NoneNot amusing.My thoughts exactly.
Quote from: KuellerDID I SAY: Blacks, Hispanics, anything-in-betweens and whatevers? NO. What proof do you have that the terrorists were trained in America? Did I say all terrorists are arabic? NO. However, the ones that are attacking the U.S. were, as are the people in Iraq killing our troops. You are coming to many false conclusions about my post as well as insulting me. I am not afraid of people who are not white. I'm afraid of people (of ANY color) blowing me up. Maybe a terrorist attack on your neighborhood would wake you up.Firstly, I want to apologize for any personal attacks. They were totally uncalled for. I apologize deeply.
if ($uratio > ($eratio * 1.15))
{
SpellSucceed("You have eliminated a portion of your opponent's $cterms[army]!");
if ($enemy[shield] > $time) {
$dam = .01;
}
else {
$dam = .03;
}
$enemy[armtrp] -= round($enemy[armtrp] * $dam);
$enemy[lndtrp] -= round($enemy[lndtrp] * $dam);
$enemy[flytrp] -= round($enemy[flytrp] * $dam);
$enemy[seatrp] -= round($enemy[seatrp] * $dam);
$enemy[wizards] -= round($enemy[wizards] * $dam);
if ($enemy[shield] > $time)
{
SpellShielded();
addNews(202,$users,$enemy,"success:yes;sheild:yes");
}
else addNews(202,$users,$enemy,"success:yes;sheild:no");
$users[offsucc]++;
}
else
{
SpellFail("");
addNews(202,$users,$enemy,"success:no");
$enemy[defsucc]++;
}
saveUserDataNet($enemy,"networth armtrp lndtrp flytrp seatrp wizards");
}