1
0
Bifurcation 0

When they feel like, the Archy authors will be hooking onto a couple new functions, thus allowing QH to integrate archaeology sites into your route.

Cette révision appartient à :
Nathanial.C.Jones 2011-07-17 00:32:06 +00:00
Parent 4270499d7e
révision 3ec5438347
1 fichiers modifiés avec 12 ajouts et 0 suppressions

Voir le fichier

@ -1,6 +1,8 @@
QuestHelper_File["director_find.lua"] = "4.0.1.$svnversion$"
QuestHelper_Loadtime["director_find.lua"] = GetTime()
if not QH_API then QH_API = {} end
local function getitall(name)
local segments = {}
for i = 1, #name - 1 do
@ -312,3 +314,13 @@ function QH_FindName(name)
mennix:ShowAtCursor()
end
end
QH_API.ARCHY_ADD = function (locx, locy, localizedZoneName, displayText)
QH_FindCoord(locx, locy, localizedZoneName, displayText)
end
QH_API.ARCHY_REMOVE = function (displayText)
if not custom_find[displayText] then return end
QH_Route_ClusterRemove(custom_find[displayText])
custom_find[displayText] = nil
end