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

raidprofile with dungeonbuddy a try

Carsten8192

New Member
Joined
Nov 2, 2012
Messages
4
Reaction score
0
Hi,

I'm new in profile programming. Because there are no raidprofiles I've tryed to programm some. A grindbot for Magtheridon works yet.
But I want that the bot runs with the group like Dungeonbuddy does it. It should work for bigger raids like ICC 25 hero or Firelands with 5 man and possibly also for LFR.
That would be a lot of work. But here is a beginning. I've tryed to programm a dungeonbuddy profile for tempest keep:




<?xml version="1.0" encoding="utf-8" ?>
<DungeonBuddyProfile>
<Name>tempestkeep</Name>
<DungeonId>193</DungeonId>
<BossEncounters>
<Boss isFinal="false" entry="19514" name="Al'ar" killOrder="1" optional="false" X="290.27" Y="26.34" Z="43.91" />
<!-- moveto <Hotspot X="290.27" Y="26.34" Z="43.91" /> -->
<Boss isFinal="false" entry="19516" name="Leerh?scher" killOrder="2" optional="true" X="424.23" Y="403.48" Z="14.89" />
<Boss isFinal="false" entry="18805" name="Hochastromantin Solarian" killOrder="3" optional="true" X="432.7402" Y="-373.6453" Z="17.9609" />
<!-- attack Name="Kael'thas Sonnenwanderer" Entry="19622" X="795.41" Y="-1.60" Z="48.73" /> and then wait for mini-bosses to spawn -->
<!-- Mini-bosses
<Vendor Name="Thaladred der Verfinsterer" Entry="20064" Type="Repair" X="785.81" Y="19.49" Z="48.73" />
<Vendor Name="Lord Sanguinar" Entry="20060" Type="Repair" X="785.78" Y="-20.40" Z="48.73" />
<Vendor Name="Groastromantin Capernian" Entry="20062" Type="Repair" X="792.41" Y="-13.24" Z="48.73" />
<Vendor Name="Meisteringenieur Telonicus" Entry="20063" Type="Repair" X="792.73" Y="12.78" Z="48.73" />
-->
<Boss isFinal="true" entry="19622" name="Kael'thas Sonnenwanderer" killOrder="4" optional="false" X="795.41" Y="-1.60" Z="48.73" />
</BossEncounters>
</DungeonBuddyProfile>



I've saved it in default profiles dungeons burning crusade. If I run dungeonbuddy and enter tempest keep it detects the the dungeon loads the right profile but it sends out group invites.
Of corse I had only 3 man in the group and DB only runs with 5.
Does anyone knows how i can change that it runs also with less than 5 man?

Can that generally work to write a raidprofile for dungeonbuddy?

It would be very nice if you can help me.

best regards
Carsten
 
Back
Top