qst_scourgeson_x2_orc_tent6_invis_cube.lua 314 B

1234567891011121314
  1. --[[
  2. Script Name : SpawnScripts/FrostfangSea/qst_scourgeson_x2_orc_tent6_invis_cube.lua
  3. Script Purpose : for the fire tent fire invis cubes
  4. Script Author : theFoof
  5. Script Date : 2013.6.24
  6. Script Notes :
  7. --]]
  8. function spawn(NPC)
  9. AddTimer(NPC, 25000, "Despawn")
  10. end
  11. function respawn(NPC)
  12. end