chinajade
Community Developer
- Joined
- Jul 20, 2010
- Messages
- 17,540
- Reaction score
- 172
Attached you will find an 'preview' version of the ForcedDismount behavior valid for HB-2.0.0.4896 and prior. This behavior will automatically be included in post-4896 releases.
The patched behavior addresses the following problems:
If you need to use this in a HB version prior to 4896, you'll need to changes the lines 95-96 in the behavior from this...
to this...
cheers & enjoy,
chinajade
The patched behavior addresses the following problems:
FORCEDDISMOUNT - Changed in the following ways:
- Druid flight form cancelation now works consistently
- Will now dismount over water
- Added a MaxDismountHeight attribute (defaults to 3)
- Updated behavior comments to reflect actual use
If you need to use this in a HB version prior to 4896, you'll need to changes the lines 95-96 in the behavior from this...
PHP:
public override string SubversionId { get { return ("$Id: ForcedDismount.cs 149 2011-06-13 09:40:14Z chinajade $"); } }
public override string SubversionRevision { get { return ("Patch4896.1"); } }
PHP:
// public override string SubversionId { get { return ("$Id: ForcedDismount.cs 149 2011-06-13 09:40:14Z chinajade $"); } }
// public override string SubversionRevision { get { return ("Patch4896.1"); } }
cheers & enjoy,
chinajade
Attachments
Last edited: