![]() |
Meditation while fighting - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: Meditation while fighting (/Thread-Meditation-while-fighting) Pages: 1 2 |
RE: Meditation while fighting - Leonidas - 01-19-2017 06:10 PM My meditation actually gives mana as soon as they use the skill, it not time based. But this will definitely help me with my poisoning I've been wanting to do. So i've been trying to work around this using @UserExtCommand on a player event. Code: ON=@UserExtCmd When I use the meditation skill, the <ARGS> is "46 0", which is that skills number. But when I use hiding or any other skill, it still says "yes" but the ARGS change for the different skill used. For some reason "&& (<ARGS>=46)" isn't working properly and I don't know why. Also, is this a good way to work around the combat problem? RE: Meditation while fighting - darksun84 - 01-19-2017 07:44 PM Missing a = in the args check ( <args> == 46) RE: Meditation while fighting - Leonidas - 01-20-2017 02:32 AM Well i tried that aswell and it still didnt work |