<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "boosting vs healing"]]></title>
		<link>https://www.disastrousconsequences.com/dcforum/posts/list/1.page</link>
		<description><![CDATA[Latest messages posted in the topic "boosting vs healing"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>boosting vs healing</title>
				<description><![CDATA[ when I get 100 adrenaline, first thing I do is boost because I don't have any artifacts to spend it on.
However, when someone heals me when I'm boosting, the boosting stops and all my adrenaline goes to waste.
This is a problem for me because i'm not an artifact player, I am a LW player and its rare that I spend it on anything else but boost..
Is this somthing you can fix????]]></description>
				<guid isPermaLink="true">https://www.disastrousconsequences.com/dcforum/posts/list/2073.page#17286</guid>
				<link>https://www.disastrousconsequences.com/dcforum/posts/list/2073.page#17286</link>
				<pubDate><![CDATA[Sun, 18 Jun 2006 13:19:11]]> GMT</pubDate>
				<author><![CDATA[ Deunan]]></author>
			</item>
			<item>
				<title>Re:boosting vs healing</title>
				<description><![CDATA[ Vortex has attempted to fix this but hasn't had success yet.  Code wise, it looks like it's going to have to be a full replacement of the booster combo - if that's possible on a server game (that's the problem Vortex last ran into, I think).]]></description>
				<guid isPermaLink="true">https://www.disastrousconsequences.com/dcforum/posts/list/2073.page#17287</guid>
				<link>https://www.disastrousconsequences.com/dcforum/posts/list/2073.page#17287</link>
				<pubDate><![CDATA[Sun, 18 Jun 2006 13:24:00]]> GMT</pubDate>
				<author><![CDATA[ BotFodder]]></author>
			</item>
			<item>
				<title>Re:boosting vs healing</title>
				<description><![CDATA[ I may be wrong, but I believe the boosting stops when your health passes above your starting heatlh. Normaly booster would then begin giving you armor.

As a medic I try not to do this. People tend to get mad.]]></description>
				<guid isPermaLink="true">https://www.disastrousconsequences.com/dcforum/posts/list/2073.page#17288</guid>
				<link>https://www.disastrousconsequences.com/dcforum/posts/list/2073.page#17288</link>
				<pubDate><![CDATA[Sun, 18 Jun 2006 13:31:45]]> GMT</pubDate>
				<author><![CDATA[ Grizzled_Imposter]]></author>
			</item>
			<item>
				<title>Re:boosting vs healing</title>
				<description><![CDATA[ that is correct, it starts to give you armour after your health is maxed, but it will stop as soon as someone tries to heal you..

I think people will try to remember not to heal me if I ask, but theres so many medics on sometimes it doesn't matter, everyone is just shooting from every direction.
]]></description>
				<guid isPermaLink="true">https://www.disastrousconsequences.com/dcforum/posts/list/2073.page#17289</guid>
				<link>https://www.disastrousconsequences.com/dcforum/posts/list/2073.page#17289</link>
				<pubDate><![CDATA[Sun, 18 Jun 2006 13:35:23]]> GMT</pubDate>
				<author><![CDATA[ Deunan]]></author>
			</item>
			<item>
				<title>Re:boosting vs healing</title>
				<description><![CDATA[ Yes when the server is busy medics can tend to make the whole place seem "spammy" especialy on some of the small maps that we tend to play when a lot of people are on.

If that is happening tho, hang on the adrenaline, wait until you need it. or use speed instead so that it is not completely wasted. I tend to use speed when I have a good shield gun tho.]]></description>
				<guid isPermaLink="true">https://www.disastrousconsequences.com/dcforum/posts/list/2073.page#17290</guid>
				<link>https://www.disastrousconsequences.com/dcforum/posts/list/2073.page#17290</link>
				<pubDate><![CDATA[Sun, 18 Jun 2006 13:42:03]]> GMT</pubDate>
				<author><![CDATA[ Grizzled_Imposter]]></author>
			</item>
			<item>
				<title>Re:boosting vs healing</title>
				<description><![CDATA[ The problem is this bit of code in the Booster combo:

        if ( Pawn(Owner).Health <font color='red'>==</font> Pawn(Owner).SuperHealthMax )
			Pawn(Owner).AddShieldStrength(5);

where it should say
        if ( Pawn(Owner).Health <font color='red'>>=</font> Pawn(Owner).SuperHealthMax )
			Pawn(Owner).AddShieldStrength(5);

So the game chokes on the fact that your health is suddenly higher than the health max value.


<p></p>

		<cite>BotFodder wrote:</cite><br>
		<blockquote>Vortex has attempted to fix this but hasn't had success yet.  Code wise, it looks like it's going to have to be a full replacement of the booster combo - if that's possible on a server game (that's the problem Vortex last ran into, I think).&nbsp;
		</blockquote>

I have fixed this. Just not the way Druid would have liked me to fix it.
I made a new adrenaline combo. Two actually. Enhanced Booster and Super Booster. Both use the BBFF key combo to activate it. 

Druid originally was hoping I could make it just replace or alter the normal booster combo so that no one had to memorize a new key sequence. But no one on our server is having trouble using it as far as I can tell because I use an RSS feed to advertise tips and its one of them.

I will gladly provide the mutator to anyone who wants to use this new combo.

 :D ]]></description>
				<guid isPermaLink="true">https://www.disastrousconsequences.com/dcforum/posts/list/2073.page#17298</guid>
				<link>https://www.disastrousconsequences.com/dcforum/posts/list/2073.page#17298</link>
				<pubDate><![CDATA[Sun, 18 Jun 2006 15:37:52]]> GMT</pubDate>
				<author><![CDATA[ v0rTeX]]></author>
			</item>
			<item>
				<title>Re:boosting vs healing</title>
				<description><![CDATA[ 

Instead of changing booster, maybe the medics could be given the ability to boost shields as well. ]]></description>
				<guid isPermaLink="true">https://www.disastrousconsequences.com/dcforum/posts/list/2073.page#17300</guid>
				<link>https://www.disastrousconsequences.com/dcforum/posts/list/2073.page#17300</link>
				<pubDate><![CDATA[Sun, 18 Jun 2006 15:51:58]]> GMT</pubDate>
				<author><![CDATA[ Ratar_Killer]]></author>
			</item>
			<item>
				<title>Re:boosting vs healing</title>
				<description><![CDATA[ clever Idea Ratar...

However in the meantime, I guess it looks like I should be using BBFF???
? ]]></description>
				<guid isPermaLink="true">https://www.disastrousconsequences.com/dcforum/posts/list/2073.page#17301</guid>
				<link>https://www.disastrousconsequences.com/dcforum/posts/list/2073.page#17301</link>
				<pubDate><![CDATA[Sun, 18 Jun 2006 16:05:25]]> GMT</pubDate>
				<author><![CDATA[ Deunan]]></author>
			</item>
			<item>
				<title>Re:boosting vs healing</title>
				<description><![CDATA[ Yeah I prefer booster over the extra 50 HP...gives you 150 shield. Its too hard for medics to know who is boosting with all the battle going on, so I dont get mad at the healer, but still I run away and then damage myself so I can get shield regeneration.]]></description>
				<guid isPermaLink="true">https://www.disastrousconsequences.com/dcforum/posts/list/2073.page#17302</guid>
				<link>https://www.disastrousconsequences.com/dcforum/posts/list/2073.page#17302</link>
				<pubDate><![CDATA[Sun, 18 Jun 2006 16:14:33]]> GMT</pubDate>
				<author><![CDATA[ Akuma]]></author>
			</item>
			<item>
				<title>Re:boosting vs healing</title>
				<description><![CDATA[ <p></p>

		<cite>Deunan wrote:</cite><br>
		<blockquote>However in the meantime, I guess it looks like I should be using BBFF???
? &nbsp;
		</blockquote>

That key combo wont work on the DC server unless Druid decides to use one of the new combos.

]]></description>
				<guid isPermaLink="true">https://www.disastrousconsequences.com/dcforum/posts/list/2073.page#17338</guid>
				<link>https://www.disastrousconsequences.com/dcforum/posts/list/2073.page#17338</link>
				<pubDate><![CDATA[Mon, 19 Jun 2006 04:46:06]]> GMT</pubDate>
				<author><![CDATA[ v0rTeX]]></author>
			</item>
			<item>
				<title>Re:boosting vs healing</title>
				<description><![CDATA[ I hope it's something Dru considers.  The biggest downside that I can think of from a gameplay standpoint is that new people, who don't have knowledge of it, would be at a slight disadvantage to the rest of us "in the know."  

However, that's true of most stuff on RPG anyway.  Some know how to use the artifacts, others don't.  Some know how weapon dmg percentages work, others don't.

Another obvious effect on gameplay is it would be a big "stay alive" factor for LA, who, by virtue of the medics, are staying alive pretty good these days.  Maybe it eats adren at 1.5 times normal booster?

Technical implementation could have a host of headaches I might not be considering though.  

For LA players with ghost, if you boosted and the round is nearly over and you haven't ghosted yet, hit your suicide key to kill the boost and go to 300 health.  

]]></description>
				<guid isPermaLink="true">https://www.disastrousconsequences.com/dcforum/posts/list/2073.page#17348</guid>
				<link>https://www.disastrousconsequences.com/dcforum/posts/list/2073.page#17348</link>
				<pubDate><![CDATA[Mon, 19 Jun 2006 12:46:01]]> GMT</pubDate>
				<author><![CDATA[ 320]]></author>
			</item>
			<item>
				<title>Re:boosting vs healing</title>
				<description><![CDATA[ It should be a relatively easy mod to the healing weapon so that it gives no health to a player currently running a combo. Or even stops giving health at their normal maximum. 
]]></description>
				<guid isPermaLink="true">https://www.disastrousconsequences.com/dcforum/posts/list/2073.page#17349</guid>
				<link>https://www.disastrousconsequences.com/dcforum/posts/list/2073.page#17349</link>
				<pubDate><![CDATA[Mon, 19 Jun 2006 13:05:38]]> GMT</pubDate>
				<author><![CDATA[ Szlat]]></author>
			</item>
			<item>
				<title>Re:boosting vs healing</title>
				<description><![CDATA[ <p></p>

		<cite>Szlat wrote:</cite><br>
		<blockquote>It should be a relatively easy mod to the healing weapon so that it gives no health to a player currently running a combo. Or even stops giving health at their normal maximum. 
&nbsp;
		</blockquote>

True, but why penalize both parties by not allowing the healing to go above normal health. The booster combo should never have been coded the way it was. They just plain didn't think that someone might make something that pushes health above the max without redefining the default max value.

As for new people not knowing, I'm sure there are at least half a dozen people that would remember to clue them in on it before too long.

<p></p>

		<cite>320 wrote:</cite><br>
		<blockquote>...Maybe it eats adren at 1.5 times normal booster?...
&nbsp;
		</blockquote>

I made two version of the new combo. One that is just fixed, and a super booster that regenerates 3x faster and eats the adrenaline 3x faster also.

Maybe on DC it isn't as necessary to regenerate 15 health/sec but on our server its a life saver.  :wink: ]]></description>
				<guid isPermaLink="true">https://www.disastrousconsequences.com/dcforum/posts/list/2073.page#17351</guid>
				<link>https://www.disastrousconsequences.com/dcforum/posts/list/2073.page#17351</link>
				<pubDate><![CDATA[Mon, 19 Jun 2006 14:27:55]]> GMT</pubDate>
				<author><![CDATA[ v0rTeX]]></author>
			</item>
			<item>
				<title>Re:boosting vs healing</title>
				<description><![CDATA[ <p></p>

		<cite>v0rTeX wrote:</cite><br>
		<blockquote>The booster combo should never have been coded the way it was. They just plain didn't think that someone might make something that pushes health above the max without redefining the default max value.&nbsp;
		</blockquote>
Agreed. So if we can fix the booster, then that's the best way to go.

However, if we can't fix the booster, what then? We need to find another way of stopping the medic weapon invalidating the booster combo. If we stop the healing weapons healing above the normal maximum when the player is boosting, then the medics can freely heal everyone, and the booster will still give armour rather than just throwing the adrenaline away. 

Although not perfect, it's a lot better than the current situation.

Or, pick up on
<p></p>

		<cite>Ratar_Killer wrote:</cite><br>
		<blockquote>Instead of changing booster, maybe the medics could be given the ability to boost shields as well. &nbsp;
		</blockquote>
and change the medic weapon so that if the player has a booster running, heal to the booster health limit, then 'heal' the shield to the max.]]></description>
				<guid isPermaLink="true">https://www.disastrousconsequences.com/dcforum/posts/list/2073.page#17363</guid>
				<link>https://www.disastrousconsequences.com/dcforum/posts/list/2073.page#17363</link>
				<pubDate><![CDATA[Tue, 20 Jun 2006 00:03:06]]> GMT</pubDate>
				<author><![CDATA[ Szlat]]></author>
			</item>
			<item>
				<title>boosting vs healing</title>
				<description><![CDATA[ Ooh, to fix everything, we could have booster act as an Armor-only regenerator :O.  Just a random thought.]]></description>
				<guid isPermaLink="true">https://www.disastrousconsequences.com/dcforum/posts/list/2073.page#17393</guid>
				<link>https://www.disastrousconsequences.com/dcforum/posts/list/2073.page#17393</link>
				<pubDate><![CDATA[Tue, 20 Jun 2006 20:20:04]]> GMT</pubDate>
				<author><![CDATA[ KohanX]]></author>
			</item>
			<item>
				<title>Re:boosting vs healing</title>
				<description><![CDATA[ Yes i do find this problem a tad annoying at times. I actually sometimes hide somewhere secluded and then use booster in a hope that a medic won't find me and heal me, thus cancelling my booster. Also, if im healed and my booster is cancelled out, i would hurt myself with a flak/RL to bring my health below 400 so i can get shields. Max health with max shields is better than just max health from a medic with no shields.]]></description>
				<guid isPermaLink="true">https://www.disastrousconsequences.com/dcforum/posts/list/2073.page#17399</guid>
				<link>https://www.disastrousconsequences.com/dcforum/posts/list/2073.page#17399</link>
				<pubDate><![CDATA[Wed, 21 Jun 2006 00:22:38]]> GMT</pubDate>
				<author><![CDATA[ Mac_Knife]]></author>
			</item>
	</channel>
</rss>