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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Help with a profile

crazydude

New Member
Joined
Oct 21, 2013
Messages
3
I am trying to build a very simple grind profile. Basically what it's supposed to do is stay at one location and kill these certain type of mobs. The profile that I built works fine, but I am wanting to change something. Because of the low level mobs I want to kill, I can just use 1 spell and AoE them down.

How do I get HB to use just the 1 spell that I want it to use, instead of using the combat routines it has built in? This is my profile:

Code:
<GrindArea>
        <Name>Test</Name> <!-- optional -->
   
        <TargetMinLevel>1</TargetMinLevel>
        <TargetMaxLevel>91</TargetMaxLevel>
   
        <Factions>XXXX</Factions>
   
        <LootRadius>30</LootRadius> <!-- optional -->
        <MaxDistance>15</MaxDistance> <!-- optional -->
        <MaximumHotspotTime></MaximumHotspotTime> <!-- optional; in milliseconds -->
        <RandomizeHotspots>False</RandomizeHotspots> <!-- optional -->
        <Hotspots>
            <Hotspot X="-XXX.XXX" Y="-XXXX.XXX" Z="XX.XXXXX" />
        </Hotspots>

    </GrindArea>

I was reading the wiki and I came across this code, but I haven't been successful at implementing it:
Code:
   		   <CustomBehavior File="CastSpellOn"
                   MobId="XXX"
                   SpellId="XXX"
                   X="-XXX.XXX" Y="-XXXX.XXX" Z="XX.XXXXX" />

Thanks in advance!
 
I haven't ever used that custom behavior, I'll attempt it, though as soon as the spell goes on rotation the combat routine will take back over.

In the meantime, you may wish to check out this plugin created by Phelon : Ultimate Combat Helper
The plugin should allow for multiple pulls of the monster prior to AOE take down.
 
Back
Top