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

Honorbuddy issue

  • Thread starter Thread starter Larsken
  • Start date Start date
L

Larsken

Guest
Hey ppl. I got a problem whit my Honorbuddy profile. It says he are gonna pick up a quest called "stealing from thives" But to be eneble pick up the quest you need to be neutral with the consortium and i am allready friendly with them. So how do i make the bot skip that quest so it can move on?
 
Open the profile in notepad and comment out the quest like <!-- this --> it will ignore everything within the comment.


Sent from my iPhone using Tapatalk
 
Open the profile you are loading with something like notepad. Find the line for the pickup of that quest and either comment it out like;

PHP:
<!-- <THE ORIGINAL QUEST LINE HERE /> -->

Or simply delete the whole line.
 
I tried that but then i cant start my bot. It says something missing
 
i did remove
<Quest Id="9842" Name="The Sharpest Blades">
<Objective Type="CollectItem" ItemId="24493" CollectCount="10">
<CollectFrom>
<Mob Name="Marshfang Slicer" Entry="18131" />
</CollectFrom>
<Hotspots>
<Hotspot X="30.35453" Y="7759.143" Z="23.68989" />
<Hotspot X="-32.28255" Y="7681.68" Z="23.02297" />
<Hotspot X="-66.41402" Y="7718.861" Z="19.38559" />
<Hotspot X="-135.5435" Y="7768.208" Z="23.3531" />
<Hotspot X="-187.1606" Y="7719.037" Z="22.65855" />
<Hotspot X="-70.0896" Y="7841.456" Z="24.06315" />
<Hotspot X="21.12949" Y="7933.822" Z="22.72848" />
<Hotspot X="88.69868" Y="8113.116" Z="22.76901" />
<Hotspot X="39.05642" Y="8176.037" Z="22.46904" />
<Hotspot X="-4.19091" Y="8227.744" Z="23.03205" />
<Hotspot X="16.08173" Y="8327.513" Z="23.23119" />
<Hotspot X="58.45819" Y="8342.858" Z="23.13647" />
<Hotspot X="57.8215" Y="8175.228" Z="22.85707" />
</Hotspots>
</Objective>
</Quest>
 
larsken, it's just an override. you don't remove the override, you need to remove the actual quest inside of the quest order
 
Back
Top