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

something wierd with making a profile...

I3ig Al

New Member
Joined
Feb 14, 2010
Messages
215
Reaction score
3
so im leveling a ret paladin and an arms warrior atm, and i like to keep my characters in nice gear. i decided to farm the Ele plateau in Nagrand for primal fire to make some stuff. i have been using HB2 for the actual farming but i have HB1.33 with the eProfile plugin to make my profiles. i loaded up and created the attached profile, then put it in HB2 and started farming. instead of sticking to the waypoints i recorded (just around the fire elementals) i was going all over, killing the earth air and water elementals as well. i got what i needed but it took significantly longer and im curious as to why HB had me roaming so far.
 

Attachments

Not sure if it still works in new profile system.
I added this to mine,
Here is an example.

Code:
<AvoidMobs>
<Mob Name="Gundrak Savage" Entry="29235" />
<Mob Name="Gundrak Brute" Entry="29236" />
</AvoidMobs>

Target the Earth/air/water ones and get info about them, add it to the avoid list maybe?

Added mine Underneath the vendors part.

so like
Code:
<Vendors>
<Vendor Name="Your Vendor Name Herel" Entry="Number Given By HB" Type="Repair" coords " />
</Vendors>
<AvoidMobs>
<Mob Name="your mob name" Entry="Mob number Given by HB" />
</AvoidMobs>
</SubProfile>
</HBProfile>
 
Last edited:
Back
Top