List of (all) group-events

List of (all) group-events

in API Development

Posted by: Tiscan.8345

Tiscan.8345

Update: (2013-05-24) I moved the IDs to a simple CSV-file and added some IDs (2 or 3)

You can download a CSV-file with all IDs of group-events from here: http://filedump.gw2info.net/api/group_events.csv

Listed events: 181
Last Update: 2013-05-24

It contains a list of all events listed on the following two websites:

http://wiki.guildwars2.com/wiki/Category:Group_events

http://wiki.guildwars2.com/index.php?title=Special:Ask&limit=500&q=[[Has+event+type%3A%3AGroup+event]][[Is+historical%3A%3AN]]&p=format%3Dbroadtable%2Flink%3Dall%2Fheaders%3Dshow%2Fsearchlabel%3D%E2%80%A6-20further-20results%2Fclass%3Dsortable-20wikitable-20smwtable&eq=yes

(Thanks to Relic for providing the second URL)

Feel free to use it in your projects and you’re also free to send tons of gold to my inbox… if you feel like it ;-) ;-)

(edited by Tiscan.8345)

List of (all) group-events

in API Development

Posted by: The Talcmaster.7391

The Talcmaster.7391

Thanks, that’s a pretty handy reference. If we could enter those all as a list into an events.json parameter, that would be super handy.

Fort Aspenwood – [fury], [SAO], [NICE]
Fun on someone else’s schedule is not fun

List of (all) group-events

in API Development

Posted by: Killer Rhino.6794

Killer Rhino.6794

Thanks, that’s a pretty handy reference. If we could enter those all as a list into an events.json parameter, that would be super handy.

I second this.

Creator of GW2Kit

List of (all) group-events

in API Development

Posted by: Terrasque.8735

Terrasque.8735

Nice list! Love ya!

Using it in my project at http://gw2.thelazy.net/

List of (all) group-events

in API Development

Posted by: Killer Rhino.6794

Killer Rhino.6794

Nice list! Love ya!

Using it in my project at http://gw2.thelazy.net/

Really like what you’ve got here! Especially the desktop notifications. Well done, sir.

Creator of GW2Kit

List of (all) group-events

in API Development

Posted by: Terrasque.8735

Terrasque.8735

Nice list! Love ya!

Using it in my project at http://gw2.thelazy.net/

Really like what you’ve got here! Especially the desktop notifications. Well done, sir.

Thanks, been a bit (aka too) obsessive about it the last two days. Nice to get some feedback

List of (all) group-events

in API Development

Posted by: DarkSpirit.7046

DarkSpirit.7046

Nice list! Love ya!

Using it in my project at http://gw2.thelazy.net/

That is cool! Thank you!

List of (all) group-events

in API Development

Posted by: RoyHarmon.5398

RoyHarmon.5398

The following Events are listed on the page but are not in the API-list:

  • Deal with invading karka and collect samples for Research Assistant Bardus
  • Defeat Baron Wycker
  • Defeat the ancient karka
  • Drive the invading karka out of Morgan’s Spiral
  • Eliminate the overgrown grub
  • Eliminate the rebels guarding the barrier power source
  • Protect the barrier power source from rebel lunatics
  • Protect the dolyaks from the malfunctioning toys
  • Protect the Lionguard demolition squad
  • Retrieve the Orb of Power for our world
  • Secure the beach between landing points Lion and Pride
  • Silence the raging arboreal spirit
  • Stop the rebel reinforcements from reaching the site
  • Maneuver the ancient karka back toward its nesting grounds
  • Place the orb

If you find any missing Events (or Errors in the list), please post their IDs.

Feel free to use this list in your Projects.

Many of those were from the Lost Shores one-time event. Some others (the rebel lunatics, for instance) were from the Halloween event. The “Orb” events were probably removed when the Orbs were removed.

The only ones I’ve seen recently were the “overgrown grub” and “arboreal spirit” events from World vs. World, and from what I’ve read about the WvW objectives API, this omission doesn’t surprise me. Perhaps it’ll be included in the next patch.

“It is the stupidest children who are the most childish
and the stupidest grown-ups who are the most grown-up.”
- C. S. Lewis

List of (all) group-events

in API Development

Posted by: Relic.7148

Relic.7148

Historical events get categorized as group events although they don’t get categorized normally. You can generate a list of non-historical group events with a SMW query:

http://wiki.guildwars2.com/index.php?title=Special:Ask&limit=500&q=[[Has+event+type%3A%3AGroup+event]][[Is+historical%3A%3AN]]&p=format%3Dbroadtable%2Flink%3Dall%2Fheaders%3Dshow%2Fsearchlabel%3D%E2%80%A6-20further-20results%2Fclass%3Dsortable-20wikitable-20smwtable&eq=yes

List of (all) group-events

in API Development

Posted by: Tiscan.8345

Tiscan.8345

Hm… thanks for the info, Relic. I’ll take a look at the list later today and try to update my list.

List of (all) group-events

in API Development

Posted by: Primal Zed.9714

Primal Zed.9714

Thanks for this.

I put it into a javascript array here: https://github.com/PrimalZed/GW2ActiveEvents/blob/master/Scripts/group_events.js