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

Loremaster...

HB7032V76

New Member
Joined
Apr 20, 2011
Messages
599
Reaction score
1
hey guys , is there any possibility to make my 85 shaman to go on lower level quests for the loremaster achiev? i tried but it says nothing more to do (due to my higher level)

thx
 
oh thx , but cmon be serious , where do i stick that :D , i am not that good i am afraid :(
 
Starting the bot!
Changing current profile to Horde 1-68 Questing
>>> ### STARTING TEST ShamWOW v4.2.04-BUNDLED by Bobby53 ### <<<
Your Level 85 Troll Elemental Shaman Build is:
Eleme/Enhan/Resto 34/7/0
Max Pull Ranged: 40
HB Pull Distance: 30
Fulmination: will wait for 9 stacks of Lightning Shield before using Earth Shock
Cleanse Spirit: can only remove Curses
Ghost Wolf: can cast Ghost Wolf on the run
Stoneclaw Totem: missing glyph, no Shaman Bubble available
^Totem Bar - Earth: Stoneskin Totem
^Totem Bar - Fire : Searing Totem
^Totem Bar - Water: Mana Spring Totem
^Totem Bar - Air : Wrath of Air Totem
*Lightning Shield
*Flametongue Weapon
[UserDialog(warning)]: The 'QuestId' attribute's value may not be zero. For now, we allow it for purposes of backward compatibility; however, it will be ignored. In a future release, a QuestId of zero will be explicitly disallowed.
[UserDialog(user response) @line 111]: Continuing profile due to User request
Nothing more to do. Stopping bot.
>>> ### STOPPING TEST ShamWOW v4.2.04-BUNDLED by Bobby53 ### <<<



help ! :)
 
HB7032V76 said:
oh thx , but cmon be serious , where do i stick that , i am not that good i am afraid

Can we call you '76 for short? Thanks!

Hi, '76,

Kick had the letters right, but capitalization is important for these things. Open the profile, and find a line that says:
<QuestOrder>

change the line to:
<QuestOrder IgnoreCheckpoints="true">

Documentation about the <QuestOrder> element can be found here...
[wiki]Honorbuddy Profile Tag: QuestOrder[/wiki]


Without seeing which profile you're trying to use, we can't give you the appropriate line number. An excellent editor for doing this kind of thing is Notepad++, as unlike Notepad and Wordpad, it supports colorization (to see if you made a typing mistake), line numbers, and a wealth of other useful features conducive to profile editing.

I'm a little concerned about which profile you're trying to use--as I thought all the "Loremaster" profiles we had have gone stale and are no longer maintained. Its usually appropriate to post these kinds of questions into the profile thread, rather than creating a new thread in the forums.


cheers,
chinajade
 
<HBProfile>
<Name>Horde 1-68 Questing</Name>
<MinDurability>0.4</MinDurability>
<MinFreeBagSlots>3</MinFreeBagSlots>
<MinLevel>1</MinLevel>
<MaxLevel>86</MaxLevel>
<MailGrey>False</MailGrey>
<MailWhite>False</MailWhite>
<MailGreen>True</MailGreen>
<SellGrey>True</SellGrey>
<SellWhite>True</SellWhite>
<SellGreen>True</SellGreen>
<SellBlue>False</SellBlue>
<SellPurple>False</SellPurple>

<QuestOrder>
<If Condition="Me.Race == WoWRace.BloodElf &amp;&amp; Me.Level &lt;10">
<CustomBehavior File="LoadProfile" ProfileName="SubProfiles\1-10 BloodElf SubProfile" />
</If>

<If Condition="Me.Race == WoWRace.Tauren &amp;&amp; Me.Level &lt;10">
<CustomBehavior File="LoadProfile" ProfileName="SubProfiles\1-10 Tauren SubProfile" />
</If>

<If Condition="Me.Race == WoWRace.Goblin &amp;&amp; Me.Level &lt;15">
<CustomBehavior File="LoadProfile" ProfileName="SubProfiles\1-15 Goblin SubProfile" />
</If>

