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.
i can gather hemp and other meterials.
Ts3hostingNo 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...
Ts3hostingOk 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();
}
} Ts3hostingelse 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