1213 - Support for QuestHelper2
(I am aware that in 2009 a similar ticket for QuestHelper was rejected.) Please add support for QuestHelper2.
QuestHelper2 does provide a public API (which ist not to well documented).
In [1] the location parameters of QuestHelper2 are explained. However, I miss useful documentation on ARL internal stuff.
I was able to get the creation of objectives working myself, however now i am struggling to set the correct location. I tried to modify
function addon:AddWaypoint(recipe_id, acquire_id, location_id, npc_id)
however, I think ARL location parameters (continent, zone, x, y) differ from the ones QH2 is expecting (area_id, x, y). As far as I understand from from [1], QH2 expects area_id to be similar to the value returned by GetCurrentMapAreaID().
[1] http:wow.curseforge.com/addons/questhelper2/pages/api/quest-helper2_collection/location/
| User | When | Change |
|---|---|---|
| pompachomp | Mar 13, 2011 at 18:43 UTC | Changed priority from Medium to Low |
| pompachomp | Mar 11, 2011 at 04:13 UTC | Changed name from Support for QuesHelper2 to Support for QuestHelper2 Changed milestone from None to Future Release Changed component from None to Backend Functionality |
| Graveeater | Mar 08, 2011 at 23:11 UTC | Create |
- 1 comment
- 1 comment
Facts
- Last updated
- Mar 13, 2011
- Reported
- Mar 08, 2011
- Status
- New - Issue has not had initial review yet.
- Type
- Enhancement - A change which is intended to better the project in some way
- Priority
- Low - Might slip to a later milestone.
- Votes
- 0
- Component
- Backend Functionality
- Milestone
- Future Release
- Reply
- #1
smariot Mar 13, 2011 at 15:41 UTC - 0 likesFeel free to make this low priority, my public API isn't quite ready yet, and my documentation for it is out of date.