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

Scarecrow

Status
Not open for further replies.

Jafak

New Member
Joined
Sep 18, 2014
Messages
34
Reaction score
1
hi all. im have 1 question... builtin scarecrow do not work? or its only for me ? thx
 
Better write answer here. This problem can appear with another users
 
Ok. -
I run the script I sign pops up with the settings I choose my scarecrow + seeds + I stand next to sacrecrow and then I press the button Plant in the end nothing happens
I previously used a jungler so I know how it works the same as a jungler
 
Nothing hapen with this -
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()
{
PlantItemsAtFarm("Семена картофеля","xxx");
CollectItemsAtFarm("Семена картофеля","Logging: Spend up to 1 Labor to chop down a tree.","xxx");

//Same but in random zone
RoundZone z = new RoundZone(me.X,me.Y,25);
PlantItemsInZone("Семена картофеля", z);
CollectItemsInZone("Семена картофеля","Logging: Spend up to 1 Labor to collect.",z);
}
}
}
but with same scrip in open world work greatly
 
Last edited:
in open world
Try to stand near scaresrow, and run plugin
Code:
Log(getZFromHeightMap(me.X, me.Y).ToString());
Post result here. Try also restart AB and launch game client again. Looks like you have problems with heightmap
 
Nothin ( im restarted AB & client.... yesterday Mail.ru change crypt maybe this is problem ?
Other version... im look my sacrecrow like mine but im buy it from my twink so maybe script think is not mine ? but in pop where im choise sedd e.t.c like mine... im no have idea ((
 
Last edited:
nop
im put 1 seed manually & then put on Plant -- apper other window with question - pour or dig up the plant, I clicked dig character ran to the plant and dug it
 
Last edited:
Hi Out,

I wasn't sure whether to make a new thread or not but I'm trying to use the scarecrow plugin on my big scarcrow farm (16x16) and at first it flips our and runs away from the farm using the glider and all sorts of other weird stuff then when it attempts to plant it doesn't plant the chickens I asked it to.

Every single time I start it it runs away or runs up a hill and glides into trees making it look obviously like a bot. I know you are busy but can you look into this when you can? Am i doing something wrong
 
same thing happens to me. either it stands and does nothing or sometimes it run around like crazy
trying to use my garden at ynystere
 
Hi tuck3rnz,
Can you write simple plugin, something like:
Code:
PlantItemsAtFarm("Chichen", "YourCharacterName");
And test it? "YourCharacterName" - this is name of scarecrow owner
 
It work wonderful for me. The only problem i'd say is the fact that the account always run back in diagonal before going back to the scarecrow to start doing the procedure . Which look bot a like. Other than that, wonderful
 
Hi Out,

I think I went full retard and can't even do that but its the big farm and won't even plant narcissus, On the small 8x8 farms it works like a treat.
 
Last edited:
ok well i tested the height log and plantitems plugins
log showed 0
plantitems just ran to a spot near (but outside) the scarecrow garden and stood there

did more test with the height log and it looks like the north part (with the housing) of caernord/ynystere (eastern continent) is bugged somehow?
there's a spot where the height seems to suddenly fall off to 0 from 116 for the bot but height doesnt change in the game. anywhere north of that shows all 0

Untitled.webp
pic of the spot
 
Last edited:
Can you post here ingame coordinates, where ingame height > 0, but bot heightmap shows 0
 
hmmm at me in the farmhouse all ok but in mid scarecrow nop (((
 
Can you post here ingame coordinates, where ingame height > 0, but bot heightmap shows 0

anywhere north of 20914, 13311, 117 in ynystere, which includes the housing area
 
Last edited:
Status
Not open for further replies.
Back
Top