![]() |
COMBAT_TARGETTEDHIT - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: COMBAT_TARGETTEDHIT (/Thread-COMBAT-TARGETTEDHIT) |
COMBAT_TARGETTEDHIT - Rizz - 04-22-2015 08:36 AM You removed this features from sphere.ini but I am using as PHP Code: ON=@HIT How can I do now? How can I check the location or force to hit a location now? RE: COMBAT_TARGETTEDHIT - Coruja - 04-22-2015 10:22 AM just add some extra stuff on @GetHit to check SRC.TAG.HITPREFERENCE value ![]() Code: ON=@Hit RE: COMBAT_TARGETTEDHIT - Rizz - 04-23-2015 05:56 AM Mmh so I have to move everything under @gethit bcuz there no way to force the hitting locations. RE: COMBAT_TARGETTEDHIT - Extreme - 04-23-2015 11:55 AM You can work only on @GetHit or @Hit. Just make sure if you use @Hit only, set ARGN2=01 in @GetHit. |