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

Crash lors du lancement d'un profil perso en questing

drago0069

New Member
Joined
Dec 14, 2011
Messages
8
Reaction score
0
Bonjour ? tous.

J'ai fais plusieurs petits profils de farm en tout genres et je me d?brouille la dedans.
derni?rement je me suis mis a tenter de faire un profil de "Questing" pour farmer les "pommette" (Pommette - PNJ - World of Warcraft) pour craft mes BN.

Ce que je ne comprend pas c'est que quand je load le profil, HB plante avec ce message
[04:23:35.966 D] Activity: Honorbuddy Startup Complete
[04:35:03.427 D] Activity: Loading Profile...
[04:35:06.615 D] Loading profile from C:\Users\cedy\Desktop\Honor Buddy\Default Profiles\farm mob\pommes2.xml
[04:35:06.760 D] Downloaded tilemap AllianceBeachDailyArea
[04:35:06.913 D] Downloaded tilemap HordeBeachDailyArea
[04:35:07.086 D] Downloaded tilemap HawaiiMainLand
[04:35:07.165 D] Changed map(s) to AllianceBeachDailyArea, HordeBeachDailyArea, HawaiiMainLand
[04:35:09.174 N] [Compiler Error]: c:\Users\cedy\Desktop\Honor Buddy\Quest Behaviors\KillVicejaw.cs(67,17) : error CS0246: Le type ou le nom d'espace de noms 'ConfigMemento' est introuvable (une directive using ou une r?f?rence d'assembly est-elle manquante*?)

Je retourne le truc de tous les cot?, je ne vois pas l'erreur.
Je pense que c'est la ligne
Code:
<CustomBehavior File="BasicInteractWith" PreInteractMountStrategy="Mount" ProactiveCombatStrategy="ClearMobsTargetingUs" MobId="58767" CollectionDistance="1" WaitForNpcs="False" />
qui plante le bot mais je ne vois pas pourquoi par ce que "BasicInteractWith" est repris dans le wiki de HB (Honorbuddy Custom Behavior: BasicInteractWith - Buddy Wiki)

Voici le profil complet

Code:
<HBProfile>
  <Name>Pommes</Name>
  <MinLevel>90</MinLevel>
  <MaxLevel>200</MaxLevel>
  <MinDurability>0.2</MinDurability>
  <MinFreeBagSlots>2</MinFreeBagSlots>
  <MailGrey>False</MailGrey>
  <MailWhite>False</MailWhite>
  <MailGreen>False</MailGreen>
  <MailBlue>False</MailBlue>
  <MailPurple>False</MailPurple>
  <SellGrey>True</SellGrey>
  <SellWhite>False</SellWhite>
  <SellGreen>False</SellGreen>
  <SellBlue>False</SellBlue>
  <SellPurple>False</SellPurple>
  <Vendors></Vendors>
  <AvoidMobs></AvoidMobs>
  <Blackspots></Blackspots>
  <QuestOrder>
    <While Condition="(Me.FreeBagSlots &lt;= 2)" >
      <If Condition="Me.IsAlliance">
        <CustomBehavior File="BasicInteractWith" PreInteractMountStrategy="Mount" ProactiveCombatStrategy="ClearMobsTargetingUs" MobId="58767" CollectionDistance="1" WaitForNpcs="False" />
        <SetGrindArea>
          <GrindArea>
            <Hotspots>
              <Hotspot X="631.9312" Y="1576.513" Z="448.7021" />
              <Hotspot X="662.1953" Y="1549.095" Z="448.0445" />
              <Hotspot X="710.9007" Y="1510.995" Z="443.2826" />
              <Hotspot X="748.0176" Y="1489.333" Z="433.8624" />
              <Hotspot X="807.1359" Y="1479.279" Z="432.8449" />
              <Hotspot X="869.3684" Y="1469.014" Z="431.8364" />
              <Hotspot X="931.4838" Y="1468.323" Z="430.8045" />
              <Hotspot X="952.5677" Y="1516.223" Z="410.3169" />
              <Hotspot X="977.0852" Y="1571.958" Z="406.5039" />
              <Hotspot X="983.9272" Y="1633.399" Z="405.4498" />
              <Hotspot X="947.5005" Y="1652.276" Z="404.8042" />
              <Hotspot X="890.2192" Y="1680.64" Z="403.8001" />
              <Hotspot X="830.563" Y="1676.077" Z="402.8198" />
              <Hotspot X="862.6622" Y="1652.185" Z="402.0081" />
              <Hotspot X="899.2487" Y="1623.214" Z="401.0595" />
              <Hotspot X="847.1851" Y="1618.758" Z="400.22" />
              <Hotspot X="807.6088" Y="1577.856" Z="399.214" />
              <Hotspot X="827.3923" Y="1536.825" Z="417.2594" />
              <Hotspot X="894.5988" Y="1521.327" Z="416.17" />
              <Hotspot X="930.2903" Y="1477.471" Z="415.1747" />
              <Hotspot X="953.5806" Y="1421.097" Z="414.2573" />
              <Hotspot X="910.031" Y="1423.636" Z="417.0104" />
              <Hotspot X="871.262" Y="1476.528" Z="422.9865" />
              <Hotspot X="820.1027" Y="1513.402" Z="425.9386" />
              <Hotspot X="779.0887" Y="1560.885" Z="424.9251" />
              <Hotspot X="749.185" Y="1618.414" Z="423.9066" />
              <Hotspot X="714.486" Y="1673.338" Z="422.8752" />
              <Hotspot X="664.6821" Y="1650.958" Z="429.0155" />
              <Hotspot X="656.8951" Y="1599.426" Z="434.3536" />
            </Hotspots>
          </GrindArea>
        </SetGrindArea>
		<GrindTo Condition="(Me.FreeBagSlots &lt;= 2)" />
      </If>
    </While>
  </QuestOrder>
</HBProfile>

Quelqun aurait-il une id?e de pourquoi ?a crash et surtout si mon approche de code pour farmer ces pommettes est bonne ?

++
 
ce n'est pas ton profil le probl?me mais un quest behaviors install?. Supprime-le ?a devrait marcher
c:\Users\cedy\Desktop\Honor Buddy\Quest Behaviors\KillVicejaw.cs
 
Back
Top