I found how to get specialization/points, but I couldn't find how to do upgrade/downgrade.
And how can I cancel the current CollectItemsAtFarm/PlantItemsAtFarm being executed? (I don't want collect/plant one by one)
Ex.: I would like when I press a button, cancel these plugin's actions.
Code:
foreach (var actb in me.getActabilities().where(w => w.points == 20000 && w.name == "Farming"))
{
[B]actb.???[/B]
}
And how can I cancel the current CollectItemsAtFarm/PlantItemsAtFarm being executed? (I don't want collect/plant one by one)
Ex.: I would like when I press a button, cancel these plugin's actions.
Last edited: