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

[A - Quest] 1-50 (Test)

Status
Not open for further replies.
That doesn't appear to be the issue. Its related to the If conditionals handling quest 26139 Into Arathi and 28573 Hero's Call: Arathi Basin!. I wrote a TEST.XML (attached) that displays the completion status of both. The log output from the test is:

Code:
[Profile Message]: COMPLETED 26139 'Into Arathi'
[Profile Message]: NOT COMPLETED 28573 'Hero's Call: Arathi Highlands!'
So when you restart and it encounters the following if statement:

Code:
        <If Condition="(!HasQuest(26139)) &amp;&amp; (!HasQuest(28573))" >
            <PickUp QuestName="Hero's Call: Arathi Highlands!" QuestId="28573" GiverName="Hero's Call Board" GiverId="207320" GiverType="Object" X="-4935.745" Y="-917.5314" Z="501.6594" />
        </If>
When the user restarts, neither 26139 or 28573 is in the quest log so it attempts the PickUp of 28573 which is no longer available (since restarted at level 30.)

IsQuestCompleted() now returns true not just if the quest is in your log with completed objectives, but also if it was ever turned in as complete. Just work that into the conditional logic to resolve.

Thanks i didn't know this about isquestcomplete i will work my way through and make the changes :)
 
Level 30 Dwarf Shaman created by afk'ing with this profile (nice work.) It reached level 30 and WOW lost connection at that point. Logged back in and character was in Arathi Highlands with only 'Break the Keystone' in quest log. Started HB with profile again and travelled to Ironforge Hero's Call Board. Trying to pickup Hero's Call: Arathi Highlands! but the only quest available on the board atm is Hero's Call: The Hinterlands! Result is it stands at board repeatedly trying to pickup quest it does not have.

Same problem here, Dwarf Shaman sitting at the board trying to pick up Hero's Call: Arathi Highlands!

Anyway I could fix this myself or do I have to wait before it gets fixed? Loving this profile so would love to continue it.
 
Same problem here, Dwarf Shaman sitting at the board trying to pick up Hero's Call: Arathi Highlands!

Anyway I could fix this myself or do I have to wait before it gets fixed? Loving this profile so would love to continue it.

You using rc2?
 
You using rc2?

Oke my bad, was using rc1, thought I had your newest. Just started the bot and its running away from the board now so I guess
it's fine now :) Cheers!
 
Oke my bad, was using rc1, thought I had your newest. Just started the bot and its running away from the board now so I guess
it's fine now :) Cheers!

thank bobby he pointed out the fix
 
Thanks i didn't know this about isquestcomplete i will work my way through and make the changes :)
Very well written profile by the way. Thanks for helping me create a Level 30 Dwarf Shaman I don't deserve :) I have always played Horde so don't know my way around Alliance cities, vendors, common quests, etc very well so to start your profile, forget I had left it running on a computer in another room until the following day and login to see it stopped only because of a realm restart and was Level 30 with no manual intervention was very impressive.
 
Moving to a new thread, can someone lock and delete this for me

Thanks
 
Status
Not open for further replies.
Back
Top