What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[BEHAVIOR PREVIEW-4910 only] CollectThings

chinajade

Community Developer
Joined
Jul 20, 2010
Messages
17,540
Reaction score
172
Attached you should find a 'preview' version of the CollectThings behavior valid for HB-2.0.0.4877 through HB-2.0.0.4910. This behavior will automatically be included in post-4910 releases.


The preview extends the functionality of CollectThings in the following ways:
  • CollectThings now works underwater
    While underwater, it will take advantage of the Warlock Unending Breath, the Druid Aquatic Form, and any nearby air vents it locates. It will not use potions or engineering-like equipment to breathe--those decisions are the profile writer's, and AutoEquip plugins responsibility, respectively.
    Even so, it will need to be used carefully due to lack of comprehensive navigational facilities while underwater. There are a number of items in the "Things to Know" section of the Wiki page.

  • A new attribute, IgnoreMobsInBlackspots, is available.
    If omitted, this value defaults to false.

  • A new attribute, PostInteractDelay, is available.
    If omitted, this value defaults to 1000ms.

  • The permitted range for CollectionDistance has been changed from [1..10000] to a more reasonable [1.200].

  • A new 'hotspot'-form of CollectThings is supported. The form looks like the following:
    HTML:
    <CustomBehavior File="CollectThings" ...normal attributes... >
       <Hotspot X="-10479.42" Y="-4573.249" Z="-29.71343" />
       <Hotspot X="-10484.03" Y="-4436.537" Z="-28.21936" />
       <Hotspot X="-10639.73" Y="-4454.896" Z="-14.0948" />
    </CustomBehavior>
    This is the form to use if your hunting ground is large, and more than offsets the reduction in the CollectDistance closed interval.

  • The CollectThings Wiki page has been updated to reflect these changes.

This behavior is not backward-compatible with HB-2.0.0.4620 and prior.


cheers & enjoy,
chinajade
 

Attachments

Awesome :). So basically it hasn't been released?
 
Last edited:
Back
Top