Jump to content

Halfbax

Members
  • Posts

    31
  • Joined

  • Last visited

Posts posted by Halfbax

  1. 3 hours ago, camelot10 said:

    wrong quest ID. install any wow addon what show quest id and check with quest in in profile. im pretty sure its different

    Could you link any good one? The questid was incorrect, you're right. :) Thank you btw

     

    Each class has it own questid... WTF?

  2. 6 hours ago, wheels1911 said:

    Can i please get someone to coach me on how to install wow into a whole different location on my computer away from my main account? 

     

    Ive tried it already and when i install the battle.net installer it just automatically picks up my main account info. 

    It doesn't even install anything it automatically says im able to play

    World of Warcraft is portable. So the easiest way is to copy and cleaning up the copied folder. If you are too lazy for it. I have wrote a batch file for you.

     

    @echo off
    echo World of Warcraft copy and cleaning up
    echo.
    echo.
    echo A path with spaces has to be inside of two quotes e.g. "F:\World of Warcraft"
    echo If the path hasnt any spaces you dont need them e.g. F:\wow2
    echo WARNING: At the end of the path there is not slash!
    echo ________________
    echo.
    :: variables
    set /P source= World of Warcraft source folder: 
    set /P des= Destination path: 
    
    set xcopy=xcopy /S/E/V/Q/F/H/I/N
    %xcopy% %source% %des%
    
    echo Cleaning up destination folder
    rmdir /s /q %des%\Cache
    rmdir /s /q %des%\Interface
    rmdir /s /q %des%\Logs
    rmdir /s /q %des%\WTF
    rmdir /s /q %des%\Utils\cache
    rmdir /s /q %des%\Utils\logs
    echo done
    pause

     

    wow-copy-clean.bat

  3. Hello

     

    When I run my quest profile. The bot is instantly in a pickup loop. It runs to the quest giver and tries to pick up the quest, but it is already accepted. There is none errors inside of the profile (error check validation).

    For testing purpose I am using this fight class https://wrobot.eu/files/file/1021-warrior-1-100/

     

    There is also no error shown in the log, even debug mode shows fight class output only.

     

    <?xml version="1.0" encoding="utf-16"?>
    <EasyQuestProfile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <QuestsSorted>
        <QuestsSorted Action="PickUp" NameClass="BeatingThemBack" />
        <QuestsSorted Action="Pulse" NameClass="BeatingThemBack" />
        <QuestsSorted Action="TurnIn" NameClass="BeatingThemBack" />
      </QuestsSorted>
      <NpcQuest>
        <NPCQuest Id="197" Name="Marschall McBride" GameObject="false">
          <PickUpQuests>
            <int>28762</int>
          </PickUpQuests>
          <TurnInQuests>
            <int>28762</int>
          </TurnInQuests>
          <Position X="-8913.424" Y="-137.5417" Z="80.80939" Type="Flying" />
        </NPCQuest>
      </NpcQuest>
      <Npc />
      <Blackspots />
      <BlackGuids />
      <EasyQuests>
        <EasyQuest>
          <Name>Beating Them Back!</Name>
          <QuestId>
            <int>28762</int>
          </QuestId>
          <QuestType>KillAndLoot</QuestType>
          <QuestClass xsi:type="KillAndLootEasyQuestClass">
            <HotSpots>
              <Vector3 X="-8871.397" Y="-121.7881" Z="80.97594" />
              <Vector3 X="-8856.24" Y="-131.1988" Z="81.26251" />
              <Vector3 X="-8836.021" Y="-145.0555" Z="80.95481" />
              <Vector3 X="-8819.995" Y="-140.5367" Z="81.08103" />
              <Vector3 X="-8809.524" Y="-149.9288" Z="83.01125" />
              <Vector3 X="-8829.702" Y="-110.0037" Z="82.17344" />
              <Vector3 X="-8843.955" Y="-62.95861" Z="84.94896" />
              <Vector3 X="-8789.425" Y="-153.1252" Z="82.8803" />
              <Vector3 X="-8798.66" Y="-86.83028" Z="85.82486" />
              <Vector3 X="-8887.393" Y="-83.40341" Z="85.45062" />
            </HotSpots>
            <EntryTarget>
              <int>49871</int>
            </EntryTarget>
            <IsGrinderNotQuest>false</IsGrinderNotQuest>
          </QuestClass>
          <ObjectiveCount1>6</ObjectiveCount1>
          <ObjectiveCount2>0</ObjectiveCount2>
          <ObjectiveCount3>0</ObjectiveCount3>
          <ObjectiveCount4>0</ObjectiveCount4>
          <ObjectiveCount5>0</ObjectiveCount5>
          <ObjectiveCount6>0</ObjectiveCount6>
          <ObjectiveCount7>0</ObjectiveCount7>
          <ObjectiveCount8>0</ObjectiveCount8>
          <ObjectiveCount9>0</ObjectiveCount9>
          <ObjectiveCount10>0</ObjectiveCount10>
          <AutoDetectObjectiveCount1>false</AutoDetectObjectiveCount1>
          <AutoDetectObjectiveCount2>false</AutoDetectObjectiveCount2>
          <AutoDetectObjectiveCount3>false</AutoDetectObjectiveCount3>
          <AutoDetectObjectiveCount4>false</AutoDetectObjectiveCount4>
          <AutoDetectObjectiveCount5>false</AutoDetectObjectiveCount5>
          <AutoDetectObjectiveCount6>false</AutoDetectObjectiveCount6>
          <AutoDetectObjectiveCount7>false</AutoDetectObjectiveCount7>
          <AutoDetectObjectiveCount8>false</AutoDetectObjectiveCount8>
          <AutoDetectObjectiveCount9>false</AutoDetectObjectiveCount9>
          <AutoDetectObjectiveCount10>false</AutoDetectObjectiveCount10>
          <CanCondition />
          <IsCompleteCondition />
          <RepeatableQuest>false</RepeatableQuest>
          <NotRequiredInQuestLog>false</NotRequiredInQuestLog>
          <PickUpQuestOnItem>false</PickUpQuestOnItem>
          <PickUpQuestOnItemID>0</PickUpQuestOnItemID>
          <Comment />
          <GossipOptionRewardItem>1</GossipOptionRewardItem>
          <RequiredQuest>0</RequiredQuest>
          <MaxLevel>999</MaxLevel>
          <MinLevel>0</MinLevel>
          <WoWClass>None</WoWClass>
        </EasyQuest>
      </EasyQuests>
      <Script>
    
    </Script>
      <OffMeshConnections />
    </EasyQuestProfile>

     

    Best regards,

    Halfbax

     

×
×
  • Create New...