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.
- 
            
                
                View User Profile
     
            
            
            
       
- 
            
                
                Send Message
     
            
            
            
       
Posted Dec 19, 2008- 
            
                
                View User Profile
     
            
            
            
       
- 
            
                
                Send Message
     
            
            
            
       
Posted Feb 14, 20091. 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.
- 
            
                
                View User Profile
     
            
            
            
       
- 
            
                
                Send Message
     
            
            
            
       
Posted Dec 5, 2008- 
            
                
                View User Profile
     
            
            
            
       
- 
            
                
                Send Message
     
            
            
            
       
Posted Nov 15, 2008- 
            
                
                View User Profile
     
            
            
            
       
- 
            
                
                Send Message
     
            
            
            
       
Posted Nov 4, 2008- 
            
                
                View User Profile
     
            
            
            
       
- 
            
                
                Send Message
     
            
            
            
       
Posted Oct 23, 2008does ExtractGas allready work with the new patch?
- 
            
                
                View User Profile
     
            
            
            
       
- 
            
                
                Send Message
     
            
            
            
       
Posted Oct 26, 2008