Results: 2Comments by: Weper
File: EasyThief04/28/22
Re: Current Commands
Posted By: Weper
Greetings! I do have a suggestion for better compatibility with other mods: Add a second set of slash commands that use "/ez", or anything besides "/et", as the trigger. Hey! Sorry for the late reply! Thanks for the feedback! :) There is already a second slash command, it's "/easythief". But I get it that it might be ann...
File: Master Merchant08/06/17
The addon shows me the following er...
Posted By: Weper
The addon shows me the following error: http://i.imgur.com/6S4YIFd.png I fixed it with this code (at the 215. line): if (self.nineEnd ~= nil) then if (date >= self.nineStart and date < self.nineEnd) then self:addSale(sellerName, 9, amount, stack, wasKiosk, sort, searchText) end; end;