From f2d69fb803addc5d7390daa19864ca55fa39a072 Mon Sep 17 00:00:00 2001 From: ackis Date: Tue, 18 Aug 2009 16:15:28 +0000 Subject: [PATCH] Update main page. --- Docs/Main.txt | 120 ++++++++++++++++++++++++++++++--------------------------- 1 file changed, 63 insertions(+), 57 deletions(-) diff --git a/Docs/Main.txt b/Docs/Main.txt index 370ebce..0f705a2 100644 --- a/Docs/Main.txt +++ b/Docs/Main.txt @@ -1,44 +1,5 @@ Ackis Recipe List is an addon which will scan your trade skill recipes and print out a list of which recipes you are currently missing. It will work for all tradeskills including [[http://www.wowwiki.com/Runeforge | Runeforging]]. -==Important Virus Announcement -Some people are reporting that there is a malware warning with some virus scanners. This is a false positive. I do not know why these scanners are picking it. As you can see [[http://www.virustotal.com/analisis/822401bc55cb21e280bc527f66f12fb189c727ddb50d8170daad7527defccb90-1249613607 | here]] the zip is clean. I've submitted the file to a few vendors to get this issue fixed and am looking at ways in code to fix it. - -I've just got confirmation back from them [[http://analysis.avira.com/samples/details.php?uniqueid=m0B77IpHpG1zU0CLgNZhmXf3rzm4pMSb&incidentid=353354|here]]. It is now a confirmed false positive. - -This is a difference in the code from one version that works, to another version that causes the error: -<> -Index: ARL-Engineer.lua -=================================================================== ---- ARL-Engineer.lua (revision 2283) -+++ ARL-Engineer.lua (revision 2287) -@@ -1575,11 +1575,22 @@ -if (toc == 30200) then - --- Goblin Beam Welder -- 67326 -- self:addTradeSkill(RecipeDB,67326,450,47828,1,4036,nil,2) -- self:addTradeFlags(RecipeDB,67326,1,2) -- --self:addTradeAcquire(RecipeDB,67326 -+ self:addTradeSkill(RecipeDB,67326,450,47828,1,4036,nil,2,415,415,420,425) -+ self:addTradeFlags(RecipeDB,67326,1,2,21,22,23,24,25,26,27,28,29,30) -+ self:addTradeAcquire(RecipeDB,67326,1,25277) -+ -+ -- Jeeves -- 68067 -+ self:addTradeSkill(RecipeDB,68067,450,49050,1,4036,nil,2,450,480,485,490) -+ self:addTradeFlags(RecipeDB,68067,1,2,21,22,23,24,25,26,27,28,29,30) -+ self:addTradeAcquire(RecipeDB,68067,7,2) -+ -+ --Wormhole Generator -- 67920 -+ self:addTradeSkill(RecipeDB,67920,450,48933,1,4036,nil,2,450,450,455,460) -+ self:addTradeFlags(RecipeDB,67920,1,2,21,22,23,24,25,26,27,28,29,30) -+ self:addTradeAcquire(RecipeDB,67920,1,25277) -+ - -- return 292 -+ return 294 - -else -<> - ==What it does Ackis Recipe List is an addon which will scan your trade skill recipes and print out a list of which recipes you are currently missing. It will work for all tradeskills including [[http://www.wowwiki.com/Runeforge | Runeforging]]. @@ -67,32 +28,32 @@ YouTube video of ARL in action: <> -==Donations== +==Donations I have setup a donation site via [[http://www.pledgie.com/campaigns/3462|Pledgie]]. Feel free to donate if you like this mod. I have put countless hours of time and effort into it along with many people who have helped me. I did not write this mod with the intent to make any money from it. I wrote it to help me with some needs that I saw in-game, and well with requests and my goal to make it filled with information it's become a massive project. If you don't wish to donate money feel free to consider one of the following methods which may be more suitable: * Volunteer time at your local animal shelter such as the [[http://www.edmontonhumanesociety.com/|Society for Prevention of Cruelty for Animals (SPCA)]] or drop a few bucks off for them. If you do this, please let [[mailto:ackis@shaw.ca|me]] know. * Send [[mailto:ackis@shaw.ca|me]] some UDE Points. These points are obtained from the [[http://www.wowtcg.com/|World of Warcraft TCG and Mini]] game. * Send some gold to one of the authors in-game or help out with some achievements, or even send a message saying thanks. :) -** --[[http://www.wowwiki.com/User:Ackis/Previous_Guilds#Focus_.5B24.5D|Ackis (US)]]-- Ackis -** [[http://eu.wowarmory.com/character-sheet.xml?r=Aegwynn&n=Ascalia|Ascalia (EU)]] Jim-Bim -** [[http://www.wowarmory.com/character-sheet.xml?r=Nathrezim&n=Miksta|Miksta (US)]] Pompy -** [[http://www.wowarmory.com/character-sheet.xml?r=Eldre%27Thalas&n=Munnin|Munnin (US)]] Zhinjio +** --Ackis Thunderlord (US)-- Ackis - Stopped playing the game. Still working on the addon however. :) +** [[http://eu.wowarmory.com/character-sheet.xml?r=Aegwynn&n=Ascalia|Ascalia Aegwynn (EU)]] Jim-Bim +** [[http://www.wowarmory.com/character-sheet.xml?r=Nathrezim&n=Miksta|Miksta Nathrezim (US)]] Pompy +** [[http://www.wowarmory.com/character-sheet.xml?r=Eldre%27Thalas&n=Munnin|Munnin Eldre%27Thalas (US)]] Zhinjio -==Where to get it== +==Where to get it * [[http://www.wowace.com/projects/arl/files/|WoW Ace]] - Alpha Quality * [[http://wow.curse.com/downloads/wow-addons/details/arl.aspx|Curse]] - Stable release * [[http://www.wowinterface.com/downloads/info8512-AckisRecipeList.html|WoWInterface]] - Stable release -==Do this first== +==Do this first Read the documentation located at these locations: * [[http://www.wowace.com/projects/arl/pages/feedback-and-bug-reporting/|Bug Reporting and Feature Requesting]] * [[http://www.wowace.com/projects/arl/pages/in-game-documentation/|In-game Documentation]] -==How to get it to work== +==How to get it to work You open up a trade skill window (ie: enchanting) and click on the Scan button which is attached to the trade skill window. Results will be printed out to the chat frame, or into a separate window depending on preference. -===Command Line=== +===Command Line Ackis Recipe List has recently changed to use a GUI for change parameters. Type **/arl** to open up the GUI. Acceptable commands include: * Opens up the about panel, listing information about the mod: <>/arl about<> @@ -109,10 +70,10 @@ Ackis Recipe List has recently changed to use a GUI for change parameters. Type ** Performs a scan for missing recipes. This is in place for those times when you cannot access the scan button: <>/arl scan<> -===Clicking=== +===Clicking Ackis Recipe List will behave differently depending on which modifying keys you use to click. -====Scan Button==== +====Scan Button This is the functionality that occurs when you are clicking the scan button. *Normal Click @@ -122,7 +83,7 @@ This is the functionality that occurs when you are clicking the scan button. *Alt Click **Removes all waypoints on the World Map and Mini-map generated by ARL. -====Recipe==== +====Recipe This is the functionality that occurs when you click on a recipe. *Normal Click @@ -136,7 +97,7 @@ This is the functionality that occurs when you click on a recipe. *Ctrl-Shift Click **Adds the specific recipe acquire methods to the World Map and Mini-map. -==Filters== +==Filters There are many different ways to filter which recipes you want to display. {{arl:17}} @@ -144,17 +105,62 @@ There are many different ways to filter which recipes you want to display. {{arl:18}} -==Contacting the Author== - +==Contacting the Author Please use the bug reporting feature to submit bug reports. Do not contact me via Curse PM. Do not submit bug reports in comments. -===IRC=== -Feel free to join us on irc at [[irc://irc.freenode.net:6667|Freenode]] in #arl or by clicking [[http://widget.mibbit.com/?settings=5ec9a69db8a1d54761f84aa78810f1a2&server=irc.freenode.net&channel=%23arl&noServerNotices=true&noServerMotd=true&autoConnect=true|here]] (opens up a web-based IRC client). +===IRC +Feel free to join us on irc at [[irc://irc.freenode.net:6667|Freenode]] in the channel #arl -==Known Issues== +====Mibbit +Recently, [[http://www.mibbit.com | Mibbit]] was blocked by [[http://www.freenode.net | Freenode]]. This link may not work for you. +[[http://widget.mibbit.com/?settings=5ec9a69db8a1d54761f84aa78810f1a2&server=irc.freenode.net&channel=%23arl&noServerNotices=true&noServerMotd=true&autoConnect=true|here]] (opens up a web-based IRC client) +====Freenode Webchat +Freenode has come up with their alternative to Mibbit. +[[http://webchat.freenode.net/?randomnick=1&channels=arl | Webchat]] + +==Known Issues * When gaining a reputation level recipes for that faction will still appear in red when doing a scan. * Recipe acquire information is slightly inaccurate. I'm updating recipes daily as information is identified. If you find something inaccurate or wrong, submit a ticket [[http://www.wowace.com/projects/arl/create-ticket/|here]] and I will get it updated. +===Important Virus Announcement +Some people are reporting that there is a malware warning with some virus scanners. This is a false positive. I do not know why these scanners are picking it. As you can see [[http://www.virustotal.com/analisis/822401bc55cb21e280bc527f66f12fb189c727ddb50d8170daad7527defccb90-1249613607 | here]] the zip is clean. I've submitted the file to a few vendors to get this issue fixed and am looking at ways in code to fix it. + +I've just got confirmation back from them [[http://analysis.avira.com/samples/details.php?uniqueid=m0B77IpHpG1zU0CLgNZhmXf3rzm4pMSb&incidentid=353354|here]]. It is now a confirmed false positive. + +This is a difference in the code from one version that works, to another version that causes the error: +<> +Index: ARL-Engineer.lua +=================================================================== +--- ARL-Engineer.lua (revision 2283) ++++ ARL-Engineer.lua (revision 2287) +@@ -1575,11 +1575,22 @@ +if (toc == 30200) then + +-- Goblin Beam Welder -- 67326 +- self:addTradeSkill(RecipeDB,67326,450,47828,1,4036,nil,2) +- self:addTradeFlags(RecipeDB,67326,1,2) +- --self:addTradeAcquire(RecipeDB,67326 ++ self:addTradeSkill(RecipeDB,67326,450,47828,1,4036,nil,2,415,415,420,425) ++ self:addTradeFlags(RecipeDB,67326,1,2,21,22,23,24,25,26,27,28,29,30) ++ self:addTradeAcquire(RecipeDB,67326,1,25277) ++ ++ -- Jeeves -- 68067 ++ self:addTradeSkill(RecipeDB,68067,450,49050,1,4036,nil,2,450,480,485,490) ++ self:addTradeFlags(RecipeDB,68067,1,2,21,22,23,24,25,26,27,28,29,30) ++ self:addTradeAcquire(RecipeDB,68067,7,2) ++ ++ --Wormhole Generator -- 67920 ++ self:addTradeSkill(RecipeDB,67920,450,48933,1,4036,nil,2,450,450,455,460) ++ self:addTradeFlags(RecipeDB,67920,1,2,21,22,23,24,25,26,27,28,29,30) ++ self:addTradeAcquire(RecipeDB,67920,1,25277) ++ + +- return 292 ++ return 294 + +else +<> + ==Feature Requests/Bug Reporting== Read the [[http://www.wowace.com/projects/arl/pages/feedback-and-bug-reporting/|Bug Reporting and Feature Requesting]] information //before// submitted a bug report or feature request. Posting reports in the comments is //not// the place to do so. I had to turn off the comments at [[http://wow.curse.com/downloads/wow-addons/details/arl.aspx|Curse.com]] because of constant bug reports and feature requests. Comments are for questions on how to use the mod, or you can see the thread on [[http://forums.wowace.com/showthread.php?t=11142|wowace]]. Please follow these small little instructions to make my life easier. The easier you make development for Ackis Recipe List, the more time I will have to develop other addons. -- 1.7.9.5