This project is abandoned and its default file will likely not work with the most recent version of World of Warcraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.
Gas Extraction mapnotes for Cartographer (based on PinPoint by Ammo)
You can make it work in northrend by
1. adding the following lines to the lib\babblegas.lua: (this is set for english, easy to re-modify for localization)
Under --Motes, add
["Crystallized Water"] = true,
["Crystallized Fire"] = true
Under --Types, add
["Fire"] = true
Under --Nodes, add
["Steam Cloud"] = true,
["Cinder Cloud"] = true,
["Artic Cloud"] = true
2. Add the following lines to addon.lua
-- search for "local icon_list = {", then add
["Cinder Cloud"] = "INV_Elemental_Mote_Air01",
["Steam Cloud"] = "INV_Elementsl_Mote_Air01"
---Under "local reverse_list = {", add
["Fire"] = "Cinder Cloud"
Unfortunately, unless someone updates the addon, automatic updaters will delete these changes.
1. adding the following lines to the lib\babblegas.lua: (this is set for english, easy to re-modify for localization)
Under --Motes, add
["Crystallized Water"] = true,
["Crystallized Fire"] = true
Under --Types, add
["Fire"] = true
Under --Nodes, add
["Steam Cloud"] = true,
["Cinder Cloud"] = true,
["Artic Cloud"] = true
2. Add the following lines to addon.lua
-- search for "local icon_list = {", then add
["Cinder Cloud"] = "INV_Elemental_Mote_Air01",
["Steam Cloud"] = "INV_Elementsl_Mote_Air01"
---Under "local reverse_list = {", add
["Fire"] = "Cinder Cloud"
Unfortunately, unless someone updates the addon, automatic updaters will delete these changes.
does ExtractGas allready work with the new patch?