AI not gathering when attacking tree
i am missing somthing somewhere? i have looked and looked but i can not get him to gather the wood he chops and hits the tree and it falls.
i can gather hemp and other meterials.
Did you tryed attacking with pickaxe? -_-
No i have not cause its a tree lol.
Ts3hosting
No i have not cause its a tree lol.

It doesnt matter, did you ever played rust? "Gathering" its when you "attacking" tree/node with pickaxe/hatchet...

Ok tried same effect.
Ts3hosting
Ok tried same effect.

What you mean by same effect? Where is code that you tryed?

                    else if (distance < 1.4f)
                    {
                        StopMoving();
                        var itemID = TreeEntity.name;
                        entity.StartAttack();
                        Interface.Oxide.CallHook("TimerWood", entity, TreeEntity);
                      if (!down)
                        {
                           entity.modelState.SetFlag(ModelState.Flag.Ducked, true);
                           entity.SendNetworkUpdate();
                        }                      
                     }
Ts3hosting
 else if (distance < 1.4f) { StopMoving(); var itemID = TreeEntity.name; entity.StartAttack(); Interface.Oxide.CallHook("TimerWood", entity, TreeEntity); if (!down) { entity.modelState.SetFlag(ModelState.Flag.Ducked, true); entity.SendNetworkUpdate(); } }


And what is happening? it doesnt attacking it or it doesnt get resources? You are asking for help, but doesnt proving us what you do and what worked/what not

Its attacking and hiting the tree just does not provide resources..
im thinking im not doing the attack right idn it hits the tree tell it falls down.