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

Help with scarcrow.. dont work 1Hour

Status
Not open for further replies.

sx06

Member
Joined
Mar 10, 2014
Messages
110
Reaction score
0
This morning I used the plugings no problem, but now, since 1 hour, he does not want to perform, the character does not move and I when I close the plugings:
Desktop\Archeage\Plugins\Sc8\Sc8.dllUnknown executing error, or plugin was forcibly unloaded.

using System;
using System.Windows.Forms;
using System.Threading;
using System.Collections.Generic;
using ArcheBuddy.Bot.Classes;

namespace YourNamespace
{
public class YourClass : Core
{
public void PluginRun()
{
while (true)
{
PlantItemsAtFarm("Iris seed","AXXX");
PlantItemsAtFarm("Iris seed","BXXX");
PlantItemsAtFarm("Iris seed","CXXX");
CollectItemsAtFarm("Iris","Gathering: Spend 1 Labor to gather materials.","AXXX");
CollectItemsAtFarm("Iris","Gathering: Spend 1 Labor to gather materials.","BXXX");
CollectItemsAtFarm("Iris","Gathering: Spend 1 Labor to gather materials.","CXXXXX");
Thread.Sleep(3000);


}
}
}
}
 
Don't work..
i have test alt F4 all, reboot pc, and compil again, no work
 
Last edited:
Its crashed immediatly after you launch plugin? In folder that you compile - only this .cs file?
 
.cs .dll and .pdb in the folder
Its no "crashed" just character no move.. so, plugings no work. And When i close pluging (every plugings, even those who work, i have error :
Desktop\Archeage\Plugins\Sc8\Sc8.dllUnknown executing error, or plugin was forcibly unloaded.
)
 
The strangest is that I use the plugins for 3 days, without any worries.
 
And I can't start any plugins now :) Never had the problem before.

Update: Nvm, was only a bug. After restart AB all works fine.
 
Last edited:
Status
Not open for further replies.
Back
Top