Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/26/21 in all areas

  1. if g_game.isAttacking() then local target = g_game.getAttackingCreature() if target and target:getPosition():distance(g_game.getLocalPlayer():getPosition()) <= 5 then g_game.talk("spell 1") sleep(900, 1250) end end auto(100)
    1 point
×
×
  • Create New...