Not signed in (Sign In)
  1.  
    [topic merged/edited by dinesh]

    I keep getting this error when I use my barker (see screenshot), and all my prices are at 10s. When I up the minimum price to say 1g all prices are 1g.

    That Calling Nothing happens for each enchant I can make, so if I only have 1 enchant I can make I have also that Calling Nothing only once.

  2.  
    [topic merged by dinesh]

    enchantrix is trying to sell all my enchants for 10s??? no matter where i move the sliders or how many times i type the default command... nothing happens. i have the latest versions of auctioneer and enchantrix... what to do?
  3.  
    to start with, please tell us what version you are using. screenshots might also be helpful.
  4.  
    Posted by: dinesh on Jul 20 2006, 12:30 PM
    to start with, please tell us what version you are using. screenshots might also be helpful.

    version 3.6.1. i cant send screenies right now because i'm at work... but basically it was working fine untill i moved a few of the default sliders under the price and profit tab. it then then started spitting out "Calling Nothing" for about 5 chat lines and would then list out my enchants for 10s... i would type in /enchantrix default all and other combos and it would say that they had been reset to their default positions but nothing would change.
  5.  
    Posted by: Dagong on Jul 20 2006, 02:52 PM
    version 3.6.1. i cant send screenies right now because i'm at work... but basically it was working fine untill i moved a few of the default sliders under the price and profit tab. it then then started spitting out "Calling Nothing" for about 5 chat lines and would then list out my enchants for 10s... i would type in /enchantrix default all and other combos and it would say that they had been reset to their default positions but nothing would change.


    I have the exact same problem, trys to sell everything for 10s. version 3.6.1 this is the first time i have used this addon so its not a version conflict.
  6.  
    its not the upgrade, I'm new to enchantrix and 3.6.1 is the first version i have installed and i get the same as you.

    Litty
  7.  
    Also, can you all try downgrading to 3.6.0?
  8.  
    Posted by: MentalPower on Jul 20 2006, 08:45 PM
    Also, can you all try downgrading to 3.6.0?

    tried this.. and even in 3.6.0 i get the same problem or should i downgrade all auctioneer addons to 3.6.0?
  9.  
    Posted by: MentalPower on Jul 20 2006, 10:45 PM
    Also, can you all try downgrading to 3.6.0?
    It happened *after* I've downloaded and installed the entire latest Auctioneer package (3.6.0.0933 to 3.6.1).

    I've downgraded to version 3.6.0.0933 and everything is working fine now .
  10.  
    Ok, I don't have any enchants to sell ATM so I can't test this.

    Open up the EnchantrixBarker.lua file and change line 919 from:elseif (major >= 3 and minor >= 3 and (rev >= 675 or rev == 0)) thento:elseif (major >= 3 and minor >= 3 and (rev >= 675 or (rev >= 0 and rev <=5))) then
  11.  
    Posted by: MentalPower on Jul 21 2006, 10:52 PM
    Ok, I don't have any enchants to sell ATM so I can't test this.

    Open up the EnchantrixBarker.lua file and change line 919 from:elseif (major >= 3 and minor >= 3 and (rev >= 675 or rev == 0)) thento:elseif (major >= 3 and minor >= 3 and (rev >= 675 or (rev >= 0 and rev <=5))) then


    Yeah, that did the trick, thanks.
  12.  
    When i load and try to use Barker, it sets the price for every enchant to whatever I set as the minimum price. It does not us AH data for the Reagents. I have cleared all my Enchantrix and Auctioneer data and rescanned the AH to try to fix. Any help would be great.
  13.  
    ok, the correct barker price shows up when I view the actual enchant, but it's not what is output in barker when I use it
  14.  
    Posted by: Shagnast on Jul 22 2006, 08:31 PM
    ok, the correct barker price shows up when I view the actual enchant, but it's not what is output in barker when I use it

  15.  
    Posted by: Shagnast on Jul 22 2006, 08:31 PM
    ok, the correct barker price shows up when I view the actual enchant, but it's not what is output in barker when I use it

    i have the same problem when i decided to get the newer version of the mod.
  16.  
    Posted by: Nadster on Jul 22 2006, 10:19 PM
    i have the same problem when i decided to get the newer version of the mod.


    Have you read the thread and applied the code change suggested by MentalPower above?
  17.  
    after making the above change, i get this screenshot.....

    [attachmentid=131]

    now i changed the line in the echantrixbarker.lua file to what was shown...but this error came up, now im using luaedit as my lua editor, and i have downloaded the auctioneer pack 3.6.1, if you have any ideas let me know
  18.  
    Posted by: archer269 on Jul 24 2006, 09:05 PM
    after making the above change, i get this screenshot.....

    [attachmentid=131]

    now i changed the line in the echantrixbarker.lua file to what was shown...but this error came up, now im using luaedit as my lua editor, and i have downloaded the auctioneer pack 3.6.1, if you have any ideas let me know


    Download a fresh copy and use notepad
  19.  
    Posted by: OverlordQ on Aug 1 2006, 04:10 PM
    Download a fresh copy and use notepad


    I've made the changes listed above (once with UltraEdit, once with WordPad) and my prices still get barkered at the lowest price setting, though they still report properly when I highlight the enchant.

    The edit to line 919 was sufficient to change "Calling Nothing 1,3,6" to "Calling Nothing: 0,0,0"

    Images and/or my EnchantrixBarker.lua file available on request.

    I'm new to Enchantrix so mine was a clean install of 3.6.1

    {EDIT}

    Well, after being logged out of WoW for a couple hours, I logged back in to check the AH and took one last look at Enchantrix as well.

    Mysteriously, its working now with the edit suggested above. Perhaps it wasn't fully unloading from memory or something before.

    Thanks for the edit/fix.
  20.  
    thanks the edit worked and you don't need a lua editor you can just use notepad.
  21.  
    Posted by: MentalPower on Jul 21 2006, 10:52 PM
    Ok, I don't have any enchants to sell ATM so I can't test this.

    Open up the EnchantrixBarker.lua file and change line 919 from:elseif (major >= 3 and minor >= 3 and (rev >= 675 or rev == 0)) thento:elseif (major >= 3 and minor >= 3 and (rev >= 675 or (rev >= 0 and rev <=5))) then


    How about

    elseif (major >= 3 and minor >= 3 and (rev >= 675 or minor >= 5)) then

    So that the code doesn't break all over itself when 3.6.6 or some such version is released?
  22.  
    There won't be a 3.6.6 . With all probability 3.6.1 will be the last of the 3.6 line.
  23.  
    Ok, then, 7.1.6. My point is, it'll happen someday, and when it does, the code now is silly. And, with my example, I show why even my code isn't smart enough. DOH!
  24.  
    Well lets put it this way. Enchantrix's Auctioneer version detection methods are (read: should) updated every single release. And other than this minor hickup the detection routines have been working quite well. If you have a better alternative to the current method, please, by all means suggest it.
    • CommentAuthorGman
    • CommentTimeAug 29th 2006
     
    Posted By: Imported (MentalPower)Ok, I don't have any enchants to sell ATM so I can't test this.

    Open up the EnchantrixBarker.lua file and change line 919 from:elseif (major >= 3 and minor >= 3 and (rev >= 675 or rev == 0)) thento:elseif (major >= 3 and minor >= 3 and (rev >= 675 or (rev >= 0 and rev <=5))) then


    This was a winner for me...

    I was fidgeting with all the sliders with zero luck...all my prices were identical regardless of slider position, but with the fix from MentaPower..back online!!

    First time using Barker, and I gotta say..it is really nice!

    Thanks,
    G
  25.  
    Glad to hear.
    • CommentAuthorBenwin
    • CommentTimeNov 27th 2006
     
    Im having a problem with barker. Ive noticed that after I do a scan of AH, the barker prices increase to reflect the increased prices of reagents. But for some reason, barker doesnt save the new prices and when I log the price for the enchant returns to the old price until I scan AH again.
    •  
      CommentAuthordinesh
    • CommentTimeNov 27th 2006
     
    can you verify that your auctioneer.lua file in the WTF folder isn't set to read-only?
    • CommentAuthorBenwin
    • CommentTimeNov 27th 2006
     
    Posted By: dineshcan you verify that your auctioneer.lua file in the WTF folder isn't set to read-only?
    Its not, I just checked.
World of Warcraft™ and Blizzard Entertainment™ are trademarks or registered trademarks of Blizzard Entertainment, Inc. in the U.S. and/or other countries.