Перейти к содержимому
neonofarm

Стоит и Ничего не делает

Рекомендуемые сообщения

 

 

[spellManager] Adding known spells: Archaeology          (089719) | Armor Skills         (076275) | Artisan Riding       (034091)
[spellManager] Adding known spells: Auto Attack          (006603) | Bear Form            (005487) | Beast Slaying        (020557)
[spellManager] Adding known spells: Berserk              (106952) | Berserking           (026297) | Cat Form             (000768)
[spellManager] Adding known spells: Cold Weather Flying  (054197) | Cooking              (002550) | Cooking Fire         (000818)
[spellManager] Adding known spells: Cyclone              (033786) | Da Voodoo Shuffle    (058943) | Dash                 (001850)
[spellManager] Adding known spells: Entangling Roots     (000339) | Faerie Fire          (000770) | Feline Swiftness     (131768)
[spellManager] Adding known spells: Ferocious Bite       (022568) | Fishing              (131474) | Flight Master's Li.. (090267)
[spellManager] Adding known spells: Force of Nature      (102703) | Frenzied Regenerat.. (022842) | Garrison Ability     (161691)
[spellManager] Adding known spells: Growl                (006795) | Guild Mail           (083951) | Hasty Hearth         (083944)
[spellManager] Adding known spells: Healing Touch        (005185) | Herb Gathering       (110413) | Hurricane            (016914)
[spellManager] Adding known spells: Languages            (079744) | Leader of the Pack   (017007) | Maim                 (022570)
[spellManager] Adding known spells: Mangle               (033917) | Mark of the Wild     (001126) | Mass Resurrection    (083968)
[spellManager] Adding known spells: Mobile Banking       (083958) | Moonfire             (008921) | Mount Up             (078633)
[spellManager] Adding known spells: Nature's Control     (175682) | Nature's Vigil       (124974) | Omen of Clarity      (016864)
[spellManager] Adding known spells: Predatory Swiftness  (016974) | Primal Fury          (159286) | Prowl                (005215)
[spellManager] Adding known spells: Rake                 (001822) | Rebirth              (020484) | Regeneration         (020555)
[spellManager] Adding known spells: Rejuvenation         (000774) | Remove Corruption    (002782) | Renewal              (108238)
[spellManager] Adding known spells: Revive               (050769) | Rip                  (001079) | Savage Roar          (052610)
[spellManager] Adding known spells: Sharpened Claws      (165372) | Shred                (005221) | Skull Bash           (106839)
[spellManager] Adding known spells: Smelting             (002656) | Soothe               (002908) | Stampeding Roar      (106898)
[spellManager] Adding known spells: Survey               (080451) | Survival Instincts   (061336) | Swipe                (106785)
[spellManager] Adding known spells: Teleport: Moonglade  (018960) | The Quick and the .. (083950) | Thrash               (106832)
[spellManager] Adding known spells: Tiger's Fury         (005217) | Travel Form          (000783) | Ursol's Power        (175683)
[spellManager] Adding known spells: Weapon Skills        (076300) | Wisdom of the Four.. (115913) | Wrath                (005176)
[spellManager] Mass Entanglement (102359) overrides Nature's Control (175682)
[spellManager] Mighty Bash (5211) overrides Ursol's Power (175683)
Set query filter to Horde
[singular] Your Level 90 Troll Feral Druid Build is 
[singular] ... running the Questing bot in Вечноцветущий дол 
[singular] ... Zone: Пандария using my SOLO Behaviors 
[QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
Activity: RunLua:     SLASH_SHOWSTATS1 = '/stats';    SLASH_SHOWSTATS2 = '/statter';    SLASH_SHOWSTATS3 = '/statter!';     SLASH_RESET1 = '/statsreset';    SLASH_TIMERRESET1 = '/timerreset';     starttime = GetTime();    currtime = GetTime();     beginningmoney = GetMoney();     function calculate()     local itemSellPrice = 0     local itemID = 0     local itemBagCount = 1     local itemStackCount = 1     total_value_of_bags = 0     for i = 0, NUM_BAG_SLOTS do     bagslots = GetContainerNumSlots(i)     for bagslotscounter = 1, bagslots do     itemID = GetContainerItemID(i, bagslotscounter)      if (itemID == nil)  or (itemSellPrice == nill) then      else       itemSellPrice = select(11, GetItemInfo(itemID))       if (itemSellPrice == nil) then        itemSellPrice = 0       end        itemBagCount = select(2, GetContainerItemInfo(i, bagslotscounter))        total_value_of_bags = total_value_of_bags + (itemSellPrice * itemBagCount)       end      end     end     totals = GetCoinTextureString(total_value_of_bags);      currmoney = GetMoney();     currtime = GetTime();     tdiftime = (currtime - starttime);      tHours = string.format("%02.f", math.floor(tdiftime/3600));      tMins = string.format("%02.f", math.floor(tdiftime/60 - (tHours*60)));      tSecs = string.format("%02.f", math.floor(tdiftime - tHours*3600 - tMins *60));       difmoney = math.floor(currmoney-beginningmoney)     completetotal = math.floor(difmoney+total_value_of_bags)     farmscore = math.floor((difmoney/tdiftime)/10)     farmscore2 = math.floor((completetotal/tdiftime)/10)      gph = GetCoinTextureString(math.floor(difmoney/(tdiftime/3600)))      gph2 = GetCoinTextureString(math.floor(completetotal/(tdiftime/3600)))     gpm = GetCoinTextureString(math.floor(difmoney/(tdiftime/60 - (tHours*60))))     gpm2 = GetCoinTextureString(math.floor(completetotal/(tdiftime/60 - (tHours*60))))    end     function SlashCmdList.SHOWSTATS()     calculate()     print("|cFF00CCFF~Total Stats!|r\n|cFF85C2FFTime since activation:|r ", tHours .. "h,", tMins .. "m,", tSecs .. "s \n|cFF85C2FFObtained Gold:|r ", GetCoinTextureString(difmoney), "\n|cFF85C2FFBag Loot Value:|r ", totals, "\n|cFF85C2FFTotal Obtained + Bag Loot:|r ", GetCoinTextureString(completetotal));     print("|cFF00CCFF~Estimates!|r\n|cFF85C2FFGPH:|r ", gph, " \n|cFF85C2FFGPH (+ Bag Value):|r ", gph2, "\n|cFF85C2FFGPM:|r ", gpm, "\n|cFF85C2FFGPM (+ Bag Value):|r ", gpm2,  "\n|cFF85C2FFFarm Score:|r ", farmscore,  "\n|cFF85C2FFFarm Score (+Bag Value)|r ", farmscore2);    end     function SlashCmdList.RESET()     starttime = GetTime();     currtime = GetTime();     beginningmoney = GetMoney();     print("|cFF00CCFFStatter!|r has been reset.");    end     function SlashCmdList.TIMERRESET()     starttime = GetTime();     print("|cFF00CCFFStatter!|r timers have been reset.");    end     print("|cFF00CCFFStatter! is now active.|r\nType |cFF00CCFF/stats|r to show statistics!\nYou may also use |cFF00CCFF/statsreset|r to reset the stats!\nAlso, using |cFF00CCFF/timerreset|r will reset the timer.\nTo cleanly disable Statter! use the command |cFF00CCFF/reload|r.\n");     1 number of times while waiting 0 inbetween
Goal: RunLua-v1728: In Progress (no associated quest)
    [Ref: "[sK-Lite]Shao-Tien Moguls [$Rev: 1091 $]" @line 60]
[QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[Azyul]: Moving to farm location.
Goal: Nothing
[QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[FlyTo-v1844(debug)] WaypointVisitStrategy set to Random
[QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
Behavior flags changed! All -> Death, Combat, Vendor, Roam, Rest, FlightPath
[FlyTo-v1844(debug)] WaypointVisitStrategy set to PickOneAtRandom
[FlyTo-v1844(debug)] FlyTo behavior complete.  Arrived at destination '<1309.684, 1776.36, 414.2991>'
Activity: Flying to '<1309.684, 1776.36, 414.2991>' (<1309.684, 1776.36, 414.2991>)
Goal: FlyTo-v1844: In Progress (no associated quest)
Flying to '<1309.684, 1776.36, 414.2991>' (<1309.684, 1776.36, 414.2991>)
    [Ref: "[sK-Lite]Shao-Tien Moguls [$Rev: 1091 $]" @line 137]
[QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
Behavior flags changed! Death, Combat, Vendor, Roam, Rest, FlightPath -> All
[FlyTo-v1844(debug)] Behavior completed in 0s
[QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
Activity: RunLua:     starttime = GetTime();    currtime = GetTime();    beginningmoney = GetMoney();    print("|cFF00CCFFStatter!|r variables have been reset."); 1 number of times while waiting 0 inbetween
Goal: RunLua-v1728: In Progress (no associated quest)
    [Ref: "[sK-Lite]Shao-Tien Moguls [$Rev: 1091 $]" @line 138]
[QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[Azyul]:
Item hooks are now activated.
Bot will now:
   - Open Plundered Treasure Chests.
   - Combine Mote of Harmony.
   - Use Potion of Luck.
Goal: Nothing
[QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[DoWhen-v1790(debug)] DoWhenActivity 'ItemId(93351)' created:
    ItemId(93351)
        Used when: "!Me.HasAura(135855) && HasItem(93351)"
        Enabled=True
        AllowUseDuringCombat=True, AllowUseInVehicle=False, AllowUseWhileFlying=False, AllowUseWhileMounted=False
Inserted new hook [Questbot_Main @0] 0ae9a96e-31b6-41ff-8814-61423e9c905e
[DoWhen-v1790(debug)] DoWhen behavior complete.  
[QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[DoWhen-v1790(debug)] Behavior completed in 0s
[QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[DoWhen-v1790(debug)] DoWhenActivity 'ActivityName(Open_PChests)' created:
    ActivityName(Open_PChests)
        Used when: "HasItem(87391)"
        Enabled=True
        AllowUseDuringCombat=True, AllowUseInVehicle=False, AllowUseWhileFlying=False, AllowUseWhileMounted=False
[DoWhen-v1790(debug)] DoWhen behavior complete.  
[QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[DoWhen-v1790(debug)] Behavior completed in 0s
[QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[DoWhen-v1790(debug)] DoWhenActivity 'ActivityName(Combine_Motes)' created:
    ActivityName(Combine_Motes)
        Used when: "GetItemCount(89112) >= 10"
        Enabled=True
        AllowUseDuringCombat=True, AllowUseInVehicle=False, AllowUseWhileFlying=False, AllowUseWhileMounted=False
[DoWhen-v1790(debug)] DoWhen behavior complete.  
[QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[DoWhen-v1790(debug)] Behavior completed in 0s
[QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedWhile.
[QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedWhile.
[QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedWhile.
[QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedWhile.
[QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedWhile.
[QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedWhile.
[QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedWhile.
 
[QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedWhile.
[QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedWhile.
[QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedWhile.
[QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedWhile.
[QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedWhile.
Stopping the bot!
Bot stopping! Reason: User pressed the stop button
Activity: Honorbuddy Stopped
[DoWhen-v1790(debug)] OnBotStop cleanup...
[DoWhen-v1790(debug)] Removing DoWhenActivities (count:3):
    ActivityName(Combine_Motes)
        Used when: "GetItemCount(89112) >= 10"
        Enabled=True
        AllowUseDuringCombat=True, AllowUseInVehicle=False, AllowUseWhileFlying=False, AllowUseWhileMounted=False
    ActivityName(Open_PChests)
        Used when: "HasItem(87391)"
        Enabled=True
        AllowUseDuringCombat=True, AllowUseInVehicle=False, AllowUseWhileFlying=False, AllowUseWhileMounted=False
    ItemId(93351)
        Used when: "!Me.HasAura(135855) && HasItem(93351)"
        Enabled=True
        AllowUseDuringCombat=True, AllowUseInVehicle=False, AllowUseWhileFlying=False, AllowUseWhileMounted=False
Removed hook [Questbot_Main] 0ae9a96e-31b6-41ff-8814-61423e9c905e

 

 

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

и сразу 2 вопрос что бы не создавать тему с той же ситуации, просто стоит в воздухе и пишет сообщение которое ниже вот такое,

профиль ваш "Grind Vale by Root" 

Moving to Type: Hotspot, Loc: <1237.208, 1819.813, 344.7761>
Could not generate path from {1514.692, 1010.579, 464.107} to {1237.208, 1819.813, 344.7761} on map HawaiiMainLand (time used: 0 milliseconds) @ FindStartPoly

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

1) на форуме присутствует тэг спойлера для стен текста, а так же лог можно приложить файлом.
2) судя по вашему логу бот вовсе не стоит на месте, а летит к точке
3) по второму вопросу: гринд профили следует запускать в месте фарма, стоя на земле без маунта.

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

Создайте аккаунт или войдите в него для комментирования

Вы должны быть пользователем, чтобы оставить комментарий

Создать аккаунт

Зарегистрируйтесь для получения аккаунта. Это просто!

Зарегистрировать аккаунт

Войти

Уже зарегистрированы? Войдите здесь.

Войти сейчас

×