• Visit Rebornbuddy
  • H - Quest] 94-96 Talador

    Discussion in '90-100' started by greenbrad, Nov 26, 2014.

    1. greenbrad

      greenbrad Community Developer

      Joined:
      Aug 10, 2012
      Messages:
      105
      Likes Received:
      0
      Trophy Points:
      16
      Last edited: Nov 26, 2014
    2. Cubix

      Cubix Member

      Joined:
      Jan 15, 2010
      Messages:
      172
      Likes Received:
      1
      Trophy Points:
      18
      Thanks. I'll try tonight !
       
    3. greenbrad

      greenbrad Community Developer

      Joined:
      Aug 10, 2012
      Messages:
      105
      Likes Received:
      0
      Trophy Points:
      16
      Welcome. I may end up translating the rest of them and checking for errors/tweaking.
       
    4. xxxsniper

      xxxsniper New Member

      Joined:
      Nov 25, 2014
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      0
      Awesome thanks greenbrad. I ran it all morning from the start and was perfect until it started a bunch of quests in Talmor. Now it just says goal: Nothing 3 times and then the bot stops. Time to troubleshoot haha.
       
      Last edited: Nov 26, 2014
    5. Tactica

      Tactica Member

      Joined:
      Oct 12, 2014
      Messages:
      234
      Likes Received:
      7
      Trophy Points:
      18
      I also translated the original, the quest overrides are for Grondor, some TurnIN and GiverID's are incorrect but I have not tested, I just translated it fully from the original post.
       
    6. greenbrad

      greenbrad Community Developer

      Joined:
      Aug 10, 2012
      Messages:
      105
      Likes Received:
      0
      Trophy Points:
      16
    7. djcrisp

      djcrisp Member

      Joined:
      Jan 20, 2011
      Messages:
      263
      Likes Received:
      1
      Trophy Points:
      18
      Cannot load profile!
      'Reagents' is an unexpected token. Expecting white space. Line 817, position 38.
       
    8. Killalots

      Killalots Member

      Joined:
      Apr 8, 2010
      Messages:
      62
      Likes Received:
      0
      Trophy Points:
      6
      Same issue I am having. Did you pick Lumber Mill or Gladiator's Sanctum in Talador? Might be the issue (for the record, I went with the Lumber Mill)
       
    9. jdm26

      jdm26 New Member

      Joined:
      Jul 8, 2013
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      I have already completed some quests in Talador and when I run the bot it just goes to the first quest and sits there "waiting for npc to show a quest cursor", i deleted all the quests up to my current quest but it keeps running back to that first guy even though the lines are deleted?
       
    10. Aion

      Aion Well-Known Member Buddy Store Developer

      Joined:
      Jan 18, 2011
      Messages:
      3,907
      Likes Received:
      105
      Trophy Points:
      63
      Indeed most quests are ally ones, not well converted :/
       
    11. jdm26

      jdm26 New Member

      Joined:
      Jul 8, 2013
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      HEY GUYS I FIXED IT, right so, when you load the profile, you get the,
      "Cannot load profile!
      'Reagent' is an unexpected token. Expecting white space. Line 817, position 38."
      So go to your honorbuddy folder, found the xml, right click edit (mine opened notepad) go to edit>go to> line 751 and delete the whole quest and it should work!


      (That post sounded a bit eccentric lol, I'm new to this ^.^)
       
      Last edited: Nov 26, 2014
    12. nelilol89

      nelilol89 New Member

      Joined:
      Nov 3, 2014
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      could you be more specific?
       
    13. Guadah

      Guadah Member

      Joined:
      Feb 7, 2010
      Messages:
      438
      Likes Received:
      17
      Trophy Points:
      18
      I get an error that says "Does not contain Quest Order" when I start it, then it stops the bot.

      Log attached.
       

      Attached Files:

    14. Jeval

      Jeval New Member

      Joined:
      Jan 28, 2013
      Messages:
      34
      Likes Received:
      1
      Trophy Points:
      0
      If you are getting this error.

      'Reagent' is an unexpected token. Expecting white space. Line 817, position 38."

      The reason is this block of code. At line 817 is missing the mob id to collect the item from.

      <Quest Id="33661" Name="Steamscar "Reagents"">
      <Objective Type="CollectItem" ItemId="115443" CollectCount="10">
      <CollectFrom></CollectFrom>
      <Hotspots>
      <Hotspot X="6895.165" Y="849.8906" Z="147.5982" />
      <Hotspot X="6732.94" Y="821.7416" Z="159.001" />
      <Hotspot X="6714.978" Y="857.4296" Z="153.4841" />
      <Hotspot X="6677.067" Y="911.0308" Z="146.0506" />
      <Hotspot X="6694.985" Y="928.0359" Z="139.938" />
      </Hotspots>
      </Objective>
      </Quest>


      It should look like this I think.

      <Quest Id="33661" Name="Steamscar Reagents">
      <Objective Type="CollectItem" ItemId="115443" CollectCount="10">
      <CollectFrom>
      <Mob Id="81738" Name="Steamscar Warrior" />
      <Mob Id="81747" Name="Steamscar Primalist" />
      </CollectFrom>
      <Hotspots>
      <Hotspot X="6895.165" Y="849.8906" Z="147.5982" />
      <Hotspot X="6732.94" Y="821.7416" Z="159.001" />
      <Hotspot X="6714.978" Y="857.4296" Z="153.4841" />
      <Hotspot X="6677.067" Y="911.0308" Z="146.0506" />
      <Hotspot X="6694.985" Y="928.0359" Z="139.938" />
      </Hotspots>
      </Objective>
      </Quest>

      The quotes in the quest name throw me a little and I am not sure how the compiler will handle them so I removed them. But the part that was missing was the id of the mobs that had the needed drop. I am not sure if this is right as I can not test it. Let me know if I got this wrong.
      I am by no means a coder and just looking at this and seeing what looks wrong about it. Hopefully that edit will fix it for you.
       
    15. Kniny

      Kniny New Member

      Joined:
      Dec 20, 2012
      Messages:
      48
      Likes Received:
      0
      Trophy Points:
      0
      Same here, Getting stuck on the NPC Foreman Grobash. already completed the 3 quests you get inside the garrison to unlock other quests in that camp, but no dice
       
    16. Aressandoro

      Aressandoro Member

      Joined:
      Jan 8, 2011
      Messages:
      193
      Likes Received:
      1
      Trophy Points:
      18
      Could not find quest giver NPC with ID 79176 in database.
      Bot stopping! Reason: Could not create current in quest bot!
       
    17. zQne

      zQne New Member

      Joined:
      Jan 28, 2012
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      1
      Hi, i started this script as soon as i got talador quest line.
      I also got that error 817 thing, but that Javal in this thread posted fixed it. 2 quests bugged abit and i had to manually do it (ez once took 5min) other than that its working fine, i started at 94 and im almost hitting 96 now.

      Running no combat profile so my character kills abit slowly but who cares.

      Affli lock 550 ilvl prideful pvp gear

      XP/HR: 384244
      Kills: 447 (192/hr)
      Deaths: 0 (0/hr)
      Loots: 352 (151/hr)
      Honor Gained: 0 (0/hr)
      BGs Won: 0 Lost: 0 Total: 0 (0/hr)
       
    18. joker99

      joker99 New Member

      Joined:
      Sep 11, 2014
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
      Honorbuddy Startup Complete
      Changing current profile to 94-96 maleiay兄弟
      Starting the bot!
      Currently Using BotBase : Questing
      Current zone is Talador (Talador - Zone - World of Warcraft)
      [Singular] Your Level 95 Troll Survival Hunter Build is
      [Singular] ... running the Questing bot in Talador
      [Singular] ... Zone: Draenor using my SOLO Behaviors
      Moving to Type: Fly, R: Learn
      [Singular] PetManager: 'Growl' Auto-Cast Already Enabled
      Moving to Type: Fly, R: Learn
      TaxiMap is opened! Updating known nodes list.
      Moving to Type: QuestPickUp
      I don't want to move to <0, 0, 0>
      I don't want to move to <0, 0, 0>
      Could not find quest giver NPC with ID 78083 in database.
      Bot stopping! Reason: Could not create current in quest bot!
       
    19. Tactica

      Tactica Member

      Joined:
      Oct 12, 2014
      Messages:
      234
      Likes Received:
      7
      Trophy Points:
      18
      I wasn't quite ready to release this yet but you guys can give this a try. I have seen enough posts about errors and crap that should have been fixed before even releasing the original profile here.

      [H] 94-96 Talador Questing Profile

      NOT 100% AFK. Still testing this profile myself.

      ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
      ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
      ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

      For the ORIGINAL profile Reagents Error:
      Code:
      <Quest Id="33661" Name="Steamscar "Reagents"">
      [​IMG]

      This is invalid, you can replace line 817 with:
      Code:
      <Quest Id="33661" Name="Steamscar Reagents">
      [​IMG]

      For those not good with code that still want to give China a try:
      View attachment [H - Quest] 94-96 Talador Translated-RegFix.xml

      The text editor pictured above is Sublime Text 2 for those interested. Stock LUA/XML Syntax color scheme, this allows you so see broken syntax in color rather than black and white text.

      Cheers
       
      Last edited: Dec 2, 2014
    20. joker99

      joker99 New Member

      Joined:
      Sep 11, 2014
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
      i will test it Tactica! thx
       

    Share This Page