Hello,
some time ago someone posted a plugin that do autostealth. I wanted to change the source that it do the same for the farm wagon.
The problem is that the routine look at the status from the char not from the wagon.
Is there any way to do the same for the wagon?
This is the idea:
//Call on plugin start
public void PluginRun()
{
while (true){
while (skillCooldown("Owner's Mark") != 0) {
Thread.Sleep (90);
}
UseSkill ("Owner's Mark",true,false);
}
}
//Call on plugin stop
public void PluginStop()
{
}
}
Thanx a lot for all your help.
cheers,
some time ago someone posted a plugin that do autostealth. I wanted to change the source that it do the same for the farm wagon.
The problem is that the routine look at the status from the char not from the wagon.
Is there any way to do the same for the wagon?
This is the idea:
//Call on plugin start
public void PluginRun()
{
while (true){
while (skillCooldown("Owner's Mark") != 0) {
Thread.Sleep (90);
}
UseSkill ("Owner's Mark",true,false);
}
}
//Call on plugin stop
public void PluginStop()
{
}
}
Thanx a lot for all your help.
cheers,