Results: 2Comments by: chipwits
File: Atropine03-01-07
Default Quantities
Posted By: chipwits
Well I got anxious and couldn't wait for update so I modified button.lua with the following hehe: function Atropine.class.button:setValues(poison) self.Text:SetText(self.core:getFullName(poison)) if (self.core:getFullName(poison) == "Flash Powder") then self.Count:SetText(40) else self.Count:SetText(20) end end...
File: Atropine03-01-07
Default Quantity and Crippling Poison
Posted By: chipwits
Hi! I am really enjoying this addon. However, I feel it is really important to recode / update the addon to save the default quantities you enter. I always carry 40 flash powder with me; so every time I have to change that 20 to a 40; gets old... this mod is supposed to make things easier for us =) Having to type in the value every t...