on=@hit criminal - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: on=@hit criminal (/Thread-on-hit-criminal) |
on=@hit criminal - Lazarus - 10-17-2012 09:08 AM Hi! Im trying to do something with the factions. I want to do that if you hit a player factioned with karma+ and not criminal src, you will become can attacked by the factions. Just to know, i want something like: [code] on=@hit IF (<UID.<SRC.GUILD>.ALIGN>!=0) && (<ARGO.FINDID.i_mem_faccionado.UID>) // (IF YOU ARE FACTIONED AND YOU ATTACK A PLAYER WITH THAT ITEM EQUIPPED) HERE YOU WILL NOT BECOME A CRIMINAL IF YOU ATTACK A PLAYER THAT HAVE EQUIPPED I_MEM_FACCIONADO how can I do that you not become a criminal? Thanks Lazarus. |