<If Condition="Me.Race == WoWRace.Undead &amp;&amp; Me.Level &lt;10">
<CustomBehavior File="LoadProfile" ProfileName="SubProfiles\1-10 Undead SubProfile" />
</If>

<If Condition="Me.Race == WoWRace.Troll &amp;&amp; Me.Level &lt;5">
<CustomBehavior File="LoadProfile" ProfileName="SubProfiles\1-5 Troll SubProfile" />
</If>

<If Condition="Me.Race == WoWRace.Orc &amp;&amp; Me.Level &lt;5">
<CustomBehavior File="LoadProfile" ProfileName="SubProfiles\1-5 Orc SubProfile" />
</If>

<If Condition="(Me.Race == WoWRace.Troll || Me.Race == WoWRace.Orc) &amp;&amp; Me.Level &lt; 10">
<CustomBehavior File="LoadProfile" ProfileName="SubProfiles\5-10 Orc Troll SubProfile" />
</If>

<If Condition="Me.MapId != 1 &amp;&amp; Me.Level &lt; 20">
<CustomBehavior File="LoadProfile" ProfileName="SubProfiles\EK to Kalimdor" />
</If>

<If Condition="Me.Level &lt; 18">
<CustomBehavior File="LoadProfile" ProfileName="SubProfiles\10-18 Northern Barrens SubProfile" />
</If>

<If Condition="Me.Level &lt; 25">
<CustomBehavior File="LoadProfile" ProfileName="SubProfiles\18-25 Ashenvale SubProfile" />
</If>

<If Condition="Me.Level &lt; 30">
<CustomBehavior File="LoadProfile" ProfileName="SubProfiles\25-30 Stonetalon Mountains SubProfile" />
</If>

<If Condition="Me.Level &lt; 32">
<CustomBehavior File="LoadProfile" ProfileName="SubProfiles\30-32 Desolace SubProfile" />
</If>

<If Condition="Me.Level &lt; 35">
<CustomBehavior File="LoadProfile" ProfileName="SubProfiles\32-35 Southern Barrens SubProfile" />
</If>

<If Condition="Me.Level &lt; 40">
<CustomBehavior File="LoadProfile" ProfileName="SubProfiles\35-40 Dustwallow Marsh SubProfile" />
</If>

<If Condition="Me.MapId != 0 &amp;&amp; Me.Level &lt; 45">
<CustomBehavior File="LoadProfile" ProfileName="SubProfiles\Kalimdor to EK" />
</If>

<If Condition="Me.Level &lt; 45">

<CustomBehavior File="LoadProfile" ProfileName="SubProfiles\40-45 Eastern Plaguelands SubProfile" />
</If>

<If Condition="Me.MapId != 1 &amp;&amp; Me.Level &lt; 55">
<CustomBehavior File="LoadProfile" ProfileName="SubProfiles\EK to Kalimdor" />
</If>

<If Condition="Me.Level &lt; 49">
<CustomBehavior File="LoadProfile" ProfileName="SubProfiles\45-49 Felwood SubProfile" />
</If>

<If Condition="Me.Level &lt; 55">
<CustomBehavior File="LoadProfile" ProfileName="SubProfiles\49-55 Winterspring SubProfile" />
</If>

<If Condition="Me.MapId == 1 &amp;&amp; Me.Level &lt; 58">
<CustomBehavior File="InteractWith" MobId="195142" WaitTime="5000" ObjectType="Gameobject" X="1685.18" Y="-4123.42" Z="66.3376" />
<CustomBehavior File="WaitTimer" WaitTime="10000" />
</If>

<If Condition="Me.Level &lt; 58">
<CustomBehavior File="LoadProfile" ProfileName="SubProfiles\55-58 Blasted Lands SubProfile" />
</If>

<If Condition="Me.MapId != 530 &amp;&amp; Me.Level &lt; 69">
<CustomBehavior File="LoadProfile" ProfileName="SubProfiles\To Outland" />
</If>

<If Condition="Me.Level &lt; 69">
<CustomBehavior File="LoadProfile" ProfileName="SubProfiles\58-68 Outland SubProfile" />
</If>

