• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [H - Quest] Tol Barad Dailies

    Discussion in 'Archives' started by krh121791, Jan 14, 2011.

    1. krh121791

      krh121791 New Member

      Joined:
      Jan 6, 2011
      Messages:
      44
      Likes Received:
      6
      Trophy Points:
      0
      No, I didn't see a need for it. I can add it though.
       
    2. Ogait

      Ogait New Member

      Joined:
      Oct 9, 2010
      Messages:
      84
      Likes Received:
      1
      Trophy Points:
      0
      After I've seen this profile, I really wanted to test it, because I've 3 characters at level 85 and this would help me a lot. At lunch one of them do the quests, during the afternoon I do with my main all the quests and during my dinner, my last character could do it, but I've encountered one problem.

      During 'Taking the Overlook Back' quest, my character goes into the house and stand still on the right location, but don't go upstairs to kill the NPC required.
      Is there anyway to make him go upstairs and kill the NPC?
       
    3. krh121791

      krh121791 New Member

      Joined:
      Jan 6, 2011
      Messages:
      44
      Likes Received:
      6
      Trophy Points:
      0
      I have a few things I can try. I'll Add a new script for that quest in today, hopefully it should fix the problem.
       
    4. totbx

      totbx New Member

      Joined:
      Jan 2, 2011
      Messages:
      77
      Likes Received:
      0
      Trophy Points:
      0
      I get the following warning when loading the profile:

      Loading C:\Honorbuddy\Custom Profiles\Tol Barad Dalies [Ez].xml.
      Warning: Could not parse 'If' body node!
      Changing current profile to Tol Barad Dalies
       
    5. totbx

      totbx New Member

      Joined:
      Jan 2, 2011
      Messages:
      77
      Likes Received:
      0
      Trophy Points:
      0
      Was just running it and encountered this error:

      Moving to Type: Harvest
      Looting Barrel of Southsea Rum
      Unable to compile CustomBehavior for tag: <CustomBehavior File="InteractWith5" QuestId="28721" MobId="48309" NumOfTimes="1" CollectionDistance="50" ObjectType="Npc" X="19.70313" Y="1733.854" Z="28.21435" />
      Honorbuddy stopped
       
    6. krh121791

      krh121791 New Member

      Joined:
      Jan 6, 2011
      Messages:
      44
      Likes Received:
      6
      Trophy Points:
      0

      The profile should work with your first comment and I fixed the Second error you received.
       
    7. totbx

      totbx New Member

      Joined:
      Jan 2, 2011
      Messages:
      77
      Likes Received:
      0
      Trophy Points:
      0
      Got the following error when running it today:

      Looting Darkwood Lurker
      Unable to compile CustomBehavior for tag: <CustomBehavior File="InteractWith5" QuestId="28721" MobId="48309" NumOfTimes="1" CollectionDistance="50" ObjectType="Npc" X="19.70313" Y="1733.854" Z="28.21435" />
      Honorbuddy stopped
       
    8. krh121791

      krh121791 New Member

      Joined:
      Jan 6, 2011
      Messages:
      44
      Likes Received:
      6
      Trophy Points:
      0
      Try Downloading again, I just uploaded a new script. It's working on my toon as we speak.
       
    9. Klovnene

      Klovnene Member

      Joined:
      Aug 30, 2010
      Messages:
      666
      Likes Received:
      19
      Trophy Points:
      18
      I was wondering, is this possible to make into Tol Barad for Alliance, with changing Id numbers on quests and NPC's?
       
    10. krh121791

      krh121791 New Member

      Joined:
      Jan 6, 2011
      Messages:
      44
      Likes Received:
      6
      Trophy Points:
      0
      It is, someone messaged me to work on it. I'm sure they will release it soon.
       
      acperin likes this.
    11. Klovnene

      Klovnene Member

      Joined:
      Aug 30, 2010
      Messages:
      666
      Likes Received:
      19
      Trophy Points:
      18
      They messaged u to get allowed to work on it? Or they wanted you to work on it? Cus if no 1 is working on it, im going to do it :p
       
    12. krh121791

      krh121791 New Member

      Joined:
      Jan 6, 2011
      Messages:
      44
      Likes Received:
      6
      Trophy Points:
      0
      They are doing it.
       
    13. lcf8088

      lcf8088 New Member

      Joined:
      Aug 24, 2010
      Messages:
      95
      Likes Received:
      0
      Trophy Points:
      0
      Your missing three quests. You may want to add them yourself or atleast change the hotspots and reupload because I was in a rush when I made them. Here is my code I added.
      The quests are The Warden, Food From Below, and Prison Revolt.

      Code:
      <Quest Id="28669" Name="The Warden">
      	<Objective Type="CollectItem" ItemId="63309" CollectCount="1">
      		<CollectFrom>
      			<Mob Name="Warden Silva" Id="48036" />
      		</CollectFrom>
      		<Hotspots>
      			<Hotspot X="-1513.718" Y="1257.581" Z="102.8731" />
      		</Hotspots>
      	</Objective>
            </Quest>
      
      <Quest Id="28670" Name="Food From Below">
          <Objective Type="CollectItem" ItemId="63315" CollectCount="12">
            <CollectFrom>
              <Mob Name="Imprisoned Worker" Id="47550" />
            </CollectFrom>
            <Hotspots>
            	<Hotspot X="-1513.718" Y="1257.581" Z="102.8731" />
      	<Hotspot X="-1609.996" Y="1204.691" Z="95.01488" />
            </Hotspots>
          </Objective>
        </Quest>
      
      <Quest Id="28668" Name="Prison Revolt">
      	<Objective Type="KillMob" MobId="47550" KillCount="12">
      		<Hotspots>
            	<Hotspot X="-1513.718" Y="1257.581" Z="102.8731" />
      	<Hotspot X="-1609.996" Y="1204.691" Z="95.01488" />	
      		</Hotspots>
      	</Objective>
            </Quest>
      Code:
        <If Condition="HasQuest(28669)">
          <Objective QuestName="The Warden" QuestId="28669" Type="CollectItem" ItemId="63309" CollectCount="1" />
          </If>
      
          <If	Condition="HasQuest(28670)">
          <Objective QuestName="Food From Below" QuestId="28670" Type="CollectItem" ItemId="63315" CollectCount="12" />
          </If>      
             
          <If Condition="HasQuest(28668)">              
          <Objective QuestName="Prison Revolt" QuestId="28668" Type="KillMob" MobId="47550" KillCount="12" />           
          </If>
       
    14. nokdu

      nokdu New Member

      Joined:
      Aug 16, 2010
      Messages:
      208
      Likes Received:
      3
      Trophy Points:
      0
      if you don't mind i'd like to post my alliance version.. full credit to you and lcf8088
       
    15. bothead

      bothead New Member

      Joined:
      Jul 20, 2010
      Messages:
      50
      Likes Received:
      2
      Trophy Points:
      0
      [​IMG]
       
    16. nokdu

      nokdu New Member

      Joined:
      Aug 16, 2010
      Messages:
      208
      Likes Received:
      3
      Trophy Points:
      0
      I started an alliance tol barad questing thing.. here

      if you want me to.. i will remove it..
       
    17. krh121791

      krh121791 New Member

      Joined:
      Jan 6, 2011
      Messages:
      44
      Likes Received:
      6
      Trophy Points:
      0
      @ICF8088

      Thanks for finding those missing ones. and making the ally version:)

      @nokdu

      I really have no problem, you gave us credit.
       
    18. abndrew82

      abndrew82 New Member

      Joined:
      May 14, 2010
      Messages:
      323
      Likes Received:
      1
      Trophy Points:
      0
      great work on this, just noticed it and used it to do my mains dailies, I love things that make my life easier.
       
    19. krh121791

      krh121791 New Member

      Joined:
      Jan 6, 2011
      Messages:
      44
      Likes Received:
      6
      Trophy Points:
      0
      no problem:)
       
    20. Crates1983

      Crates1983 Member

      Joined:
      Aug 25, 2010
      Messages:
      136
      Likes Received:
      0
      Trophy Points:
      16
      worked okay for me but had a few problems
       

      Attached Files:

    Share This Page