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

interact with Master Survoyer

tatersr1

New Member
Joined
Mar 30, 2010
Messages
161
Reaction score
0
can someone do a really quick and dirty profile to interact with the Master Surveyor that is causing a HUGE bottle neck on horde?
object is
<GameObject Name="Master Surveyor" Entry="233664" X="5567.476" Y="4636.349" Z="146.6606" />

<PickUp QuestName="Establish Your Garrison" QuestId="34378" GiverName="Gazlowe" GiverId="78466" />
<Objective QuestName="Establish Your Garrison" QuestId="34378" Type="KillMob" MobId="79757" KillCount="1" />
<TurnIn QuestName="Establish Your Garrison" QuestId="34378" TurnInName="Gazlowe" TurnInId="78466" />
 
Last edited:
Its not totally broken, on some servers it works. a small profile would be awesome :)

WOW; A HOTFIX from blizzard :D quest working again without problem!
 
Last edited:
I managed to get passed it on my toon but not sure if it was due to hotfix or my failed attempt at running a interact with script
Code:
<HBProfile>
    <Name>Empty Questing Profile</Name>
    <MinLevel>1</MinLevel>
    <MaxLevel>99</MaxLevel>
  
    <MinDurability>0.2</MinDurability>
    <MinFreeBagSlots>2</MinFreeBagSlots>
  
    <MailGrey>False</MailGrey>
    <MailWhite>False</MailWhite>
    <MailGreen>False</MailGreen>
    <MailBlue>False</MailBlue>
    <MailPurple>False</MailPurple>
  
    <SellGrey>True</SellGrey>
    <SellWhite>False</SellWhite>
    <SellGreen>False</SellGreen>
    <SellBlue>False</SellBlue>
    <SellPurple>False</SellPurple>
  
    <TargetElites>True</TargetElites>

    <Vendors>
    </Vendors>
  
    <AvoidMobs>
    </AvoidMobs>
   
    <Blackspots>
    </Blackspots>

    <QuestOrder IgnoreCheckpoints="True" >
                <CustomBehavior File="FlyTo" X="5567.476" Y="4636.349" Z="146.6606" DestName="dig a hole for Dagras pets" />
                <CustomBehavior File="RunMacro" Macro="/dismount" />
                <CustomBehavior File="RunMacro" Macro="/cancelaura" />
                <CustomBehavior File="InteractWith" MobId="233664" GossipOptions="1" X="5567.476" Y="4636.349" Z="146.6606" />
                <CustomBehavior File="RunMacro" Macro="/click StaticPopup1Button1" NumOfTimes="1" WaitTime="5000"/>
    </QuestOrder>
</HBProfile>

edit---
actually just tried this again on an alt when everyone else was stuck and it worked
 
This didnt work for me because master surveyor not targetable as of yet but when they do fix the bug it will be good to have when everyone will be on top of it.
 
You don´t need to interact with it and you simply can not :D. You just need to be nearby. But if to many players are in this area it´s not working.^^
 
Back
Top