<CustomBehavior File="UserDialog"
QuestId="0"
Text="This profile currently supports questing upto level 69. End of the profile"
AllowBotStop="true"
SoundCue="Exclamation"
SoundCueInterval="1" />
</QuestOrder>
</HBProfile>



i am really sorry to "bug" you guys but is really cool if we fix this, only that i am not a good scripter , i dunno where to insert that line : <QuestOrder IgnoreCheckpoints="true">
tried everything i could :( it gives me :


Loading Honorbuddy 2.0.0.4564 settings.
Authenticating..
Buddy Sessions: 0/0
-----
Shared Sessions: 2/3
Attached to WoW with ID 4296
[Instancebuddy v3.0.1.311]:----------------------------------------------------------------------
[Instancebuddy v3.0.1.311]:Currently supported tanking dungeons :
[Instancebuddy v3.0.1.311]:(This list will update itself automatically)
[Instancebuddy v3.0.1.311]:
[Instancebuddy v3.0.1.311]: (Level 15 - 21) Deadmines
[Instancebuddy v3.0.1.311]: (Level 15 - 21) Ragefire Chasm
[Instancebuddy v3.0.1.311]: (Level 16 - 26) Shadowfang Keep
[Instancebuddy v3.0.1.311]: (Level 20 - 30) The Stockade
[Instancebuddy v3.0.1.311]: (Level 26 - 36) Scarlet Monastery - Graveyard
[Instancebuddy v3.0.1.311]: (Level 29 - 39) Scarlet Monastery - Library
[Instancebuddy v3.0.1.311]: (Level 32 - 42) Scarlet Monastery - Armory
[Instancebuddy v3.0.1.311]: (Level 35 - 45) Scarlet Monastery - Cathedral
[Instancebuddy v3.0.1.311]: (Level 38 - 48) Scholomance
[Instancebuddy v3.0.1.311]: (Level 42 - 52) Stratholme - Main Gate
[Instancebuddy v3.0.1.311]: (Level 46 - 56) Stratholme - Service Entrance
[Instancebuddy v3.0.1.311]: (Level 57 - 67) Hellfire Ramparts
[Instancebuddy v3.0.1.311]: (Level 59 - 68) The Blood Furnace
[Instancebuddy v3.0.1.311]: (Level 62 - 71) Mana Tombs
[Instancebuddy v3.0.1.311]: (Level 65 - 73) Sethekk Halls
[Instancebuddy v3.0.1.311]:----------------------------------------------------------------------
New bot added!: Combat/Heal Bot [1.0.0]
New bot added!: DoNothing
New bot added!: ArchaeologyBuddy
New bot added!: Gatherbuddy2
New bot added!: Instancebuddy
New bot added!: PoolFisher 1.1.4
New bot added!: Grind bot
New bot added!: PvP
New bot added!: Mixed Mode
New bot added!: Questing
New bot added!: BG Bot [Beta]
New bot added!: PartyBot
Honorbuddy 2.0.0.4564 started!
Character is a level 85 Shaman
Current zone is: Valley of Honor
EnabledPlugins:
LastUsedPath: D:\jocuri\GB\1-68 Horde Questing.xml
Please wait a few seconds while Honorbuddy initializes.
Building spell book
Spell book built
Disabling flight checks. - Paid Plugins or Lifetime User Detected
Initialization complete.
Loading D:\jocuri\GB\1-68 Horde Questing.xml.
Changing current profile to Horde 1-68 Questing
Starting the bot!
Changing current profile to Horde 1-68 Questing
Chose TEST ShamWOW v4.2.04-BUNDLED by Bobby53 as your combat class!
LOADED: TEST ShamWOW v4.2.04-BUNDLED by Bobby53
Character specific config file loaded
Changed Navigator precision from 2 to 2.5
Your Level 85 Troll Elemental Shaman Build is:
Eleme/Enhan/Resto 34/7/0
Max Pull Ranged: 40
HB Pull Distance: 30
Fulmination: will wait for 9 stacks of Lightning Shield before using Earth Shock
Cleanse Spirit: can only remove Curses
Ghost Wolf: can cast Ghost Wolf on the run
Stoneclaw Totem: missing glyph, no Shaman Bubble available
^Totem Bar - Earth: Stoneskin Totem
^Totem Bar - Fire : Searing Totem
^Totem Bar - Water: Mana Spring Totem
^Totem Bar - Air : Wrath of Air Totem
>>> ### STARTING TEST ShamWOW v4.2.04-BUNDLED by Bobby53 ### <<<
Your Level 85 Troll Elemental Shaman Build is:
Eleme/Enhan/Resto 34/7/0
Max Pull Ranged: 40
HB Pull Distance: 30
Fulmination: will wait for 9 stacks of Lightning Shield before using Earth Shock
Cleanse Spirit: can only remove Curses
Ghost Wolf: can cast Ghost Wolf on the run
Stoneclaw Totem: missing glyph, no Shaman Bubble available
^Totem Bar - Earth: Stoneskin Totem
^Totem Bar - Fire : Searing Totem
^Totem Bar - Water: Mana Spring Totem
^Totem Bar - Air : Wrath of Air Totem
warning: UseMount takes precedence over UseGhostWolf: the Ghost Wolf setting ignored this session
[UserDialog(warning)]: The 'QuestId' attribute's value may not be zero. For now, we allow it for purposes of backward compatibility; however, it will be ignored. In a future release, a QuestId of zero will be explicitly disallowed.
[UserDialog(user response) @line 112]: Continuing profile due to User request
Nothing more to do. Stopping bot.
>>> ### STOPPING TEST ShamWOW v4.2.04-BUNDLED by Bobby53 ### <<<
Loading D:\jocuri\GB\1-68 Horde Questing.xml.
Could not load profile: The 'questorder' start tag on line 17 does not match the end tag of 'QuestOrder'. Line 118, position 4.
Loading D:\jocuri\GB\1-68 Horde Questing.xml.
Could not load profile: The 'QuestOrder' start tag on line 118 does not match the end tag of 'HBProfile'. Line 119, position 3.
Loading D:\jocuri\GB\1-68 Horde Questing.xml.
Could not load profile: Unexpected end of file has occurred. The following elements are not closed: HBProfile, QuestOrder, questorder, HBProfile. Line 120, position 1.
Loading D:\jocuri\GB\1-68 Horde Questing.xml.
Could not load profile: 'ignorecheckpoints' is an unexpected token. The expected token is '>'. Line 118, position 15.
Loading D:\jocuri\GB\1-68 Horde Questing.xml.
Changing current profile to Horde 1-68 Questing
Starting the bot!
Changing current profile to Horde 1-68 Questing
>>> ### STARTING TEST ShamWOW v4.2.04-BUNDLED by Bobby53 ### <<<
Your Level 85 Troll Elemental Shaman Build is:
Eleme/Enhan/Resto 34/7/0
Max Pull Ranged: 40
HB Pull Distance: 30
Fulmination: will wait for 9 stacks of Lightning Shield before using Earth Shock
Cleanse Spirit: can only remove Curses
Ghost Wolf: can cast Ghost Wolf on the run
Stoneclaw Totem: missing glyph, no Shaman Bubble available
^Totem Bar - Earth: Stoneskin Totem
^Totem Bar - Fire : Searing Totem
^Totem Bar - Water: Mana Spring Totem
^Totem Bar - Air : Wrath of Air Totem
[UserDialog(warning)]: The 'QuestId' attribute's value may not be zero. For now, we allow it for purposes of backward compatibility; however, it will be ignored. In a future release, a QuestId of zero will be explicitly disallowed.
[UserDialog(user response) @line 112]: Continuing profile due to User request
Nothing more to do. Stopping bot.
>>> ### STOPPING TEST ShamWOW v4.2.04-BUNDLED by Bobby53 ### <<<
Loading D:\jocuri\GB\1-68 Horde Questing.xml.
Changing current profile to Horde 1-68 Questing
Starting the bot!
Changing current profile to Horde 1-68 Questing
>>> ### STARTING TEST ShamWOW v4.2.04-BUNDLED by Bobby53 ### <<<
Your Level 85 Troll Elemental Shaman Build is:
Eleme/Enhan/Resto 34/7/0
Max Pull Ranged: 40
HB Pull Distance: 30
Fulmination: will wait for 9 stacks of Lightning Shield before using Earth Shock
Cleanse Spirit: can only remove Curses
Ghost Wolf: can cast Ghost Wolf on the run
Stoneclaw Totem: missing glyph, no Shaman Bubble available
^Totem Bar - Earth: Stoneskin Totem
^Totem Bar - Fire : Searing Totem
^Totem Bar - Water: Mana Spring Totem
^Totem Bar - Air : Wrath of Air Totem
*Lightning Shield
*Flametongue Weapon
[UserDialog(warning)]: The 'QuestId' attribute's value may not be zero. For now, we allow it for purposes of backward compatibility; however, it will be ignored. In a future release, a QuestId of zero will be explicitly disallowed.
[UserDialog(user response) @line 111]: Continuing profile due to User request
Nothing more to do. Stopping bot.
>>> ### STOPPING TEST ShamWOW v4.2.04-BUNDLED by Bobby53 ### <<<


sorry for the wall of text :(

please show me where to put that line or make a file modified and attach it . thx
 
Hi again, '76!

And... OW! First we need to learn to *attach* things and not cut-n-paste them into forum posts. :D
When you post, click on the "Go Advanced" button at the bottom. From there, you can scroll down to a section called "Attachments", and button called "Manage Attachments". Click on the button, and *attach* the appropriate files to the post rather than cut-n-pasting.

If you don't attach, you are just begging people to flame you or not help.


Now, on with the show...
HB7032V76 said:
i am really sorry to "bug" you guys but is really cool if we fix this, only that i am not a good scripter , i dunno where to insert that line : <QuestOrder IgnoreCheckpoints="true">
tried everything i could it gives me
First, you still haven't told us which profile (e.g., what forum thread did this profile come from). But thankfully, enough information is here to see your confusion.

What you've got here is called a 'meta profile'. Its a profile that 'includes' other profiles. So the <QuestOrder> tag you seek won't be in here, but will be in *each* of the loaded profiles identified with by the ProfileName attributes.

The bad news is you'll have to open each of those loaded profiles and make the needed adjustments. While you're there, you'll probably need to make some other adjustments too. If each of the loaded profiles has elements that look like the following near the top:
<MinLevel>5</MinLevel>
<MaxLevel>10</MaxLevel>

You will also need to change them to look like:
<MinLevel>1</MinLevel>
<MaxLevel>86</MaxLevel>


Its a little bit of work, but not excessive, and should be enough to get you going.


cheers,
chinajade
 
Last edited:
Ive wanted to do this for so long! im going to test it out now and report back

Edit: Omg its working ! Lets see how long it can go.
 
Last edited:
Works very well for me, I had no clue about <QuestOrder IgnoreCheckpoints="true">

Thanks!
 
ah cmon just attach a modified profile so we can use it to :((( horde pls :D
 
still not able to make it

i replaced the sentence <QuestOrder IgnoreCheckpoints="true"> in all the subprofiles, i left only the metaprofile intact (ofc i tried with that modified to) and he just stay in orgri doing nothing, bot says loading Tiles, anyone can help me a bit , please :(
 

Attachments

i replaced the sentence <QuestOrder IgnoreCheckpoints="true"> in all the subprofiles, i left only the metaprofile intact (ofc i tried with that modified to) and he just stay in orgri doing nothing, bot says loading Tiles, anyone can help me a bit , please :(

It's loading tiles (As it says :P)

Give it time to finish man. lol
 
eh manage to make it work , but in this profiles are not all the quests :( and there is need of some baby sitting but hey... its working , took me a while till i realised how to turn off lightning shield , and is faster now :)
thx a lot peeps :)
 
guys what happens if i take out those sentences with grind area from profiles? or is not needed, the profiles see tht i am much more level and dont grind anymore? or is making the bot to just stop working, because some times i got some issues , and i try to solve them :)
 
Back
Top