GinryneXTreval.lua 415 B

12345678910111213141516171819202122
  1. --[[
  2. Script Name : <script-name>
  3. Script Purpose : <purpose>
  4. Script Author : <author-name>
  5. Script Date : <date>
  6. Script Notes : <special-instructions>
  7. --]]
  8. function spawn(NPC)
  9. end
  10. function hailed(NPC, Spawn)
  11. end
  12. function respawn(NPC)
  13. end
  14. function casted_on(Target, Caster)
  15. if HasQuest(Caster, 87) and not QuestStepIsComplete(Caster, 87, 2) then
  16. SetStepComplete(Caster, 87, 2)
  17. end
  18. end