Add lore of killer to sword

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

code_language.skript:
on death:
    weapon of attacker is a sword
    victim is player
    set lore of attacker's tool to "%lore of attacker's tool%||&e%attacker% &bkilled &e%name of victim%!"

This is just for the tracker of victim's names. If you want to include the kill count hmu.
 
code_language.skript:
on death:
    weapon of attacker is a sword
    victim is player
    set lore of attacker's tool to "%lore of attacker's tool%||&e%attacker% &bkilled &e%name of victim%!"

This is just for the tracker of victim's names. If you want to include the kill count hmu.
Thanks its works, can u add Kills: (Number) on first line
 
Thanks its works, can u add Kills: (Number) on first line
code_language.skript:
on death:
    weapon of attacker is a sword
    victim is player
    add 1 to {kill::%attacker%}
    set lore of attacker's tool to "Kills: %{kill::%attacker%}%||%lore of attacker's tool%||&e%attacker% &bkilled &e%name of victim%!"
 
  • Like
Reactions: Stegoleopluradon2