Hy guys! Im new buddy user, and beginner with the coding.
i have tons of Q. I allready read this topic before i ask these Q.
How install this? Open it with editor? like notepad or I should open with the plugin editor?
The file extension is .CS? After i edited and saved, make a new folder in the buddy/plugins and just put the file and start it with the buddy plugin manager?
I think its not so easy or am i wrong?
I read this thread, so the underline Q is not important anymore
https://www.thebuddyforum.com/arche...uides/181609-create-run-plugins-pictures.html
To use it: go to my farm place,
and change this right?
var barleystart = itemCount("Barley Seed"); <---any kind of seed i want, just the case sensitive name, dont need id etc?
//Plant farm 1
PlantItemsAtFarm("Barley Seed", INSERTFARMIDHERE); <-- insert farm id (with the cracrow plugin ) OR just type ur farm name
CollectItemsAtFarm("Barley", "Farming: Spend 1 Labor to harvest crops.", INSERTFARMOWNERIDHERE); <-- insert farm id ( with the cracrow plugin ) OR just type ur farm name
that's it?
If i like to use it on "illegal farms"
i just go there( i mean the spot), change seeds and start it? Need to use cordinates? can i set up size of the "farm place" area? (? x ? ) or its use a common 8x8 or 16x16 place?
RoundZone z = new RoundZone(me.X,me.Y,10);
PlantItemsInZone("Azalea Seed",z);
PlantItemsInZone("Cotton Seed",z);
CollectItemsInZone("Cotton","Gathering: Spend up to 2 Labor to gather materials.",z);
CollectItemsInZone("Azalea","Gathering: Spend 1 Labor to gather materials.",z);
and where should i put this lines of code?
If anybody willing to help or guide me, appreciate it.
Peace all and have a nice day.