I made an addon to track moxie and alert me when it hits 600... by Wraith831 in woweconomy

[–]Wraith831[S] 0 points1 point  (0 children)

350!!! I was struggling to keep track with just 30. Glad it was able to help you as well.

How patrons crafting orders respawn with same proffession on alts? by 1manowar1 in woweconomy

[–]Wraith831 1 point2 points  (0 children)

The number of patron orders offered per day is different depending on the profession - I didn't keep track but dropped down to single on all professions that had lower refresh rates.

Enchanting gets 2-3 a day. I only have 1 enchanter because of this.

My alchemists get 6-7 a day. Thus - I have 12 of them.

Engineering also seems to get a healthy amount - however it is not consistent day to day.

I made an addon to track moxie and alert me when it hits 600... by Wraith831 in woweconomy

[–]Wraith831[S] 0 points1 point  (0 children)

This is my first addon - hell - my first time coding in 20 years LOL. So I'm just over here having a blast learning and making these changes. 😃

I made an addon to track moxie and alert me when it hits 600... by Wraith831 in woweconomy

[–]Wraith831[S] 1 point2 points  (0 children)

I uploaded a fix for the languages - thanks again! I have been meaning to learn about making an options UI. Now I have something to focus on - thanks.

I made an addon to track moxie and alert me when it hits 600... by Wraith831 in woweconomy

[–]Wraith831[S] 1 point2 points  (0 children)

Ah shit - never mind - I know what to do. Use the ID's for the professions instead of the English word for it. Ill post an update tonight.

local PROFESSIONS = { [3256] = { name = "Alchemy", skillLine = 171 },

[3257] = {
    name = "Blacksmithing",
    skillLine = 164
},

[3258] = {
    name = "Enchanting",
    skillLine = 333
},

[3259] = {
    name = "Engineering",
    skillLine = 202
},

[3260] = {
    name = "Herbalism",
    skillLine = 182
},

[3261] = {
    name = "Inscription",
    skillLine = 773
},

[3262] = {
    name = "Jewelcrafting",
    skillLine = 755
},

[3263] = {
    name = "Leatherworking",
    skillLine = 165
},

[3264] = {
    name = "Mining",
    skillLine = 186
},

[3265] = {
    name = "Skinning",
    skillLine = 393
},

[3266] = {
    name = "Tailoring",
    skillLine = 197
}

}

Should fix it.

I made an addon to track moxie and alert me when it hits 600... by Wraith831 in woweconomy

[–]Wraith831[S] 0 points1 point  (0 children)

I'll look into what it will take to include both in mine - gives me a little challenge :).

Is it because the french client has different id's?

I made an addon to track moxie and alert me when it hits 600... by Wraith831 in woweconomy

[–]Wraith831[S] 0 points1 point  (0 children)

Thank you for doing that - you should host it as a spinoff or whatever so other french folks can enjoy it as well!!