can this script use at lunar farm?and u can seed and gather bundles?
About the lunar farm, it's something for Out to implement
And yes, just change name of seeds and mature plant and it will seed/gather bundles
can this script use at lunar farm?and u can seed and gather bundles?
I don't have a lunar farm, but i do beleive it works. as for bundles is has for me in the past.
I am trying to set up the collection of "Chicken Coop" and for some reason it doesnt work. Would anyone know what is the right code. I put this in and its not working.
CollectItemsAtFarm("Small Chicken Coop", "Husbandry: Spend 1 Labor and 3 Ground Grain to feed livestock.", farm);
CollectItemsAtFarm("Thriving Chicken Coop", "Husbandry: Spend up to 20 Labor to collect eggs from the cage. Has a low chance of completely shattering the cage", farm);
CollectItemsAtFarm("Broken Chicken Coop", "Repair the cage with 5 Labor and 2 Bamboo Stalks", farm);
Interesting
EDIT
Could you give me more information.
Does it re spawn you at all ?
Do you have a gps path back to your SAFE made ?
I have the same thing with the deathcheck. It won't automatically respawn you, but when it respawns naturally it just tries to run straight to the farm. Seems like it isn't breaking the farming/planting function on death. I have safe GPS point respawn and waypoints set up, because when I manually restart the plugin after death it will run back on its own.
// Death Check ( Am i really dead ? )
if ( _enablegps == true && _deathcheck == true && !me.isAlive()){
Log(Time() + "[ WARNING: We have died, there must be a reason for this check into that would you ]");
// Res timer is Buggy due to continued deaths raises the time
Log(Time() + "INFO: Waiting 18 Seconds to resurection");
Thread.Sleep(18000);
Log(Time() + "INFO: Time to Ressurect");
ResToRespoint();
while (!me.isAlive()){
Log(Time() + "INFO: Crap Your Still Dead. Waiting 10 seconds and trying again.");
Log(Time() + "INFO: Also Check your Res Timer & note how long.");
Thread.Sleep(10000);
ResToRespoint();
}
Log(Time() + "INFO: Thread Waiting 120 Seconds (2 Minutes) In case of long load times.");
Thread.Sleep(120000);
}
DeathRun();
10:20:06 AM: d:\Plugins\farmmonkey\farmmonkey.cs(107,16) : error CS1518: Expected class, delegate, enum, interface, or struct
10:20:06 AM: d:\Plugins\farmmonkey\farmmonkey.cs(109,22) : error CS1518: Expected class, delegate, enum, interface, or struct
10:20:06 AM: dlugins\farmmonkey\farmmonkey.cs(114,15) : error CS1518: Expected class, delegate, enum, interface, or struct
10:20:06 AM: dlugins\farmmonkey\farmmonkey.cs(116,22) : error CS1518: Expected class, delegate, enum, interface, or struct
10:20:06 AM: dlugins\farmmonkey\farmmonkey.cs(119,10) : error CS1022: Type or namespace definition, or end-of-file expected
What did I do wrong?
I do apologize
I am on my phone at a bar when i get home here in an hour or so i'll see what I can find.
# 1 post your version of the source here or paste bin or wherever
that way someone can see your code and possibly somone else can get to it before me.
EDIT:
From what i can see here btw reading source on a phone sucks it's something to do with the gps.
Most likely my fault, will let you know after i finish this beer and walk home.
EDIT: Again 9:06PM MST
Holy Shit my phone is Epic VNC'd into my desktop at home and tested the code to compile and it worked. Back to bar and order another pint.
Note: Use the 1.1.9.4(.5) code in the first post
EDIT: Home
Just looked after my code and it's looking to be correct.
do you still use the github?