![]() |
lumberjack problem - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: lumberjack problem (/Thread-lumberjack-problem--5894) |
lumberjack problem - jexnico - 03-12-2018 02:38 AM when i try to use an axe in a tree, i receive one message and my char does not hack the tree... i know this is involved with the sphere_skills how do i resolve this issue? ![]() lumber: Quote:ON=@PreStart RE: lumberjack problem - Abuelox - 03-12-2018 04:05 AM use Code: if !(<act.UsesMax> == 0) You need too make UsesMax on @create in any tool. Example: Code: [ITEMDEF 0e85] RE: lumberjack problem - jexnico - 03-12-2018 04:14 AM (03-12-2018 04:05 AM)Abuelox Wrote: use where did i add that? Quote:use RE: lumberjack problem - Abuelox - 03-12-2018 10:40 AM its a message from a item (@itemclick, if u want see it on all weapons/tools with uses) You can make it from a event. RE: lumberjack problem - jexnico - 03-13-2018 06:54 AM solved 100% working ty Abuelox!!! ![]() |