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

Raid farming profiles - need help

vicbaldry

New Member
Joined
Apr 12, 2012
Messages
103
Reaction score
0
Raid farming profiles - need help/testers

I've been doing a bit of work recently on some raid farming profiles, mostly for pets and some for rep. I came across a few things I'm just not able to figure out, and would really appreciate any help that other (much more talented) coders can provide.

For Serpentshrine Cavern, I can't seem to get it to wait for the elevator correctly. I've used this code for it:
Code:
<CustomBehavior File="UseTransport" TransportId="183407" 
WaitAtX="25.96725" WaitAtY="0.04502066" WaitAtZ="821.7275"
TransportStartX="31.04645" TransportStartY="0.08161466" TransportStartZ="821.7275"
TransportEndX="44.01593" TransportEndY="-18.34948" TransportEndZ="-70.53408"
GetOffX="42.10157" GetOffY="24.48145" GetOffZ="-70.53497" />

but it just stands there and doesn't do much - is there anything I'm getting wrong with this behavior?

For Karazhan, I figured out how to get it to talk to Barnes to start the Opera event, but when it's the Big Bad Wolf boss, what code should I use to check if the NPC is there to interact with to start the next portion of the event? For the other two, I just have the toon run in and hit a wait timer, then attack, but it doesn't work for the Wolf boss.
Code:
<CustomBehavior File="InteractWith" MobId="16812" GossipOptions="1,1" X="-10866.74" Y="-1781.028" Z="90.4704" /> <!--talks to Barnes to start event-->
<RunTo X="-10895.26" Y="-1779.599" Z="90.47794" /> <!--runs on stage-->
<CustomBehavior File="WaitTimer" WaitTime="120000" GoalText="Waiting for port {TimeRemaining}" /> <!-- waits for boss to spawn-->

Once I get this sorted out, I'll release a pack that contains the following for testing:

- Naxxramas (Arachnid, Plague and Construct (-Thaddius) wings)
- Karazhan
- Serpentshrine Cavern (-Lady Vashj)
- Tempest Keep (-Kael'thas)
- Molten Core
- AQ40 (-C'thun)

Thanks in advance!
 

Attachments

Last edited:
I thought I might as well add these for testing. A few things to note about the profiles:

- Use Questing botbase
- Start inside the instance

Karazhan : kills most bosses up to Chess, but skips Maiden and Shade. Most toons should be able to handle this without too many problems

Naxxramas,
- kills all bosses in Plague, then all bosses in Spider, then most bosses in Constuct, stops before Thaddius.
- set to 10 man before going in, otherwise Gluth does not die (he heals himself too fast on 25man) and Patch hits hard
- sometimes it doesn't take the portals between wings

Tempest Keep
- kills all bosses up to Kael'thas
- need a solid tanking class to deal with fire damage on Al'ar and Fel Reaver

any feedback would be very much appreciated!
 
I will test out Tempest Keep profile later this evening on my blood DK with ilvl 490 tanking gears. Thanks for your efforts.
 
So have you done a behaviour for the Lady Vashj fight? I would be really interested in this if you have :)
 
Back
Top