AnAcquisition.lua 538 B

1234567891011121314151617181920212223242526272829303132
  1. --[[
  2. Script Name : Quests/Commonlands/AnAcquisition.lua
  3. Script Author : neatz09
  4. Script Date : 2018.12.30 10:12:37
  5. Script Purpose :
  6. Zone : Commonlands
  7. Quest Giver:
  8. Preceded by: None
  9. Followed by:
  10. --]]
  11. function Init(Quest)
  12. end
  13. function Accepted(Quest, QuestGiver, Player)
  14. end
  15. function Declined(Quest, QuestGiver, Player)
  16. end
  17. function quest_complete(Quest, QuestGiver, Player)
  18. end
  19. function Reload(Quest, QuestGiver, Player, Step)
  20. end