Uksus
Member
- Joined
- Jun 21, 2013
- Messages
- 70
Здравствуйте, написал скрипт для крафта кузнечки, но бот не хочет крафтить.
В боте выбираю тип ProfessionBuddy и подсовываю свой скрипт:
Вот лог бота:
Starting the bot!
Currently Using BotBase : ProfessionBuddy
Changing current profile to level 0 - 2147483647
Changing current profile to Empty Profile
Blacksmithing Loaded
[ArchBuddy]: Searching for digsites...
[ArchBuddy]: No digsites on the map
[ArchBuddy]: Searching for digsites...
[ArchBuddy]: No digsites on the map
Stopping the bot!
Bot Stopped! Reason: User pressed the stop button
Changing current profile to level 0 - 2147483647
[ArchBuddy]: Stopped Archaeologybuddy after clearing 0 digsites in 0h 0m 2s.
[ArchBuddy]: Solve Report:
[ArchBuddy]: ---------------------------
[ArchBuddy]: No solves
Вот упростил скрипт:
Лог:
Starting the bot!
Currently Using BotBase : ProfessionBuddy
Changing current profile to level 0 - 2147483647
Changing current profile to Empty Profile
Blacksmithing Loaded
Crafting Item 82969
----Вот тут бот чего то ждет и я его останавливаю.
Stopping the bot!
Bot Stopped! Reason: User pressed the stop button
Changing current profile to level 0 - 2147483647
[ArchBuddy]: Stopped Archaeologybuddy after clearing 0 digsites in 0h 0m 10s.
[ArchBuddy]: Solve Report:
[ArchBuddy]: ---------------------------
[ArchBuddy]: No solves
В чем может быть проблема?
В боте выбираю тип ProfessionBuddy и подсовываю свой скрипт:
Code:
<?xml version="1.0" encoding="utf-8"?>
<Professionbuddy>
<CustomAction Code="Log("Blacksmithing Loaded");" />
<If Condition="Me.FreeNormalBagSlots > 2" IgnoreCanRun="True">
<While Condition="HasMats(72096)" IgnoreCanRun="False">
<CustomAction Code="Log("Crafting Item 82969");" />
<CastSpellAction RepeatType="Specific" Repeat="1" Entry="82969" CastOnItem="False" ItemType="Chest" ItemId="0" />
</While>
</If>
</Professionbuddy>
Вот лог бота:
Starting the bot!
Currently Using BotBase : ProfessionBuddy
Changing current profile to level 0 - 2147483647
Changing current profile to Empty Profile
Blacksmithing Loaded
[ArchBuddy]: Searching for digsites...
[ArchBuddy]: No digsites on the map
[ArchBuddy]: Searching for digsites...
[ArchBuddy]: No digsites on the map
Stopping the bot!
Bot Stopped! Reason: User pressed the stop button
Changing current profile to level 0 - 2147483647
[ArchBuddy]: Stopped Archaeologybuddy after clearing 0 digsites in 0h 0m 2s.
[ArchBuddy]: Solve Report:
[ArchBuddy]: ---------------------------
[ArchBuddy]: No solves
Вот упростил скрипт:
Code:
<?xml version="1.0" encoding="utf-8"?>
<Professionbuddy>
<CustomAction Code="Log("Blacksmithing Loaded");" />
<If Condition="Me.FreeNormalBagSlots > 2" IgnoreCanRun="True">
<CustomAction Code="Log("Crafting Item 82969");" />
<CastSpellAction RepeatType="Specific" Repeat="1" Entry="82969" CastOnItem="False" ItemType="Chest" ItemId="0" />
</If>
</Professionbuddy>
Лог:
Starting the bot!
Currently Using BotBase : ProfessionBuddy
Changing current profile to level 0 - 2147483647
Changing current profile to Empty Profile
Blacksmithing Loaded
Crafting Item 82969
----Вот тут бот чего то ждет и я его останавливаю.
Stopping the bot!
Bot Stopped! Reason: User pressed the stop button
Changing current profile to level 0 - 2147483647
[ArchBuddy]: Stopped Archaeologybuddy after clearing 0 digsites in 0h 0m 10s.
[ArchBuddy]: Solve Report:
[ArchBuddy]: ---------------------------
[ArchBuddy]: No solves
В чем может быть проблема?
Last edited: