Comments about JunkDump http://war.curseforge.com/addons/junkdump/ The latest comments about JunkDump en-us Tue, 07 Oct 2008 07:02:45 +0000 CurseForge.com (http://www.curseforge.com) Comment #12 http://war.curseforge.com/addons/junkdump/?comment=12 <p>That someone would be me, and I'm very grateful&nbsp;:) also I'm very happy that you put in option to sell all profession junk regardless of rarity - finally I can sell all damn seeds and junk with one click of a button. All works like a charm xD Thanks fro that time-saving addon&nbsp;:) </p><p>... I'm going to drop another suggestion *hides* </p> Tue, 07 Oct 2008 07:02:45 +0000 http://war.curseforge.com/addons/junkdump/?comment=12 http://war.curseforge.com/addons/junkdump/?comment=12 no-reply@curseforge.com (mkosan) Comment #11 http://war.curseforge.com/addons/junkdump/?comment=11 <p>Awesome, didn't think of that. Thanks for the code. I will add it into the next release and put you in the credits. Already tested, and works great. </p><p>Also don't worry about it, unless you downloaded 1.0rc4 as your first release, then you are fine. Right-click on Sell Junk to open Options was a 1.0rc4 addition based on a ticket suggestion someone put up. I also posted that message as 1.0rc4 was being packaged by the packager. So unless 1.0rc4 was your first version and thats when you looked at the page, you wouldn't of seen it, or known of the feature, since it didn't exist yet. </p> Tue, 07 Oct 2008 00:06:41 +0000 http://war.curseforge.com/addons/junkdump/?comment=11 http://war.curseforge.com/addons/junkdump/?comment=11 no-reply@curseforge.com (Daegalus) Comment #10 http://war.curseforge.com/addons/junkdump/?comment=10 <p>I hadn't realized you could right click on the button to get the options screen, so I started to dig around for a way to add a button to the interface to open the options screen (/facepalm) once I realized you already did this I figured I'd add a tooltip for other idiots like myself who don't pay attention to the notes on the addons page after the first time they install.</p> <p>JunkDump.lua - Put this function in JunkDump.lua</p> <div class="code-wrapper" data-lexer="lua"><div class="markup-code"><pre><span class="k">function</span> <span class="nf">JunkDump</span><span class="p">.</span><span class="n">OnMouseOverButton</span><span class="p">()</span> <span class="n">Tooltips</span><span class="p">.</span><span class="n">CreateTextOnlyTooltip</span><span class="p">(</span><span class="s2">"</span><span class="s">JunkDumpButtonWin"</span><span class="p">)</span> <span class="n">Tooltips</span><span class="p">.</span><span class="n">SetTooltipText</span><span class="p">(</span><span class="mi">1</span><span class="p">,</span> <span class="mi">1</span><span class="p">,</span> <span class="n">L</span><span class="s2">"</span><span class="s">Left Click - Sell Junk"</span><span class="p">)</span> <span class="n">Tooltips</span><span class="p">.</span><span class="n">SetTooltipText</span><span class="p">(</span><span class="mi">2</span><span class="p">,</span> <span class="mi">1</span><span class="p">,</span> <span class="n">L</span><span class="s2">"</span><span class="s">Right Click - Options Window"</span><span class="p">)</span> <span class="n">Tooltips</span><span class="p">.</span><span class="n">Finalize</span><span class="p">()</span> <span class="n">Tooltips</span><span class="p">.</span><span class="n">AnchorTooltip</span><span class="p">(</span><span class="n">Tooltips</span><span class="p">.</span><span class="n">ANCHOR_WINDOW_LEFT</span><span class="p">)</span> <span class="k">end</span> </pre></div> </div><p>JunkDump.xml - Add this to the eventhandlers section:</p> <div class="code-wrapper" data-lexer="lua"><div class="markup-code"><pre><span class="o">&lt;</span><span class="n">EventHandler</span> <span class="n">event</span><span class="o">=</span><span class="s2">"</span><span class="s">OnMouseOver"</span> <span class="n">function</span><span class="o">=</span><span class="s2">"</span><span class="s">JunkDump.OnMouseOverButton"</span> <span class="o">/&gt;</span> </pre></div> </div><p>I'd have posted this as a patch in the ticket section, but it doesn't seem to accept uploads or any kind of markup to make it not evaluate the code if you paste it. Maybe I just don't understand the way its setup. *shrug*.</p> Mon, 06 Oct 2008 15:00:32 +0000 http://war.curseforge.com/addons/junkdump/?comment=10 http://war.curseforge.com/addons/junkdump/?comment=10 no-reply@curseforge.com (phliptrip) Comment #9 http://war.curseforge.com/addons/junkdump/?comment=9 <p>Have a look at the code in my sendstuff addon, it is based on junkdump so you should have no trouble figuring out the flow&nbsp;;) I've got code in there that picks out the different tradeskill items. </p><p>oh btw, in the latest version of junkdump it is giving a script call failed line 280: bad argument #1 to match (wstring expected, got string.) </p> Tue, 30 Sep 2008 13:36:21 +0000 http://war.curseforge.com/addons/junkdump/?comment=9 http://war.curseforge.com/addons/junkdump/?comment=9 no-reply@curseforge.com (Kanedacorp) Comment #8 http://war.curseforge.com/addons/junkdump/?comment=8 <p>I just didn't know how to distinguish them by type. I looked at the files but I couldn't figure it out. If you could enlighten me on this. I would greatly appreciate it. </p> Tue, 30 Sep 2008 00:04:27 +0000 http://war.curseforge.com/addons/junkdump/?comment=8 http://war.curseforge.com/addons/junkdump/?comment=8 no-reply@curseforge.com (Daegalus) Comment #7 http://war.curseforge.com/addons/junkdump/?comment=7 <p>Would be nice to get configurable by type. Such as sell all cultivating or salvaging items, keep all apothecary items. As a thought on this, see the CraftingItemType. If this were implemented, for salvagers, would need to also know if EITEMFLAG_MUNDANE_SALVAGABLE is set on items to ensure they don't autosell items that they could salvage. Regarding potions, you could check ItemTypes for POTION (31), to prevent potions from going. =) </p> Mon, 29 Sep 2008 19:41:42 +0000 http://war.curseforge.com/addons/junkdump/?comment=7 http://war.curseforge.com/addons/junkdump/?comment=7 no-reply@curseforge.com (Felyza) Comment #2 http://war.curseforge.com/addons/junkdump/?comment=2 <p>There is a new version comming out real soon, it will fix all those problems. Up until now most of it was coded blind with Aiiane running it, but nothing beats personally debugging it. huge amount of fixes comming out in next release. hold tight. </p> Sat, 23 Aug 2008 05:22:37 +0000 http://war.curseforge.com/addons/junkdump/?comment=2 http://war.curseforge.com/addons/junkdump/?comment=2 no-reply@curseforge.com (Daegalus) Comment #1 http://war.curseforge.com/addons/junkdump/?comment=1 <p>This add on nuked my chat windows when I had it loaded. Couldn't use slash command, couldn't see chat or combat. Realize it is not "polished" yet, but does make the tool quite useless atm. </p> Fri, 22 Aug 2008 16:57:08 +0000 http://war.curseforge.com/addons/junkdump/?comment=1 http://war.curseforge.com/addons/junkdump/?comment=1 no-reply@curseforge.com (trfic1)