Cite This Page
Bibliographic details for LUA:AddQuestStepLocation
- Page name: LUA:AddQuestStepLocation
- Author: EQ2Emulator contributors
- Publisher: EQ2Emulator, .
- Date of last revision: 30 January 2021 19:15 UTC
- Date retrieved: 12 September 2026 14:51 UTC
- Permanent URL: https://oldwiki.eq2classic.com/index.php?title=LUA:AddQuestStepLocation&oldid=8345
- Page Version ID: 8345
Citation styles for LUA:AddQuestStepLocation
APA style
LUA:AddQuestStepLocation. (2021, January 30). EQ2Emulator, . Retrieved 14:51, September 12, 2026 from https://oldwiki.eq2classic.com/index.php?title=LUA:AddQuestStepLocation&oldid=8345.
MLA style
"LUA:AddQuestStepLocation." EQ2Emulator, . 30 Jan 2021, 19:15 UTC. 12 Sep 2026, 14:51 <https://oldwiki.eq2classic.com/index.php?title=LUA:AddQuestStepLocation&oldid=8345>.
MHRA style
EQ2Emulator contributors, 'LUA:AddQuestStepLocation', EQ2Emulator, , 30 January 2021, 19:15 UTC, <https://oldwiki.eq2classic.com/index.php?title=LUA:AddQuestStepLocation&oldid=8345> [accessed 12 September 2026]
Chicago style
EQ2Emulator contributors, "LUA:AddQuestStepLocation," EQ2Emulator, , https://oldwiki.eq2classic.com/index.php?title=LUA:AddQuestStepLocation&oldid=8345 (accessed September 12, 2026).
CBE/CSE style
EQ2Emulator contributors. LUA:AddQuestStepLocation [Internet]. EQ2Emulator, ; 2021 Jan 30, 19:15 UTC [cited 2026 Sep 12]. Available from: https://oldwiki.eq2classic.com/index.php?title=LUA:AddQuestStepLocation&oldid=8345.
Bluebook style
LUA:AddQuestStepLocation, https://oldwiki.eq2classic.com/index.php?title=LUA:AddQuestStepLocation&oldid=8345 (last visited September 12, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "EQ2Emulator",
title = "LUA:AddQuestStepLocation --- EQ2Emulator{,} ",
year = "2021",
url = "https://oldwiki.eq2classic.com/index.php?title=LUA:AddQuestStepLocation&oldid=8345",
note = "[Online; accessed 12-September-2026]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "EQ2Emulator",
title = "LUA:AddQuestStepLocation --- EQ2Emulator{,} ",
year = "2021",
url = "\url{https://oldwiki.eq2classic.com/index.php?title=LUA:AddQuestStepLocation&oldid=8345}",
note = "[Online; accessed 12-September-2026]"
}