afurioustroll.lua 366 B

123456789101112131415161718
  1. --[[
  2. Script Name : SpawnScripts/Longshadow/afurioustroll.lua
  3. Script Author : torsten
  4. Script Date : 2022.07.19 01:07:14
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. SetPlayerProximityFunction(NPC, 20, "InRange", "LeaveRange")
  10. end
  11. function hailed(NPC, Spawn)
  12. end
  13. function respawn(NPC)
  14. spawn(NPC)
  15. end